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: v4.0.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: v5.0.0
Choose a head ref
  • 14 commits
  • 352 files changed
  • 2 contributors

Commits on Jun 21, 2024

  1. 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 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    be11e5f View commit details
    Browse the repository at this point in the history
  2. ls: replace "builds" with "runs" in usage

    Fabian Holler committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    f94c9f1 View commit details
    Browse the repository at this point in the history
  3. storage: fix: minor issues in godoc

    Fabian Holler committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    4e09220 View commit details
    Browse the repository at this point in the history
  4. 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 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    9563e59 View commit details
    Browse the repository at this point in the history
  5. add cleanup db command

    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 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    bdd7988 View commit details
    Browse the repository at this point in the history
  6. 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 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    b817b9d View commit details
    Browse the repository at this point in the history
  7. 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 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    3e78afa View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. 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>
    dependabot[bot] authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    85df521 View commit details
    Browse the repository at this point in the history
  2. 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>
    dependabot[bot] authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    678f5c2 View commit details
    Browse the repository at this point in the history
  3. version: set to 5.0.0

    Fabian Holler committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    6903c9a View commit details
    Browse the repository at this point in the history
  4. 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 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    a408f12 View commit details
    Browse the repository at this point in the history
  5. go: change module path to baur/v5

    Fabian Holler committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    1f413e3 View commit details
    Browse the repository at this point in the history
  6. 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>
    dependabot[bot] authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    3d5d3a5 View commit details
    Browse the repository at this point in the history
  7. goreleaser: update config to version 2 format

    - add version key
    - remove unsupported changelog.skip key
    Fabian Holler committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    657eb8f View commit details
    Browse the repository at this point in the history
Loading