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

[v17] backport netiq implementation #51541

Merged
merged 7 commits into from
Jan 29, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
netiq: return type from netiq spec (#51290)
tigrato committed Jan 28, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit c0437434f189128d27da6b4a5da236e3842ab88a
2 changes: 2 additions & 0 deletions api/types/plugin.go
Original file line number Diff line number Diff line change
@@ -565,6 +565,8 @@ func (p *PluginV1) GetType() PluginType {
return PluginTypeEmail
case *PluginSpecV1_Msteams:
return PluginTypeMSTeams
case *PluginSpecV1_NetIq:
return PluginTypeNetIQ
default:
return PluginTypeUnknown
}

Unchanged files with check annotations Beta

# Make targets:

Check failure on line 1 in Makefile

GitHub Actions / Lint (Proto)

protos gRPC are out-of-date

Please run the command `make grpc`
#
# all : builds all binaries in development mode
# full : builds all binaries for PRODUCTION use