Commit graph

6 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
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
d958f48717 Use recommended race option for testing #noissue 2024-06-02 23:11:12 +02:00
47a48523a9 Introduce go vet and upgrades #noissue
All checks were successful
/ build (push) Successful in 3m12s
2024-06-02 17:22:43 +02:00
d12db38a73 Initial commit
All checks were successful
/ build (push) Successful in 3m8s
2023-12-21 17:04:04 +01:00