-
Couldn't load subscription status.
- Fork 616
EventTransform: Reconcile address and service #8458
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
EventTransform: Reconcile address and service #8458
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pierDipi 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 |
07e71d0 to
af68e76
Compare
- Set address only once endpoints are available - Add debug logging - Fix semantic comparisons to avoid loops Signed-off-by: Pierangelo Di Pilato <[email protected]>
af68e76 to
6c32b4a
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8458 +/- ##
==========================================
- Coverage 63.02% 62.68% -0.34%
==========================================
Files 394 395 +1
Lines 23882 24009 +127
==========================================
Hits 15051 15051
- Misses 8028 8155 +127
Partials 803 803 ☔ View full report in Codecov by Sentry. |
| fieldPath: metadata.name | ||
|
|
||
| - name: EVENT_TRANSFORM_JSONATA_IMAGE | ||
| value: quay.io/pierdipi/jsonata-transform@sha256:6aafed0012b8a3c24a1cd72fc4521981ec7680cf64988c22ded0aafa2a431c93 |
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.
Is this a left over, or don't we have yet a built of https://github.com/knative-extensions/eventing-integrations/tree/main/transform-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.
we don't have that, that repo builds only the integration bits (which are also on latest, still in eventing 🙈 )
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.
I'm working on that, I'll PR the build + usage soon
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.
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.
💪 👍
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.
Any other comments?
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.
No
/lgtm
|
/retest |
|
/test unit-tests |
- Set address only once endpoints are available - Add debug logging - Fix semantic comparisons to avoid loops Signed-off-by: Pierangelo Di Pilato <[email protected]>
* Add EventTransform API types (knative#8447) * Add EventTransform API Signed-off-by: Pierangelo Di Pilato <[email protected]> * Codegen Signed-off-by: Pierangelo Di Pilato <[email protected]> * Rename TransformList -> EventTransformList Signed-off-by: Pierangelo Di Pilato <[email protected]> * Fix lint errors Signed-off-by: Pierangelo Di Pilato <[email protected]> --------- Signed-off-by: Pierangelo Di Pilato <[email protected]> * Add EventTransform Jsonata reconciler and CRD (knative#8456) * Add EventTransform Jsonata reconciler Signed-off-by: Pierangelo Di Pilato <[email protected]> * Add CRD Signed-off-by: Pierangelo Di Pilato <[email protected]> * Add reconciler to controller binary Signed-off-by: Pierangelo Di Pilato <[email protected]> * Add permissions Signed-off-by: Pierangelo Di Pilato <[email protected]> * Add selector to eventing filtered factory Signed-off-by: Pierangelo Di Pilato <[email protected]> * Add License header Signed-off-by: Pierangelo Di Pilato <[email protected]> * Add symlink Signed-off-by: Pierangelo Di Pilato <[email protected]> --------- Signed-off-by: Pierangelo Di Pilato <[email protected]> * 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 <[email protected]> * 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 <[email protected]> * 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 <[email protected]> * Run make generate-release Signed-off-by: Matthias Wessendorf <[email protected]> --------- Signed-off-by: Pierangelo Di Pilato <[email protected]> Signed-off-by: Matthias Wessendorf <[email protected]> Co-authored-by: Pierangelo Di Pilato <[email protected]>
It's now fully working end to end.
Related to:
Proposed Changes
Pre-review Checklist
Release Note
Docs