sourcebot/packages/web
Wayne Sun 4304edd6c9 feat: add temporal filtering to search and repository APIs
Add temporal filtering capabilities for searches by git branch/revision
and repository index dates (since/until). Integrates with the refactored
QueryIR-based search architecture.

- Add gitRevision, since, until parameters to SearchOptions
- Implement temporal repo filtering by indexedAt field
- Add branch filtering via QueryIR wrapper
- Add search_commits MCP tool for commit-based searches
- Update list_repos with activeAfter/activeBefore filtering
- Add 88 new tests (all passing)

Signed-off-by: Wayne Sun <gsun@redhat.com>
2025-12-01 11:29:45 -05:00
..
public feat(web): Add support for authentik sso (#627) 2025-11-24 13:28:04 -08:00
src feat: add temporal filtering to search and repository APIs 2025-12-01 11:29:45 -05:00
.eslintignore feat(web): Streamed code search (#623) 2025-11-22 15:33:31 -08:00
.eslintrc.json V4 (#311) 2025-05-28 16:08:42 -07:00
.gitignore v3 effort (#158) 2025-03-31 22:34:42 -07:00
components.json v3 effort (#158) 2025-03-31 22:34:42 -07:00
next.config.mjs feat(web,worker): Environment overrides (#597) 2025-11-04 21:22:31 -08:00
package.json fix(web): Ask sourcebot perf improvements (#632) 2025-11-27 16:56:11 -08:00
postcss.config.mjs Config format V2 (#42) 2024-10-17 16:31:18 -04:00
sentry.client.config.ts v3 effort (#158) 2025-03-31 22:34:42 -07:00
sentry.edge.config.ts v3 effort (#158) 2025-03-31 22:34:42 -07:00
sentry.server.config.ts feat(web,worker): Environment overrides (#597) 2025-11-04 21:22:31 -08:00
tailwind.config.ts chore(worker,web): Repo indexing stability improvements + perf improvements to web (#563) 2025-10-18 16:31:22 -07:00
tsconfig.json feat(web,worker): Environment overrides (#597) 2025-11-04 21:22:31 -08:00
vitest.config.mts Search suggestions (#85) 2024-11-22 18:50:13 -08:00