gitdataai/apps
ZhenYi 7c042c7b9d
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(git-hook): use HookService instead of non-existent GitServiceHooks
GitServiceHooks was renamed to HookService in the hook module refactor.
Updated main.rs to:
- Use HookService::new() with correct parameters (no http client)
- Call start_worker() which returns CancellationToken
- Wait on cancel.cancelled() instead of double-awaiting ctrl_c
- Clone token before moving into signal handler task
2026-04-17 13:54:17 +08:00
..
app feat(service): auto-sync OpenRouter models on app startup and every 10 minutes 2026-04-16 22:35:34 +08:00
email init 2026-04-15 09:08:09 +08:00
git-hook fix(git-hook): use HookService instead of non-existent GitServiceHooks 2026-04-17 13:54:17 +08:00
gitserver init 2026-04-15 09:08:09 +08:00
migrate init 2026-04-15 09:08:09 +08:00
operator fix(operator): Time to_string and phase type mismatch 2026-04-15 09:38:46 +08:00
static init 2026-04-15 09:08:09 +08:00