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
b0d63ab67f11d48a30b3e27667b307fbfe0d0ca6
18 folders
1 file
Keegan Carruthers-Smith
index: decide between tenant and non-tenant shard name in one place (#953)
1y ago
b0d63ab6
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
Document all the commands + packages (#904) This PR adds doc comments for all packages/ commands.
1 year ago
zoekt-git-index
refactor(all): goimports -w -local github.com/sourcegraph/zoekt (#948)
1 year ago
zoekt-index
refactor(all): goimports -w -local github.com/sourcegraph/zoekt (#948)
1 year ago
zoekt-indexserver
all: run modernize across codebase (#919) The latest release of gopls has a feature called modernize which will update your code where it can to use modern go features/pkgs. https://github.com/golang/tools/releases/tag/gopls%2Fv0.18.0 Generated with: go run golang.org/x/tools/gopls/internal/analysis/modernize/cmd/modernize@latest -fix -test ./... Test Plan: CI
1 year ago
zoekt-merge-index
refactor(all): goimports -w -local github.com/sourcegraph/zoekt (#948)
1 year ago
zoekt-mirror-bitbucket-server
all: run modernize across codebase (#919) The latest release of gopls has a feature called modernize which will update your code where it can to use modern go features/pkgs. https://github.com/golang/tools/releases/tag/gopls%2Fv0.18.0 Generated with: go run golang.org/x/tools/gopls/internal/analysis/modernize/cmd/modernize@latest -fix -test ./... Test Plan: CI
1 year ago
zoekt-mirror-gerrit
refactor(all): goimports -w -local github.com/sourcegraph/zoekt (#948)
1 year ago
zoekt-mirror-gitea
Document all the commands + packages (#904) This PR adds doc comments for all packages/ commands.
1 year ago
zoekt-mirror-github
zoekt-mirror-github: allow cloning without github token (#937) Make the flag "token" optional. Exit if the user provided token does not exist (as before). Only, fallback to the token from the default location if the user did not provide a token. Continue with an unauthenticated GitHub client (`nil` OAuth client) if the fallback did not work (does not exist, cannot be read, ...).
1 year ago
zoekt-mirror-gitiles
Document all the commands + packages (#904) This PR adds doc comments for all packages/ commands.
1 year ago
zoekt-mirror-gitlab
refactor(all): goimports -w -local github.com/sourcegraph/zoekt (#948)
1 year ago
zoekt-repo-index
refactor(all): goimports -w -local github.com/sourcegraph/zoekt (#948)
1 year ago
zoekt-sourcegraph-indexserver
index: decide between tenant and non-tenant shard name in one place (#953) We have two places with duplicated logic around how it decides the layout of shards on disk. This now moves that decision into one place. Additionally we can now unexport index.ShardName. It was only used in one place outside the package, and that was easy to replace with a hardcoded string since it is just a test. Test Plan: Just CI. This has no actual change in functionality, just refactoring.
1 year 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
index: decide between tenant and non-tenant shard name in one place (#953) We have two places with duplicated logic around how it decides the layout of shards on disk. This now moves that decision into one place. Additionally we can now unexport index.ShardName. It was only used in one place outside the package, and that was easy to replace with a hardcoded string since it is just a test. Test Plan: Just CI. This has no actual change in functionality, just refactoring.
1 year ago