-
Notifications
You must be signed in to change notification settings - Fork 604
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
[release-1.11] Fixed eventtype create-delete loop on built in sources (#7245) #7250
[release-1.11] Fixed eventtype create-delete loop on built in sources (#7245) #7250
Conversation
* Fixed eventtype create-delete loop on built in sources Signed-off-by: Calum Murray <[email protected]> * Fix unit tests Signed-off-by: Calum Murray <[email protected]> * Fixed source finalizers Signed-off-by: Calum Murray <[email protected]> * Fixed tests Signed-off-by: Calum Murray <[email protected]> --------- Signed-off-by: Calum Murray <[email protected]>
/cc @matzew |
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
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Cali0707, matzew 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 |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## release-1.11 #7250 +/- ##
================================================
- Coverage 77.74% 77.66% -0.08%
================================================
Files 250 250
Lines 13506 13519 +13
================================================
Hits 10500 10500
- Misses 2470 2482 +12
- Partials 536 537 +1
☔ View full report in Codecov by Sentry. |
…knative#7250) * Fixed eventtype create-delete loop on built in sources * Fix unit tests * Fixed source finalizers * Fixed tests --------- Signed-off-by: Calum Murray <[email protected]>
…knative#7250) (#491) * Fixed eventtype create-delete loop on built in sources * Fix unit tests * Fixed source finalizers * Fixed tests --------- Signed-off-by: Calum Murray <[email protected]> Co-authored-by: Calum Murray <[email protected]>
Manual cherry pick of #7245