Refactor #31058
Tracker #30160: Extract Puppet ENC to a plugin
Tracker #30173: Extract Puppet Environments to a plugin
Extract Environments UI view+helpers
Pull request:
Fixed in Releases:
Found in Releases:
Description
- helpers/environments_helper.rb and test
- helpers/application_helper.rb #class_in_environment?
- helpers/puppetclasses_and_environments_helper.rb
- views/environments/* (needs checking all the neccessary/used methods are being moved)
- host_description_helper.rb #base_multiple_actions - use UI.host_description for adding the action
- lookup_keys_helper.rb #overridable_lookup_keys - move to the UI
Associated revisions
History
#1
Updated by Ondřej Ezr over 1 year ago
- Status changed from New to Assigned
#2
Updated by The Foreman Bot 11 months ago
- Assignee set to Ondřej Ezr
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8510 added
#3
Updated by The Foreman Bot 10 months ago
- Fixed in Releases 3.0.0 added
#4
Updated by Ondřej Ezr 10 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|60ed302608c458545626b71651c48b50aaa9de7c.
Fixes #31058 - drop Environments views and helpers
Drop templates, helpers and host action from multiple_actions menu.
Extracted in https://github.com/theforeman/foreman_puppet_enc/pull/45