Commit graph

9 commits

Author SHA1 Message Date
ae9989a354 chore(deps): update node: all major dependencies to v19
All checks were successful
/ build (pull_request) Successful in 6m6s
2024-12-21 16:04:31 +00:00
18c199efb5 Prepare next dev (5.0.1) #release
All checks were successful
/ build (push) Successful in 6m16s
2024-12-21 16:10:00 +01:00
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
f522cd2340 chore(deps): library updates
All checks were successful
/ build (push) Successful in 4m46s
2024-12-15 17:08:49 +01: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
cb9e1fdec5 Library updates and clean up
Some checks failed
/ build (push) Has been cancelled
- upgrade react router to v7
- migrate imports from react-router-dom to react-router
- add i18next-json-sync tasks
- clean up Dockerfile
2024-11-29 22:36:59 +01:00
3bc2cd20eb Prepare next dev (4.0.1)
All checks were successful
/ build (push) Successful in 5m25s
2024-10-25 16:42:04 +02: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