Tags: ygt/athens
Tags
Explain vendor vs proxy (gomods#1403) * adding a section for discussion on when to do vendor directories vs. when to use athens or another proxy server * adding more detail and an outline * Adding a bit more 😄 * adding to vendor vs athens faq * removing reference material from FAQ when to use Athens * Fixing awkward phrasing in faq docs.
cmd/proxy/actions: pass NoSumPatterns to GoGetFetcher (gomods#1391) * cmd/proxy/actions: pass NoSumPatterns to GoGetFetcher * add gosum unit tests * upgrade appveyor to 1.13 * fix test typo * check appveyor version * AppVeyor has no 1.13 * use logger
[helm-chart] Basic-Auth support without environment-variables (gomods… …#1289) * Added basic auth support Signed-off-by: Alexander Zimmermann <[email protected]> * Disabled basicAuth for default Signed-off-by: Alexander Zimmermann <[email protected]> * Count up helm chart version * Using default values in http-headers Signed-off-by: Alexander Zimmermann <[email protected]>
config.toml: add cautionary note around basic auth (gomods#1109)
Helm chart: Fix ingress setup (gomods#1086) * Helm chart: Fix ingress setup The ingress part of the Helm chart contained references to not-existing templates and values. Additionally, the deployment used some no longer available health-check URLs which prevented it from being marked as ready. * Make readiness and liveness paths depend on the image.tag
Checking the number of bytes written to Mongo GridFS (gomods#889) * Checking the number of bytes written to Mongo GridFS * adding missing import * formatting imports
Cleaning up unused code (gomods#352) * removing pkg/repo Fixes gomods#335 * removing the gomod parser