dependabot[bot]
a51a5e2764
Bump next from 14.2.6 to 14.2.10 ( #8 )
...
Bumps [next](https://github.com/vercel/next.js ) from 14.2.6 to 14.2.10.
- [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.6...v14.2.10 )
---
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-09-24 22:11:54 -07:00
bkellam
bf85c62132
nit: invert README github icons when in dark mode
2024-09-24 21:56:17 -07:00
bkellam
62d4e8ec2e
more syntax highlighting support
2024-09-24 21:12:49 -07:00
msukkari
bcdee823ac
bake sample-config into docker image so that we can run hello world without cloning
2024-09-24 20:56:51 -07:00
bkellam
7e7a5074e0
add 'indexing in progress' dialog to better indicate that indexing is (likely) occuring
2024-09-24 20:34:06 -07:00
Michael Sukkarieh
4cced221f8
support trying out SB with a single command ( #7 )
...
* zoekt bump
* copy sample-config into docker image
* revert sample-config.json copy since its cleaner to just mount it when running
2024-09-24 19:55:59 -07:00
bkellam
f5651515b2
Improve loading states + hack fix seemingly spurious issue with code mirror ranges
2024-09-24 10:19:52 -07:00
bkellam
fa8ff8088a
small ui nits
2024-09-23 22:30:58 -07:00
bkellam
444e3ac28c
Add config for demo site
2024-09-19 19:03:25 -07:00
bkellam
3299f854b5
remove arm/v6 and arm/v7 due to build failure
2024-09-19 18:07:29 -07:00
bkellam
a47b4c2058
Remove tags from build docker image stage
2024-09-19 17:55:51 -07:00
bkellam
34d4b072dd
expand the number of platforms + remove pull_request event
2024-09-19 17:24:27 -07:00
bkellam
bb6f3d91b0
Add simple PR gate that builds docker container for one platform
2024-09-19 17:21:24 -07:00
bkellam
b5f6d46d35
add back linux/arm64
2024-09-19 16:49:41 -07:00
bkellam
607e03d179
Add packages: write permission to merge job
2024-09-19 16:40:45 -07:00
bkellam
2bbbd57691
Add back ghcr.io prefix
2024-09-19 16:29:28 -07:00
bkellam
ee2f27fc30
revert inline login + remove ghcr.io prefix from REGISTRY_NAME
2024-09-19 16:09:14 -07:00
bkellam
cec45c36bb
try logging in inline
2024-09-19 14:48:53 -07:00
bkellam
16bd48dfc6
Upgrade to docker/login-action@v3 and temporarily disable arm64 builds
2024-09-19 14:18:11 -07:00
msukkari
cf479de5b1
fix liniting issues
2024-09-19 13:32:40 -07:00
Michael Sukkarieh
03fc50afd2
various README fixes ( #3 )
...
* add instructions on adding GITHUB_TOKEN as env variable on machine
* add .github-token to gitignore and add additional info in build instructions
* remove github-token from gitignore because its meant to be in home dir. Bold this part in the README so its more clear
* add ctags installation instructions to readme
* link to ctags repo in README
* remove unnecessary line change in gitignore
2024-09-19 13:28:10 -07:00
bkellam
7cb0e7e691
try removing tags from docker/build-push-action@v6 action
2024-09-19 13:25:09 -07:00
Michael Sukkarieh
c5b53c2d6c
Sanitize posthog data and add more info in README ( #4 )
...
* remove page view provider
* sanatize current_url and ip properties in all posthog events
* add posthog usage info in README
* remove unneccessary ip property removal since we disable ip collection on posthog side
* add back ip sanitization on client side (we disabled it on server side but may as well also clear it on client) and revise README on telemetry
* add typo with asterisks in readme
* small grammar fix in README
2024-09-19 13:22:13 -07:00
bkellam
9dec454d06
add missing org name to REGISTRY_IMAGE
2024-09-19 13:19:20 -07:00
bkellam
4cf557bafc
Add missing outputs param to docker build and push action
2024-09-19 13:12:40 -07:00
bkellam
f57a3e4087
Attempt #1 on merging multi-platform docker builds
2024-09-19 12:22:28 -07:00
Brendan Kellam
1c756d2010
Add repo carousel and "how to search" section to homepage ( #5 )
2024-09-18 22:26:00 -07:00
msukkari
71717ac4b5
remove parentheses usage in package.json
2024-09-18 17:12:33 -07:00
bkellam
233897d02c
Add tsx syntax highlight support
2024-09-18 00:23:54 -07:00
bkellam
0f4b610c4c
Add placeholder demo gif + improvements to README
2024-09-18 00:22:17 -07:00
bkellam
649223a607
Add safety to range highlighting for search result panel
2024-09-17 23:58:29 -07:00
bkellam
1d8335b699
remove breaklines
2024-09-17 23:09:05 -07:00
bkellam
4355567351
indent README
2024-09-17 23:08:16 -07:00
bkellam
b9694c9c76
document building locally
2024-09-17 23:06:00 -07:00
bkellam
90284413e0
python & markdown syntax highlighting
2024-09-17 20:35:53 -07:00
bkellam
d742d4fbbd
Add helper makefile
2024-09-17 20:34:43 -07:00
bkellam
8fa5645a4e
update zoekt
2024-09-17 15:18:01 -07:00
Brendan Kellam
c5edc1b802
remove todos section ( #2 )
2024-09-17 15:10:07 -07:00
bkellam
8f5a60ff0a
small ui nits
2024-09-16 21:57:04 -07:00
bkellam
3ef9be2b6b
Add PostHog telemetry support
2024-09-16 21:37:34 -07:00
bkellam
9a8d17b4c0
Revert "Add missing dependencies"
...
This reverts commit bb92366cc2 .
2024-09-16 11:57:49 -07:00
bkellam
f94ce8180e
Revert "Semantic search attempt #1 : convert query into zoekt syntax"
...
This reverts commit 7e818cad33 .
2024-09-16 11:57:26 -07:00
bkellam
bb92366cc2
Add missing dependencies
2024-09-12 19:55:50 -07:00
bkellam
7e818cad33
Semantic search attempt #1 : convert query into zoekt syntax
2024-09-11 22:58:37 -07:00
bkellam
700c5f7522
no-store caching strategy
2024-09-11 12:15:12 -07:00
bkellam
35edfa0a64
nit
2024-09-10 23:09:52 -07:00
bkellam
3b856d7edc
try using client component
2024-09-10 22:59:17 -07:00
bkellam
fa48ae79a0
use force-dynamic
2024-09-10 22:38:09 -07:00
bkellam
957f499584
nits
2024-09-10 22:23:40 -07:00
bkellam
1283f6487f
Add page to list indexed repositories
2024-09-10 21:55:00 -07:00