|
62b1a58e56
|
feat!: trimming & logic/schema improvements
- build: somewhat polished dockerization setup
- build: io/fs migrations with `golang-migrate`
- feat: automatic init. admin account creation (.env creds)
- feat(routers): combined user & token routers into single auth router
- feat(routers): improved route layouts (`Routes`)
- feat(middlewares): removed redundant `userCtx` middleware
- fix(schema): note <-> note_versions relation (versioning)
- feat(queries): removed redundant rollback functionality
- feat(queries): combined duplicate version check & insertion/creation
- tests: decreased redundancy by removing 'unnecessary' unit tests
- refactor: hid internal packages behind `server/internal`
- docs: notes & auth handler comments
|
2025-04-09 01:58:38 +03:00 |
|
|
3257b19313
|
feat: modular api handlers for users/tokens (auth) incl. unit tests
|
2025-03-31 23:32:39 +03:00 |
|
|
9ba182d925
|
fix: adjust schemas/queries, switch types pg -> go
|
2025-03-30 19:44:15 +03:00 |
|
|
66fde0a700
|
feat: rewrite db actions using raw schemas and queries (sqlc)
|
2025-03-28 01:52:56 +02:00 |
|
|
6569a399e3
|
feat: initial db layer (gorm models + handlers)
|
2025-03-27 15:18:16 +02:00 |
|
|
e0bdf32bfd
|
feat: logger + env basic init
|
2025-03-26 13:57:32 +02:00 |
|