aboutsummaryrefslogtreecommitdiffstats
path: root/tests/integration/api_packages_goproxy_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Refactor some tests (#34580)wxiaoguang2025-06-031-1/+1
| | | | 1. use `test.MockVariableValue` as much as possible 2. avoid `time.Sleep` as much as possible
* Convert to url auth to header auth in tests (#28484)KN4CK3R2023-12-211-8/+8
| | | Related #28390
* Add Go package registry (#24687)KN4CK3R2023-05-141-0/+166
Fixes #7608 This PR adds a Go package registry usable with the Go proxy protocol. ![grafik](https://github.com/go-gitea/gitea/assets/1666336/328feb5c-3df2-4f9d-8eae-fe3126d14c37)