-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: WebhookConfig #4
base: main
Are you sure you want to change the base?
Conversation
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. Thanks for integrating Codecov - We've got you covered ☂️ |
webhook.go
Outdated
// Config contains data to inform how events are delivered. | ||
// Deprecated: This field should only be used for backwards compatibility | ||
// matching. Use ConfigWebhooks instead. | ||
// Config contains data to inform how events are delivered to single url. | ||
Config DeliveryConfig `json:"config"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
legacy will not use new features (hashing, etc)
create a new Registration
for legacy (a separate legacy into it's own v1
api)
webhook.go
Outdated
// ID is the configured kafka's name used to map hashed events to. | ||
// Refer to the Hash substructure configuration for more details. | ||
ID string `json:"id"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
refer to webhooks
comment
Bumps [xmidt-org/shared-go](https://github.com/xmidt-org/shared-go) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/xmidt-org/shared-go/releases) - [Commits](xmidt-org/shared-go@5bc4b83...826aa54) --- updated-dependencies: - dependency-name: xmidt-org/shared-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [xmidt-org/shared-go](https://github.com/xmidt-org/shared-go) from 4.2.0 to 4.2.2. - [Release notes](https://github.com/xmidt-org/shared-go/releases) - [Commits](xmidt-org/shared-go@826aa54...9e191ce) --- updated-dependencies: - dependency-name: xmidt-org/shared-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…n for RegistrationV2; using switch type to determine which registration type is meant to be validated
This reverts commit d0621ca.
This reverts commit 9564e84.
This reverts commit 8cd8302.
…for it" This reverts commit d30c20f.
…c validate function to improve testing
is being added back into ancla
Validation v3
Draft options config
No description provided.