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
d2f5c25b3db1e42076504a919b09b59bd0387362
Crussell
/
backend
T
History
popertots
3fd66d5414
Backend Tests / test (push)
Successful in 1m0s
Details
ci: remove -a flag and debug log now fix is confirmed
2026-06-25 12:04:56 +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: remove -a flag and debug log now fix is confirmed
2026-06-25 12:04:56 +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
fix(testdb): fallback to POSTGRES_HOST in dbHost()
2026-06-25 01:11:00 +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