Commit graph

9 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
c10a0d629f chore(oci): use new ENV style in OCI definition
All checks were successful
/ build (push) Successful in 5m1s
2024-12-12 08:46:33 +01:00
f3b6b17768 feat(docker): housekeeping for dockerfile
All checks were successful
/ build (push) Successful in 5m30s
2024-12-11 09:19:36 +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
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
04a3ef39fa Updated OCI image base to alpine 3.20 with Go 1.22 #noissue
All checks were successful
/ build (push) Successful in 3m38s
2024-05-24 01:17:51 +02:00
19c367a5d8 chore(docker,deps): updates and change docker base (#31)
All checks were successful
/ build (push) Successful in 3m22s
- update gin/cors to 1.7.2
- change docker base to alpine 3.19 which requires an indirect dependency upgrade to sqlite3 as long as go-gorm/sqlite bundles the old version
Co-authored-by: Varakh <varakh@varakh.de>
Co-committed-by: Varakh <varakh@varakh.de>
2024-05-01 20:45:35 +00:00
d12db38a73 Initial commit
All checks were successful
/ build (push) Successful in 3m8s
2023-12-21 17:04:04 +01:00