alpha
Login
or
Join now
boltless.me
/
zoekt
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
fork of https://github.com/sourcegraph/zoekt
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
zoekt
/
cmd
/
at
c747a3bccc2a4a427204ac08eea62a522df6d2ec
18 folders
1 file
Josh Heinrichs
cmd/zoekt: add support for jsonl output (#997)
6mo ago
8ec72f9a
zoekt
cmd/zoekt: add support for jsonl output (#997) Currently the zoekt command's output isn't able to surface information like which branch a match corresponds to. By streaming out the matches as lines of json, it can be easily processed by other programs like jq. This is potentially useful for a lot of cli tools. Personally I'm looking to use this with fzf and bat to build a little search tui.
6 months ago
zoekt-archive-index
Document all the commands + packages (#904) This PR adds doc comments for all packages/ commands.
1 year ago
zoekt-dynamic-indexserver
Document all the commands + packages (#904) This PR adds doc comments for all packages/ commands.
1 year ago
zoekt-git-clone
gitindex: move package from internal (#981) Co-authored-by: ARyzhikov <ARyzhikov@nota.tech>
9 months ago
zoekt-git-index
gitindex: move package from internal (#981) Co-authored-by: ARyzhikov <ARyzhikov@nota.tech>
9 months ago
zoekt-index
Add support for indexing and searching custom fields for repositories (#962) At GitLab, we encountered limitations when searching within large namespaces containing thousands of repositories. Specifically, we cannot pass a complete list of RepoIDs due to size constraints. This change introduces support for indexing and searching on custom repository metadata by extending Repository to include an additional Metadata field. All fields within Repository.Metadata are searchable using a regular expression evaluator. This enables more scalable filtering by allowing clients to express regular expression prefix queries on metadata fields, such as: traversal_ids:123-456-.* Or any field really: haystack:nee.*le
1 year ago
zoekt-indexserver
Add support for filtering out private repositories (#991)
7 months ago
zoekt-merge-index
refactor(all): goimports -w -local github.com/sourcegraph/zoekt (#948)
1 year ago
zoekt-mirror-bitbucket-server
gitindex: move package from internal (#981) Co-authored-by: ARyzhikov <ARyzhikov@nota.tech>
9 months ago
zoekt-mirror-gerrit
zoekt-mirror-gerrit: Don't remove /a/ prefix from git clone URLs (#990) The /a/ prefix is required for authenticated git operations in default Gerrit configurations. Gerrit's HttpScheme intentionally includes /a/ in clone URLs to trigger authentication. Removing it breaks instances using default config. The ServerInfo API already returns the correct URL format based on the instance's configuration, so we should use it as-is. Amp-Thread-ID: https://ampcode.com/threads/T-6944ab20-837d-4e78-a9ad-51083263baec Co-authored-by: Amp <amp@ampcode.com>
7 months ago
zoekt-mirror-gitea
Support Gitea in the indexserver (#988)
7 months ago
zoekt-mirror-github
Add support for filtering out private repositories (#991)
7 months ago
zoekt-mirror-gitiles
gitindex: move package from internal (#981) Co-authored-by: ARyzhikov <ARyzhikov@nota.tech>
9 months ago
zoekt-mirror-gitlab
gitindex: move package from internal (#981) Co-authored-by: ARyzhikov <ARyzhikov@nota.tech>
9 months ago
zoekt-repo-index
gitindex: move package from internal (#981) Co-authored-by: ARyzhikov <ARyzhikov@nota.tech>
9 months ago
zoekt-sourcegraph-indexserver
ci: fix fmt string errors (#994) I think these snuck in as we changed go versions
7 months ago
zoekt-test
Move shards package to root and rename to 'search' (#930) In https://github.com/sourcegraph/zoekt/pull/901 I moved several packages to 'internal' to clean up the exported API. This PR moves the `shards` package back to root, since it contains important methods like `NewDirectorySearcher`. It also renames the `shards` package to `search` to clarify the usage. Relates to https://github.com/sourcegraph/zoekt/pull/901#issuecomment-2703171432, https://github.com/sourcegraph/zoekt/discussions/927
1 year ago
zoekt-webserver
Add cors_origin flag to zoekt-webserver to enable CORS headers (#993)
7 months ago
flags.go
cmd/zoekt: add support for jsonl output (#997) Currently the zoekt command's output isn't able to surface information like which branch a match corresponds to. By streaming out the matches as lines of json, it can be easily processed by other programs like jq. This is potentially useful for a lot of cli tools. Personally I'm looking to use this with fzf and bat to build a little search tui.
6 months ago