Refactor #31060
Tracker #30160: Extract Puppet ENC to a plugin
Tracker #30173: Extract Puppet Environments to a plugin
Extract Environments migrations
Difficulty:
Triaged:
No
Related issues
Associated revisions
Refs #31060 - Move environment cleanup to rake task
Refs #31060 - drop also environment_classes
History
#1
Updated by Ondřej Ezr over 2 years ago
- Subject changed from Extract migrations to Extract Environments migrations
#2
Updated by The Foreman Bot over 1 year ago
- Assignee set to Ondřej Ezr
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8790 added
#3
Updated by Ondřej Ezr over 1 year ago
- Blocked by Refactor #33561: Remove migration adding column to environments added
#4
Updated by Ondřej Ezr over 1 year ago
- Target version set to 3.1.0
#5
Updated by The Foreman Bot over 1 year ago
- Fixed in Releases 3.1.0 added
#6
Updated by Ondřej Ezr over 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|8c3d16e0a6dd890c88c79b4ab51dc8298f7fef64.
#7
Updated by The Foreman Bot over 1 year ago
- Pull request https://github.com/theforeman/foreman/pull/8849 added
#8
Updated by The Foreman Bot over 1 year ago
- Pull request https://github.com/theforeman/foreman/pull/8865 added
Fixes #31060 - drop Environments migrations
Drops all migrations related to environments.
Removes all the relations to the environments.
Adds a migration to drop environments from Hostgroup and Host.
Extracted in https://github.com/theforeman/foreman_puppet_enc/pull/41.