Bug #14970
Lifecycle environment is searched for multiple times when given as a name.
Fixed in Releases:
Found in Releases:
Description
The Katello API is being called multiple times when searching for a lifecycle environment name. The EnvironmentName resolver and LifecyclEnvironmentName resolver can be changed to have it only be called once.
Associated revisions
History
#1
Updated by The Foreman Bot almost 5 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/Katello/hammer-cli-katello/pull/392 added
#2
Updated by Zach Huntington-Meath almost 5 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello:hammer-cli-katello|8afe44e3621c724fd45ff9acdd640309a3acd167.
Fixes #14970 - LifecycleEnvironment will be called for once. (#392)
Fixed Rubocop errors.