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: infobloxopen/protoc-gen-gorm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.3
Choose a base ref
...
head repository: infobloxopen/protoc-gen-gorm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 4 commits
  • 13 files changed
  • 3 contributors

Commits on Mar 13, 2024

  1. upgrade atlas app toolkit to v2 (#264)

    * upgrade atlas app toolkit to v2
    
    * gorm v2
    
    * go mod tidy / vendor
    brocwoodworthIBLX authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    3d47392 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Bump google.golang.org/grpc from 1.48.0 to 1.56.3 (#265)

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.48.0 to 1.56.3.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.48.0...v1.56.3)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    bb5e3b8 View commit details
    Browse the repository at this point in the history
  2. Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (#266)

    Bumps google.golang.org/protobuf from 1.32.0 to 1.33.0.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    c61100d View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2024

  1. added support for optional enums for gorm protoc generator. (#281)

    * added support for optional enums for gorm protoc generator.
    
    based on the issue I opened here:
    
    #280
    
    * return missing line from code that handles b.stringEnums
    RomanSter authored Dec 9, 2024
    Configuration menu
    Copy the full SHA
    7402b54 View commit details
    Browse the repository at this point in the history
Loading