sourcegraph/cmd/github-proxy
Jean-Hadrien Chabran c8a3bd3ce1
bzl: set version on bins, not lib + add missing (#54030)
A few `x_defs` attributes were missing on binaries, which is now fixed.
Also moved to stamping from `go_library` rules to `go_binaries` to ease
caching.

## Test plan

<!-- All pull requests REQUIRE a test plan:
https://docs.sourcegraph.com/dev/background-information/testing_principles
-->

CI + main-dry-run + locally tested + `strings github-proxy | grep
version` on `us.gcr.io/sourcegraph-dev/github-proxy:323c450504f8`
2023-06-23 14:06:58 +02:00
..
shared ci: re-enable race detection (#52776) 2023-06-05 20:41:47 +02:00
BUILD.bazel bzl: set version on bins, not lib + add missing (#54030) 2023-06-23 14:06:58 +02:00
github-proxy.go Running binaries with SANITY_CHECK=true immediately exits with a code zero (#52186) 2023-05-19 12:30:11 +00:00
image_test.yaml Switch to OCI/Wolfi based image (#52693) 2023-06-02 12:12:52 +02:00
README.md Add "life of a search query" documentation (#5574) 2019-09-17 12:39:50 -07:00

github-proxy

Proxies all requests to github.com to keep track of rate limits and prevent triggering abuse mechanisms.

There is only one replica running in production.