sourcegraph/cmd/github-proxy
Dave Try 321e0e9d01
ci: enable bazel builds for docker images (#51241)
Reintroduces the same changes as
https://github.com/sourcegraph/sourcegraph/pull/51104 minus
syntax-highlighter which we're unable to compile with the right
toolchain at the moment.

Tested as a full main-dry-run, as well as running the stack with compose
and checking indexing and syntax-highlighting.

Executors are also built correctly. 


## Test plan

CI + manual test via compose.

---------

Co-authored-by: Jean-Hadrien Chabran <jh@chabran.fr>
2023-04-28 10:41:13 +02:00
..
shared bazel: fix buf files (#49444) 2023-03-15 20:21:38 +00:00
build-wolfi.sh Build Wolfi images (#47182) 2023-04-24 17:32:36 +00:00
BUILD.bazel bazel: build docker images binary with bazel (#49525) 2023-03-22 14:22:07 +00:00
build.sh ci: enable bazel builds for docker images (#51241) 2023-04-28 10:41:13 +02:00
Dockerfile ci: enable bazel builds for docker images (#51241) 2023-04-28 10:41:13 +02:00
Dockerfile.wolfi Build Wolfi images (#47182) 2023-04-24 17:32:36 +00: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.