-
Notifications
You must be signed in to change notification settings - Fork 360
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: API merge message is optional #1710
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1710 +/- ##
==========================================
+ Coverage 41.64% 41.67% +0.03%
==========================================
Files 168 168
Lines 13316 13319 +3
==========================================
+ Hits 5545 5551 +6
+ Misses 7030 7027 -3
Partials 741 741
Continue to review full report at Codecov.
|
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.
Cool, but please keep the js copy of swagger.yml aligned with this PR.
THANKS!
@@ -1777,6 +1775,30 @@ paths: | |||
required: true | |||
schema: | |||
type: string | |||
get: |
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.
This seems to be off by one, it incorporates a previous change into this swaggacopy but not this change. Can you regenerate it before pulling?
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.
sure - I was sure the makefile validates they are the same.
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.
% sha256sum api/swagger.yml docs/assets/js/swagger.yml
9674aad548414c911e7c7d21f22bae22632e9c6e9f7784875549eb74917c34f4 api/swagger.yml
9674aad548414c911e7c7d21f22bae22632e9c6e9f7784875549eb74917c34f4 docs/assets/js/swagger.yml
Fix backward compatibility for merge request