-
Notifications
You must be signed in to change notification settings - Fork 319
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
chore: webhook v0 deprecation while defaulting to v1 #5187
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #5187 +/- ##
==========================================
+ Coverage 73.18% 73.23% +0.04%
==========================================
Files 417 417
Lines 59532 59532
==========================================
+ Hits 43568 43596 +28
+ Misses 13523 13505 -18
+ Partials 2441 2431 -10 ☔ View full report in Codecov by Sentry. |
4eafac3
to
eca8619
Compare
eca8619
to
af19ce4
Compare
require.Nil(t, err) | ||
}) | ||
} | ||
// t.Run("should return the right url", func(t *testing.T) { |
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.
don't keep commented code, we can always get back from git history
Description
Deprecation of webhook transformer service v0 adapter as a preliminary step to move towards v2 spec.
This is stage 0 of 3 for v2 spec upgrade.
Details regarding this upgrade can be found in this notion doc
Linear Ticket
Corresponding linear ticket can be found here.
Resolves INT-2754
Note:
This will be a breaking change for older rudder-transformer versions. (older than 1.50.0 rudder-transformer)