You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to use the /@latest endpoint in fallbackNetworkMode with Athens as a Go module proxy, a 404 error is returned instead of retrieving the latest version from Athens' storage when VCS fails.
I would expect Athens to retrieve the latest version from its storage when the /@latest endpoint is called in fallbackNetworkMode (to provide the best effort of giving the user what is available at the time of requesting versions) in the case when the VCS fails.
Environment (please complete the following information):
OS: osx/arm64
Go version: 1.19
Proxy version: v0.12.0
Storage (fs/mongodb/s3 etc.): s3
If this behavior is unintended, I would be happy to submit a pull request to help fix it. Please let me know if this is something that can be addressed or if you need any additional information from me.
The text was updated successfully, but these errors were encountered:
This is absolutely crucial for me. I'm working in an entirely offline environment that does not have direct access to ANY sources. We have to move everything to an airgapped network.
While i can specify a specific version of the module sometimes i do need to use latest like when configuring VScode, the extension calls latest and fails because it cannot get the list. Even if this is not an intended behavior, having the option to enable it would be amazing.
Describe the bug
When attempting to use the
/@latest
endpoint infallback
NetworkMode
with Athens as a Go module proxy, a 404 error is returned instead of retrieving the latest version from Athens' storage when VCS fails.curl http://localhost:3000/gitlab.company.net/foo/bar/baz/@latest # Athens server log INFO[4:21PM]: incoming request http-method=GET http-path=gitlab.company.net/foo/bar/baz/@latest http-status=404 request-id=4a40eff5-6aa8-4914-b4ba-89a9d0904b5e
Expected behavior
I would expect Athens to retrieve the latest version from its storage when the
/@latest
endpoint is called infallback
NetworkMode
(to provide the best effort of giving the user what is available at the time of requesting versions) in the case when the VCS fails.Environment (please complete the following information):
If this behavior is unintended, I would be happy to submit a pull request to help fix it. Please let me know if this is something that can be addressed or if you need any additional information from me.
The text was updated successfully, but these errors were encountered: