sourcebot/packages/backend/src
Brendan Kellam f3a8fa3dab
Some checks failed
Publish to ghcr / build (linux/amd64, blacksmith-4vcpu-ubuntu-2404) (push) Has been cancelled
Publish to ghcr / build (linux/arm64, blacksmith-8vcpu-ubuntu-2204-arm) (push) Has been cancelled
Update Roadmap Released / update (push) Has been cancelled
Publish to ghcr / merge (push) Has been cancelled
feat(web): Streamed code search (#623)
* generate protobuf types

* stream poc over SSE

* wip: make stream search api follow existing schema. Modify UI to support streaming

* fix scrolling issue

* Dockerfile

* wip on lezer parser grammar for query language

* add lezer tree -> grpc transformer

* remove spammy log message

* fix syntax highlighting by adding a module resolution for @lezer/common

* further wip on query language

* Add case sensitivity and regexp toggles

* Improved type safety / cleanup for query lang

* support search contexts

* update Dockerfile with query langauge package

* fix filter

* Add skeletons to filter panel when search is streaming

* add client side caching

* improved cancelation handling

* add isSearchExausted flag for flagging when a search captured all results

* Add back posthog search_finished event

* remove zoekt tenant enforcement

* migrate blocking search over to grpc. Centralize everything in searchApi

* branch handling

* plumb file weburl

* add repo_sets filter for repositories a user has access to

* refactor a bunch of stuff + add support for passing in Query IR to search api

* refactor

* dev README

* wip on better error handling

* error handling for stream path

* update mcp

* changelog wip

* type fix

* style

* Support rev:* wildcard

* changelog

* changelog nit

* feedback

* fix build

* update docs and remove uneeded test file
2025-11-22 15:33:31 -08:00
..
ee fix(worker): Permission syncer fixes (#624) 2025-11-19 22:14:23 -08:00
api.ts feat(web): Add force resync buttons for repo & connections (#610) 2025-11-11 15:16:40 -08:00
azuredevops.ts feat(web,worker): Environment overrides (#597) 2025-11-04 21:22:31 -08:00
bitbucket.ts feat(bitbucket): support glob patterns in repository exclusions (#620) 2025-11-17 14:33:39 -08:00
configManager.ts fix(worker): Fix issue where connections would always sync on startup (#613) 2025-11-11 20:31:08 -08:00
connectionManager.ts fix(worker): Fix issues with gracefully shutting down (#612) 2025-11-11 20:11:59 -08:00
connectionUtils.ts feat(worker,web): Improved connection management (#579) 2025-10-28 21:31:28 -07:00
constants.ts fix(worker): Fix issues with gracefully shutting down (#612) 2025-11-11 20:11:59 -08:00
gerrit.ts feat(web,worker): Environment overrides (#597) 2025-11-04 21:22:31 -08:00
git.ts feat(web,worker): Environment overrides (#597) 2025-11-04 21:22:31 -08:00
gitea.ts feat(web,worker): Environment overrides (#597) 2025-11-04 21:22:31 -08:00
github.test.ts v3 effort (#158) 2025-03-31 22:34:42 -07:00
github.ts feat(web,worker): Environment overrides (#597) 2025-11-04 21:22:31 -08:00
gitlab.test.ts feat(gitlab): Add exclude.userOwnedProjects config setting (#498) 2025-09-08 22:38:18 -04:00
gitlab.ts feat(web,worker): Environment overrides (#597) 2025-11-04 21:22:31 -08:00
index.ts feat(web): Streamed code search (#623) 2025-11-22 15:33:31 -08:00
instrument.ts feat(web,worker): Environment overrides (#597) 2025-11-04 21:22:31 -08:00
posthog.ts fix(worker): properly shutdown PostHog client (#609) 2025-11-09 14:30:01 -08:00
posthogEvents.ts v3 effort (#158) 2025-03-31 22:34:42 -07:00
promClient.ts feat(web): Add force resync buttons for repo & connections (#610) 2025-11-11 15:16:40 -08:00
repoCompileUtils.ts fix(worker): Fix issues with gracefully shutting down (#612) 2025-11-11 20:11:59 -08:00
repoIndexManager.ts fix(worker): Fix issues with gracefully shutting down (#612) 2025-11-11 20:11:59 -08:00
types.ts feat(web): Improved repository table (#572) 2025-10-25 14:51:41 -04:00
utils.test.ts fix(search-contexts): Fix issue where a repository would not appear in a search context if it was created after the search context was created (#354) 2025-06-17 14:04:25 -07:00
utils.ts fix(worker): Run setInterval as blocking (#607) 2025-11-09 14:49:24 -08:00
zoekt.ts feat(web,worker): Environment overrides (#597) 2025-11-04 21:22:31 -08:00