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

[WIP]: feat: triggerv2 supports cross namespace references #4060

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Cali0707
Copy link
Member

@Cali0707 Cali0707 commented Aug 13, 2024

E2E tests will be added once knative/eventing#8157 merges

Fixes #4080

TODO:

  • Channel
  • E2E tests (broker-based from core)
  • Unit tests

Proposed Changes

Release Note


Docs

@knative-prow knative-prow bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Aug 13, 2024
Copy link

knative-prow bot commented Aug 13, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Cali0707

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@Cali0707
Copy link
Member Author

/cc @Leo6Leo @creydr

@knative-prow knative-prow bot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Aug 13, 2024
Copy link

codecov bot commented Aug 13, 2024

Codecov Report

Attention: Patch coverage is 38.88889% with 11 lines in your changes missing coverage. Please review.

Project coverage is 48.45%. Comparing base (073bcd2) to head (a1bb7a8).
Report is 11 commits behind head on main.

Files Patch % Lines
...ol-plane/pkg/reconciler/trigger/v2/controllerv2.go 22.22% 7 Missing ⚠️
...ntrol-plane/pkg/reconciler/trigger/v2/triggerv2.go 55.55% 2 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4060      +/-   ##
==========================================
+ Coverage   48.41%   48.45%   +0.03%     
==========================================
  Files         244      244              
  Lines       14514    14554      +40     
==========================================
+ Hits         7027     7052      +25     
- Misses       6777     6790      +13     
- Partials      710      712       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Cali0707
Copy link
Member Author

/assign @pierDipi

@pierDipi
Copy link
Member

/retest

Copy link

knative-prow bot commented Aug 26, 2024

@Cali0707: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
upgrade-tests_eventing-kafka-broker_main a1bb7a8 link true /test upgrade-tests

Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. area/control-plane do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Trigger BrokerRef and Cross namespace references
2 participants