bkellam
f54d71a489
update zoekt version
2025-01-09 15:44:22 -08:00
dependabot[bot]
11eacb773e
Bump next from 14.2.15 to 14.2.21 in /packages/web ( #153 )
...
Bumps [next](https://github.com/vercel/next.js ) from 14.2.15 to 14.2.21.
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/compare/v14.2.15...v14.2.21 )
---
updated-dependencies:
- dependency-name: next
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Brendan Kellam <bshizzle1234@gmail.com>
2025-01-09 13:37:25 -08:00
Michael Sukkarieh
d269a8cbe6
implement raw remote git repo support ( #152 )
...
* implement raw remote git repo support
* add changelog entry
2025-01-09 09:10:30 -08:00
bkellam
672832c993
remove Inter font since it was causing build failures
2025-01-07 13:14:31 -08:00
bkellam
11c79d850f
Fix issue with share links not including domain sub paths
2025-01-07 11:23:06 -08:00
Brendan Kellam
af8559678c
Add footer to homepage ( #151 )
2025-01-07 11:13:06 -08:00
Brendan Kellam
2c1de4d005
Share links ( #149 )
2025-01-07 10:27:42 -08:00
dependabot[bot]
914008247f
Bump nanoid from 3.3.7 to 3.3.8 ( #139 )
...
Bumps [nanoid](https://github.com/ai/nanoid ) from 3.3.7 to 3.3.8.
- [Release notes](https://github.com/ai/nanoid/releases )
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ai/nanoid/compare/3.3.7...3.3.8 )
---
updated-dependencies:
- dependency-name: nanoid
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Brendan Kellam <bshizzle1234@gmail.com>
2024-12-20 11:35:27 -08:00
bkellam
b3e86a74c6
release v2.6.3
2024-12-18 19:25:03 -08:00
Brendan Kellam
03aa608e21
Graceful error handling when calling code host apis ( #142 )
2024-12-18 19:21:21 -08:00
dependabot[bot]
4e68dc5032
Bump next from 14.2.10 to 14.2.15 ( #138 )
...
Bumps [next](https://github.com/vercel/next.js ) from 14.2.10 to 14.2.15.
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/compare/v14.2.10...v14.2.15 )
---
updated-dependencies:
- dependency-name: next
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-17 15:38:54 -08:00
Konrad Staniszewski
5772468930
Refactor Language Support ( #132 )
...
* feat: move language utilites out of components and dedup linguist languages
This mot moves all linguist language and codemirror languages into
utility classes.
It also adds syntax highligting for 200+ languages which can use
available parsers.
* Add support for all available 3rd party languages
* Remove some accidental languages
---------
Co-authored-by: Brendan Kellam <bshizzle1234@gmail.com>
2024-12-17 11:00:58 -08:00
Brendan Kellam
0e9c829cc3
[GitHub] Add exclude.size property to the config ( #137 )
2024-12-17 00:01:19 -08:00
Brendan Kellam
c35f6bc5ae
Add reindexInterval and resyncInterval to config settings ( #134 )
2024-12-16 21:30:50 -08:00
Brendan Kellam
d4e72566e2
Fix directory not found exception when deleting stale repository ( #136 )
2024-12-16 20:23:42 -08:00
bkellam
1cc9320a30
remove large repo from demo config
2024-12-16 20:00:10 -08:00
bkellam
924fece798
Remove UnrealEngine due to token error
2024-12-16 16:37:49 -08:00
bkellam
c8ea889161
+500 repos to demo site config
2024-12-16 16:35:59 -08:00
bkellam
ae88141646
+100 repos to demo site config
2024-12-16 15:22:18 -08:00
Brendan Kellam
415535e794
fix ( #133 )
2024-12-16 15:20:50 -08:00
bkellam
fe3ea19d6d
+100 repos to demo site config
2024-12-16 13:34:36 -08:00
bkellam
23e34dc6c8
use github token in demo site config
2024-12-13 16:25:23 -08:00
bkellam
d70ea41cd9
scale demo site by 100 repos
2024-12-13 16:18:38 -08:00
bkellam
f528b3878d
release 2.6.2
2024-12-13 15:37:38 -08:00
bkellam
a4cd49dbc5
quick fix typescript icon
2024-12-13 15:35:58 -08:00
Konrad Staniszewski
0b78ffd2d1
feat: add all 800 linguist language icons ( #129 )
...
* feat: add all 800 linguist language icons
This uses existing svg icons for common languages, then falls back on
the iconify library for the remaining 600 languages.
* move icon component to ui components
---------
Co-authored-by: Brendan Kellam <bshizzle1234@gmail.com>
2024-12-13 15:14:01 -08:00
Konrad Staniszewski
1ba4e8215d
feat: Add support for codemirror mode languages ( #125 )
...
* feat: Add support for codemirror mode languages
Codemirror 5 had a number of languages supported via modes instead of
explicit language support
* Add additional languages, remove comment
2024-12-13 15:09:07 -08:00
Brendan Kellam
4353d2008a
Add autoDeleteStaleRepos config option ( #128 )
2024-12-13 12:34:02 -08:00
Brendan Kellam
4d358f94a2
Add topics and exclude.topics to GitHub & GitLab config ( #121 )
2024-12-11 14:17:57 -08:00
Brendan Kellam
3dd4a16b7f
Make language suggestions case insensitive ( #124 )
2024-12-11 13:51:59 -08:00
bkellam
b9e6ce5690
release v2.6.1
2024-12-09 12:41:30 -10:00
Brendan Kellam
111023b1dc
Add config option to specify max file size ( #118 )
2024-12-09 12:34:43 -10:00
Konrad Staniszewski
d4e6410b28
Fix zoekt language parsing and add more token coloring ( #115 )
2024-12-09 08:46:53 -10:00
Konrad Staniszewski
f71a83a941
fix: make gerrit repo fetching paginated ( #114 )
...
* fix: make gerrit repo fetching paginated
In some cases gerrit will limit the number of projects returned by
/projects endpoint, forcing the client to paginate their request to get
all projects.
This fulfills this requirement to get all projects
* Add some more metadata repo projects to ignore list
---------
Co-authored-by: Brendan Kellam <bshizzle1234@gmail.com>
2024-12-07 08:45:46 -10:00
Emmanuel Ferdman
77198bd773
Update posthogProvider.tsx reference ( #112 )
2024-12-07 08:31:19 -10:00
Konrad Staniszewski
ce8232a23c
Filter panel visual fixes ( #105 )
...
* Make filter panel full page height
* Fix filter items text
when the filter items were cutoff, the text would break onto multiple
lines and the count would overlap with the text
---------
Co-authored-by: Brendan Kellam <bshizzle1234@gmail.com>
2024-12-03 10:46:42 -10:00
bkellam
7915af8acd
release v2.6.0
2024-12-02 16:15:25 -08:00
Konrad Staniszewski
b452fd2983
Gerrit sync ( #104 )
...
* Basic gerrit sync with working gitiles web-links functionality
This adds basic support for gerrit repo code host syncing. Gerrit uses
gitiles plugin for code browsing (in most cases).
It may be usefull to allow users to provide their own web code-browsing
url templates in the future.
* Add gerrit readme update
* Remove config arg from gerrit fetchAllProjects
* Remove example urls
* Resolve comments
2024-12-02 16:07:02 -08:00
bkellam
d9710c702d
release v2.5.4
2024-11-29 10:48:53 -08:00
Brendan Kellam
d18601c746
Search history ( #99 )
2024-11-29 10:42:08 -08:00
bkellam
60dd3e935a
release v2.5.3
2024-11-28 13:33:04 -08:00
Brendan Kellam
120d84a046
Symbol suggestions ( #98 )
2024-11-28 13:26:27 -08:00
bkellam
b115218be9
release v2.5.2
2024-11-27 10:51:35 -08:00
bkellam
55b50f22fd
Fixed homepage links not resolving when DOMAIN_SUB_PATH is set. Fixes #96
2024-11-27 10:48:22 -08:00
bkellam
c061136125
Fix filter icon bug. Fixes #95
2024-11-27 10:43:41 -08:00
bkellam
18988ed14d
release v2.5.1
2024-11-26 22:03:35 -08:00
Brendan Kellam
d6544086e7
Icon & link support for self-hosted repositories ( #93 )
2024-11-26 21:49:41 -08:00
bkellam
01f4329d3e
Update README.md to point to new demo url
2024-11-26 14:22:38 -08:00
Brendan Kellam
33b5418bbf
Pass PostHog key at build time ( #92 )
2024-11-25 21:04:52 -08:00
Brendan Kellam
c73c34428c
File suggestions ( #88 )
2024-11-24 13:58:05 -08:00