Erik Seliger
Erik Seliger
As per gulp plugin guidelines, there should be no dependency on gulp itself, for a good reason. So removing it as a dependency and adding it as a devDependency should...
Initial list, will tweak later as we learn what customers need, but makes it a bit more usable outside of our own testbed and easy to adopt more later. ##...
This messes with scripts and renders search_result_paths pretty much useless. I propose we do this change to fix it, although breaking. Also, we should introduce a "workingDirectory" option on `Step`,...
This PR introduces the fix added to [lightstep/opentelemetry-prometheus-sidecar here](https://github.com/lightstep/opentelemetry-prometheus-sidecar/pull/71). All credit goes to @jmacd! Closes https://github.com/Stackdriver/stackdriver-prometheus-sidecar/issues/268
This fixes an issue [reported by Marc on slack](https://sourcegraph.slack.com/archives/C022SPMNR0W/p1688441380321489) where changes to the external service config disappeared after a few minutes. When this happens: - A sync for the external...
This endpoint has a few issues: - It unconditionally triggers a clone, even when a repo already exists - It moves the decisionmaking about update vs clone to the caller,...
The only value we ever passed here was 1 second, which is effectively "don't debounce". So we can simplify here. Really, the client should make sure to go at a...
This PR removes the global logic that computed the perms mapping. There's nothing that's heavy to compute in there, and there's a massive footgun in the case a service forgets...
## Test plan Trusting CI that it'll find things.