With this commit we're allowing to view the list of commits from a specified commit instead of enforcing this be a branch name. This allows fixing the workflow: view release, view the corresponding tree, view the commits from there.
Fixes https://pagure.io/pagure/issue/3190 Signed-off-by: Pierre-Yves Chibon pingou@pingoured.fr
rebased onto 517ec0cadfaa7b487d2884808b5a0001082a7bb0
Maybe should be removed? Or _logged?
_log
Removed :thumbsup:
rebased onto 1d367fd83cbe4c42eb48ad003c9f2baae16e6110
rebased onto 6e949ddd6583b1a63e450a314e5594eb951b41c7
rebased onto a9593ecb59ef2f3456f52f8fcb1eb13266e95ff5
rebased onto 4cc19dd310e0e6b7b11774443f96ab80c91f8ab0
Pretty please pagure-ci rebuild
Looks good to me.
Thanks :)
rebased onto d4bfa321235b364a5dcea5b3a7b3719da77793bf
@pingou One small thing, does this allow any arbitrary ref to work? Or is it only commit or branch? I'm thinking tags would also be useful as ref points...
This was precisely to be able to support coming from the hash corresponding to a tag (ie: the hash given in the release page). I didn't try with a tag name but should work
Then this should be all gravy! :wine_glass:
Hm, just tested and it doesn'w work :(
:broken_heart: :sob:
1 new commit added
Allow viewing commits from a git tag
:100:
Pull-Request has been merged by pingou
With this commit we're allowing to view the list of commits from a
specified commit instead of enforcing this be a branch name.
This allows fixing the workflow: view release, view the corresponding
tree, view the commits from there.
Fixes https://pagure.io/pagure/issue/3190
Signed-off-by: Pierre-Yves Chibon pingou@pingoured.fr