Commit graph

6 commits

Author SHA1 Message Date
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
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
67e9ce31b0 Prepare next dev
All checks were successful
/ build (push) Successful in 5m1s
2024-06-15 12:20:57 +02:00
f37ea4fbbb feat(api): Don't enforce JSON content type for GET and DELETE requests and enhance cross-module code sharing with a commons module
All checks were successful
/ build (push) Successful in 4m52s
2024-06-11 23:47:30 +02:00