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: documented new trigger filters are GA #6060

Merged
merged 5 commits into from
Aug 9, 2024

Conversation

Cali0707
Copy link
Member

This PR updates the trigger documentation to reflect the fact that the new trigger filters are GA soon. Note: this should not be merged until after knative-extensions/eventing-kafka-broker#3964 has merged

/hold for knative-extensions/eventing-kafka-broker#3964

@knative-prow knative-prow bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jul 18, 2024
@knative-prow knative-prow bot requested review from pierDipi and ReToCode July 18, 2024 14:35
@knative-prow knative-prow bot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Jul 18, 2024
@Cali0707
Copy link
Member Author

/cc @Leo6Leo @matzew @pierDipi @nainaz

@knative-prow knative-prow bot requested review from Leo6Leo, matzew and nainaz July 18, 2024 14:35
Copy link

netlify bot commented Jul 18, 2024

Deploy Preview for knative ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit d3f3fd9
🔍 Latest deploy log https://app.netlify.com/sites/knative/deploys/66a11a994572410008a4083a
😎 Deploy Preview https://deploy-preview-6060--knative.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Signed-off-by: Calum Murray <[email protected]>
- cesql: "source LIKE '%commerce%' AND type IN ('order.created', 'order.updated', 'order.canceled')"
```

### Legacy attributes filter
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good to have this!

Copy link
Member

@matzew matzew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
/approve

@knative-prow knative-prow bot added the lgtm Indicates that a PR is ready to be merged. label Jul 23, 2024
Copy link

knative-prow bot commented Jul 23, 2024

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

@pierDipi
Copy link
Member

/hold

@Cali0707
Copy link
Member Author

/unhold

@knative-prow knative-prow bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jul 23, 2024
@Cali0707
Copy link
Member Author

Cali0707 commented Jul 23, 2024

/hold

Sorry @pierDipi - I hadn't seen your hold, I was just removing my earlier one 😅

@knative-prow knative-prow bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jul 23, 2024
@Cali0707 Cali0707 requested a review from pierDipi July 23, 2024 13:17
@knative-prow knative-prow bot removed the lgtm Indicates that a PR is ready to be merged. label Jul 24, 2024
@knative-prow-robot knative-prow-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jul 24, 2024
@Cali0707
Copy link
Member Author

/cc @pierDipi
I've removed the old file now

@knative-prow-robot knative-prow-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jul 24, 2024
@pierDipi
Copy link
Member

pierDipi commented Aug 9, 2024

/unhold
/lgtm

@knative-prow knative-prow bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Aug 9, 2024
@knative-prow knative-prow bot added the lgtm Indicates that a PR is ready to be merged. label Aug 9, 2024
@knative-prow knative-prow bot merged commit 3ba98cc into knative:main Aug 9, 2024
19 checks passed
@Cali0707
Copy link
Member Author

Cali0707 commented Aug 9, 2024

/cherry-pick release-1.15

@knative-prow-robot
Copy link
Contributor

@Cali0707: #6060 failed to apply on top of branch "release-1.15":

Applying: feat: documented new trigger filters are GA
Using index info to reconstruct a base tree...
M	config/nav.yml
M	docs/eventing/features/README.md
Falling back to patching base and 3-way merge...
Auto-merging docs/eventing/features/README.md
CONFLICT (content): Merge conflict in docs/eventing/features/README.md
Auto-merging config/nav.yml
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 feat: documented new trigger filters are GA
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".

In response to this:

/cherry-pick release-1.15

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.

Cali0707 added a commit to Cali0707/knative-docs that referenced this pull request Aug 9, 2024
* feat: documented new trigger filters are GA

Signed-off-by: Calum Murray <[email protected]>

* fix: formatting

Signed-off-by: Calum Murray <[email protected]>

* cleanup: remove trigger filters feature file

Signed-off-by: Calum Murray <[email protected]>

* fix: redirect should work for experimental-features/new-trigger-filters

Signed-off-by: Calum Murray <[email protected]>

---------

Signed-off-by: Calum Murray <[email protected]>
knative-prow bot pushed a commit that referenced this pull request Aug 22, 2024
* feat: documented new trigger filters are GA



* fix: formatting



* cleanup: remove trigger filters feature file



* fix: redirect should work for experimental-features/new-trigger-filters



---------

Signed-off-by: Calum Murray <[email protected]>
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. lgtm Indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants