sourcegraph/internal/httptestutil
Erik Seliger 711ee1a495
Remove GitHub proxy service (#56485)
This service is being replaced by a redsync.Mutex that lives directly in the GitHub client.
By this change we will:
- Simplify deployments by removing one service
- Centralize GitHub access control in the client instead of splitting it across services
- Remove the dependency on a non-HA service to talk to GitHub.com successfully

Other repos referencing this service will be updated once this has shipped to dotcom and proven to work over the course of a couple days.
2023-09-14 19:43:40 +02:00
..
BUILD.bazel ci: re-enable race detection (#52776) 2023-06-05 20:41:47 +02:00
client.go all: use any instead of interface{} (#35102) 2022-05-09 10:59:39 +02:00
recorder_test.go httptestutil: also strip values including "bearer" (#34208) 2022-04-20 10:50:28 -07:00
recorder.go Remove GitHub proxy service (#56485) 2023-09-14 19:43:40 +02:00