Thanks to visit codestin.com
Credit goes to github.com

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: google/gnostic-models
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.9
Choose a base ref
...
head repository: google/gnostic-models
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.1
Choose a head ref
  • 10 commits
  • 21 files changed
  • 3 contributors

Commits on Nov 27, 2024

  1. Configuration menu
    Copy the full SHA
    164b47f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d47ab80 View commit details
    Browse the repository at this point in the history
  3. chore: unnecessary use of fmt.Sprintf

    testwill authored and Jefftree committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    8f45726 View commit details
    Browse the repository at this point in the history
  4. chore: omit comparison to bool constant

    testwill authored and Jefftree committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    d9cde49 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. Update README to 2024

    Jefftree committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    fbe822a View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2025

  1. update README to 2025

    Jefftree committed Jun 26, 2025
    Configuration menu
    Copy the full SHA
    511df6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1214835 View commit details
    Browse the repository at this point in the history
  3. Fix go.mod

    Jefftree committed Jun 26, 2025
    Configuration menu
    Copy the full SHA
    82b4ba0 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2025

  1. Use absolute packages in option go_package

    This changes `option go_package` to use absolute import paths instead of
    relative ones. This fixes two seemingly unrelated issues when using this
    library with Bazel via bazel_gazelle.
    
    Example compile errors fixed by this change:
    
    ```
    ERROR: /home/sloretz/projects/bg_bug/streaming_service/BUILD:13:17: GoCompilePkg streaming_service/streaming_service_go_proto.a failed: (Exit 1): builder failed: error executing GoCompilePkg command (from target //streaming_service:streaming_service_go_proto) bazel-out/k8-opt-exec-ST-d57f47055a04/bin/external/rules_go++go_sdk+main___download_0/builder_reset/builder compilepkg -sdk external/rules_go++go_sdk+main___download_0 -goroot ... (remaining 67 arguments skipped)
    
    Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging
    bazel-out/k8-fastbuild/bin/streaming_service/streaming_service_go_proto_/bg_bug/streaming_service/streaming_service_go_proto/streaming_service.pb.go:10:4: could not import ./openapiv3 (open : no such file or directory)
    compilepkg: error running subcommand external/rules_go++go_sdk+main___download_0/pkg/tool/linux_amd64/compile: exit status 2
    ```
    
    ```
    ERROR: /home/sloretz/.cache/bazel/_bazel_sloretz/7f1c610792df1dcd4df92ba962d4dced/external/gazelle++go_deps+com_github_google_gnostic_models/extensions/BUILD.bazel:19:11: GoCompilePkg external/gazelle++go_deps+com_github_google_gnostic_models/extensions/extensions.a [for tool] failed: (Exit 1): builder failed: error executing GoCompilePkg command (from target @@gazelle++go_deps+com_github_google_gnostic_models//extensions:extensions) bazel-out/k8-opt-exec-ST-1be4dcb80a27/bin/external/rules_go++go_sdk+main___download_0/builder_reset/builder compilepkg -sdk external/rules_go++go_sdk+main___download_0 -goroot ... (remaining 29 arguments skipped)
    
    Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging
    external/gazelle++go_deps+com_github_google_gnostic_models/extensions/extensions.go:40:14: undefined: ExtensionHandlerRequest
    external/gazelle++go_deps+com_github_google_gnostic_models/extensions/extensions.go:49:15: undefined: ExtensionHandlerResponse
    compilepkg: error running subcommand external/rules_go++go_sdk+main___download_0/pkg/tool/linux_amd64/compile: exit status 2
    Use --verbose_failures to see the command lines of failed build steps.
    ```
    
    Signed-off-by: Shane Loretz <[email protected]>
    sloretz committed Sep 26, 2025
    Configuration menu
    Copy the full SHA
    338bf8a View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2025

  1. Merge pull request #23 from sloretz/absolute_go_package

    Use absolute import paths in option go_package
    Jefftree authored Nov 19, 2025
    Configuration menu
    Copy the full SHA
    289d7b4 View commit details
    Browse the repository at this point in the history
Loading