fixes: #1857
~~WIP for adding a new ability to edit-external-repo cmd, so that this cmd can edit priority and merge_mode for a tag -- external-repo config~~
edit-external-repo
priority
merge_mode
done
rebased onto e6b557b35ceb996ada8e629db45a6cffcac4a70f
rebased onto f082f1c5fb7c41ebe6d41b3a6d39e06d352ea9ed
3 new commits added
unittests: for edit-external-repo cmd and editTagExternalRepo API
cli: extend edit-external-repo to support change of priority and merge mode
hub: editTagExternalRepo is able to set merge_mode
@tkopecek @mikem
needs a rebase now
rebased onto 4513f1e04417eff56db212f54b0b59fbcccc5f79
rebased
We should check, that merge_mode has correct value.
It's checked in add_external_repo_to_tag, so I don't do it in edit_tag_external_repo, as well as cli cmd
add_external_repo_to_tag
edit_tag_external_repo
Ah, you're right, it works.
:thumbsup:
Metadata Update from @tkopecek: - Pull-request tagged with: testing-ready
pretty please pagure-ci rebuild
Metadata Update from @jcupova: - Pull-request tagged with: testing-done
Commit ae8958e9 fixes this pull-request
Pull-Request has been merged by tkopecek
fixes: #1857