Commit graph

7 commits

Author SHA1 Message Date
570e454a95 feat(db): Drop support for SQLite support (breaking!)
All checks were successful
/ build (pull_request) Successful in 5m54s
- 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
2024-12-21 15:02:24 +01:00
428c47c905 chore(pipeline): switch executor image
All checks were successful
/ build (push) Successful in 5m23s
2024-12-13 20:46:48 +01:00
b8ae0d22e7 feat(pipeline): use custom executor image
All checks were successful
/ build (push) Successful in 4m57s
2024-12-12 08:32:09 +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
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
ac5b9da086 chore(deps): updates
All checks were successful
/ build (push) Successful in 3m56s
2024-09-07 16:04:54 +02:00
d12db38a73 Initial commit
All checks were successful
/ build (push) Successful in 3m8s
2023-12-21 17:04:04 +01:00