-
Notifications
You must be signed in to change notification settings - Fork 267
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
Support Triggers 0.2 features in the Dashboard #994
Conversation
b50693a
to
21ebb0e
Compare
Thanks for the review @AlanGreene! I've addressed all of your change requests, so please take another look over the PR when you get the chance 🙂 |
@AlanGreene thanks for the review! I just updated the code to address all of your requests; let me know what you think! 👍 |
Fixes tektoncd#944 Updates the EventListener details page with the following: - Multiple Interceptors - Multiple TriggerBindings - No more params - Display all 4 built-in types of Interceptors (Webhook, GitHub, GitLab, and CEL)
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.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: AlanGreene The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Changes
Fixes #944
Updates the EventListener details page with the following:
and CEL)
Here is a screenshot of the updated EventListener component:
/cc @AlanGreene
/cc @a-roberts
I still need to update/add tests and probably clean up the code a little bit. However, any initial feedback would be very helpful 🙂
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
See the contribution guide
for more details.