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
/
query
/
at
ec7da238296574b4d32c9825335b1d1b903bdda7
9 files
Keegan Carruthers-Smith
query: introduce FileNameSet (#482)
3y ago
20baf3ac
bits.go
query: introduce FileNameSet (#482) Sourcegraph's new hybrid searcher sends around large ORs of filenames to search for. FileNameSet provides an efficient implementation to transport and query these sets of filenames. We include an efficient gob implementation based on previous work around encoding a more complicated map of strings. Test Plan: Added unit tests. Additionally, updated sourcegraph to use this implementation and ran its tests.
3 years ago
marshal.go
query: introduce FileNameSet (#482) Sourcegraph's new hybrid searcher sends around large ORs of filenames to search for. FileNameSet provides an efficient implementation to transport and query these sets of filenames. We include an efficient gob implementation based on previous work around encoding a more complicated map of strings. Test Plan: Added unit tests. Additionally, updated sourcegraph to use this implementation and ran its tests.
3 years ago
marshal_test.go
query: introduce FileNameSet (#482) Sourcegraph's new hybrid searcher sends around large ORs of filenames to search for. FileNameSet provides an efficient implementation to transport and query these sets of filenames. We include an efficient gob implementation based on previous work around encoding a more complicated map of strings. Test Plan: Added unit tests. Additionally, updated sourcegraph to use this implementation and ran its tests.
3 years ago
parse.go
Export regexp optimisations (#392) Export regexp optimisations for use by Sourcegraph and Searcher
4 years ago
parse_test.go
Add ability to filter out archived repositories (#370) Two changes in this PR: 1. Store the archived status of mirrored repositories in zoekt-mirror-{gerrit,gitlab,github} - the archive status is stored in the `zoekt.archived` field of the git config of the cloned repository - this approach is in line with how the existing `zoekt-sourcegraph-indexserver` represents archived repositories - the other zoekt-mirror binaries are for upstreams that don't have the notion of an archived repository, so I have not changed them 2. Add a new query option, `archived:` which accepts `yes`, `no`. `archived:yes` will mean only results from archived repositories are returned. `archived:no` will mean results from archived repositories are excluded. - this is achieved by constructing a query using the `RawConfig` query type
4 years ago
query.go
query: introduce FileNameSet (#482) Sourcegraph's new hybrid searcher sends around large ORs of filenames to search for. FileNameSet provides an efficient implementation to transport and query these sets of filenames. We include an efficient gob implementation based on previous work around encoding a more complicated map of strings. Test Plan: Added unit tests. Additionally, updated sourcegraph to use this implementation and ran its tests.
3 years ago
query_test.go
query: fix expandFileContent (#483) This fixes a bug where if s.FileName and s.Content were TRUE, we didn't expand and the resulting matchTree was implicitly matching filenames only. Now we match content and filenames if s.Filename == s.Content.
3 years ago
regexp.go
Export regexp optimisations (#392) Export regexp optimisations for use by Sourcegraph and Searcher
4 years ago
regexp_test.go
Export regexp optimisations (#392) Export regexp optimisations for use by Sourcegraph and Searcher
4 years ago