sourcegraph/cmd/github-proxy
William Bezuidenhout d0d1507181
add default value for DOCKER_BAZEL (#50324)
Adding a defauilt value for the Docker Bazel variable used in the build
scripts

## Test plan
ran the script locally to see how it works with and without the variable
set
<!-- All pull requests REQUIRE a test plan:
https://docs.sourcegraph.com/dev/background-information/testing_principles
-->
2023-04-04 08:55:14 +00:00
..
shared bazel: fix buf files (#49444) 2023-03-15 20:21:38 +00:00
BUILD.bazel bazel: build docker images binary with bazel (#49525) 2023-03-22 14:22:07 +00:00
build.sh add default value for DOCKER_BAZEL (#50324) 2023-04-04 08:55:14 +00:00
Dockerfile dep: resolve CVE-2023-0464 in base image 2/2 (#50261) 2023-04-02 18:24:34 +02:00
github-proxy.go Sourcegraph App (single-binary branch) (#46547) 2023-01-19 17:35:39 -07: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.