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

chore: webhook v0 deprecation while defaulting to v1 #5187

Merged
merged 9 commits into from
Oct 24, 2024

Conversation

vinayteki95
Copy link
Contributor

@vinayteki95 vinayteki95 commented Oct 9, 2024

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)

Copy link

codecov bot commented Oct 10, 2024

Codecov Report

Attention: Patch coverage is 81.81818% with 2 lines in your changes missing coverage. Please review.

Project coverage is 73.23%. Comparing base (ab62155) to head (998631f).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
services/transformer/features.go 0.00% 2 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

@vinayteki95 vinayteki95 force-pushed the chore.webhook-v0-deprecation branch from 4eafac3 to eca8619 Compare October 10, 2024 08:57
@vinayteki95 vinayteki95 force-pushed the chore.webhook-v0-deprecation branch from eca8619 to af19ce4 Compare October 10, 2024 09:08
@vinayteki95 vinayteki95 marked this pull request as ready for review October 10, 2024 12:50
require.Nil(t, err)
})
}
// t.Run("should return the right url", func(t *testing.T) {
Copy link
Contributor

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

@ktgowtham ktgowtham self-requested a review October 24, 2024 10:07
@vinayteki95 vinayteki95 merged commit 9d27a0f into master Oct 24, 2024
57 checks passed
@vinayteki95 vinayteki95 deleted the chore.webhook-v0-deprecation branch October 24, 2024 10:50
This was referenced Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants