Actions
Bug #31788
closedAdd a type column to export histories
Difficulty:
Triaged:
Yes
Description
As a user I need to know if my exports are incremental or not without checking the metadata.
Suggested workflow¶
API
- Update https://github.com/Katello/katello/blob/master/app/views/katello/api/v2/content_view_version_export_histories/show.json.rabl#L3 to include a 'type' attribute that says "Complete"/"Incremental" by looking to see if the metadata has a "from_content_view_version"
- Add a "type" column to the export histories database (will need a migration to port existing histories)
- And when the history record is created we save "Complete"/"Incremental"
Hammer
- Have `hammer content-export list` show the type column.
- add a `--export_type` parameter filter
Updated by The Foreman Bot almost 4 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/9136 added
Updated by The Foreman Bot almost 4 years ago
- Pull request https://github.com/Katello/hammer-cli-katello/pull/781 added
Updated by James Jeffers almost 4 years ago
- Target version set to Katello 4.0.0
- Triaged changed from No to Yes
Updated by The Foreman Bot almost 4 years ago
- Fixed in Releases Katello 4.1.0 added
Updated by Partha Aji almost 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|b55f11285577e17877e359ef3523d35a0939465b.
Updated by The Foreman Bot almost 4 years ago
- Pull request https://github.com/Katello/katello/pull/9182 added
Actions