fix index queue order
last month
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