-
Notifications
You must be signed in to change notification settings - Fork 174
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
Nest service-info under "sequence" and metadata endpoint parameters under "metadata" in refget-openapi.yaml. #332
Conversation
Please use specific subject lines in your pull requests. For example, this one could be something like “Fix /sequence/service-info/ in refget-openapi.yaml”. There's no point having a list of PRs that all say the same thing: |
My apologies. Done. |
Can you change the first line of your commit message to indicate the change you've made (similar to the name you've given this issue). Sorry otherwise it's just going to appear as |
Otherwise the change looks good |
It is not straightforward to modify the commit message (https://help.github.com/articles/changing-a-commit-message/). Might be easier if you reject this pull request and I'll just create a new one, |
As the GitHub docs say if you can clone your fork of hts-specs then changing the commit is a case of switching to the branch in question and doing the change. In this case I assume you have to do: git clone https://github.com/raskoleinonen/hts-specs
git checkout patch-3
git commit --amend
# edit the message
git checkout patch-2
# edit the message on the other branches you have
git push --force This is off the top of my head and also after doing this earlier on today :) |
ff9c3a2
to
6a8dd77
Compare
Ok, tried this but managed to change only 1 of 3 commit messages (#330). Clone + checkout + amend for each branch and then git push -force. Tried also checkout + amend + git push -force separately for the two remaining branches. All commit changes have been effected locally but the push was successful only for one (#330). I might be still doing something wrong... |
Did you do the push from each branch? That might have been my mistake
…On Wed, 15 Aug 2018 at 16:39, Rasko Leinonen ***@***.***> wrote:
Ok, tried this but managed to change only 1 of 3 commit messages (#330
<#330>). Clone + checkout +
amend for each branch and then git push -force. Tried also checkout + amend
+ git push -force separately for the two remaining branches. All commit
changes have been effected locally but the push was successful only for one
(#330 <#330>). I might be still
doing something wrong...
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#332 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAK5GZR3wZ3EeeQcFfIpcEefzPsgbi9Uks5uREDLgaJpZM4V-JCP>
.
|
Actually all three have been updated. (It would have been the |
Right, the commit messages updates are now visible in GitHub commit view but the pull request view text remains stubbornly unchanged for this ticket even if I use a different browser etc. Ok, I'll leave this pull request open in the hope that it might be good enough to be merged. |
service-info endpoint
Nested under /sequence in the 0.2 specs.
https://github.com/samtools/hts-specs/blob/master/refget.md
Method: Fetch information on the service
GET /sequence/service-info
metadata endpoint
Wrapped within "metadata" object in the 0.2 specs.