Skip to content

Tags: ygt/athens

Tags

v0.7.0

Toggle v0.7.0's commit message
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.

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgrade to Go 1.13 (gomods#1377)

v0.5.0

Toggle v0.5.0's commit message
[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]>

v0.4.0

Toggle v0.4.0's commit message
fix List call - token should be on 3. position (gomods#1212)

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
config.toml: add cautionary note around basic auth (gomods#1109)

v0.3.0

Toggle v0.3.0's commit message
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

v0.2.0

Toggle v0.2.0's commit message
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

v0.1.0

Toggle v0.1.0's commit message
🚢

v0.0.1

Toggle v0.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Cleaning up unused code (gomods#352)

* removing pkg/repo

Fixes gomods#335

* removing the gomod parser