Bug 1393023
| Summary: | validation required for git url in Automate->Import/export | ||
|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Satoe Imaishi <simaishi> |
| Component: | Automate | Assignee: | mkanoor |
| Status: | CLOSED ERRATA | QA Contact: | Dmitry Misharov <dmisharo> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 5.7.0 | CC: | cpelland, dajohnso, hkataria, jhardy, mfalesni, mkanoor, mpovolny, obarenbo, tfitzger |
| Target Milestone: | GA | ||
| Target Release: | 5.7.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | ui:automate | ||
| Fixed In Version: | 5.7.0.11 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1386254 | Environment: | |
| Last Closed: | 2017-01-04 13:10:26 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | CFME Core | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1386254 | ||
| Bug Blocks: | |||
|
Comment 2
CFME Bot
2016-11-08 18:06:04 UTC
Infinite spinner is occurred if the address doesn't start with "http://". New commit detected on ManageIQ/manageiq/euwe: https://github.com/ManageIQ/manageiq/commit/85b508cbf642428317cc5e125f3398031baaf57c commit 85b508cbf642428317cc5e125f3398031baaf57c Author: Greg McCullough <gmccullo> AuthorDate: Fri Nov 11 08:41:18 2016 -0500 Commit: Oleg Barenboim <chessbyte> CommitDate: Fri Nov 11 13:43:24 2016 -0500 Merge pull request #12566 from mkanoor/bugzilla_1393023_round2 Fixed a bug when the URL doesn't have a path component (cherry picked from commit 365ff11285cca7c970567d71f9f30ec2881a20cc) https://bugzilla.redhat.com/show_bug.cgi?id=1393023 app/controllers/miq_ae_tools_controller.rb | 2 +- app/models/git_repository.rb | 7 +++++++ spec/models/git_repository_spec.rb | 4 ++++ 3 files changed, 12 insertions(+), 1 deletion(-) Verified in 5.7.0.11-rc1.20161115160629_46cf4f1. Git repository address validation works fine. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2017-0012.html |