Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also orlearn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also.Learn more about diff comparisons here.
base repository:gomods/athens
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:v0.13.3
Choose a base ref
Loading
...
head repository:gomods/athens
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:v0.14.0
Choose a head ref
Loading
  • 9commits
  • 846files changed
  • 3contributors

Commits on Apr 17, 2024

  1. update-go-pkg(deps): bump github.com/aws/aws-sdk-go (#1942)

    Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.220 to 1.51.21.- [Release notes](https://github.com/aws/aws-sdk-go/releases)- [Commits](aws/aws-sdk-go@v1.44.220...v1.51.21)---updated-dependencies:- dependency-name: github.com/aws/aws-sdk-go  dependency-type: direct:production  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    @dependabot
    dependabot[bot] authoredApr 17, 2024
    Configuration menu
    Copy the full SHA
    8d9b767View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. Add an introduction page as the home page (#1945)

    A default homepage is baked into the server that uses the request host address, or in HTTP 2 the authority. This includes ports. It also checks for schema. The values are used to indicate to users how to configure their go envOf course, this won't work on all installations - especially enterprise ones. For that, we've introduced ATHENS_HOME_TEMPLATE_PATH as an environment variable along with HomeTemplatePath in the config. This value defaults to /var/lib/athens/home.html but can be configured to any location that Athens can reliably read from. This is a Go HTML template so it should use Go HTML template formatting and logic.
    @matt0x6F
    matt0x6F authoredApr 20, 2024
    Configuration menu
    Copy the full SHA
    359c119View commit details
    Browse the repository at this point in the history
  2. build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 (#1946)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0.- [Commits](golang/net@v0.22.0...v0.23.0)---updated-dependencies:- dependency-name: golang.org/x/net  dependency-type: indirect...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Co-authored-by: Matt <matt.ouille@protonmail.com>
    @dependabot@matt0x6F
    dependabot[bot] andmatt0x6F authoredApr 20, 2024
    Configuration menu
    Copy the full SHA
    ae36734View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. Add logging configuration docs (#1952)

    We should do our best to disambiguate CloudRuntime and logging parameters.
    @matt0x6F
    matt0x6F authoredApr 21, 2024
    Configuration menu
    Copy the full SHA
    78daa57View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Docs overhaul (#1954)

    Hugo is upgraded to a modern version, the reboot of the original theme is used, and links are replaced or removed. The readme is updated to state our utility in the first sentence. References to vGo and other old terminology has been moved to "modules" and more modern terminology.
    @matt0x6F
    matt0x6F authoredApr 23, 2024
    Configuration menu
    Copy the full SHA
    c35b50fView commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Upgrade to AWS SDK v2 (#1938) (#1950)

    Upgrades the AWS SDK to v2. AWS S3 bucket urls will now error if they are not prefixed with a schema (example: https://).
    @nesangcode
    nesangcode authoredApr 29, 2024
    Configuration menu
    Copy the full SHA
    900cb4fView commit details
    Browse the repository at this point in the history
  2. update-github-action(deps): bump golangci/golangci-lint-action (#1956)

    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4 to 5.- [Release notes](https://github.com/golangci/golangci-lint-action/releases)- [Commits](golangci/golangci-lint-action@v4...v5)---updated-dependencies:- dependency-name: golangci/golangci-lint-action  dependency-type: direct:production  update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    @dependabot
    dependabot[bot] authoredApr 29, 2024
    Configuration menu
    Copy the full SHA
    26385d2View commit details
    Browse the repository at this point in the history
  3. Bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/gr…

    …pc/otelgrpc from 0.25.0 to 0.46.0 (#1901)* Bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpcBumps [go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.25.0 to 0.46.0.- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)- [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.25.0...zpages/v0.46.0)---updated-dependencies:- dependency-name: go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc  dependency-type: indirect...Signed-off-by: dependabot[bot] <support@github.com>* Update packages that depend on otel* Use same version for etcd packages---------Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Co-authored-by: Matt Ouille <matt.ouille@protonmail.com>
    @dependabot@matt0x6F
    dependabot[bot] andmatt0x6F authoredApr 29, 2024
    Configuration menu
    Copy the full SHA
    7c1518dView commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. update-go-pkg(deps): bump github.com/unrolled/secure (#1955)

    Bumps [github.com/unrolled/secure](https://github.com/unrolled/secure) from 0.0.0-20181221173256-0d6b5bb13069 to 1.14.0.- [Release notes](https://github.com/unrolled/secure/releases)- [Commits](https://github.com/unrolled/secure/commits/v1.14.0)---updated-dependencies:- dependency-name: github.com/unrolled/secure  dependency-type: direct:production  update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    @dependabot
    dependabot[bot] authoredApr 30, 2024
    Configuration menu
    Copy the full SHA
    426fd24View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp