8000 Comparing v1.0.32...master · go-masonry/mortar · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Pe 8000 rmalink

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-masonry/mortar
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.32
Choose a base ref
...
head repository: go-masonry/mortar
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 8 commits
  • 6 files changed
  • 4 contributors

Commits on Dec 3, 2023

  1. fix: better diagnosed gRPC status code in monitor middleware

    This change aligns status code retrieval from error with what the gRPC
    server logic does:
    1. status.FromError
    2. status.FromContextError
    
    https://github.com/grpc/grpc-go/blob/master/server.go#L1369-L1377
    Jérémy Lourenço authored and talgendler committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    02dc3a8 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Update go dependencies.

    - Updated to Go 1.21
    - Multiple dependencies have been updated in the go.mod file.
      This includes updates to various libraries such as
      - github.com/golang/mock,
      - github.com/grpc-ecosystem/grpc-gateway/v2, and
      - google.golang.org/grpc.
      Other indirect dependencies have also been added and updated.
    bevgene authored and talgendler committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    21af99d View commit details
    Browse the repository at this point in the history
  2. Update go.yml

    updated actions versions
    bevgene authored and talgendler committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    500871e View commit details
    Browse the repository at this point in the history
  3. added mockgen dependencies

    bevgene authored and talgendler committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    cc47d2b View commit details
    Browse the repository at this point in the history
  4. added golang.org/x/lint/golint

    bevgene authored and talgendler committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    6538bc6 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2025

  1. Update go.yml

    bump upload artifact action to v4
    talgendler authored May 12, 2025
    Configuration menu
    Copy the full SHA
    3f4096c View commit details
    Browse the repository at this point in the history
  2. added stream server interceptors

    Marco Colletti authored and talgendler committed May 12, 2025
    Configuration menu
    Copy the full SHA
    f6f1918 View commit details
    Browse the repository at this point in the history
  3. added group

    Marco Colletti authored and talgendler committed May 12, 2025
    Configuration menu
    Copy the full SHA
    7c94384 View commit details
    Browse the repository at this point in the history
Loading
0