bkellam
ff80b8de9c
fix build
2025-10-18 16:26:15 -07:00
bkellam
3db2f2563a
feedback
2025-10-18 16:12:25 -07:00
bkellam
3b9a504890
make repository column width fixed
2025-10-18 14:52:21 -07:00
bkellam
c912a0b9a9
db migration
2025-10-18 14:30:46 -07:00
bkellam
3f72a533c6
fix tests
2025-10-18 14:03:08 -07:00
Brendan Kellam
99c51dd236
Merge branch 'main' into bkellam/repo_indexing_v2
2025-10-17 18:22:10 -07:00
bkellam
3f0947ceb7
Remove NEXT_PUBLIC_POLLING_INTERVAL_MS env var
2025-10-17 16:36:07 -07:00
bkellam
721b2420c4
remove references to repoIndexingStatus
2025-10-17 16:31:44 -07:00
bkellam
9f4fb8480a
Raise search result default count to 5000
2025-10-17 14:48:10 -07:00
bkellam
5035402287
wrap repos query in withOptionalAuthV2
2025-10-17 14:47:53 -07:00
bkellam
f6d5820ee2
remove dead code
2025-10-17 14:39:35 -07:00
bkellam
c56433d8a9
repository table
2025-10-16 23:12:41 -07:00
bkellam
cfb359351d
delete connections components
2025-10-16 23:07:34 -07:00
bkellam
88705f5e7e
Add navigation indicators
2025-10-16 20:38:08 -07:00
bkellam
d0cb69fdbe
perf: add virtualized scrolling to search scope selector
2025-10-16 16:05:21 -07:00
bkellam
154c95f4ee
further improvements
2025-10-16 16:04:58 -07:00
bkellam
c1467bcd82
Various improvements and optimizations on the web side
2025-10-15 22:39:52 -07:00
prateek singh
5b09757e92
feat(browse): Implement dynamic tab titles for files and folders ( #560 )
...
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
Publish to ghcr / merge (push) Has been cancelled
* feat(metadata): Enhance metadata generation for repository browsing
feat(utils): Add parseRepoPath function to extract repository name and revision from URL path
* feat(metadata): update tab title with appropriate file name, path or repository name.
* fix: remove left-over console logs and Async Params resolution.
* feat: refactor parsePathForTitle to utilize getBrowseParamsFromPathParam for cleaner code.
* minor refactoring and adding changelog.
* Remove unused import
* refactor: change parsePathForTitle to a non-exported function
---------
Co-authored-by: Brendan Kellam <bshizzle1234@gmail.com>
2025-10-15 11:44:30 -07:00
bkellam
5fe554e7da
renames + add abortSignal
2025-10-15 11:23:34 -07:00
bkellam
d315292fe7
wip
2025-10-14 22:52:15 -07:00
bkellam
32c68e7b72
wip
2025-10-14 21:24:04 -07:00
bkellam
775b87a06c
further wip
2025-10-14 20:16:43 -07:00
bkellam
963f6fd69e
add indexing
2025-10-10 12:32:34 -07:00
bkellam
32ce1ca16d
wip
2025-10-09 20:10:29 -07:00
Brendan Kellam
c3fae1aaab
feat(web): Improved search performance on unbounded searches ( #555 )
2025-10-07 23:55:36 -07:00
bkellam
8d7babc8d2
chore(worker): Change log message to debug
2025-10-07 16:38:56 -07:00
Brendan Kellam
5e3e4f000a
chore(web): Remove spam "login page loaded" log ( #552 )
2025-10-06 15:04:41 -07:00
Michael Sukkarieh
aa62847143
fix(ado): Manually pass token through http header for ado server ( #543 )
...
* support passing in token manually in auth header
* remove unneeded PAT embed check
* cleanup authheader usage
* changelog
* var name typo
* unset auth header in fetch
* move unset to finally in fetch
2025-09-27 17:14:29 -07:00
bkellam
7a97d4ee06
release @sourcebot/mcp v1.0.6
2025-09-26 21:46:23 -07:00
Brendan Kellam
a698afdf13
fix(web): Change buttons into Links in various places ( #532 )
2025-09-21 15:20:27 -07:00
Brendan Kellam
ef46c0181d
chore: fix support email ( #529 )
2025-09-21 12:19:12 -07:00
Brendan Kellam
e1b6239e2c
chore(web): Change carousel and repository list links to link to file tree ( #528 )
2025-09-20 16:52:44 -07:00
Brendan Kellam
5073c7db22
[experimental] feat(ee): GitHub permission syncing ( #508 )
2025-09-20 16:51:14 -07:00
Brendan Kellam
a76ae68c64
chore(web): Remove join on connections for getRepos ( #527 )
2025-09-20 11:35:00 -07:00
Brendan Kellam
5bc8fc323a
fix(perf): Add indices to hot paths for repository querying ( #526 )
2025-09-19 15:42:48 -07:00
Brendan Kellam
5dcc538878
chore(web): Add debug logging to measure homepage load performance ( #525 )
2025-09-19 10:50:22 -07:00
Michael Sukkarieh
af39b20668
fix(azure): Set username in azuredevops clone url ( #524 )
...
* set placeholder username for azuredevops clone url
* changelog
2025-09-19 09:48:58 -07:00
Tarang Chikhalia
7020761ca6
fix(backend): Sourcebot not pulling github forked repos ( #499 )
2025-09-18 15:06:46 -07:00
Michael Sukkarieh
e7fa4c4765
feat(connections): Add Azure Devops Support ( #514 )
...
* initial ado pol
* add support for ado logo
* default to main instead of HEAD when generating file url
* bump zoekt
* fix(web) Fix "At least one project, user, or group must be specified" for GitLab configs in web configurator (#512 )
* feat(ask_sb): Fallback on fromNodeProviderChain if access key or sessionToken are not provided (#513 )
* Quote branches argument in zoekt.ts to fix Pipe (#506 )
* remove connections settings page
* fix styling and remove additional components
* add changelog
* add docs
* fix build error
* bump zoekt
* fix broken links for ado docs
* fix HEAD support for ado
* changelog
---------
Co-authored-by: Brendan Kellam <bshizzle1234@gmail.com>
Co-authored-by: Michael Dekoski <michaeldekoski@gmail.com>
2025-09-17 22:18:56 -07:00
Michael Sukkarieh
db6e5d4841
chore(web): Remove deprecated connection creation/edit UI ( #515 )
...
* remove connections settings page
* fix styling and remove additional components
* add changelog
2025-09-17 17:24:35 -07:00
Michael Dekoski
4a449da7d8
Quote branches argument in zoekt.ts to fix Pipe ( #506 )
2025-09-17 14:02:09 -07:00
Brendan Kellam
f73a425207
feat(ask_sb): Fallback on fromNodeProviderChain if access key or sessionToken are not provided ( #513 )
2025-09-17 13:07:45 -07:00
Brendan Kellam
b217fbe07d
fix(web) Fix "At least one project, user, or group must be specified" for GitLab configs in web configurator ( #512 )
2025-09-17 12:23:11 -07:00
bkellam
83a8d306db
@sourcebot/mcp v1.0.5
2025-09-15 23:23:49 -07:00
Brendan Kellam
c9e864d53a
fix(web): Fix carousel perf issue + improvements to withAuth middleware ( #507 )
2025-09-15 23:13:29 -07:00
drew-u410
660623ac52
[search bar] multi-line wrap ( #501 )
2025-09-15 20:42:05 -07:00
Fede Sanchez
7cbda320cb
fix(bitbucket): Bitbucket Cloud pagination not working beyond first page ( #502 )
2025-09-15 19:43:50 -07:00
msukkari
aab4a92a87
fix for zoekt logs as errors
2025-09-09 18:44:23 -07:00
Brendan Kellam
7d0c6588e1
feat(gitlab): Add exclude.userOwnedProjects config setting ( #498 )
2025-09-08 22:38:18 -04:00
Brendan Kellam
b05fc7a0c8
fix(backend): Explicitly set refspec on fetch ( #497 )
2025-09-08 16:15:58 -04:00