gitdataai/libs/git/http
ZhenYi 02b7a5beda
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
feat(gitserver): add /robots.txt to disallow all crawlers
- Returns Disallow: / for all user-agents
- Points crawlers to main site sitemap via APP_GIT_HTTP_DOMAIN
2026-04-26 00:16:21 +08:00
..
auth.rs refactor(git): migrate libs/git from slog to tracing 2026-04-21 22:29:26 +08:00
handler.rs refactor(git): migrate libs/git from slog to tracing 2026-04-21 22:29:26 +08:00
lfs_routes.rs init 2026-04-15 09:08:09 +08:00
lfs.rs fix(git): add LFS upload size limits and fix HTTP rate limiter read/write counter 2026-04-16 20:14:13 +08:00
mod.rs feat(gitserver): add /robots.txt to disallow all crawlers 2026-04-26 00:16:21 +08:00
rate_limit.rs fix(git): add LFS upload size limits and fix HTTP rate limiter read/write counter 2026-04-16 20:14:13 +08:00
routes.rs refactor(git): migrate libs/git from slog to tracing 2026-04-21 22:29:26 +08:00
utils.rs init 2026-04-15 09:08:09 +08:00