athens icon indicating copy to clipboard operation
athens copied to clipboard

A Go module datastore and proxy

Results 169 athens issues
Sort by recently updated
recently updated
newest added

**Describe the bug** `scripts/test_e2e.sh` is required for this make target and that file does not exist **Error Message** ```console docker-compose -p athense2e up --exit-code-from=teste2e teste2e WARN[0000] /home/matt/Projects/athens/docker-compose.yml: `version` is obsolete...

bug
good first issue

Bumps google.golang.org/protobuf from 1.30.0 to 1.33.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.30.0&new-version=1.33.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies
go

It would be useful if the proxy hosted a dashboard with stats: * disk usage * requests per package * other dashboardy info that we have readily available

proxy
observability

Bumps [github.com/spf13/afero](https://github.com/spf13/afero) from 1.8.2 to 1.11.0. Release notes Sourced from github.com/spf13/afero's releases. v1.11.0 What's Changed deps: Update all direct dependencies by @​bep in spf13/afero#410 Full Changelog: https://github.com/spf13/afero/compare/v1.10.0...v1.11.0 v1.10.0 What's Changed...

dependencies
go

**Describe the bug** When configuring the download hcl file to redirect certain packages it appears that it does not redirect list requests. Calls to fetch a specifi module version redirect...

triage

## What is the problem I am trying to address? In #1124, a GCP lock type was added as a singleflight backend. As part of this work, the GCP storage...

**Describe the bug** The bug is two fold: 1. Introduction pages do not appear to load the file from disk the way the configuration claims. There's tests that assert this...

bug

**Describe the bug** Background: we use Athens with Redis (as our `SingleFlightMode`) to manage concurrent write access to our storage (S3). We have encountered an issue in our Athens setup...

bug

Hello there, **Is your feature request related to a problem? Please describe.** I am working to establish a Go development environment at my company and I would like to use...

**Is your feature request related to a problem? Please describe.** #1690 raised an issue where timeouts occur after 10 minutes due to a [hardcoded timeout in Stash](https://github.com/gomods/athens/blob/87ebcbeb92de0f9fd6bfa9596efec3fbbff1a5e6/pkg/stash/stasher.go#L55). **Describe the solution...

enhancement