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: webhook v2 spec upgrade #5224

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

vinayteki95
Copy link
Contributor

@vinayteki95 vinayteki95 commented Oct 24, 2024

Description

  • V2 adapter is introduced to send v2 spec events
  • Source transformer payloads will be built differently for different specs (v1 and v2)
  • Features service will be aware of v2 flag from transformer and pick adapter accordingly

Linear Ticket

Resolves INT-2802

Security

  • The code changed/added as part of this pull request won't create any security issues with how the software is being used.

@vinayteki95 vinayteki95 changed the title Feat.webhook v2 spec upgrade feat: webhook v2 spec upgrade Oct 24, 2024
Copy link

codecov bot commented Oct 29, 2024

Codecov Report

Attention: Patch coverage is 91.30435% with 6 lines in your changes missing coverage. Please review.

Project coverage is 73.30%. Comparing base (7aa1895) to head (633bb3c).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
services/transformer/features_impl.go 25.00% 2 Missing and 1 partial ⚠️
services/transformer/features.go 0.00% 2 Missing ⚠️
gateway/webhook/webhook.go 90.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5224      +/-   ##
==========================================
- Coverage   73.30%   73.30%   -0.01%     
==========================================
  Files         423      423              
  Lines       59908    59950      +42     
==========================================
+ Hits        43917    43946      +29     
- Misses      13534    13541       +7     
- Partials     2457     2463       +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@vinayteki95 vinayteki95 marked this pull request as ready for review November 4, 2024 09:50
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.

1 participant