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: cybertec-postgresql/pg_timetable
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.9.0
Choose a base ref
...
head repository: cybertec-postgresql/pg_timetable
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.10.0
Choose a head ref
  • 11 commits
  • 19 files changed
  • 3 contributors

Commits on Apr 25, 2024

  1. [+] bump golangci/golangci-lint-action from 4 to 5 (#649)

    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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    7175b0d View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    9d70910 View commit details
    Browse the repository at this point in the history
  2. [+] bump golangci/golangci-lint-action from 5 to 6 (#650)

    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 5 to 6.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 7, 2024
    Configuration menu
    Copy the full SHA
    1ed6048 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    4ad9095 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70b0bb7 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    998aa4d View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. [+] bump goreleaser/goreleaser-action from 5 to 6 (#655)

    [+] Bump goreleaser/goreleaser-action from 5 to 6
    
    Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 5 to 6.
    - [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
    - [Commits](goreleaser/goreleaser-action@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: goreleaser/goreleaser-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [+] bump `.goreleaser.yml` version to 2
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Pavlo Golub <[email protected]>
    dependabot[bot] and pashagolub authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    04918fd View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. [-] fix example code in README.md (#656)

    Added missing bracket.
    dincosman authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    b5d06b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    fe68d3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    092917c View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2024

  1. [+] bump jackc/pgx/v5 from 5.6.0 to 5.7.1 (#669)

    upgraded github.com/jackc/pgx/v5 from 5.6.0 to 5.7.1
    upgraded github.com/pashagolub/pgxmock/v4 v4.0.0 => v4.3.0
    upgraded golang.org/x/crypto v0.27.0 => v0.31.0
    upgraded golang.org/x/sync v0.8.0 => v0.10.0
    upgraded golang.org/x/sys v0.25.0 => v0.28.0
    upgraded golang.org/x/text v0.18.0 => v0.21.0
    upgraded github.com/cybertec-postgresql/pgx-migrator v1.0.0 => v1.0.2
    upgraded github.com/fsnotify/fsnotify v1.7.0 => v1.8.0
    upgraded github.com/jessevdk/go-flags v1.5.0 => v1.6.1
    upgraded github.com/magiconair/properties v1.8.7 => v1.8.9
    upgraded github.com/pelletier/go-toml/v2 v2.2.2 => v2.2.3
    upgraded github.com/sagikazarmark/locafero v0.4.0 => v0.6.0
    upgraded github.com/sethvargo/go-retry v0.2.4 => v0.3.0
    upgraded github.com/spf13/cast v1.6.0 => v1.7.0
    upgraded github.com/spf13/viper v1.18.2 => v1.19.0
    upgraded golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 => v0.0.0-20241210194714-1829a127f884
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Pavlo Golub <[email protected]>
    dependabot[bot] and pashagolub authored Dec 12, 2024
    Configuration menu
    Copy the full SHA
    f4ec8a0 View commit details
    Browse the repository at this point in the history
Loading