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(cdevents-webhooks) : Consume CDEvents webhook API implementation #1290

Merged
merged 20 commits into from Jun 27, 2023

Conversation

rjalander
Copy link
Contributor

@rjalander rjalander commented Apr 12, 2023

Changes to handle CDEvents webhook and run matching pipelines,

An endpoint "/webhooks/cdevents/{source}" created to receive the CDEvent and event will processed by CDEventsWebhookHandler.java to run the matching pipelines.

Note:
The implementation is as per the RFC design
https://github.com/spinnaker/governance/blob/master/rfc/cdevents-spinnaker.md#implementation-details

Dependent Spinnaker/gate PR - spinnaker/gate#1651
Dependent Spinnaker/deck PR - spinnaker/deck#9977

rjalander and others added 6 commits June 22, 2023 11:34
…/pipelinetriggers/eventhandlers/CDEventsWebhookHandler.java

Co-authored-by: Matt <6519811+mattgogerly@users.noreply.github.com>
…/pipelinetriggers/eventhandlers/CDEventsWebhookHandler.java

Co-authored-by: Matt <6519811+mattgogerly@users.noreply.github.com>
@link108
Copy link
Member

link108 commented Jun 23, 2023

@rjalander do you mind running spotlessCheck and spotlessApply? I see the build is failing from those checks, but other than that, this LGTM 🎉

@mattgogerly mattgogerly added the ready to merge Approved and ready for merge label Jun 27, 2023
@mergify mergify bot added the auto merged label Jun 27, 2023
@mergify mergify bot merged commit 4db1b9d into spinnaker:master Jun 27, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
4 participants