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
/
web
/
at
080acfdff8811b9c049d394520e1fce4f04bf139
8 files
Keegan Carruthers-Smith
refactor(all): goimports -w -local github.com/sourcegraph/zoekt (#948)
1y ago
8e2e8543
api.go
refactor(all): goimports -w -local github.com/sourcegraph/zoekt (#948)
1 year ago
doc.go
Document all the commands + packages (#904) This PR adds doc comments for all packages/ commands.
1 year ago
e2e_test.go
refactor(all): goimports -w -local github.com/sourcegraph/zoekt (#948)
1 year ago
server.go
refactor(all): goimports -w -local github.com/sourcegraph/zoekt (#948)
1 year ago
server_test.go
feat(web): Add context lines to search results (#931) This adds the before and after Lines in the search results. The default is still 0 so the user has to increase "context lines" to see more.
1 year ago
snippets.go
web: escape + as %2B in file path templates (#843) When constructing a shard we specify templates for constructing a URL. Finally those URLs end up going via html/template which has pretty strict escaping rules. This commit makes two changes: URL construction via text/template. We still get the safety benefits later on when finally rendering the output, but given we are constructing URLs it makes more sense to use text/template. Special escaping of + in URLs. I couldn't convince html/template to not break URls containing + in it. So instead we use + escaped to %2B. I tested gerrit, github and sourcegraph with %2B in filenames and they all worked. To do the above I introduced a template function called URLJoinPath which is a wrapper around url.JoinPath with the additional behaviour around + escaping. Test Plan: Did lots of updates in tests. See diff.
2 years ago
templates.go
feat(web): Add context lines to search results (#931) This adds the before and after Lines in the search results. The default is still 0 so the user has to increase "context lines" to see more.
1 year ago
trace.go
refactor(all): goimports -w -local github.com/sourcegraph/zoekt (#948)
1 year ago