Refactor #31089
Tracker #30160: Extract Puppet ENC to a plugin
Tracker #30172: Extract Puppet Classes to a plugin
Extract Puppetclass views+helpers
Pull request:
Fixed in Releases:
Found in Releases:
Description
helpers:
- helpers/application_helper.rb #class_in_environment?
- lookup_keys_helper.rb #overridable_lookup_keys - move to the UI
Associated revisions
Refs #31089 - drop Puppet Params host helpers
Extracted in https://github.com/theforeman/foreman_puppet_enc/pull/72.
Refs #31089 - drop Puppetclass lookups helpers
Drops value_hash_cache as it is not used anymore.
History
#1
Updated by Ondřej Ezr over 1 year ago
- Description updated (diff)
#2
Updated by Ondřej Ezr over 1 year ago
- Status changed from New to Assigned
#3
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
#4
Updated by The Foreman Bot 10 months ago
- Fixed in Releases 3.0.0 added
#5
Updated by Ondřej Ezr 10 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|347f1afcb504beb895f06026ffb2cfb355e51279.
#6
Updated by Tomer Brisker 10 months ago
- Category set to Puppet integration
Fixes #31089 - drop Puppetclass views and helpers
Drops all the view layer pieces of Puppetclasses.
Drops PuppetAndEnvironmentsHelper as well.
Extracted in https://github.com/theforeman/foreman_puppet_enc/pull/55.