Commit graph

601 commits

Author SHA1 Message Date
bkellam
19e56c7ce9 add yarn lock 2025-10-18 16:19:52 -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
9faaf8d1ce changelog 2025-10-18 14:40:29 -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)
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
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
Brendan Kellam
18ba1d2492
update demo deploy cadence (#556) 2025-10-07 23:51:52 -07:00
bkellam
8d7babc8d2 chore(worker): Change log message to debug 2025-10-07 16:38:56 -07:00
bkellam
595abc12be use blacksmith arm machine for arm builds 2025-10-07 10:21:19 -07:00
blacksmith-sh[bot]
0e8fdf0f97
Migrate workflows to Blacksmith (#554)
Co-authored-by: blacksmith-sh[bot] <157653362+blacksmith-sh[bot]@users.noreply.github.com>
2025-10-07 10:05:27 -07:00
Brendan Kellam
83c6704b01
fix: Fix git dubious ownership errors (#553) 2025-10-06 19:54:17 -07:00
Brendan Kellam
5e3e4f000a
chore(web): Remove spam "login page loaded" log (#552) 2025-10-06 15:04:41 -07:00
msukkari
623c794a75 update description in docs 2025-10-04 10:03:29 -07:00
Brendan Kellam
425a816fb6
Update README.md 2025-10-03 21:38:49 -07:00
bkellam
6a4c9220bd chore: try including platform pair in cache key 2025-10-03 21:24:14 -07:00
Brendan Kellam
eeb6b73a64
chore: Move helm chart to seperate repo (#549) 2025-10-03 15:45:36 -07:00
Andre Nogueira
9c8224e39f
Add Sourcebot Helm Chart (#370)
* feat: add helm chart

Signed-off-by: Andre Nogueira <andre.nogueira@mollie.com>

* feat: add sts support to use internal DB and improve values docs

Signed-off-by: Andre Nogueira <andre.nogueira@mollie.com>

* fix: include postgresql extra dependency

Signed-off-by: Andre Nogueira <andre.nogueira@mollie.com>

* fix: remove autoscaler

Signed-off-by: Andre Nogueira <andre.nogueira@mollie.com>

* fix: remove sts

Signed-off-by: Andre Nogueira <andre.nogueira@mollie.com>

* fix: add more suggestive env var example

Signed-off-by: Andre Nogueira <andre.nogueira@mollie.com>

* fix: add chart dependency lock

Signed-off-by: Andre Nogueira <andre.nogueira@mollie.com>

* fix: add host infer to the chart docs

Signed-off-by: Andre Nogueira <andre.nogueira@mollie.com>

---------

Signed-off-by: Andre Nogueira <andre.nogueira@mollie.com>
2025-10-03 15:39:26 -07:00
Brendan Kellam
c10010eb99
feat(db): Support passing db connection as separate env vars (#545) 2025-10-02 12:51:39 -07:00
bkellam
d24de793f2 Add roadmap link to docs 2025-10-01 14:47:26 -07:00
msukkari
5b20911a08 v4.7.3 2025-09-29 10:28: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
bkellam
66c9ec044e sourcebot v4.7.2 2025-09-22 16:04:32 -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