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(+)
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(+)