This website requires JavaScript.
Explore
Help
Register
Sign In
popertots
/
Crussell
Watch
1
Star
1
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
a11d2538e92d4b70432f83363041306e349fb173
Crussell
/
backend
T
History
popertots
a11d2538e9
Backend Tests / test (push)
Failing after 50s
Details
ci: fix db test init to respect POSTGRES_HOST from env
2026-06-25 00:59:22 +01:00
..
auth
refactor(auth): wrap JWT operations in transactions and migrate to clock.Now()
2026-06-24 23:43:07 +01:00
clock
feat(clock): add clock package for testable time
2026-06-24 23:42:41 +01:00
db
ci: fix db test init to respect POSTGRES_HOST from env
2026-06-25 00:59:22 +01:00
handlers
refactor(handlers): migrate remaining backend handlers to clock.Now() and transaction patterns
2026-06-24 23:43:50 +01:00
internal
refactor(internal): replace log.Fatal with panic, add timezone to DSN, add empty S3 bucket check
2026-06-24 23:43:14 +01:00
mw
refactor(handlers): migrate remaining backend handlers to clock.Now() and transaction patterns
2026-06-24 23:43:50 +01:00
testutils
ci: add TEST_DB_HOST env var for service container connectivity
2026-06-25 00:47:18 +01:00
Dockerfile
Initial commit. Working login, example UI with prototype and demo, connections to DB and DAV, local and prod setups.
2025-10-12 22:13:19 +01:00
go.mod
deps(backend): update Go module dependencies
2026-06-18 16:25:47 +01:00
go.sum
deps(backend): update Go module dependencies
2026-06-18 16:25:47 +01:00
main_test.go
refactor(backend): update test files for PoolProxy and per-test transactions
2026-06-21 19:29:24 +01:00
main.go
refactor(handlers): migrate remaining backend handlers to clock.Now() and transaction patterns
2026-06-24 23:43:50 +01:00
testmain_test.go
refactor(backend): update test files for PoolProxy and per-test transactions
2026-06-21 19:29:24 +01:00