-
Notifications
You must be signed in to change notification settings - Fork 14
Comparing changes
Open a pull request
base repository: simplesurance/baur
base: v4.0.0
head repository: simplesurance/baur
compare: v5.0.0
- 14 commits
- 352 files changed
- 2 contributors
Commits on Jun 21, 2024
-
ls runs: fix: before and after times without TZ are in UTC
When timestamps are passed to the --before or --after flags they are interpreted as being in the UTC timezone instead in local time.
Fabian Holler committedJun 21, 2024 Configuration menu - View commit details
-
Copy full SHA for be11e5f - Browse repository at this point
Copy the full SHA be11e5fView commit details -
ls: replace "builds" with "runs" in usage
Fabian Holler committedJun 21, 2024 Configuration menu - View commit details
-
Copy full SHA for f94c9f1 - Browse repository at this point
Copy the full SHA f94c9f1View commit details -
storage: fix: minor issues in godoc
Fabian Holler committedJun 21, 2024 Configuration menu - View commit details
-
Copy full SHA for 4e09220 - Browse repository at this point
Copy the full SHA 4e09220View commit details -
output: shorten printed duration
- truncate durations >=1 minute to 1 second precision, - truncate durations >=1 second to 1 millisecond precision, - limit precision to max. 1µs,
Fabian Holler committedJun 21, 2024 Configuration menu - View commit details
-
Copy full SHA for 9563e59 - Browse repository at this point
Copy the full SHA 9563e59View commit details -
Add a "cleanup db" command. The commands removes all tasks runs that have been started before a given timestamp. When run it prints what it will do and gives the user 5sec to abort. This can be skipped by passing the --force parameter. It prints the number of deleted records. --pretend can be passed to not do anything and only print the number of records that would be deleted.
Fabian Holler committedJun 21, 2024 Configuration menu - View commit details
-
Copy full SHA for bdd7988 - Browse repository at this point
Copy the full SHA bdd7988View commit details -
add created_at timestamp to release table
This will allow to cleanup releases that are older then X. For all existing releases the created_at timestamp is set to the current timestamp.
Fabian Holler committedJun 21, 2024 Configuration menu - View commit details
-
Copy full SHA for b817b9d - Browse repository at this point
Copy the full SHA b817b9dView commit details -
support cleaning up old releases
- change the "db cleanup" command syntax to accept a positional argument to specify if releases or tasks should be deleted, - rename the --task-runs-before parameter to --before - implement ad DeletedReleases method for the psql storage client, that works analogous to DeletedTaskRuns
Fabian Holler committedJun 21, 2024 Configuration menu - View commit details
-
Copy full SHA for 3e78afa - Browse repository at this point
Copy the full SHA 3e78afaView commit details
Commits on Jul 15, 2024
-
vendor(deps): bump the aws-sdk group with 5 updates (#592)
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.27.0` | `1.30.1` | | [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.27.16` | `1.27.23` | | [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) | `1.16.21` | `1.17.3` | | [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.54.3` | `1.57.1` | | [github.com/aws/smithy-go](https://github.com/aws/smithy-go) | `1.20.2` | `1.20.3` | Updates `github.com/aws/aws-sdk-go-v2` from 1.27.0 to 1.30.1 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](aws/aws-sdk-go-v2@v1.27.0...v1.30.1) Updates `github.com/aws/aws-sdk-go-v2/config` from 1.27.16 to 1.27.23 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](aws/aws-sdk-go-v2@config/v1.27.16...config/v1.27.23) Updates `github.com/aws/aws-sdk-go-v2/feature/s3/manager` from 1.16.21 to 1.17.3 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/v1.17.3/CHANGELOG.md) - [Commits](aws/aws-sdk-go-v2@service/ram/v1.16.21...v1.17.3) Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.54.3 to 1.57.1 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](aws/aws-sdk-go-v2@service/s3/v1.54.3...service/s3/v1.57.1) Updates `github.com/aws/smithy-go` from 1.20.2 to 1.20.3 - [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.20.2...v1.20.3) --- 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-patch 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-patch dependency-group: aws-sdk ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 85df521 - Browse repository at this point
Copy the full SHA 85df521View commit details -
vendor(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#590)
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.8.0 to 1.8.1. - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.8.0...v1.8.1) --- updated-dependencies: - dependency-name: github.com/spf13/cobra dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 678f5c2 - Browse repository at this point
Copy the full SHA 678f5c2View commit details -
Fabian Holler committed
Jul 15, 2024 Configuration menu - View commit details
-
Copy full SHA for 6903c9a - Browse repository at this point
Copy the full SHA 6903c9aView commit details -
go.mod: set min. required version to 1.22
1.22 as minimum required version is sufficient, patch version do not change language features
Fabian Holler committedJul 15, 2024 Configuration menu - View commit details
-
Copy full SHA for a408f12 - Browse repository at this point
Copy the full SHA a408f12View commit details -
go: change module path to baur/v5
Fabian Holler committedJul 15, 2024 Configuration menu - View commit details
-
Copy full SHA for 1f413e3 - Browse repository at this point
Copy the full SHA 1f413e3View commit details -
vendor(deps): bump golang.org/x/tools from 0.21.0 to 0.23.0 (#593)
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.21.0 to 0.23.0. - [Release notes](https://github.com/golang/tools/releases) - [Commits](golang/tools@v0.21.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/tools 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>
Configuration menu - View commit details
-
Copy full SHA for 3d5d3a5 - Browse repository at this point
Copy the full SHA 3d5d3a5View commit details -
goreleaser: update config to version 2 format
- add version key - remove unsupported changelog.skip key
Fabian Holler committedJul 15, 2024 Configuration menu - View commit details
-
Copy full SHA for 657eb8f - Browse repository at this point
Copy the full SHA 657eb8fView 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 v4.0.0...v5.0.0