Actions
Refactor #30127
closedRefactor #30581: Extract fact importing from Host class to to HostFactImporter
Extract import_facts entry point from host class and create HostFactImporter
Difficulty:
medium
Triaged:
Yes
Description
The fact import is now tied with a Host model. We might want to extract it as the clas is too big and it should not be its responsibility.
Updated by Ondřej Ezr over 4 years ago
- Related to Tracker #30128: Remove STI from Host model added
Updated by The Foreman Bot over 4 years ago
- Status changed from New to Ready For Testing
- Assignee set to Ondřej Ezr
- Pull request https://github.com/theforeman/foreman/pull/7749 added
Updated by Lukas Zapletal over 4 years ago
- Related to Bug #30577: Tests fail due to HostFactImporter#import_facts added
Updated by Ondřej Ezr over 4 years ago
- Subject changed from Extract fact import from host class to Extract import_facts entry point from host class and create HostFactImporter
- Parent task set to #30581
- Difficulty set to medium
- Triaged changed from No to Yes
Updated by The Foreman Bot over 4 years ago
- Pull request https://github.com/theforeman/foreman/pull/7883 added
Updated by Ondřej Ezr over 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|6caa9ffdba581b798bad3b89bc0f6f60621f12d7.
Updated by The Foreman Bot about 4 years ago
- Pull request https://github.com/theforeman/foreman/pull/7975 added
Updated by Tomer Brisker about 4 years ago
- Related to Bug #31364: undefined method `without_orchestration' added
Updated by Tomer Brisker about 3 years ago
- Related to Refactor #34063: Remove the deprecated Host#import_facts method added
Actions