Commit graph

5 commits

Author SHA1 Message Date
3b0603ae17 feat(db): Drop support for SQLite support (breaking!) (#52)
Some checks failed
/ build (push) Has been cancelled
- only Postgres is supported from now on to reduce maintenance
 - enables building main upda server application for all platforms
 - instead of using ORM auto migrate for database schema creation, switch to proper migration framework utilizing flexible steps and plain sql files
 - library updates

Reviewed-on: #52
Co-authored-by: Varakh <varakh@varakh.de>
Co-committed-by: Varakh <varakh@varakh.de>
2024-12-21 14:11:13 +00:00
51eaa38a8f feat(deps): move to pnpm and update dependencies
All checks were successful
/ build (push) Successful in 5m28s
Reviewed-on: #51
Co-authored-by: Varakh <varakh@varakh.de>
Co-committed-by: Varakh <varakh@varakh.de>
2024-12-10 20:01:37 +00:00
5c089989cf feat(i18n): Add ability to translate the entire page including momentjs and Ant Design (#50)
All checks were successful
/ build (push) Successful in 5m22s
Co-authored-by: Varakh <varakh@varakh.de>
Co-committed-by: Varakh <varakh@varakh.de>
2024-12-01 10:38:43 +00:00
908170e9a3 Clean up documentation
All checks were successful
/ build (push) Successful in 5m42s
2024-11-29 22:55:15 +01:00
d0312a5853 feat(embedded_ui): fully integrate UI into GoLang binary (#43)
All checks were successful
/ build (push) Successful in 5m30s
Reviewed-on: #43
Co-authored-by: Varakh <varakh@varakh.de>
Co-committed-by: Varakh <varakh@varakh.de>
2024-10-25 14:12:35 +00:00