gitdataai/apps
ZhenYi 468007177f
Some checks are pending
CI / Rust Lint & Check (push) Waiting to run
CI / Rust Tests (push) Waiting to run
CI / Frontend Lint & Type Check (push) Waiting to run
CI / Frontend Build (push) Blocked by required conditions
fix(hooks,email): add describe_counter! to pre-register metrics
Hook tasks and email metrics were missing from /metrics because
describe_counter! was never called before install_recorder(), so
unincremented counters were not exported. Room metrics appeared
because RoomMetrics::new() already described them.

- apps/git-hook: describe 8 hook_tasks_*/hook_sync_* counters
- apps/email: describe 8 email_* counters
- both: add metrics = "0.22" as direct dependency
2026-04-26 00:42:59 +08:00
..
adminrpc chore(admin): remove all metrics/observability features 2026-04-23 15:42:00 +08:00
app feat: add sitemap index with static/users/projects/repos sub-sitemaps 2026-04-26 00:06:18 +08:00
email fix(hooks,email): add describe_counter! to pre-register metrics 2026-04-26 00:42:59 +08:00
git-hook fix(hooks,email): add describe_counter! to pre-register metrics 2026-04-26 00:42:59 +08:00
gitserver fix(gitserver,git-hook): pass defer argument to init_tracing_subscriber 2026-04-22 23:32:43 +08:00
migrate init 2026-04-15 09:08:09 +08:00
operator fix(operator): mount /data PVC into git-hook deployment 2026-04-17 14:15:38 +08:00
static fix(avatar): add upload API routes and fix URL path prefix 2026-04-25 23:19:22 +08:00