-
Notifications
You must be signed in to change notification settings - Fork 600
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-v1.11] Cherry pick eventtype autocreate fixes #7201
[release-v1.11] Cherry pick eventtype autocreate fixes #7201
Conversation
* Fixed undefined typemeta on broker in eventtype autocreate Signed-off-by: Calum Murray <[email protected]> * Fixed autocreate so that only one eventtype is created when events are sent to mt channel broker Signed-off-by: Calum Murray <[email protected]> * Clean up Signed-off-by: Calum Murray <[email protected]> * Fixed unit tests Signed-off-by: Calum Murray <[email protected]> * channel only creates eventtypes if not owned by broker Signed-off-by: Calum Murray <[email protected]> --------- Signed-off-by: Calum Murray <[email protected]>
/cc @matzew |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## release-1.11 #7201 +/- ##
================================================
- Coverage 78.05% 77.95% -0.10%
================================================
Files 250 250
Lines 13402 13419 +17
================================================
Hits 10461 10461
- Misses 2407 2422 +15
- Partials 534 536 +2
☔ View full report in Codecov by Sentry. |
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 |
/test upgrade-tests |
@Cali0707 thanks dude! |
3ccfc1c
into
knative:release-1.11
This is a cherry pick of #7161 onto release-1.11