Commit graph

160 commits

Author SHA1 Message Date
bkellam
36a146486d update demo site fly.toml to use image from ghcr instead of building one. Also make the deployment pipeline dependent on pushes to ghcr. 2024-10-17 13:41:58 -04:00
Michael Sukkarieh
bb2ec892aa fix backslash usage in example config command 2024-10-16 19:08:42 -06:00
bkellam
23c77d2000 Update changelog for v1.0.3 2024-10-15 17:39:09 -07:00
ttys3
825a5aa7f5
fix: fix javascript btoa function can not handle Unicode strings issue (#38) 2024-10-15 17:33:44 -07:00
bkellam
e4b261a7f3 release v1.0.2 2024-10-09 11:50:04 -07:00
Brendan Kellam
e2aa26e9e5
Update zoekt with fix for GitLab filtering (#37) 2024-10-09 11:47:40 -07:00
bkellam
57fc0f2fef release v1.0.1 2024-10-03 14:07:45 -07:00
Brendan Kellam
d7b6829a42
Add env vars for overriding GitHub / GitLab hostnames in the .netrc file. (#26)
* Add env vars for overriding GitLab / GitHub hostnames used in the .netrc file. (GITLAB_HOSTNAME, GITHUB_HOSTNAME)

* Add docs

* Add changelog entry
2024-10-03 14:06:24 -07:00
bkellam
bc20ff6d2b Update telemetry reference to use sourcebot link 2024-10-02 13:09:11 -07:00
bkellam
c9cbdbe81e Add sourcebot itself to the demo site config 2024-10-02 12:32:33 -07:00
bkellam
e9f2ca0aed Change docs to instruct using the 'latest' tag instead of 'main'. 'latest' will only be updated on new releases, and thus will point to a more stable commit of the project vs. 'main' (which may included features still in active development). 2024-10-02 12:22:08 -07:00
bkellam
31f6d63fba Update changelog for release v1.0.0 2024-10-01 09:25:05 -07:00
Brendan Kellam
44a736c5a1
Update readme demo video 2024-10-01 00:00:21 -07:00
msukkari
5b63b9defb link to the discord 2024-09-30 22:58:19 -07:00
msukkari
2a820f8782 change discord badge style 2024-09-30 22:56:23 -07:00
msukkari
d0a3b6b5fd add discord link and index time warning to README 2024-09-30 22:46:16 -07:00
bkellam
9eab660512 small nit on using .env.local file for disabling telemetry 2024-09-30 21:19:36 -07:00
bkellam
5dfbdd1684 update zoekt 2024-09-30 20:51:58 -07:00
msukkari
c13eb3dfe0 fix small typos in README and change linux ctags install instructions 2024-09-30 20:28:20 -07:00
bkellam
0240051a96 nit: also show the total number of results in the 'Displaying ...' dialog 2024-09-29 15:32:37 -07:00
bkellam
9b1664d59e Make 'getFileSource' zoekt query more specific using 'file:' qualifier. 2024-09-29 15:07:00 -07:00
bkellam
fe3817b9a5 Rename organization to sourcebot-dev 2024-09-29 14:39:17 -07:00
Brendan Kellam
d0d104a1e1
Readme V3 + config examples (#12) 2024-09-29 14:17:43 -07:00
bkellam
e250fd9ae3 Handle remote configs in entrypoint.sh 2024-09-29 13:27:30 -07:00
bkellam
6d1130bae8 Beef up demo machine's specs 2024-09-29 13:27:02 -07:00
bkellam
392c9378a9 expand demo config 2024-09-28 23:59:00 -07:00
bkellam
ac16f87e2f update zoekt 2024-09-28 21:40:59 -07:00
bkellam
5d162dfbc4 Add changelog 2024-09-28 17:02:44 -07:00
Michael Sukkarieh
e089fd5e1e
read me v2 (#10)
* add initial sections for new getting started section in README

* add missing section reference

* simplify english in workspace section

* additional language around mounting and running

* nit, browser language

* add info on how to edit config file and cleanup old docs

* add features section

* made readme more concise

* fix github icon

* missed a github icon

* fixed links in build section

* remove CONFIG_PATH setting in one command instruction:
2024-09-28 16:51:55 -07:00
Brendan Kellam
74b9fe5c57
Add 'install' event that is fired once on first run (#11) 2024-09-28 16:47:07 -07:00
bkellam
fed2f75a28 Changed things s.t., /data/config.json is the default config path. If a file cannot be found at that path, a warning is issued and we fallback on ./sample-config.json 2024-09-27 23:38:32 -07:00
msukkari
d45a9bcd46 change default CONFIG_PATH to sample-config.json 2024-09-26 14:06:06 -07:00
bkellam
34a4c336c7 switch to using prettyBytes for repos table 2024-09-26 13:03:23 -07:00
bkellam
a98db52bf4 Fix build 2024-09-26 11:19:04 -07:00
bkellam
10aa249995 improve UX around how we communicate 'load more results' 2024-09-25 23:31:51 -07:00
Brendan Kellam
afede30de6
Hotkeys, cleanup, and UX improvements (#9) 2024-09-25 20:12:20 -07:00
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