From c4af255653529d648e34eb724e83fecf3b8969e5 Mon Sep 17 00:00:00 2001 From: John Prause Date: Fri, 9 Aug 2019 11:38:44 -0400 Subject: [PATCH 1/3] [Changelog] Update for Hammer-10 [skip ci] --- CHANGELOG.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cffad8aa5..38d5b6dec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,15 +5,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) -## Ivanchuk Beta1 +## Hammer-10 + +### Fixed +- Don't set User.current_user [(#293)](https://github.com/ManageIQ/manageiq-automation_engine/pull/293) +- Set current user for exposed methods in automate. [(#302)](https://github.com/ManageIQ/manageiq-automation_engine/pull/302) + +## Ivanchuk Beta1 - Release 2019-07-29 ### Fixed - Add service_vars to pass variables between catalog items in a bundle [(#338)](https://github.com/ManageIQ/manageiq-automation_engine/pull/338) - Add helper method ansible_stats_vars [(#336)](https://github.com/ManageIQ/manageiq-automation_engine/pull/336) - Support for opening URL from the UI through automate. [(#328)](https://github.com/ManageIQ/manageiq-automation_engine/pull/328) - Add scope to list automate domains from ancestors tenants [(#318)](https://github.com/ManageIQ/manageiq-automation_engine/pull/318) -- Set current user for exposed methods in automate. [(#302)](https://github.com/ManageIQ/manageiq-automation_engine/pull/302) -- Don't set User.current_user [(#293)](https://github.com/ManageIQ/manageiq-automation_engine/pull/293) - Redirect writable_storages to writable_accessible_storages [(#292)](https://github.com/ManageIQ/manageiq-automation_engine/pull/292) - Reset System Domains Missing RedHat Domain [(#274)](https://github.com/ManageIQ/manageiq-automation_engine/pull/274) From b499f4b91b33a635d847407768e335a096d5d65b Mon Sep 17 00:00:00 2001 From: John Prause Date: Fri, 9 Aug 2019 14:54:39 -0400 Subject: [PATCH 2/3] Update PR description --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38d5b6dec..0ea0aead9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) ## Hammer-10 ### Fixed -- Don't set User.current_user [(#293)](https://github.com/ManageIQ/manageiq-automation_engine/pull/293) +- Don't set User.with_user [(#293)](https://github.com/ManageIQ/manageiq-automation_engine/pull/293) - Set current user for exposed methods in automate. [(#302)](https://github.com/ManageIQ/manageiq-automation_engine/pull/302) ## Ivanchuk Beta1 - Release 2019-07-29 From 0a026a8ac002b779931b8fe057e89ce82bc73091 Mon Sep 17 00:00:00 2001 From: John Prause Date: Fri, 9 Aug 2019 15:12:39 -0400 Subject: [PATCH 3/3] Update to match PR description --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ea0aead9..ef3140c8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) ## Hammer-10 ### Fixed -- Don't set User.with_user [(#293)](https://github.com/ManageIQ/manageiq-automation_engine/pull/293) +- Replace User.current_user with User.with_user [(#293)](https://github.com/ManageIQ/manageiq-automation_engine/pull/293) - Set current user for exposed methods in automate. [(#302)](https://github.com/ManageIQ/manageiq-automation_engine/pull/302) ## Ivanchuk Beta1 - Release 2019-07-29