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

feat: WebhookConfig #4

Open
wants to merge 52 commits into
base: main
Choose a base branch
from
Open

feat: WebhookConfig #4

wants to merge 52 commits into from

Conversation

denopink
Copy link

No description provided.

Copy link

codecov bot commented Jan 11, 2024

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 Show resolved Hide resolved
webhook.go Outdated Show resolved Hide resolved
webhook.go Outdated Show resolved Hide resolved
webhook.go Outdated Show resolved Hide resolved
webhook.go Outdated
Comment on lines 44 to 95
// 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"`
Copy link
Author

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 Show resolved Hide resolved
webhook.go Outdated Show resolved Hide resolved
webhook.go Outdated Show resolved Hide resolved
webhook.go Show resolved Hide resolved
webhook.go Outdated Show resolved Hide resolved
webhook.go Outdated
Comment on lines 76 to 78
// 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"`
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

refer to webhooks comment

webhook.go Outdated Show resolved Hide resolved
webhook.go Outdated Show resolved Hide resolved
webhook.go Show resolved Hide resolved
webhook.go Show resolved Hide resolved
denopink and others added 4 commits January 17, 2024 13:18
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>
maurafortino and others added 27 commits June 28, 2024 11:27
…n for RegistrationV2; using switch type to determine which registration type is meant to be validated
This reverts commit d0621ca.
is being added back into ancla
webhook.go Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants