Home

madison / open-git

public
Overview Code History Branches Pull requestsIssuesInsights Campfire Docs
main
HomeOverview Code PRsIssues

fix index queue order

last month

d384a90
Authored
moss8/19/2026, 7:56:05 AM

Parentfec98cb

13 files changed
  • apps/git-gateway/src/db.ts+23−16
  • apps/web/app/[username]/[repository]/pulls/[number]/pull-request-live-refresh.tsx+1−34
  • apps/web/app/[username]/[repository]/repository-home.tsx+72−17
  • apps/web/components/live-refresh.tsx+31−0
  • apps/web/db/indexing-jobs.ts+8−4
  • apps/web/db/repository-index.ts+2−2
  • apps/web/lib/github/sync/branch-updates.ts+22−13
  • apps/web/lib/repositories/live-git-homepage-parse.ts+54−0
  • apps/web/lib/repositories/live-git-homepage.test.ts+61−0
  • apps/web/lib/repositories/live-git-homepage.ts+59−0
  • apps/web/lib/repositories/repository-home-docs.ts+23−1
  • packages/git-indexing/src/index.test.ts+15−0
  • packages/git-indexing/src/index.ts+20−0