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 'certficate' typo, regen files #419

Merged
merged 1 commit into from
Jul 14, 2023
Merged

Conversation

dmitris
Copy link
Contributor

@dmitris dmitris commented Jul 11, 2023

Summary

fixed a minor typo (certficate with missing i), regenerated the files

Release Note

NONE

Documentation

not required

@dmitris dmitris requested a review from a team as a code owner July 11, 2023 17:08
@@ -350,6 +350,6 @@ func (o *TimestampServerAPI) AddMiddlewareFor(method, path string, builder middl
}
o.Init()
if h, ok := o.handlers[um][path]; ok {
o.handlers[method][path] = builder(h)
o.handlers[um][path] = builder(h)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is an unexpected change, i wonder if we don't have the swagger tool pinned?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you run make to generate this?

Copy link
Contributor

@haydentherapper haydentherapper Jul 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My guess is it's from updating #386, and we don't check that no files would be changed before merge.

Copy link
Contributor Author

@dmitris dmitris Jul 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you run make to generate this?

I don't remember exactly but I think I ran go generate -x ./...

@codecov
Copy link

codecov bot commented Jul 11, 2023

Codecov Report

Merging #419 (f90744a) into main (c626a4a) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #419   +/-   ##
=======================================
  Coverage   53.25%   53.25%           
=======================================
  Files          20       20           
  Lines        1198     1198           
=======================================
  Hits          638      638           
  Misses        498      498           
  Partials       62       62           

@haydentherapper haydentherapper merged commit c14e576 into sigstore:main Jul 14, 2023
8 checks passed
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.

4 participants