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

fix: use strings as webhook secrets #66

Merged
merged 1 commit into from
Aug 16, 2023
Merged

Conversation

giovanni-guidini
Copy link
Contributor

Fix https://codecov.sentry.io/share/issue/ef92212e1461452c90a16ae188e9c00b/

We were creating UUID4 webhook secrets per repo for gitlab and gitlab-enterprise.
When logging the body of the request the json decoder would crash.

Legal Boilerplate

Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. In 2022 this entity acquired Codecov and as result Sentry is going to need some rights from me in order to utilize my contributions in this PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms.

@codecov
Copy link

codecov bot commented Aug 16, 2023

Codecov Report

Merging #66 (b02d2bb) into main (bb7e0ee) will not change coverage.
The diff coverage is 100.00%.

Changes have been made to critical files, which contain lines commonly executed in production. Learn more

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #66   +/-   ##
=======================================
  Coverage   98.59%   98.59%           
=======================================
  Files         357      357           
  Lines       26004    26004           
=======================================
  Hits        25639    25639           
  Misses        365      365           
Flag Coverage Δ
integration 98.56% <100.00%> (ø)
latest-uploader-overall 98.56% <100.00%> (ø)
onlysomelabels 98.59% <100.00%> (+<0.01%) ⬆️
unit 98.56% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
NonTestCode 97.32% <100.00%> (ø)
OutsideTasks 98.33% <ø> (ø)
Files Changed Coverage Δ
tasks/upload.py Critical 99.04% <100.00%> (ø)

This change has been scanned for critical changes. Learn more

Fix https://codecov.sentry.io/share/issue/ef92212e1461452c90a16ae188e9c00b/

We were creating UUID4 webhook secrets per repo for gitlab and gitlab-enterprise.
When logging the body of the request the json decoder would crash.
@giovanni-guidini giovanni-guidini merged commit ad044e4 into main Aug 16, 2023
12 checks passed
@giovanni-guidini giovanni-guidini deleted the gio/use-uuid-as-string branch August 16, 2023 13:09
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.

None yet

2 participants