Bug 1594023

Summary: [upstream][v2v] Add Archive feature to Migration Plans
Product: Red Hat CloudForms Management Engine Reporter: Satoe Imaishi <simaishi>
Component: UI - OPSAssignee: Aparna Karve <akarve>
Status: CLOSED CURRENTRELEASE QA Contact: Yadnyawalk Tale <ytale>
Severity: high Docs Contact:
Priority: high    
Version: 5.9.0CC: cpelland, hkataria, kkulkarn, lavenel, mpovolny, obarenbo, smallamp
Target Milestone: GAKeywords: ZStream
Target Release: 5.9.3   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: 5.9.3.3 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 1593890 Environment:
Last Closed: 2018-07-12 17:42:32 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1593890    
Bug Blocks:    

Comment 2 CFME Bot 2018-06-21 22:01:40 UTC
New commits detected on ManageIQ/manageiq/gaprindashvili:

https://github.com/ManageIQ/manageiq/commit/23e26a2205e5f55edfa9548630768bdd69201c7b
commit 23e26a2205e5f55edfa9548630768bdd69201c7b
Author:     Harpreet Kataria <hkataria>
AuthorDate: Tue Jun  5 15:32:39 2018 -0400
Commit:     Harpreet Kataria <hkataria>
CommitDate: Tue Jun  5 15:32:39 2018 -0400

    Merge pull request #17518 from agrare/add_archive_unarchive_product_features

    Add Archive/Unarchive for Service Templates to features
    (cherry picked from commit 7b85ecd997adba3174c6cea744460de59956c083)

    https://bugzilla.redhat.com/show_bug.cgi?id=1594023

 db/fixtures/miq_product_features.yml | 8 +
 1 file changed, 8 insertions(+)


https://github.com/ManageIQ/manageiq/commit/518a0ae326e8d78c1a1c61e1ff037a0ab961975b
commit 518a0ae326e8d78c1a1c61e1ff037a0ab961975b
Author:     Adam Grare <agrare>
AuthorDate: Wed Jun 20 02:56:40 2018 -0400
Commit:     Adam Grare <agrare>
CommitDate: Wed Jun 20 02:56:40 2018 -0400

    Merge pull request #17553 from AparnaKarve/fix_archived_api_attribute

    Fixed the virtual columns to be able to use in the API with `filter[]`
    (cherry picked from commit 58af1d2d7be4b6974accb8a47031c7aef3fc3591)

    https://bugzilla.redhat.com/show_bug.cgi?id=1594023

 app/models/mixins/archived_mixin.rb | 2 +
 app/models/service_template.rb | 2 +
 2 files changed, 4 insertions(+)

Comment 3 CFME Bot 2018-06-21 22:07:55 UTC
New commit detected on ManageIQ/manageiq-api/gaprindashvili:

https://github.com/ManageIQ/manageiq-api/commit/adf6197903a80d3275b6a5eeb2f920509a0380e9
commit adf6197903a80d3275b6a5eeb2f920509a0380e9
Author:     Alberto Bellotti <abellotti.github.com>
AuthorDate: Tue Jun  5 15:57:48 2018 -0400
Commit:     Alberto Bellotti <abellotti.github.com>
CommitDate: Tue Jun  5 15:57:48 2018 -0400

    Merge pull request #389 from agrare/archive_unarchive_service_template

    Add archive/activate actions to ServiceTemplate
    (cherry picked from commit 97dd7298aea755a7a387f554d02c2e5706f408b2)

    https://bugzilla.redhat.com/show_bug.cgi?id=1594023

 app/controllers/api/service_templates_controller.rb | 16 +
 config/api.yml | 8 +
 spec/requests/service_templates_spec.rb | 118 +
 3 files changed, 142 insertions(+)