Feature #25440
Deprecate applicable_errata in Host Bulk Actions API response
Description
host_bulk_actions_controller uses erratum.json.rabl for applicable_errata and installable_errata actions. This template contains non-paginated list of hosts available for each specific erratum. The list is generated by using a query for each erratum object.
My suggestion is removing this list from erratum API response and changing the UI to query hosts list only when the erratum details are shown.
To maintain backwards compatibility with previous API response, I suggest adding special parameter "compatibility_mode" to the request. When this parameter will be set to true, the system would behave as it was previously (it will be much slower, but will send hosts list as part of the response). Default behavior would be removing the list in favor of much faster response times.
Related issues
Associated revisions
History
#1
Updated by The Foreman Bot over 4 years ago
- Assignee set to Shimon Shtein
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/7829 added
#2
Updated by Andrew Kofink over 4 years ago
- Triaged changed from No to Yes
- Target version set to Katello 3.10.0
#3
Updated by Christine Fouant over 4 years ago
- Target version changed from Katello 3.10.0 to Katello 3.11.0
#4
Updated by John Mitsch about 4 years ago
- Target version changed from Katello 3.11.0 to Katello 3.12.0
#5
Updated by Chris Roberts almost 4 years ago
- Triaged changed from Yes to No
- Target version changed from Katello 3.12.0 to Katello 3.13.0
#6
Updated by Andrew Kofink almost 4 years ago
- Triaged changed from No to Yes
#7
Updated by Justin Sherrill over 3 years ago
- Blocked by Bug #27679: content hosts bulk errata pages should not use 'applicable_hosts' added
#8
Updated by Jonathon Turel over 3 years ago
- Target version changed from Katello 3.13.0 to Katello 3.14.0
#9
Updated by Jonathon Turel over 3 years ago
- Target version changed from Katello 3.14.0 to Katello 3.15.0
#10
Updated by The Foreman Bot about 3 years ago
- Pull request https://github.com/Katello/katello/pull/8576 added
#11
Updated by The Foreman Bot about 3 years ago
- Fixed in Releases Katello 3.16.0 added
#12
Updated by Jonathon Turel about 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|da1dc56012749d29d016243ce86fe73bc6f96245.
#13
Updated by Jonathon Turel about 3 years ago
- Tracker changed from Bug to Feature
#14
Updated by Jonathon Turel about 3 years ago
- Subject changed from Host bulk actions have query as part of RABL templates. to Deprecate applicable_errata in Host Bulk Actions API response
#15
Updated by Jonathon Turel about 3 years ago
- Category set to Hosts
Fixes #25440 - Deprecate applicable_hosts field in hosts bulk actions APIs