Skip to content
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 or learn 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: simplesurance/baur
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.4.0
Choose a base ref
...
head repository: simplesurance/baur
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.4.1
Choose a head ref
  • 12 commits
  • 351 files changed
  • 2 contributors

Commits on Feb 12, 2024

  1. ci(deps): bump golangci/golangci-lint-action from 3 to 4

    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3 to 4.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@v3...v4)
    
    ---
    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>
    dependabot[bot] authored and fho committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    095f20d View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. gosource: invoke go env in application directory

    Go env was run in the current working directory, instead of in the application
    directory.
    This could cause that some env vars differ, e.g. GOMOD.
    A case where this caused issues is now known.
    Fabian Holler authored and fho committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    a7a7c4b View commit details
    Browse the repository at this point in the history
  2. vendor: update golang.org/x/tools/go/packages

    Fabian Holler authored and fho committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    7b037e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. vendor(deps): bump the aws-sdk group with 5 updates

    Bumps the aws-sdk group with 5 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.24.1` | `1.25.2` |
    | [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.26.6` | `1.27.4` |
    | [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) | `1.15.15` | `1.16.6` |
    | [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.48.1` | `1.51.1` |
    | [github.com/aws/smithy-go](https://github.com/aws/smithy-go) | `1.19.0` | `1.20.1` |
    
    
    Updates `github.com/aws/aws-sdk-go-v2` from 1.24.1 to 1.25.2
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Commits](aws/aws-sdk-go-v2@v1.24.1...v1.25.2)
    
    Updates `github.com/aws/aws-sdk-go-v2/config` from 1.26.6 to 1.27.4
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Commits](aws/aws-sdk-go-v2@config/v1.26.6...config/v1.27.4)
    
    Updates `github.com/aws/aws-sdk-go-v2/feature/s3/manager` from 1.15.15 to 1.16.6
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/v1.16.6/CHANGELOG.md)
    - [Commits](aws/aws-sdk-go-v2@config/v1.15.15...v1.16.6)
    
    Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.48.1 to 1.51.1
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Commits](aws/aws-sdk-go-v2@service/s3/v1.48.1...service/s3/v1.51.1)
    
    Updates `github.com/aws/smithy-go` from 1.19.0 to 1.20.1
    - [Release notes](https://github.com/aws/smithy-go/releases)
    - [Changelog](https://github.com/aws/smithy-go/blob/main/CHANGELOG.md)
    - [Commits](aws/smithy-go@v1.19.0...v1.20.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go-v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: aws-sdk
    - dependency-name: github.com/aws/aws-sdk-go-v2/config
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: aws-sdk
    - dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/manager
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: aws-sdk
    - dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: aws-sdk
    - dependency-name: github.com/aws/smithy-go
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: aws-sdk
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and fho committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    582671a View commit details
    Browse the repository at this point in the history
  2. vendor(deps): bump github.com/fsouza/go-dockerclient

    Bumps [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) from 1.10.1 to 1.10.2.
    - [Release notes](https://github.com/fsouza/go-dockerclient/releases)
    - [Changelog](https://github.com/fsouza/go-dockerclient/blob/main/container_changes_test.go)
    - [Commits](fsouza/go-dockerclient@v1.10.1...v1.10.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/fsouza/go-dockerclient
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and fho committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    d768db7 View commit details
    Browse the repository at this point in the history
  3. inputs: go: include more context when running go env fails

    Fabian Holler authored and fho committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    2e4a006 View commit details
    Browse the repository at this point in the history
  4. testutils: add ostest.Chdir

    Fabian Holler authored and fho committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    4fb34b4 View commit details
    Browse the repository at this point in the history
  5. resolve/gosource: add rel file query with multiple main packages test

    Add a testcase for the gosource resolver that specifies as file query pattern
    cmd/**/main.go and runs the goresolver from a different directory then the test
    (aka app dir) directory.
    
    This testcase currently fails because the relative file query patterns are not
    relative to the specified working dir (app dir) but to the cwd
    (golang/go#65965).
    
    The existing testcase query_main_file is refactored for this purpose
    The test_config.json files got a new field WorkingDir, the $WORKDIR
    test_config.json variable is renamed to $TESTDIR.
    Fabian Holler authored and fho committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    71df7d4 View commit details
    Browse the repository at this point in the history
  6. resolve/gosource: convert relative file query paths to absolute paths

    Fabian Holler authored and fho committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    4b77a18 View commit details
    Browse the repository at this point in the history
  7. resolve/gosource: use rel file query path without directory

    Change query_main_test_file to be a relative path without a directory, to also
    test this variant.
    Fabian Holler authored and fho committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    3cc4bf8 View commit details
    Browse the repository at this point in the history
  8. ver: set to 3.4.1

    Fabian Holler committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    d8f4d48 View commit details
    Browse the repository at this point in the history
  9. update go to version 1.22

    Fabian Holler authored and fho committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    a05ea48 View commit details
    Browse the repository at this point in the history
Loading