Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Add support for grpc middleware interceptors #291

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Oct 3, 2024

  1. Bump golangci/golangci-lint-action from 6.1.0 to 6.1.1

    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.1.0 to 6.1.1.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@aaa42aa...971e284)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    dd3921f View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Bump Templum/govulncheck-action from 1.0.0 to 1.0.1

    Bumps [Templum/govulncheck-action](https://github.com/templum/govulncheck-action) from 1.0.0 to 1.0.1.
    - [Release notes](https://github.com/templum/govulncheck-action/releases)
    - [Commits](Templum/govulncheck-action@6bb063b...0d775f4)
    
    ---
    updated-dependencies:
    - dependency-name: Templum/govulncheck-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    5f6c6c5 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Bump golang.org/x/sync from 0.8.0 to 0.9.0

    Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.8.0 to 0.9.0.
    - [Commits](golang/sync@v0.8.0...v0.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sync
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    96b88ce View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. Merge remote-tracking branch 'upstream/dependabot/github_actions/gola…

    …ngci/golangci-lint-action-6.1.1'
    cmmoran committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    da02d7a View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/dependabot/github_actions/Temp…

    …lum/govulncheck-action-1.0.1'
    cmmoran committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    a8a6e5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f02637 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

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

Commits on Nov 11, 2024

  1. fix: Apparently spelling is hard - fixed spelling on ExampleMesage =>…

    … ExampleMessage
    
    Added main.go and README.md for grpc-example
    cmmoran committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    9272752 View commit details
    Browse the repository at this point in the history