-
Notifications
You must be signed in to change notification settings - Fork 14
Comparing changes
Open a pull request
base repository: simplesurance/baur
base: v3.4.0
head repository: simplesurance/baur
compare: v3.4.1
- 12 commits
- 351 files changed
- 2 contributors
Commits on Feb 12, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 095f20d - Browse repository at this point
Copy the full SHA 095f20dView commit details
Commits on Feb 28, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for a7a7c4b - Browse repository at this point
Copy the full SHA a7a7c4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b037e7 - Browse repository at this point
Copy the full SHA 7b037e7View commit details
Commits on Mar 4, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 582671a - Browse repository at this point
Copy the full SHA 582671aView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for d768db7 - Browse repository at this point
Copy the full SHA d768db7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e4a006 - Browse repository at this point
Copy the full SHA 2e4a006View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fb34b4 - Browse repository at this point
Copy the full SHA 4fb34b4View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 71df7d4 - Browse repository at this point
Copy the full SHA 71df7d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b77a18 - Browse repository at this point
Copy the full SHA 4b77a18View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 3cc4bf8 - Browse repository at this point
Copy the full SHA 3cc4bf8View commit details -
Fabian Holler committed
Mar 4, 2024 Configuration menu - View commit details
-
Copy full SHA for d8f4d48 - Browse repository at this point
Copy the full SHA d8f4d48View commit details -
Configuration menu - View commit details
-
Copy full SHA for a05ea48 - Browse repository at this point
Copy the full SHA a05ea48View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.4.0...v3.4.1