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
/
testdata
/
golden
/
TestReadSearch
/
at
43b92256ba7117270d7cc8ca434cc14faf2cc241
5 files
Stefan Hengl
ranking: allow partial overlap with symbol (#742)
2y ago
74bbcc9d
ctagsrepo_v16.00000.golden
ranking: allow partial overlap with symbol (#742) With this update, we score matches which overlap with a symbol in any way. Before, we only added a score if the match was fully contained in a symbol. Test plan: - new unit tests - updated scoring tests
2 years ago
ctagsrepo_v17.00000.golden
ranking: allow partial overlap with symbol (#742) With this update, we score matches which overlap with a symbol in any way. Before, we only added a score if the match was fully contained in a symbol. Test plan: - new unit tests - updated scoring tests
2 years ago
repo17_v17.00000.golden
api: JSON omitempty on optional fields in FileMatch (#721) There are several fields which are optional in FileMatch. For example branch and version are only set if indexing a git repo (zoekt can index arbitrary files). We mark these fields as optional to marshal in JSON. The main benefit of this is improving the readability of some golden files. Note: I noticed this when an unrelated commit touched these golden files. Test Plan: go test
2 years ago
repo2_v16.00000.golden
ranking: allow partial overlap with symbol (#742) With this update, we score matches which overlap with a symbol in any way. Before, we only added a score if the match was fully contained in a symbol. Test plan: - new unit tests - updated scoring tests
2 years ago
repo_v16.00000.golden
api: JSON omitempty on optional fields in FileMatch (#721) There are several fields which are optional in FileMatch. For example branch and version are only set if indexing a git repo (zoekt can index arbitrary files). We mark these fields as optional to marshal in JSON. The main benefit of this is improving the readability of some golden files. Note: I noticed this when an unrelated commit touched these golden files. Test Plan: go test
2 years ago