zoekt icon indicating copy to clipboard operation
zoekt copied to clipboard

Fast trigram based code search

Results 54 zoekt issues
Sort by recently updated
recently updated
newest added

UPDATE: Go 1.18 is required in sourcegraph/log [go.mod](https://sourcegraph.com/github.com/sourcegraph/log/-/blob/go.mod?L3) and four days ago we rolled back zoekt from 1.18 to 1.17 in this [PR](https://github.com/sourcegraph/zoekt/pull/373/files). We'll leave this open until the go...

cla-signed

Is there a way to access the last index time in the templates? `{{ .IndexMetadata.IndexTime }}` didn't work.

Change Zoekt from google/zoekt to sourcegraph/zoekt broke the gob decoding which broke Zoekt in .com. This is not trigger an Opsgenie alert. Look at Search Blitz as a place to...

observability

Progress on https://github.com/sourcegraph/sourcegraph/issues/37063 **DISCLAIMER: In its current state this PR is a POC. It is not feature complete. It lacks appropriate testing. Its goal is to elicit feedback and guide...

cla-signed

Updates #321 See the linked issue for context. 1. It's not clear whether we need to know how much data is mmapped and whether it should influence e.g. our recommendations...

cla-signed

Adds support for `.gitignore` type globs to the `zoekt-index` command. This is useful when indexing a local directory or a git repository that doesn't follow one of the remote patterns...

Zoekt supports starting a custom `ctags` binary which can be useful when the default settings cause `ctags` to fail (e.g when a language isn't available on the host system)

In addition to the metrics covered by [RED](https://www.weave.works/blog/the-red-method-key-metrics-for-microservices-architecture/), [Google's SRE's "Monitoring Distributed Systems"](https://sre.google/sre-book/monitoring-distributed-systems/) recommends also capturing the the duration of _failed_ operations as well. Tracking that separately seems important: -...