Commit graph

6 commits

Author SHA1 Message Date
2676ca72a9 feat(auth): Add support for multiple basic auth credentials (#25)
All checks were successful
/ build (push) Successful in 3m24s
Reviewed-on: #25
Co-authored-by: Varakh <varakh@varakh.de>
Co-committed-by: Varakh <varakh@varakh.de>
2024-04-26 18:24:47 +00:00
3532af74f2 feat(actions): Add actions and secrets (with proper asynchronous enqueue and dequeue mechanism) (#22)
All checks were successful
/ build (push) Successful in 3m37s
Reviewed-on: #22
Co-authored-by: Varakh <varakh@varakh.de>
Co-committed-by: Varakh <varakh@varakh.de>
2024-04-26 12:37:50 +00:00
ceee8ec6b4 Minor method renaming
All checks were successful
/ build (push) Successful in 3m27s
2024-01-25 00:08:26 +01:00
0194429c80 Adapted logging which defaults to JSON encoding 2024-01-24 23:21:48 +01:00
5763d77045 Added locking, improve prometheus handling and change to more reasonable configuration defaults for background tasks
All checks were successful
/ build (push) Successful in 3m37s
- Disable cleaning up stale updates and events by default
- Change Prometheus exporter behavior
  - Return -1 for deleted updates in Prometheus which are evicted on next application restart
  - Ignore PROMETHEUS_METRICS_PATH (defaults to /metrics) in application metrics
- Improve template Grafana Dashboard
- Add locking for background task in non-distributed environments to avoid overlaps
2023-12-23 22:51:51 +01:00
d12db38a73 Initial commit
All checks were successful
/ build (push) Successful in 3m8s
2023-12-21 17:04:04 +01:00