Commit Graph

15 Commits

Author SHA1 Message Date
36124043b6 Run SQLx migrations at startup
Add an initial services table migration and enable the sqlx
"migrate" feature. Introduce run_migrations in db.rs, run
migrations on startup, and pass the PgPool into the router.
2026-01-16 10:35:45 +01:00
4b36cd83a1 Add /health endpoint 2026-01-13 20:41:32 +01:00
ba7e966446 Reject duplicate service token on create
Some checks failed
Build docker image / Build-Docker-Image (push) Has been cancelled
rust-clippy analyze / Run rust-clippy analyzing (push) Has been cancelled
2025-10-25 19:45:08 +02:00
59636dc54e Fix create error
Some checks failed
Build docker image / Build-Docker-Image (push) Has been cancelled
2025-03-23 14:02:42 +01:00
4c2caaf173 Fix
Some checks failed
Build docker image / Build-Docker-Image (push) Has been cancelled
2025-01-04 15:09:10 +01:00
69491daefe Update to axum 0.8 2025-01-04 13:32:55 +01:00
6ff96eb7d7 Move to sqlx
Some checks failed
Build docker image / Build-Docker-Image (push) Has been cancelled
2024-12-24 21:10:59 +01:00
73650bd79c Update bot limit 2024-01-08 00:59:17 +01:00
92b828265b Add bots count limit 2024-01-07 22:23:58 +01:00
6b284d6d30 Update deps 2023-12-10 22:51:07 +01:00
8eac53df44 Add pre-commit config 2023-09-24 22:51:45 +02:00
d44656a809 Fixes 2023-09-14 21:52:35 +02:00
3a587c9d24 Fix 2023-08-07 16:11:11 +02:00
89d52644ec Update ordering 2023-07-24 22:14:11 +02:00
9f70226a15 Rewrite to rust 2023-07-24 21:54:32 +02:00