katello 4.10.0 → 4.11.0.rc1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of katello might be problematic. Click here for more details.

Files changed (449) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/katello/locale/bn/katello.js +254 -215
  3. data/app/assets/javascripts/katello/locale/bn_IN/katello.js +254 -215
  4. data/app/assets/javascripts/katello/locale/ca/katello.js +254 -215
  5. data/app/assets/javascripts/katello/locale/cs/katello.js +254 -215
  6. data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +254 -215
  7. data/app/assets/javascripts/katello/locale/de/katello.js +260 -245
  8. data/app/assets/javascripts/katello/locale/de_AT/katello.js +254 -215
  9. data/app/assets/javascripts/katello/locale/de_DE/katello.js +254 -215
  10. data/app/assets/javascripts/katello/locale/el/katello.js +254 -215
  11. data/app/assets/javascripts/katello/locale/en/katello.js +254 -215
  12. data/app/assets/javascripts/katello/locale/en_GB/katello.js +254 -215
  13. data/app/assets/javascripts/katello/locale/en_US/katello.js +254 -215
  14. data/app/assets/javascripts/katello/locale/es/katello.js +257 -233
  15. data/app/assets/javascripts/katello/locale/et_EE/katello.js +254 -215
  16. data/app/assets/javascripts/katello/locale/fr/katello.js +268 -268
  17. data/app/assets/javascripts/katello/locale/gl/katello.js +254 -215
  18. data/app/assets/javascripts/katello/locale/gu/katello.js +254 -215
  19. data/app/assets/javascripts/katello/locale/he_IL/katello.js +254 -215
  20. data/app/assets/javascripts/katello/locale/hi/katello.js +254 -215
  21. data/app/assets/javascripts/katello/locale/id/katello.js +254 -215
  22. data/app/assets/javascripts/katello/locale/it/katello.js +254 -221
  23. data/app/assets/javascripts/katello/locale/ja/katello.js +268 -268
  24. data/app/assets/javascripts/katello/locale/ka/katello.js +261 -231
  25. data/app/assets/javascripts/katello/locale/kn/katello.js +254 -215
  26. data/app/assets/javascripts/katello/locale/ko/katello.js +255 -222
  27. data/app/assets/javascripts/katello/locale/locale/katello.js +1049 -1012
  28. data/app/assets/javascripts/katello/locale/ml_IN/katello.js +254 -215
  29. data/app/assets/javascripts/katello/locale/mr/katello.js +254 -215
  30. data/app/assets/javascripts/katello/locale/nl_NL/katello.js +254 -215
  31. data/app/assets/javascripts/katello/locale/or/katello.js +254 -215
  32. data/app/assets/javascripts/katello/locale/pa/katello.js +254 -215
  33. data/app/assets/javascripts/katello/locale/pl/katello.js +254 -215
  34. data/app/assets/javascripts/katello/locale/pl_PL/katello.js +254 -215
  35. data/app/assets/javascripts/katello/locale/pt/katello.js +254 -215
  36. data/app/assets/javascripts/katello/locale/pt_BR/katello.js +257 -233
  37. data/app/assets/javascripts/katello/locale/ro/katello.js +254 -215
  38. data/app/assets/javascripts/katello/locale/ro_RO/katello.js +254 -215
  39. data/app/assets/javascripts/katello/locale/ru/katello.js +255 -222
  40. data/app/assets/javascripts/katello/locale/sl/katello.js +254 -215
  41. data/app/assets/javascripts/katello/locale/sv_SE/katello.js +254 -215
  42. data/app/assets/javascripts/katello/locale/ta/katello.js +254 -215
  43. data/app/assets/javascripts/katello/locale/ta_IN/katello.js +254 -215
  44. data/app/assets/javascripts/katello/locale/te/katello.js +254 -215
  45. data/app/assets/javascripts/katello/locale/tr/katello.js +254 -215
  46. data/app/assets/javascripts/katello/locale/vi/katello.js +254 -215
  47. data/app/assets/javascripts/katello/locale/vi_VN/katello.js +254 -215
  48. data/app/assets/javascripts/katello/locale/zh/katello.js +254 -215
  49. data/app/assets/javascripts/katello/locale/zh_CN/katello.js +268 -268
  50. data/app/assets/javascripts/katello/locale/zh_TW/katello.js +255 -222
  51. data/app/controllers/katello/api/registry/registry_proxies_controller.rb +15 -2
  52. data/app/controllers/katello/api/v2/capsule_content_controller.rb +21 -4
  53. data/app/controllers/katello/api/v2/capsules_controller.rb +11 -1
  54. data/app/controllers/katello/api/v2/content_view_versions_controller.rb +1 -1
  55. data/app/controllers/katello/api/v2/docker_tags_controller.rb +2 -0
  56. data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +2 -1
  57. data/app/controllers/katello/api/v2/organizations_controller.rb +2 -2
  58. data/app/controllers/katello/api/v2/repositories_controller.rb +1 -0
  59. data/app/controllers/katello/api/v2/simple_content_access_controller.rb +5 -5
  60. data/app/controllers/katello/api/v2/sync_plans_controller.rb +11 -3
  61. data/app/controllers/katello/concerns/api/api_controller.rb +6 -0
  62. data/app/controllers/katello/concerns/api/v2/hosts_bulk_actions_controller_extensions.rb +23 -0
  63. data/app/controllers/katello/concerns/filtered_auto_complete_search.rb +1 -1
  64. data/app/controllers/katello/concerns/organizations_controller_extensions.rb +2 -0
  65. data/app/controllers/katello/remote_execution_controller.rb +1 -1
  66. data/app/jobs/create_host_lifecycle_expire_soon_notifications.rb +11 -0
  67. data/app/lib/actions/katello/applicability/hosts/bulk_generate.rb +10 -0
  68. data/app/lib/actions/katello/capsule_content/refresh_repos.rb +8 -2
  69. data/app/lib/actions/katello/capsule_content/sync.rb +30 -10
  70. data/app/lib/actions/katello/capsule_content/sync_capsule.rb +13 -0
  71. data/app/lib/actions/katello/capsule_content/update_content_counts.rb +24 -0
  72. data/app/lib/actions/katello/content_view/promote.rb +9 -0
  73. data/app/lib/actions/katello/content_view/publish.rb +9 -0
  74. data/app/lib/actions/katello/orphan_cleanup/remove_orphans.rb +8 -0
  75. data/app/lib/actions/katello/repository/sync.rb +11 -0
  76. data/app/lib/actions/pulp3/capsule_content/reclaim_space.rb +5 -0
  77. data/app/lib/actions/pulp3/content_view_version/create_export_history.rb +6 -1
  78. data/app/lib/actions/pulp3/content_view_version/export.rb +8 -0
  79. data/app/lib/actions/pulp3/orchestration/content_view_version/export_repository.rb +1 -1
  80. data/app/lib/katello/concerns/base_template_scope_extensions.rb +14 -1
  81. data/app/lib/katello/errors.rb +1 -0
  82. data/app/lib/katello/repo_discovery.rb +2 -2
  83. data/app/lib/katello/validators/content_view_environment_coherent_default_validator.rb +22 -0
  84. data/app/lib/katello/validators/content_view_environment_validator.rb +1 -0
  85. data/app/mailers/katello/task_mailer.rb +54 -0
  86. data/app/models/katello/concerns/host_managed_extensions.rb +41 -1
  87. data/app/models/katello/concerns/organization_extensions.rb +1 -1
  88. data/app/models/katello/concerns/smart_proxy_extensions.rb +75 -3
  89. data/app/models/katello/concerns/subscription_facet_host_extensions.rb +6 -0
  90. data/app/models/katello/content_view.rb +21 -0
  91. data/app/models/katello/content_view_environment.rb +6 -1
  92. data/app/models/katello/docker_meta_tag.rb +1 -1
  93. data/app/models/katello/docker_tag.rb +1 -1
  94. data/app/models/katello/erratum.rb +1 -1
  95. data/app/models/katello/host/content_facet.rb +10 -7
  96. data/app/models/katello/product.rb +8 -0
  97. data/app/models/katello/repository.rb +31 -6
  98. data/app/models/katello/rhel_lifecycle_status.rb +214 -0
  99. data/app/models/katello/sync_plan.rb +19 -1
  100. data/app/models/katello/yum_metadata_file.rb +1 -1
  101. data/app/services/katello/applicability/applicable_content_helper.rb +1 -1
  102. data/app/services/katello/event_queue.rb +10 -2
  103. data/app/services/katello/host_status_manager.rb +1 -0
  104. data/app/services/katello/product_content_importer.rb +45 -3
  105. data/app/services/katello/pulp3/ansible_collection.rb +1 -0
  106. data/app/services/katello/pulp3/api/core.rb +1 -1
  107. data/app/services/katello/pulp3/deb.rb +1 -0
  108. data/app/services/katello/pulp3/docker_manifest.rb +1 -0
  109. data/app/services/katello/pulp3/docker_manifest_list.rb +9 -4
  110. data/app/services/katello/pulp3/docker_tag.rb +1 -0
  111. data/app/services/katello/pulp3/erratum.rb +1 -0
  112. data/app/services/katello/pulp3/file_unit.rb +1 -0
  113. data/app/services/katello/pulp3/module_stream.rb +1 -0
  114. data/app/services/katello/pulp3/package_group.rb +1 -0
  115. data/app/services/katello/pulp3/pulp_content_unit.rb +39 -0
  116. data/app/services/katello/pulp3/repository_mirror.rb +21 -2
  117. data/app/services/katello/pulp3/rpm.rb +1 -0
  118. data/app/services/katello/pulp3/smart_proxy_mirror_repository.rb +1 -1
  119. data/app/services/katello/pulp3/srpm.rb +3 -2
  120. data/app/services/katello/registration_manager.rb +6 -3
  121. data/app/services/katello/repository_type.rb +2 -1
  122. data/app/services/katello/ui_notifications/hosts/lifecycle_expire_soon.rb +58 -0
  123. data/app/views/foreman/job_templates/resolve_traces.erb +1 -1
  124. data/app/views/foreman/smart_proxies/_content_tab.html.erb +1 -3
  125. data/app/views/katello/api/v2/capsule_content/sync_status.json.rabl +39 -1
  126. data/app/views/katello/api/v2/content_facet/show.json.rabl +4 -0
  127. data/app/views/katello/api/v2/content_views/base.json.rabl +1 -1
  128. data/app/views/katello/api/v2/docker_tags/_base.json.rabl +28 -6
  129. data/app/views/katello/hosts/_errata_counts.html.erb +2 -2
  130. data/app/views/katello/task_mailer/cv_promote_failure.html.erb +31 -0
  131. data/app/views/katello/task_mailer/cv_promote_failure.text.erb +13 -0
  132. data/app/views/katello/task_mailer/cv_publish_failure.html.erb +31 -0
  133. data/app/views/katello/task_mailer/cv_publish_failure.text.erb +13 -0
  134. data/app/views/katello/task_mailer/proxy_sync_failure.html.erb +45 -0
  135. data/app/views/katello/task_mailer/proxy_sync_failure.text.erb +25 -0
  136. data/app/views/katello/task_mailer/repo_sync_failure.html.erb +35 -0
  137. data/app/views/katello/task_mailer/repo_sync_failure.text.erb +15 -0
  138. data/app/views/overrides/organizations/_edit_override.html.erb +4 -0
  139. data/config/routes/api/v2.rb +2 -0
  140. data/db/migrate/20230825180856_add_content_counts_to_smart_proxy.rb +7 -0
  141. data/db/migrate/20231020153017_create_indexes_for_nvra_and_epoch.rb +6 -0
  142. data/db/seeds.d/106-mail_notifications.rb +32 -0
  143. data/db/seeds.d/109-katello-notification-blueprints.rb +6 -0
  144. data/engines/bastion/app/assets/javascripts/bastion/components/views/bst-alert.html +1 -1
  145. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/activation-keys.controller.js +4 -0
  146. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-host-collections.controller.js +3 -0
  147. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-subscriptions.controller.js +3 -0
  148. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-associations.controller.js +4 -0
  149. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-copy.controller.js +7 -2
  150. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-host-collections.controller.js +3 -0
  151. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js +3 -0
  152. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-subscriptions.controller.js +3 -0
  153. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/new/new-activation-key.controller.js +6 -2
  154. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js +16 -1
  155. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/rhel-lifecycle-notice.html +5 -0
  156. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/content-credentials.controller.js +7 -2
  157. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-acs.controller.js +7 -2
  158. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-products.controller.js +7 -2
  159. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-repositories.controller.js +7 -2
  160. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/new/new-content-credential.controller.js +3 -0
  161. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-errata-modal.controller.js +5 -1
  162. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-actions.controller.js +5 -1
  163. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-applicable.controller.js +3 -0
  164. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-installed.controller.js +3 -0
  165. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js +4 -0
  166. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-module-streams.controller.js +3 -0
  167. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-applicable.controller.js +3 -0
  168. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-installed.controller.js +3 -0
  169. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages.controller.js +3 -0
  170. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-traces.controller.js +4 -0
  171. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html +1 -1
  172. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html +1 -1
  173. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html +1 -1
  174. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +3 -3
  175. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html +1 -1
  176. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html +1 -1
  177. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html +1 -1
  178. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html +1 -1
  179. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html +3 -3
  180. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js +5 -0
  181. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts.routes.js +1 -1
  182. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-host-collections.controller.js +4 -1
  183. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-subscriptions.controller.js +3 -0
  184. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-host-collections.controller.js +4 -1
  185. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-repository-sets.controller.js +3 -0
  186. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-subscriptions.controller.js +3 -0
  187. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-add-subscriptions.html +1 -1
  188. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html +4 -3
  189. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-host-collections.html +1 -1
  190. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html +3 -3
  191. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html +2 -2
  192. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions-list.html +1 -1
  193. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html +1 -1
  194. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +3 -3
  195. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/debs.controller.js +7 -0
  196. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/deb-content-views.controller.js +8 -1
  197. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/deb-repositories.controller.js +10 -2
  198. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-environments.controller.js +5 -2
  199. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-repositories.controller.js +6 -2
  200. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/docker-tags.controller.js +6 -3
  201. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js +13 -0
  202. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/environment.controller.js +6 -0
  203. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/new-environment.controller.js +8 -2
  204. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js +4 -0
  205. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/erratum-content-hosts.controller.js +7 -2
  206. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/erratum-repositories.controller.js +7 -2
  207. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/erratum.controller.js +6 -2
  208. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/views/erratum-info.html +2 -2
  209. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata.controller.js +5 -0
  210. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata.html +1 -1
  211. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/file-content-views.controller.js +10 -2
  212. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/file-repositories.controller.js +8 -1
  213. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/files.controller.js +9 -2
  214. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-add-hosts.controller.js +3 -0
  215. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-copy.controller.js +7 -2
  216. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-hosts.controller.js +3 -0
  217. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/host-collections.controller.js +4 -0
  218. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/new/new-host-collection.controller.js +6 -2
  219. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/hosts/host.factory.js +4 -0
  220. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +166 -43
  221. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +4 -0
  222. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +1 -1
  223. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/packages.controller.js +7 -0
  224. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/product-repositories.controller.js +5 -0
  225. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-advanced-sync.controller.js +6 -2
  226. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js +11 -0
  227. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +3 -0
  228. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html +2 -2
  229. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/discovery-create.controller.js +3 -0
  230. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/discovery.controller.js +3 -0
  231. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/product-form.controller.js +6 -2
  232. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.controller.js +4 -0
  233. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html +1 -1
  234. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-add-products.controller.js +5 -1
  235. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-products.controller.js +4 -0
  236. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/new/new-sync-plan.controller.js +3 -0
  237. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/sync-plans.controller.js +4 -0
  238. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/task-details.controller.js +6 -2
  239. data/lib/katello/engine.rb +2 -3
  240. data/lib/katello/permission_creator.rb +2 -2
  241. data/lib/katello/plugin.rb +4 -0
  242. data/lib/katello/repository_types/ostree.rb +1 -0
  243. data/lib/katello/repository_types/python.rb +1 -0
  244. data/lib/katello/scheduled_jobs.rb +1 -1
  245. data/lib/katello/version.rb +1 -1
  246. data/locale/action_names.rb +1 -3
  247. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  248. data/locale/bn/katello.po +236 -197
  249. data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
  250. data/locale/bn_IN/katello.po +236 -197
  251. data/locale/ca/LC_MESSAGES/katello.mo +0 -0
  252. data/locale/ca/katello.po +236 -197
  253. data/locale/cs/LC_MESSAGES/katello.mo +0 -0
  254. data/locale/cs/katello.po +236 -206
  255. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  256. data/locale/cs_CZ/katello.po +236 -197
  257. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  258. data/locale/de/katello.po +241 -202
  259. data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
  260. data/locale/de_AT/katello.po +236 -197
  261. data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
  262. data/locale/de_DE/katello.po +236 -197
  263. data/locale/el/LC_MESSAGES/katello.mo +0 -0
  264. data/locale/el/katello.po +236 -197
  265. data/locale/en/LC_MESSAGES/katello.mo +0 -0
  266. data/locale/en/katello.po +236 -197
  267. data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
  268. data/locale/en_GB/katello.po +236 -197
  269. data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
  270. data/locale/en_US/katello.po +236 -197
  271. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  272. data/locale/es/katello.po +238 -199
  273. data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
  274. data/locale/et_EE/katello.po +236 -197
  275. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  276. data/locale/fr/katello.po +247 -208
  277. data/locale/gl/LC_MESSAGES/katello.mo +0 -0
  278. data/locale/gl/katello.po +236 -197
  279. data/locale/gu/LC_MESSAGES/katello.mo +0 -0
  280. data/locale/gu/katello.po +236 -197
  281. data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
  282. data/locale/he_IL/katello.po +236 -197
  283. data/locale/hi/LC_MESSAGES/katello.mo +0 -0
  284. data/locale/hi/katello.po +236 -197
  285. data/locale/id/LC_MESSAGES/katello.mo +0 -0
  286. data/locale/id/katello.po +236 -197
  287. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  288. data/locale/it/katello.po +236 -197
  289. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  290. data/locale/ja/katello.po +247 -208
  291. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  292. data/locale/ka/katello.po +241 -202
  293. data/locale/katello.pot +1427 -1296
  294. data/locale/kn/LC_MESSAGES/katello.mo +0 -0
  295. data/locale/kn/katello.po +236 -197
  296. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  297. data/locale/ko/katello.po +236 -197
  298. data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
  299. data/locale/ml_IN/katello.po +236 -197
  300. data/locale/mr/LC_MESSAGES/katello.mo +0 -0
  301. data/locale/mr/katello.po +236 -197
  302. data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
  303. data/locale/nl_NL/katello.po +236 -197
  304. data/locale/or/LC_MESSAGES/katello.mo +0 -0
  305. data/locale/or/katello.po +236 -197
  306. data/locale/pa/LC_MESSAGES/katello.mo +0 -0
  307. data/locale/pa/katello.po +236 -197
  308. data/locale/pl/LC_MESSAGES/katello.mo +0 -0
  309. data/locale/pl/katello.po +236 -197
  310. data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
  311. data/locale/pl_PL/katello.po +236 -197
  312. data/locale/pt/LC_MESSAGES/katello.mo +0 -0
  313. data/locale/pt/katello.po +236 -197
  314. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  315. data/locale/pt_BR/katello.po +238 -199
  316. data/locale/ro/LC_MESSAGES/katello.mo +0 -0
  317. data/locale/ro/katello.po +236 -197
  318. data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
  319. data/locale/ro_RO/katello.po +236 -197
  320. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  321. data/locale/ru/katello.po +236 -197
  322. data/locale/sl/LC_MESSAGES/katello.mo +0 -0
  323. data/locale/sl/katello.po +236 -197
  324. data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
  325. data/locale/sv_SE/katello.po +236 -197
  326. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  327. data/locale/ta/katello.po +236 -197
  328. data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
  329. data/locale/ta_IN/katello.po +236 -197
  330. data/locale/te/LC_MESSAGES/katello.mo +0 -0
  331. data/locale/te/katello.po +236 -197
  332. data/locale/tr/LC_MESSAGES/katello.mo +0 -0
  333. data/locale/tr/katello.po +236 -197
  334. data/locale/vi/LC_MESSAGES/katello.mo +0 -0
  335. data/locale/vi/katello.po +236 -197
  336. data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
  337. data/locale/vi_VN/katello.po +236 -197
  338. data/locale/zh/LC_MESSAGES/katello.mo +0 -0
  339. data/locale/zh/katello.po +236 -197
  340. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  341. data/locale/zh_CN/katello.po +247 -208
  342. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  343. data/locale/zh_TW/katello.po +236 -197
  344. data/webpack/components/Table/EmptyStateMessage.js +7 -4
  345. data/webpack/components/Table/MainTable.scss +18 -17
  346. data/webpack/components/Table/TableWrapper.js +4 -1
  347. data/webpack/components/extensions/HostDetails/ActionsBar/index.js +45 -4
  348. data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.scss +9 -7
  349. data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsCard.js +1 -1
  350. data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js +1 -1
  351. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeActions.js +29 -7
  352. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js +106 -66
  353. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.scss +6 -0
  354. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeConstants.js +2 -0
  355. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +53 -29
  356. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeSelectors.js +7 -6
  357. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeCard.test.js +24 -5
  358. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +137 -7
  359. data/webpack/components/extensions/HostDetails/DetailsTabCards/HwPropertiesCard.js +11 -10
  360. data/webpack/components/extensions/HostDetails/DetailsTabCards/RegistrationCard.js +8 -2
  361. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +27 -10
  362. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/HostErrataActions.js +3 -22
  363. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/HostErrataConstants.js +0 -1
  364. data/webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js +3 -2
  365. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js +2 -2
  366. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js +48 -12
  367. data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionActions.js +22 -10
  368. data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionHooks.js +1 -1
  369. data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +2 -2
  370. data/webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.js +71 -5
  371. data/webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.scss +16 -0
  372. data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesEnabler.js +4 -1
  373. data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesTab.js +6 -2
  374. data/webpack/components/extensions/HostDetails/Tabs/__tests__/packagesTab.test.js +2 -1
  375. data/webpack/components/extensions/HostDetails/Tabs/__tests__/tracesTab.test.js +25 -0
  376. data/webpack/components/extensions/Hosts/ActionsBar/index.js +36 -0
  377. data/webpack/components/extensions/Hosts/constants.js +2 -0
  378. data/webpack/components/extensions/RegistrationCommands/RegistrationCommandsPageHelpers.js +13 -7
  379. data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/ActivationKeys.test.js.snap +9 -1
  380. data/webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js +87 -22
  381. data/webpack/components/extensions/RegistrationCommands/index.js +17 -41
  382. data/webpack/global_index.js +11 -2
  383. data/webpack/redux/reducers/RedHatRepositories/enabled.fixtures.js +4 -0
  384. data/webpack/redux/reducers/RedHatRepositories/enabled.js +1 -0
  385. data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.js +10 -1
  386. data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.scss +33 -31
  387. data/webpack/scenes/AlternateContentSources/MainTable/ACSTable.js +3 -1
  388. data/webpack/scenes/Content/ContentConfig.js +3 -0
  389. data/webpack/scenes/ContentViews/Create/CreateContentViewForm.js +6 -4
  390. data/webpack/scenes/ContentViews/Create/CreateContentViewForm.scss +8 -6
  391. data/webpack/scenes/ContentViews/Delete/ContentViewDeleteWizard.js +1 -0
  392. data/webpack/scenes/ContentViews/Delete/Steps/CVEnvironmentSelectionForm.scss +4 -2
  393. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js +3 -4
  394. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js +2 -2
  395. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +5 -5
  396. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/compositeCVDetails.fixtures.json +393 -0
  397. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.test.js +30 -4
  398. data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +3 -1
  399. data/webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js +3 -3
  400. data/webpack/scenes/ContentViews/Details/Repositories/RepoIcon.js +2 -1
  401. data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareTable.js +1 -1
  402. data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js +1 -1
  403. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveCVVersionWizard.js +1 -1
  404. data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsTable.js +1 -1
  405. data/webpack/scenes/ContentViews/Publish/CVPublishForm.js +24 -1
  406. data/webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js +1 -0
  407. data/webpack/scenes/ContentViews/Publish/__tests__/publishContentView.test.js +42 -0
  408. data/webpack/scenes/ContentViews/Publish/cvPublishForm.scss +13 -11
  409. data/webpack/scenes/ContentViews/Table/ContentViewsTable.js +2 -1
  410. data/webpack/scenes/ContentViews/__tests__/mockDetails.fixtures.json +2 -1
  411. data/webpack/scenes/Hosts/ChangeContentSource/index.js +4 -3
  412. data/webpack/scenes/ModuleStreams/Details/ModuleStreamDetails.js +1 -2
  413. data/webpack/scenes/ModuleStreams/Details/__tests__/__snapshots__/ModuleStreamDetails.test.js.snap +1 -1
  414. data/webpack/scenes/RedHatRepositories/RedHatRepositoriesPage.js +2 -1
  415. data/webpack/scenes/RedHatRepositories/__tests__/__snapshots__/RedHatRepositoriesPage.test.js.snap +6 -0
  416. data/webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepository.js +4 -1
  417. data/webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js +13 -4
  418. data/webpack/scenes/RedHatRepositories/components/EnabledRepository/__tests__/EnabledRepositoryContent.test.js +1 -0
  419. data/webpack/scenes/RedHatRepositories/components/EnabledRepository/__tests__/__snapshots__/EnabledRepository.test.js.snap +1 -0
  420. data/webpack/scenes/RedHatRepositories/components/EnabledRepository/__tests__/__snapshots__/EnabledRepositoryContent.test.js.snap +3 -2
  421. data/webpack/scenes/SmartProxy/AdditionalCapsuleContent.js +93 -0
  422. data/webpack/scenes/SmartProxy/Content.js +12 -4
  423. data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +107 -0
  424. data/webpack/scenes/SmartProxy/ExpandedSmartProxyRepositories.js +139 -0
  425. data/webpack/scenes/SmartProxy/SmartProxyContentActions.js +17 -4
  426. data/webpack/scenes/SmartProxy/SmartProxyContentConstants.js +1 -0
  427. data/webpack/scenes/SmartProxy/SmartProxyExpandableTable.js +150 -0
  428. data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.fixtures.json +799 -0
  429. data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +29 -17
  430. data/webpack/scenes/Subscriptions/Details/SubscriptionDetails.js +16 -19
  431. data/webpack/scenes/Subscriptions/Details/SubscriptionDetails.scss +12 -8
  432. data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +21 -18
  433. data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CdnConfigurationForm.scss +4 -2
  434. data/webpack/scenes/Subscriptions/Manifest/ManageManifestModal.scss +38 -19
  435. data/webpack/scenes/Subscriptions/Manifest/index.js +0 -2
  436. data/webpack/scenes/Subscriptions/SubscriptionsPage.js +38 -12
  437. data/webpack/scenes/Subscriptions/SubscriptionsPage.scss +38 -36
  438. data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsPage.test.js.snap +16 -13
  439. data/webpack/utils/helpers.js +0 -1
  440. metadata +99 -33
  441. data/app/controllers/katello/concerns/api/v2/bulk_hosts_extensions.rb +0 -47
  442. data/webpack/components/Table/TableHooks.js +0 -315
  443. data/webpack/components/Table/__test__/useBulkSelect.test.js +0 -99
  444. data/webpack/components/extensions/RegistrationCommands/__tests__/LifeCycleEnvironment.test.js +0 -11
  445. data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/LifeCycleEnvironment.test.js.snap +0 -29
  446. data/webpack/components/extensions/RegistrationCommands/fields/LifecycleEnvironment.js +0 -57
  447. data/webpack/scenes/SmartProxy/SmartProxyContentTable.js +0 -164
  448. data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentResult.fixtures.json +0 -140
  449. data/webpack/scenes/Subscriptions/Manifest/Manifest.scss +0 -16
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: katello
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.10.0
4
+ version: 4.11.0.rc1
5
5
  platform: ruby
6
6
  authors:
7
7
  - N/A
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-04 00:00:00.000000000 Z
11
+ date: 2023-11-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -240,80 +240,80 @@ dependencies:
240
240
  requirements:
241
241
  - - ">="
242
242
  - !ruby/object:Gem::Version
243
- version: 3.28.0
243
+ version: 3.39.0
244
244
  - - "<"
245
245
  - !ruby/object:Gem::Version
246
- version: 3.29.0
246
+ version: 3.40.0
247
247
  type: :runtime
248
248
  prerelease: false
249
249
  version_requirements: !ruby/object:Gem::Requirement
250
250
  requirements:
251
251
  - - ">="
252
252
  - !ruby/object:Gem::Version
253
- version: 3.28.0
253
+ version: 3.39.0
254
254
  - - "<"
255
255
  - !ruby/object:Gem::Version
256
- version: 3.29.0
256
+ version: 3.40.0
257
257
  - !ruby/object:Gem::Dependency
258
258
  name: pulp_file_client
259
259
  requirement: !ruby/object:Gem::Requirement
260
260
  requirements:
261
261
  - - ">="
262
262
  - !ruby/object:Gem::Version
263
- version: 1.14.0
263
+ version: 1.15.0
264
264
  - - "<"
265
265
  - !ruby/object:Gem::Version
266
- version: 1.15.0
266
+ version: 1.16.0
267
267
  type: :runtime
268
268
  prerelease: false
269
269
  version_requirements: !ruby/object:Gem::Requirement
270
270
  requirements:
271
271
  - - ">="
272
272
  - !ruby/object:Gem::Version
273
- version: 1.14.0
273
+ version: 1.15.0
274
274
  - - "<"
275
275
  - !ruby/object:Gem::Version
276
- version: 1.15.0
276
+ version: 1.16.0
277
277
  - !ruby/object:Gem::Dependency
278
278
  name: pulp_ansible_client
279
279
  requirement: !ruby/object:Gem::Requirement
280
280
  requirements:
281
281
  - - ">="
282
282
  - !ruby/object:Gem::Version
283
- version: 0.18.0
283
+ version: 0.20.0
284
284
  - - "<"
285
285
  - !ruby/object:Gem::Version
286
- version: 0.19.0
286
+ version: 0.21.0
287
287
  type: :runtime
288
288
  prerelease: false
289
289
  version_requirements: !ruby/object:Gem::Requirement
290
290
  requirements:
291
291
  - - ">="
292
292
  - !ruby/object:Gem::Version
293
- version: 0.18.0
293
+ version: 0.20.0
294
294
  - - "<"
295
295
  - !ruby/object:Gem::Version
296
- version: 0.19.0
296
+ version: 0.21.0
297
297
  - !ruby/object:Gem::Dependency
298
298
  name: pulp_container_client
299
299
  requirement: !ruby/object:Gem::Requirement
300
300
  requirements:
301
301
  - - ">="
302
302
  - !ruby/object:Gem::Version
303
- version: 2.15.0
303
+ version: 2.16.0
304
304
  - - "<"
305
305
  - !ruby/object:Gem::Version
306
- version: 2.16.0
306
+ version: 2.17.0
307
307
  type: :runtime
308
308
  prerelease: false
309
309
  version_requirements: !ruby/object:Gem::Requirement
310
310
  requirements:
311
311
  - - ">="
312
312
  - !ruby/object:Gem::Version
313
- version: 2.15.0
313
+ version: 2.16.0
314
314
  - - "<"
315
315
  - !ruby/object:Gem::Version
316
- version: 2.16.0
316
+ version: 2.17.0
317
317
  - !ruby/object:Gem::Dependency
318
318
  name: pulp_deb_client
319
319
  requirement: !ruby/object:Gem::Requirement
@@ -340,20 +340,20 @@ dependencies:
340
340
  requirements:
341
341
  - - ">="
342
342
  - !ruby/object:Gem::Version
343
- version: 3.22.0
343
+ version: 3.23.0
344
344
  - - "<"
345
345
  - !ruby/object:Gem::Version
346
- version: 3.23.0
346
+ version: 3.24.0
347
347
  type: :runtime
348
348
  prerelease: false
349
349
  version_requirements: !ruby/object:Gem::Requirement
350
350
  requirements:
351
351
  - - ">="
352
352
  - !ruby/object:Gem::Version
353
- version: 3.22.0
353
+ version: 3.23.0
354
354
  - - "<"
355
355
  - !ruby/object:Gem::Version
356
- version: 3.23.0
356
+ version: 3.24.0
357
357
  - !ruby/object:Gem::Dependency
358
358
  name: pulp_certguard_client
359
359
  requirement: !ruby/object:Gem::Requirement
@@ -801,10 +801,10 @@ files:
801
801
  - app/controllers/katello/concerns/api/api_controller.rb
802
802
  - app/controllers/katello/concerns/api/v2/authorization.rb
803
803
  - app/controllers/katello/concerns/api/v2/bulk_extensions.rb
804
- - app/controllers/katello/concerns/api/v2/bulk_hosts_extensions.rb
805
804
  - app/controllers/katello/concerns/api/v2/content_overrides_controller.rb
806
805
  - app/controllers/katello/concerns/api/v2/host_errata_extensions.rb
807
806
  - app/controllers/katello/concerns/api/v2/hostgroups_controller_extensions.rb
807
+ - app/controllers/katello/concerns/api/v2/hosts_bulk_actions_controller_extensions.rb
808
808
  - app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb
809
809
  - app/controllers/katello/concerns/api/v2/registration_commands_controller_extensions.rb
810
810
  - app/controllers/katello/concerns/api/v2/registration_controller_extensions.rb
@@ -839,6 +839,7 @@ files:
839
839
  - app/helpers/katello/taxonomy_helper.rb
840
840
  - app/helpers/katello/translation_helper.rb
841
841
  - app/jobs/create_expired_manifest_notifications.rb
842
+ - app/jobs/create_host_lifecycle_expire_soon_notifications.rb
842
843
  - app/jobs/create_pulp_disk_space_notifications.rb
843
844
  - app/jobs/send_expire_soon_notifications.rb
844
845
  - app/lib/actions/abstract_async_task.rb
@@ -894,6 +895,7 @@ files:
894
895
  - app/lib/actions/katello/capsule_content/refresh_repos.rb
895
896
  - app/lib/actions/katello/capsule_content/sync.rb
896
897
  - app/lib/actions/katello/capsule_content/sync_capsule.rb
898
+ - app/lib/actions/katello/capsule_content/update_content_counts.rb
897
899
  - app/lib/actions/katello/cdn_configuration/update.rb
898
900
  - app/lib/actions/katello/check_matching_content.rb
899
901
  - app/lib/actions/katello/content_credential/update.rb
@@ -1185,6 +1187,7 @@ files:
1185
1187
  - app/lib/katello/validators/container_image_name_validator.rb
1186
1188
  - app/lib/katello/validators/content_default_http_proxy_setting_validator.rb
1187
1189
  - app/lib/katello/validators/content_validator.rb
1190
+ - app/lib/katello/validators/content_view_environment_coherent_default_validator.rb
1188
1191
  - app/lib/katello/validators/content_view_environment_org_validator.rb
1189
1192
  - app/lib/katello/validators/content_view_environment_validator.rb
1190
1193
  - app/lib/katello/validators/content_view_erratum_filter_rule_validator.rb
@@ -1210,6 +1213,7 @@ files:
1210
1213
  - app/lib/katello/validators/unique_field_in_org.rb
1211
1214
  - app/mailers/katello/errata_mailer.rb
1212
1215
  - app/mailers/katello/subscription_mailer.rb
1216
+ - app/mailers/katello/task_mailer.rb
1213
1217
  - app/models/katello/activation_key.rb
1214
1218
  - app/models/katello/activation_key_purpose_addon.rb
1215
1219
  - app/models/katello/alternate_content_source.rb
@@ -1390,6 +1394,7 @@ files:
1390
1394
  - app/models/katello/repository_package_group.rb
1391
1395
  - app/models/katello/repository_rpm.rb
1392
1396
  - app/models/katello/repository_srpm.rb
1397
+ - app/models/katello/rhel_lifecycle_status.rb
1393
1398
  - app/models/katello/root_repository.rb
1394
1399
  - app/models/katello/rpm.rb
1395
1400
  - app/models/katello/smart_proxy_alternate_content_source.rb
@@ -1509,6 +1514,7 @@ files:
1509
1514
  - app/services/katello/ui_notifications/abstract_notification.rb
1510
1515
  - app/services/katello/ui_notifications/content_view/auto_publish_failure.rb
1511
1516
  - app/services/katello/ui_notifications/content_view/delete_latest_version_failure.rb
1517
+ - app/services/katello/ui_notifications/hosts/lifecycle_expire_soon.rb
1512
1518
  - app/services/katello/ui_notifications/pulp/proxy_disk_space.rb
1513
1519
  - app/services/katello/ui_notifications/subscriptions/expire_soon.rb
1514
1520
  - app/services/katello/ui_notifications/subscriptions/manifest_delete_error.rb
@@ -1785,6 +1791,14 @@ files:
1785
1791
  - app/views/katello/sync_management/_repo.html.erb
1786
1792
  - app/views/katello/sync_management/index.html.erb
1787
1793
  - app/views/katello/sync_plan_task_groups/_sync_plan_task_groups.html.erb
1794
+ - app/views/katello/task_mailer/cv_promote_failure.html.erb
1795
+ - app/views/katello/task_mailer/cv_promote_failure.text.erb
1796
+ - app/views/katello/task_mailer/cv_publish_failure.html.erb
1797
+ - app/views/katello/task_mailer/cv_publish_failure.text.erb
1798
+ - app/views/katello/task_mailer/proxy_sync_failure.html.erb
1799
+ - app/views/katello/task_mailer/proxy_sync_failure.text.erb
1800
+ - app/views/katello/task_mailer/repo_sync_failure.html.erb
1801
+ - app/views/katello/task_mailer/repo_sync_failure.text.erb
1788
1802
  - app/views/overrides/about/_installed_packages.html.erb
1789
1803
  - app/views/overrides/activation_keys/_host_environment_select.html.erb
1790
1804
  - app/views/overrides/activation_keys/_host_media_type_select.html.erb
@@ -2184,7 +2198,9 @@ files:
2184
2198
  - db/migrate/20230609155411_add_custom_cdn_auth_enabled_to_katello_cdn_configurations.rb
2185
2199
  - db/migrate/20230710190626_remove_relative_path_limit.rb
2186
2200
  - db/migrate/20230717150442_change_change_content_source_job_template_name.rb
2201
+ - db/migrate/20230825180856_add_content_counts_to_smart_proxy.rb
2187
2202
  - db/migrate/20230828143236_remove_katello_agent_dispatch_history.rb
2203
+ - db/migrate/20231020153017_create_indexes_for_nvra_and_epoch.rb
2188
2204
  - db/seeds.d/101-locations.rb
2189
2205
  - db/seeds.d/102-organizations.rb
2190
2206
  - db/seeds.d/104-proxy.rb
@@ -3992,6 +4008,7 @@ files:
3992
4008
  - engines/bastion_katello/app/assets/javascripts/bastion_katello/common/module-stream-actions.service.js
3993
4009
  - engines/bastion_katello/app/assets/javascripts/bastion_katello/common/select-action-dropdown.directive.js
3994
4010
  - engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/registration.html
4011
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/rhel-lifecycle-notice.html
3995
4012
  - engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/select-action-dropdown.html
3996
4013
  - engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html
3997
4014
  - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/content-credential.factory.js
@@ -4491,55 +4508,103 @@ files:
4491
4508
  - locale/Makefile
4492
4509
  - locale/README
4493
4510
  - locale/action_names.rb
4511
+ - locale/bn/LC_MESSAGES/katello.mo
4494
4512
  - locale/bn/katello.po
4513
+ - locale/bn_IN/LC_MESSAGES/katello.mo
4495
4514
  - locale/bn_IN/katello.po
4515
+ - locale/ca/LC_MESSAGES/katello.mo
4496
4516
  - locale/ca/katello.po
4517
+ - locale/cs/LC_MESSAGES/katello.mo
4497
4518
  - locale/cs/katello.po
4519
+ - locale/cs_CZ/LC_MESSAGES/katello.mo
4498
4520
  - locale/cs_CZ/katello.po
4521
+ - locale/de/LC_MESSAGES/katello.mo
4499
4522
  - locale/de/katello.po
4523
+ - locale/de_AT/LC_MESSAGES/katello.mo
4500
4524
  - locale/de_AT/katello.po
4525
+ - locale/de_DE/LC_MESSAGES/katello.mo
4501
4526
  - locale/de_DE/katello.po
4527
+ - locale/el/LC_MESSAGES/katello.mo
4502
4528
  - locale/el/katello.po
4529
+ - locale/en/LC_MESSAGES/katello.mo
4503
4530
  - locale/en/katello.po
4531
+ - locale/en_GB/LC_MESSAGES/katello.mo
4504
4532
  - locale/en_GB/katello.po
4533
+ - locale/en_US/LC_MESSAGES/katello.mo
4505
4534
  - locale/en_US/katello.po
4535
+ - locale/es/LC_MESSAGES/katello.mo
4506
4536
  - locale/es/katello.po
4537
+ - locale/et_EE/LC_MESSAGES/katello.mo
4507
4538
  - locale/et_EE/katello.po
4539
+ - locale/fr/LC_MESSAGES/katello.mo
4508
4540
  - locale/fr/katello.po
4541
+ - locale/gl/LC_MESSAGES/katello.mo
4509
4542
  - locale/gl/katello.po
4543
+ - locale/gu/LC_MESSAGES/katello.mo
4510
4544
  - locale/gu/katello.po
4545
+ - locale/he_IL/LC_MESSAGES/katello.mo
4511
4546
  - locale/he_IL/katello.po
4547
+ - locale/hi/LC_MESSAGES/katello.mo
4512
4548
  - locale/hi/katello.po
4549
+ - locale/id/LC_MESSAGES/katello.mo
4513
4550
  - locale/id/katello.po
4551
+ - locale/it/LC_MESSAGES/katello.mo
4514
4552
  - locale/it/katello.po
4553
+ - locale/ja/LC_MESSAGES/katello.mo
4515
4554
  - locale/ja/katello.po
4555
+ - locale/ka/LC_MESSAGES/katello.mo
4516
4556
  - locale/ka/katello.po
4517
4557
  - locale/katello.pot
4558
+ - locale/kn/LC_MESSAGES/katello.mo
4518
4559
  - locale/kn/katello.po
4560
+ - locale/ko/LC_MESSAGES/katello.mo
4519
4561
  - locale/ko/katello.po
4562
+ - locale/ml_IN/LC_MESSAGES/katello.mo
4520
4563
  - locale/ml_IN/katello.po
4564
+ - locale/mr/LC_MESSAGES/katello.mo
4521
4565
  - locale/mr/katello.po
4566
+ - locale/nl_NL/LC_MESSAGES/katello.mo
4522
4567
  - locale/nl_NL/katello.po
4568
+ - locale/or/LC_MESSAGES/katello.mo
4523
4569
  - locale/or/katello.po
4570
+ - locale/pa/LC_MESSAGES/katello.mo
4524
4571
  - locale/pa/katello.po
4572
+ - locale/pl/LC_MESSAGES/katello.mo
4525
4573
  - locale/pl/katello.po
4574
+ - locale/pl_PL/LC_MESSAGES/katello.mo
4526
4575
  - locale/pl_PL/katello.po
4576
+ - locale/pt/LC_MESSAGES/katello.mo
4527
4577
  - locale/pt/katello.po
4578
+ - locale/pt_BR/LC_MESSAGES/katello.mo
4528
4579
  - locale/pt_BR/katello.po
4580
+ - locale/ro/LC_MESSAGES/katello.mo
4529
4581
  - locale/ro/katello.po
4582
+ - locale/ro_RO/LC_MESSAGES/katello.mo
4530
4583
  - locale/ro_RO/katello.po
4584
+ - locale/ru/LC_MESSAGES/katello.mo
4531
4585
  - locale/ru/katello.po
4586
+ - locale/sl/LC_MESSAGES/katello.mo
4532
4587
  - locale/sl/katello.po
4588
+ - locale/sv_SE/LC_MESSAGES/katello.mo
4533
4589
  - locale/sv_SE/katello.po
4590
+ - locale/ta/LC_MESSAGES/katello.mo
4534
4591
  - locale/ta/katello.po
4592
+ - locale/ta_IN/LC_MESSAGES/katello.mo
4535
4593
  - locale/ta_IN/katello.po
4594
+ - locale/te/LC_MESSAGES/katello.mo
4536
4595
  - locale/te/katello.po
4596
+ - locale/tr/LC_MESSAGES/katello.mo
4537
4597
  - locale/tr/katello.po
4538
4598
  - locale/update-i18n
4599
+ - locale/vi/LC_MESSAGES/katello.mo
4539
4600
  - locale/vi/katello.po
4601
+ - locale/vi_VN/LC_MESSAGES/katello.mo
4540
4602
  - locale/vi_VN/katello.po
4603
+ - locale/zh/LC_MESSAGES/katello.mo
4541
4604
  - locale/zh/katello.po
4605
+ - locale/zh_CN/LC_MESSAGES/katello.mo
4542
4606
  - locale/zh_CN/katello.po
4607
+ - locale/zh_TW/LC_MESSAGES/katello.mo
4543
4608
  - locale/zh_TW/katello.po
4544
4609
  - package.json
4545
4610
  - vendor/assets/images/katello/add2.png
@@ -4667,10 +4732,8 @@ files:
4667
4732
  - webpack/components/Table/MainTable.js
4668
4733
  - webpack/components/Table/MainTable.scss
4669
4734
  - webpack/components/Table/PageControls.js
4670
- - webpack/components/Table/TableHooks.js
4671
4735
  - webpack/components/Table/TableWrapper.js
4672
4736
  - webpack/components/Table/__test__/emptyStateMessage.test.js
4673
- - webpack/components/Table/__test__/useBulkSelect.test.js
4674
4737
  - webpack/components/Table/components/SortableColumnHeaders.js
4675
4738
  - webpack/components/Table/components/TranslatedPlural.js
4676
4739
  - webpack/components/Table/helpers.js
@@ -4757,6 +4820,7 @@ files:
4757
4820
  - webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js
4758
4821
  - webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.scss
4759
4822
  - webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.js
4823
+ - webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.scss
4760
4824
  - webpack/components/extensions/HostDetails/Tabs/TracesTab/HostTracesActions.js
4761
4825
  - webpack/components/extensions/HostDetails/Tabs/TracesTab/HostTracesConstants.js
4762
4826
  - webpack/components/extensions/HostDetails/Tabs/TracesTab/HostTracesSelectors.js
@@ -4783,21 +4847,20 @@ files:
4783
4847
  - webpack/components/extensions/HostDetails/Tabs/__tests__/yumInstallablePackages.fixtures.json
4784
4848
  - webpack/components/extensions/HostDetails/Tabs/customizedRexUrlHelpers.js
4785
4849
  - webpack/components/extensions/HostDetails/hostDetailsHelpers.js
4850
+ - webpack/components/extensions/Hosts/ActionsBar/index.js
4851
+ - webpack/components/extensions/Hosts/constants.js
4786
4852
  - webpack/components/extensions/RegistrationCommands/RegistrationCommandsPageConstants.js
4787
4853
  - webpack/components/extensions/RegistrationCommands/RegistrationCommandsPageHelpers.js
4788
4854
  - webpack/components/extensions/RegistrationCommands/RegistrationCommandsPageSelectors.js
4789
4855
  - webpack/components/extensions/RegistrationCommands/__tests__/ActivationKeys.test.js
4790
4856
  - webpack/components/extensions/RegistrationCommands/__tests__/Force.test.js
4791
4857
  - webpack/components/extensions/RegistrationCommands/__tests__/IgnoreSubmanErrors.test.js
4792
- - webpack/components/extensions/RegistrationCommands/__tests__/LifeCycleEnvironment.test.js
4793
4858
  - webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/ActivationKeys.test.js.snap
4794
4859
  - webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/Force.test.js.snap
4795
4860
  - webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/IgnoreSubmanErrors.test.js.snap
4796
- - webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/LifeCycleEnvironment.test.js.snap
4797
4861
  - webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js
4798
4862
  - webpack/components/extensions/RegistrationCommands/fields/Force.js
4799
4863
  - webpack/components/extensions/RegistrationCommands/fields/IgnoreSubmanErrors.js
4800
- - webpack/components/extensions/RegistrationCommands/fields/LifecycleEnvironment.js
4801
4864
  - webpack/components/extensions/RegistrationCommands/index.js
4802
4865
  - webpack/components/extensions/SearchBar/SearchBarConstants.js
4803
4866
  - webpack/components/extensions/SearchBar/SearchBarHooks.js
@@ -4998,6 +5061,7 @@ files:
4998
5061
  - webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentEnvironments.js
4999
5062
  - webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentVersion.js
5000
5063
  - webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js
5064
+ - webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/compositeCVDetails.fixtures.json
5001
5065
  - webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.fixtures.json
5002
5066
  - webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.test.js
5003
5067
  - webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/publishedContentViewDetails.fixtures.json
@@ -5321,12 +5385,15 @@ files:
5321
5385
  - webpack/scenes/Settings/Tables/__tests__/TableReducer.test.js
5322
5386
  - webpack/scenes/Settings/Tables/__tests__/__snapshots__/TableReducer.test.js.snap
5323
5387
  - webpack/scenes/Settings/index.js
5388
+ - webpack/scenes/SmartProxy/AdditionalCapsuleContent.js
5324
5389
  - webpack/scenes/SmartProxy/Content.js
5390
+ - webpack/scenes/SmartProxy/ExpandableCvDetails.js
5391
+ - webpack/scenes/SmartProxy/ExpandedSmartProxyRepositories.js
5325
5392
  - webpack/scenes/SmartProxy/SmartProxyContentActions.js
5326
5393
  - webpack/scenes/SmartProxy/SmartProxyContentConstants.js
5327
5394
  - webpack/scenes/SmartProxy/SmartProxyContentSelectors.js
5328
- - webpack/scenes/SmartProxy/SmartProxyContentTable.js
5329
- - webpack/scenes/SmartProxy/__tests__/SmartProxyContentResult.fixtures.json
5395
+ - webpack/scenes/SmartProxy/SmartProxyExpandableTable.js
5396
+ - webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.fixtures.json
5330
5397
  - webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js
5331
5398
  - webpack/scenes/SmartProxy/index.js
5332
5399
  - webpack/scenes/Subscriptions/Details/SubscriptionAttributes.js
@@ -5371,7 +5438,6 @@ files:
5371
5438
  - webpack/scenes/Subscriptions/Manifest/DeleteManifestModalText.js
5372
5439
  - webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js
5373
5440
  - webpack/scenes/Subscriptions/Manifest/ManageManifestModal.scss
5374
- - webpack/scenes/Subscriptions/Manifest/Manifest.scss
5375
5441
  - webpack/scenes/Subscriptions/Manifest/ManifestActions.js
5376
5442
  - webpack/scenes/Subscriptions/Manifest/ManifestConstants.js
5377
5443
  - webpack/scenes/Subscriptions/Manifest/ManifestHistoryReducer.js
@@ -5473,9 +5539,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
5473
5539
  version: '2.5'
5474
5540
  required_rubygems_version: !ruby/object:Gem::Requirement
5475
5541
  requirements:
5476
- - - ">="
5542
+ - - ">"
5477
5543
  - !ruby/object:Gem::Version
5478
- version: '0'
5544
+ version: 1.3.1
5479
5545
  requirements: []
5480
5546
  rubygems_version: 3.1.6
5481
5547
  signing_key:
@@ -1,47 +0,0 @@
1
- module Katello
2
- module Concerns
3
- module Api::V2::BulkHostsExtensions
4
- extend ActiveSupport::Concern
5
-
6
- def bulk_hosts_relation(permission, org)
7
- relation = ::Host::Managed.authorized(permission)
8
- relation = relation.where(organization: org) if org
9
- relation
10
- end
11
-
12
- def find_bulk_hosts(permission, bulk_params, restrict_to = nil)
13
- #works on a structure of param_group bulk_params and transforms it into a list of systems
14
- bulk_params[:included] ||= {}
15
- bulk_params[:excluded] ||= {}
16
-
17
- if !params[:install_all] && bulk_params[:included][:ids].blank? && bulk_params[:included][:search].nil?
18
- fail HttpErrors::BadRequest, _("No hosts have been specified.")
19
- end
20
-
21
- find_organization
22
- @hosts = bulk_hosts_relation(permission, @organization)
23
-
24
- if bulk_params[:included][:ids].present?
25
- @hosts = @hosts.where(id: bulk_params[:included][:ids])
26
- end
27
-
28
- if bulk_params[:included][:search].present?
29
- @hosts = @hosts.search_for(bulk_params[:included][:search])
30
- end
31
-
32
- @hosts = restrict_to.call(@hosts) if restrict_to
33
-
34
- if bulk_params[:excluded][:ids].present?
35
- @hosts = @hosts.where.not(id: bulk_params[:excluded][:ids])
36
- end
37
- fail HttpErrors::Forbidden, _("No hosts matched search, or action unauthorized for selected hosts.") if @hosts.empty?
38
-
39
- @hosts
40
- end
41
-
42
- def find_organization
43
- @organization ||= Organization.find_by_id(params[:organization_id])
44
- end
45
- end
46
- end
47
- end