-
Notifications
You must be signed in to change notification settings - Fork 356
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
Add git protocol to URL for Ansible repo #1557
Conversation
Allow git protocol as valid input
458fd4b
to
5a86c12
Compare
5a86c12
to
68a176d
Compare
Checked commits ZitaNemeckova/manageiq-ui-classic@dac0a63~...68a176d with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 |
@miq-bot remove_label wip |
So.. looks like I can now use both http urls like This does not validate all the possible ways to specify a git url, but does seem to handle the most common one. Supported:
Valid but not supported:
|
@dclarizio Do we want to support non-standard ssh ports in Repository URLs or should we just merge as is? |
Merge as is. We just do a passthrough to the embedded Tower, so whatever doesn't work is because Tower itself doesn't support that. If we want those features we can push down to Tower. |
Add git protocol to URL for Ansible repo (cherry picked from commit bcf147f) https://bugzilla.redhat.com/show_bug.cgi?id=1462779
Fine backport details:
|
Allow git protocol as valid input
Automate -> Ansible -> Repositories -> Add/Edit Repository -> use URL with git protocol in URL field
Before:
Error message
After:
No error
https://bugzilla.redhat.com/show_bug.cgi?id=1452584
@miq-bot add_label automation/ansible, bug, fine/yes, blocker, wip