gitdataai/apps
ZhenYi 91bebba45e
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(app): remove redundant Arc wrapper around PrometheusHandle
Actix-web's Data<T> extractor expects T to implement Clone,
so PrometheusHandle (which is Clone) does not need to be
wrapped in Arc. The Arc type mismatch caused /metrics to
return 500.
2026-04-25 21:09:32 +08:00
..
adminrpc chore(admin): remove all metrics/observability features 2026-04-23 15:42:00 +08:00
app fix(app): remove redundant Arc wrapper around PrometheusHandle 2026-04-25 21:09:32 +08:00
email fix(email): pass defer argument to init_tracing_subscriber 2026-04-22 23:36:40 +08:00
git-hook fix(gitserver,git-hook): pass defer argument to init_tracing_subscriber 2026-04-22 23:32:43 +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 init 2026-04-15 09:08:09 +08:00