https://github.com/ManageIQ/manageiq/pull/12068
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/b019e537139ae24db216acd40eb6cbaa7f2ab2fd commit b019e537139ae24db216acd40eb6cbaa7f2ab2fd Author: Brandon Dunne <bdunne> AuthorDate: Wed Oct 19 17:07:23 2016 -0400 Commit: Brandon Dunne <bdunne> CommitDate: Thu Oct 20 09:50:22 2016 -0400 Add uniqueness validation on Endpoint#url https://bugzilla.redhat.com/show_bug.cgi?id=1382627 app/models/endpoint.rb | 1 + spec/models/endpoint_spec.rb | 12 ++++++++++++ 2 files changed, 13 insertions(+)
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/2a1e51f6273f87bf818b60b1af9d1e8d986d2cbc commit 2a1e51f6273f87bf818b60b1af9d1e8d986d2cbc Author: Brandon Dunne <bdunne> AuthorDate: Thu Oct 20 09:51:03 2016 -0400 Commit: Brandon Dunne <bdunne> CommitDate: Thu Oct 20 09:51:03 2016 -0400 Fix failing controller spec - Change duplicate URL which now fails validation - Fix inconsistent hash alignment - Remove unnecessary context https://bugzilla.redhat.com/show_bug.cgi?id=1382627 spec/controllers/provider_foreman_controller_spec.rb | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-)
New commit detected on ManageIQ/manageiq/euwe: https://github.com/ManageIQ/manageiq/commit/13c6d9cfc3c8df082c5a99dddba7b0318b26cec1 commit 13c6d9cfc3c8df082c5a99dddba7b0318b26cec1 Author: Chris Arcand <chrisarcand.github.com> AuthorDate: Thu Oct 20 13:57:54 2016 -0500 Commit: Oleg Barenboim <chessbyte> CommitDate: Fri Oct 21 16:56:48 2016 -0400 Merge pull request #12068 from bdunne/ansible_tower_duplicates Add uniqueness validation on Endpoint#url (cherry picked from commit 97e2b60505bba824ea91617afb796f830a85fa77) https://bugzilla.redhat.com/show_bug.cgi?id=1382627 app/models/endpoint.rb | 1 + spec/controllers/provider_foreman_controller_spec.rb | 18 +++++++----------- spec/models/endpoint_spec.rb | 12 ++++++++++++ 3 files changed, 20 insertions(+), 11 deletions(-)
https://github.com/ManageIQ/manageiq/pull/12119