-
Notifications
You must be signed in to change notification settings - Fork 618
EventTransform: Support transforming response from Sink #8469
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
Conversation
This allows: - propagating the response from Sink - discarding the response from Sink - transforming the response from Sink Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8469 +/- ##
==========================================
+ Coverage 62.66% 62.76% +0.09%
==========================================
Files 395 395
Lines 24018 24108 +90
==========================================
+ Hits 15052 15132 +80
- Misses 8162 8168 +6
- Partials 804 808 +4 ☔ View full report in Codecov by Sentry. |
| JsonataExpressionDataKey = "jsonata-expression" | ||
| JsonataReplyExpressionDataKey = "jsonata-expression-reply" | ||
|
|
||
| JsonataExpressionPath = "/etc/jsonata" |
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.
ata? or data?
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.
ah. jsonata
matzew
left a comment
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: matzew, pierDipi The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest |
|
wrong button 😅 |
|
/retest |
|
/test unit-tests |
This allows: - propagating the response from Sink - discarding the response from Sink - transforming the response from Sink Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
* Add EventTransform API types (knative#8447) * Add EventTransform API Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com> * Codegen Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com> * Rename TransformList -> EventTransformList Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com> * Fix lint errors Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com> --------- Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com> * Add EventTransform Jsonata reconciler and CRD (knative#8456) * Add EventTransform Jsonata reconciler Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com> * Add CRD Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com> * Add reconciler to controller binary Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com> * Add permissions Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com> * Add selector to eventing filtered factory Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com> * Add License header Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com> * Add symlink Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com> --------- Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com> * EventTransform: Reconcile address and service (knative#8458) - Set address only once endpoints are available - Add debug logging - Fix semantic comparisons to avoid loops Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com> * EventTransform: Support transforming response from Sink (knative#8469) This allows: - propagating the response from Sink - discarding the response from Sink - transforming the response from Sink Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com> * chore: Adding missing sinks and sources to schema file (knative#8460) :lipstick: Adding missing sinks and sources to schema file Signed-off-by: Matthias Wessendorf <mwessend@redhat.com> * Run make generate-release Signed-off-by: Matthias Wessendorf <mwessend@redhat.com> --------- Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com> Signed-off-by: Matthias Wessendorf <mwessend@redhat.com> Co-authored-by: Pierangelo Di Pilato <pierdipi@redhat.com>
This allows:
Fixes #
Docs