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: go-gorm/gen
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.24
Choose a base ref
...
head repository: go-gorm/gen
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.25
Choose a head ref
  • 13 commits
  • 6 files changed
  • 3 contributors

Commits on Nov 13, 2023

  1. chore(deps): bump gorm.io/driver/mysql

    Bumps [gorm.io/driver/mysql](https://github.com/go-gorm/mysql) from 1.5.1-0.20230509030346-3715c134c25b to 1.5.2.
    - [Commits](https://github.com/go-gorm/mysql/commits/v1.5.2)
    
    ---
    updated-dependencies:
    - dependency-name: gorm.io/driver/mysql
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    12d19f1 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump golang.org/x/tools from 0.6.0 to 0.15.0

    Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.6.0 to 0.15.0.
    - [Release notes](https://github.com/golang/tools/releases)
    - [Commits](golang/tools@v0.6.0...v0.15.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>
    dependabot[bot] authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    25fea0e View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. chore(github): set golangci-lint flag timeout to 5mins (#1035)

    * chore(github): set golangci-lint flag timeout 30s
    
    * chore(github): set golangci-lint timeout to 1min
    
    * chore(github): adjust args format
    
    * chore(github): adjust args format
    
    * chore(github): try specify go version
    
    * chore(github): remove args
    
    * chore(github): add flags again
    tr1v3r authored Dec 21, 2023
    Configuration menu
    Copy the full SHA
    ca7b7b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ce6f19 View commit details
    Browse the repository at this point in the history
  3. fix ASC to Asc

    AnTengye authored and tr1v3r committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    f9b3127 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump gorm.io/driver/clickhouse from 0.5.0 to 0.6.0

    Bumps [gorm.io/driver/clickhouse](https://github.com/go-gorm/clickhouse) from 0.5.0 to 0.6.0.
    - [Commits](go-gorm/clickhouse@v0.5.0...v0.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: gorm.io/driver/clickhouse
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and tr1v3r committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    9675153 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fe93f65 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1019 from go-gorm/dependabot/go_modules/golang.or…

    …g/x/tools-0.15.0
    
    chore(deps): bump golang.org/x/tools from 0.6.0 to 0.15.0
    tr1v3r authored Dec 21, 2023
    Configuration menu
    Copy the full SHA
    eb784f2 View commit details
    Browse the repository at this point in the history
  7. chore(deps): bump actions/setup-go from 3 to 5

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 5.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v3...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and tr1v3r committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    87c2128 View commit details
    Browse the repository at this point in the history
  8. chore(deps): bump gorm.io/plugin/dbresolver from 1.3.0 to 1.5.0

    Bumps [gorm.io/plugin/dbresolver](https://github.com/go-gorm/dbresolver) from 1.3.0 to 1.5.0.
    - [Commits](go-gorm/dbresolver@v1.3.0...v1.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: gorm.io/plugin/dbresolver
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and tr1v3r committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    910d3f5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    20bed3e View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1018 from go-gorm/dependabot/go_modules/gorm.io/d…

    …river/mysql-1.5.2
    
    chore(deps): bump gorm.io/driver/mysql from 1.5.1-0.20230509030346-3715c134c25b to 1.5.2
    tr1v3r authored Dec 21, 2023
    Configuration menu
    Copy the full SHA
    49d6a5c View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

  1. test: remove verbose unit test

    tr1v3r committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    16a35f1 View commit details
    Browse the repository at this point in the history
Loading