Skip to content

Commit 860e31e

Browse files
authored
feat(integrations): new dispatcher mode (#206)
Signed-off-by: Miguel Martinez Trivino <miguel@chainloop.dev>
1 parent 83762fe commit 860e31e

22 files changed

Lines changed: 650 additions & 591 deletions

File tree

app/controlplane/api/controlplane/v1/integrations.pb.go

Lines changed: 134 additions & 146 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/controlplane/api/controlplane/v1/integrations.pb.validate.go

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/controlplane/api/controlplane/v1/integrations.proto

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@ message PluginFanout {
9797
bytes attachment_schema = 5;
9898
// List of materials that the integration is subscribed to
9999
repeated string subscribed_materials = 6;
100-
// Whether the integration is subscribed to attestations
101-
bool subscribed_attestation = 7;
102100
}
103101

104102
message IntegrationsServiceListRegistrationsRequest{}

app/controlplane/api/gen/frontend/controlplane/v1/integrations.ts

Lines changed: 1 addition & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)