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
4e4a529c3b63c7d4c7897ba736f1cd52cc163134
18 folders
1 file
Aleksander Ryzhickov
gitindex: move package from internal (#981)
9mo ago
4e4a529c
zoekt
refactor(all): goimports -w -local github.com/sourcegraph/zoekt (#948)
1 year 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
gitindex: move package from internal (#981) Co-authored-by: ARyzhikov <ARyzhikov@nota.tech>
9 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
gitindex: move package from internal (#981) Co-authored-by: ARyzhikov <ARyzhikov@nota.tech>
9 months ago
zoekt-mirror-gitea
gitindex: move package from internal (#981) Co-authored-by: ARyzhikov <ARyzhikov@nota.tech>
9 months ago
zoekt-mirror-github
gitindex: move package from internal (#981) Co-authored-by: ARyzhikov <ARyzhikov@nota.tech>
9 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
sourcegraph: remove GRPC index methods (#977) This was part of an effort to move the queue from Zoekt to Sourcegraph. However, we are not going to pursue this for now and we can remove the corresponging grpc methods. Sourcegraph never had callers of Index and Delete, so both are save to remove. `DeleteAllData` is still being called from Sourcegraph. Test plan: CI
10 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
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
flags.go
gitindex: move package from internal (#981) Co-authored-by: ARyzhikov <ARyzhikov@nota.tech>
9 months ago