Open agrare opened 6 months ago
cc @Fryguy @jeffibm
I kinda want file for development, but not for production (I can't think of a production use case). @jeffibm Is that possible?
This happens on any form that has repository create/edit (workflows, ansible, etc).
This issue has been automatically marked as stale because it has not been updated for at least 3 months.
If you can still reproduce this issue on the current release or on master
, please reply with all of the information you have about it in order to keep the issue open.
The error message on the URL field indicates that
file://
is a valid protocol but when I try to pass afile:///path/to/repo
it fails.But creating it via rails c works and sync successfully
ManageIQ::Providers::Workflows::AutomationManager::ConfigurationScriptSource.create!(:name => "adam-workflows", :scm_url => "file:///home/grare/adam/src/manageiq/adam-workflows")
Looks like we have a custom url validator: https://github.com/ManageIQ/manageiq-ui-classic/blob/master/app/javascript/components/workflow-repository-form/helpers.jsx