@@ -4,30 +4,40 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
7
- ## Unreleased as of Sprint 130 ending 2020-02-17
7
+ ## Jansa-1 Alpha-1
8
8
9
9
### Added
10
10
* Reset the User.current_user upon each incoming request [ (#736 )] ( https://github.com/ManageIQ/manageiq-api/pull/736 )
11
11
* Extend the existing provider creation with DDF support [ (#723 )] ( https://github.com/ManageIQ/manageiq-api/pull/723 )
12
+ * Call the ` key? ` method on objects safely when trying to normalize [ (#733 )] ( https://github.com/ManageIQ/manageiq-api/pull/733 )
12
13
13
- ###Fixed
14
+ ### Fixed
14
15
* Change the zone param to zone_name in DDF provider validation [ (#738 )] ( https://github.com/ManageIQ/manageiq-api/pull/738 )
15
16
* Remove container provider resume/pause [ (#740 )] ( https://github.com/ManageIQ/manageiq-api/pull/740 )
16
17
17
- ## Unreleased as of Sprint 129 ending 2020-02-03
18
+ ## Ivanchuk-4
18
19
19
20
### Added
20
- * Call the ` key? ` method on objects safely when trying to normalize [ (#733 )] ( https://github.com/ManageIQ/manageiq-api/pull/733 )
21
+ * Allow miq_regions to be edited [ (#690 )] ( https://github.com/ManageIQ/manageiq-api/pull/690 )
22
+ * Allow Zones to be edited and deleted [ (#691 )] ( https://github.com/ManageIQ/manageiq-api/pull/691 )
23
+ * Add support for OpenID-Connect/OAuth2 in the API [ (#737 )] ( https://github.com/ManageIQ/manageiq-api/pull/737 ) and [ (#747 )] ( https://github.com/ManageIQ/manageiq-api/pull/747 )
24
+ * Add compliances subcollection [ (#742 )] ( https://github.com/ManageIQ/manageiq-api/pull/742 )
25
+ * Implemented Create/Edit/Delete resources for /api/policy_profiles [ (#749 )] ( https://github.com/ManageIQ/manageiq-api/pull/749 )
21
26
22
- ## Unreleased as of Sprint 123 ending 2019-10-28
27
+ ### Fixed
28
+ * Remove container provider resume/pause [ (#740 )] ( https://github.com/ManageIQ/manageiq-api/pull/740 )
29
+
30
+ ## Ivanchuk-2
23
31
24
32
### Added
25
- * Add tagging for cloud tenants [ (#684 )] ( https://github.com/ManageIQ/manageiq-api/pull/684 )
26
- * Add tagging for cloud volumes [ (#685 )] ( https://github.com/ManageIQ/manageiq-api/pull/685 )
27
- * Allow miq_regions to be edited deleted [ (#690 )] ( https://github.com/ManageIQ/manageiq-api/pull/690 )
28
- * Allow Zones to be edited deleted [ (#691 )] ( https://github.com/ManageIQ/manageiq-api/pull/691 )
29
- * Log exceptions to rails console [ (#686 )] ( https://github.com/ManageIQ/manageiq-api/pull/686 )
33
+ * Expose error messages from ServiceTemplate.orderable?[ (#656 )] ( https://github.com/ManageIQ/manageiq-api/pull/656 )
34
+ * Add endpoints for widget content generation [ (#660 )] ( https://github.com/ManageIQ/manageiq-api/pull/660 )
35
+ * Added validations for the input params for conversion hosts. [ (#683 )] ( https://github.com/ManageIQ/manageiq-api/pull/683 )
30
36
37
+ ### Fixed
38
+ * Create TransformationMapping before Item (FIX CI FAILURE) [ (#666 )] ( https://github.com/ManageIQ/manageiq-api/pull/666 )
39
+ * Fixes the pxe_servers collection actions [ (#678 )] ( https://github.com/ManageIQ/manageiq-api/pull/678 )
40
+ * Include user info in widget generation [ (#679 )] ( https://github.com/ManageIQ/manageiq-api/pull/679 )
31
41
32
42
## Ivanchuk-1
33
43
0 commit comments