katello 4.10.0 → 4.11.0.rc2

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 (498) 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_export_incrementals/repository.json.rabl +13 -0
  127. data/app/views/katello/api/v2/content_facet/show.json.rabl +4 -0
  128. data/app/views/katello/api/v2/content_views/base.json.rabl +1 -1
  129. data/app/views/katello/api/v2/docker_tags/_base.json.rabl +28 -6
  130. data/app/views/katello/hosts/_errata_counts.html.erb +2 -2
  131. data/app/views/katello/task_mailer/cv_promote_failure.html.erb +31 -0
  132. data/app/views/katello/task_mailer/cv_promote_failure.text.erb +13 -0
  133. data/app/views/katello/task_mailer/cv_publish_failure.html.erb +31 -0
  134. data/app/views/katello/task_mailer/cv_publish_failure.text.erb +13 -0
  135. data/app/views/katello/task_mailer/proxy_sync_failure.html.erb +45 -0
  136. data/app/views/katello/task_mailer/proxy_sync_failure.text.erb +25 -0
  137. data/app/views/katello/task_mailer/repo_sync_failure.html.erb +35 -0
  138. data/app/views/katello/task_mailer/repo_sync_failure.text.erb +15 -0
  139. data/app/views/overrides/organizations/_edit_override.html.erb +4 -0
  140. data/config/routes/api/v2.rb +2 -0
  141. data/db/migrate/20230825180856_add_content_counts_to_smart_proxy.rb +7 -0
  142. data/db/migrate/20231020153017_create_indexes_for_nvra_and_epoch.rb +6 -0
  143. data/db/seeds.d/106-mail_notifications.rb +32 -0
  144. data/db/seeds.d/109-katello-notification-blueprints.rb +6 -0
  145. data/engines/bastion/app/assets/javascripts/bastion/components/views/bst-alert.html +1 -1
  146. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/activation-keys.controller.js +4 -0
  147. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-host-collections.controller.js +3 -0
  148. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-subscriptions.controller.js +3 -0
  149. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-associations.controller.js +4 -0
  150. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-copy.controller.js +7 -2
  151. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-host-collections.controller.js +3 -0
  152. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js +3 -0
  153. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-subscriptions.controller.js +3 -0
  154. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/new/new-activation-key.controller.js +6 -2
  155. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js +16 -1
  156. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/rhel-lifecycle-notice.html +5 -0
  157. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/content-credentials.controller.js +7 -2
  158. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-acs.controller.js +7 -2
  159. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-products.controller.js +7 -2
  160. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-repositories.controller.js +7 -2
  161. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/new/new-content-credential.controller.js +3 -0
  162. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-errata-modal.controller.js +5 -1
  163. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-actions.controller.js +5 -1
  164. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-applicable.controller.js +3 -0
  165. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-installed.controller.js +3 -0
  166. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js +4 -0
  167. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-module-streams.controller.js +3 -0
  168. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-applicable.controller.js +3 -0
  169. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-installed.controller.js +3 -0
  170. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages.controller.js +3 -0
  171. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-traces.controller.js +4 -0
  172. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html +1 -1
  173. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html +1 -1
  174. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html +1 -1
  175. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +3 -3
  176. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html +1 -1
  177. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html +1 -1
  178. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html +1 -1
  179. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html +1 -1
  180. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html +3 -3
  181. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js +5 -0
  182. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts.routes.js +1 -1
  183. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-host-collections.controller.js +4 -1
  184. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-subscriptions.controller.js +3 -0
  185. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-host-collections.controller.js +4 -1
  186. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-repository-sets.controller.js +3 -0
  187. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-subscriptions.controller.js +3 -0
  188. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-add-subscriptions.html +1 -1
  189. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html +4 -3
  190. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-host-collections.html +1 -1
  191. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html +3 -3
  192. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html +2 -2
  193. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions-list.html +1 -1
  194. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html +1 -1
  195. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +3 -3
  196. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/debs.controller.js +7 -0
  197. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/deb-content-views.controller.js +8 -1
  198. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/deb-repositories.controller.js +10 -2
  199. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-environments.controller.js +5 -2
  200. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-repositories.controller.js +6 -2
  201. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/docker-tags.controller.js +6 -3
  202. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js +13 -0
  203. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/environment.controller.js +6 -0
  204. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/new-environment.controller.js +8 -2
  205. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js +4 -0
  206. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/erratum-content-hosts.controller.js +7 -2
  207. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/erratum-repositories.controller.js +7 -2
  208. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/erratum.controller.js +6 -2
  209. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/views/erratum-info.html +2 -2
  210. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata.controller.js +5 -0
  211. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata.html +1 -1
  212. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/file-content-views.controller.js +10 -2
  213. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/file-repositories.controller.js +8 -1
  214. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/files.controller.js +9 -2
  215. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-add-hosts.controller.js +3 -0
  216. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-copy.controller.js +7 -2
  217. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-hosts.controller.js +3 -0
  218. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/host-collections.controller.js +4 -0
  219. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/new/new-host-collection.controller.js +6 -2
  220. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/hosts/host.factory.js +4 -0
  221. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +166 -43
  222. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +4 -0
  223. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +1 -1
  224. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/packages.controller.js +7 -0
  225. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/product-repositories.controller.js +5 -0
  226. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-advanced-sync.controller.js +6 -2
  227. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js +11 -0
  228. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +3 -0
  229. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html +2 -2
  230. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/discovery-create.controller.js +3 -0
  231. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/discovery.controller.js +3 -0
  232. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/product-form.controller.js +6 -2
  233. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.controller.js +4 -0
  234. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html +1 -1
  235. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-add-products.controller.js +5 -1
  236. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-products.controller.js +4 -0
  237. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/new/new-sync-plan.controller.js +3 -0
  238. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/sync-plans.controller.js +4 -0
  239. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/task-details.controller.js +6 -2
  240. data/lib/katello/engine.rb +2 -3
  241. data/lib/katello/permission_creator.rb +2 -2
  242. data/lib/katello/plugin.rb +4 -0
  243. data/lib/katello/repository_types/ostree.rb +1 -0
  244. data/lib/katello/repository_types/python.rb +1 -0
  245. data/lib/katello/scheduled_jobs.rb +1 -1
  246. data/lib/katello/version.rb +1 -1
  247. data/locale/action_names.rb +1 -3
  248. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  249. data/locale/bn/katello.po +236 -197
  250. data/locale/bn/katello.po.time_stamp +0 -0
  251. data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
  252. data/locale/bn_IN/katello.po +236 -197
  253. data/locale/bn_IN/katello.po.time_stamp +0 -0
  254. data/locale/ca/LC_MESSAGES/katello.mo +0 -0
  255. data/locale/ca/katello.po +236 -197
  256. data/locale/ca/katello.po.time_stamp +0 -0
  257. data/locale/cs/LC_MESSAGES/katello.mo +0 -0
  258. data/locale/cs/katello.po +236 -206
  259. data/locale/cs/katello.po.time_stamp +0 -0
  260. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  261. data/locale/cs_CZ/katello.po +236 -197
  262. data/locale/cs_CZ/katello.po.time_stamp +0 -0
  263. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  264. data/locale/de/katello.po +241 -202
  265. data/locale/de/katello.po.time_stamp +0 -0
  266. data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
  267. data/locale/de_AT/katello.po +236 -197
  268. data/locale/de_AT/katello.po.time_stamp +0 -0
  269. data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
  270. data/locale/de_DE/katello.po +236 -197
  271. data/locale/de_DE/katello.po.time_stamp +0 -0
  272. data/locale/el/LC_MESSAGES/katello.mo +0 -0
  273. data/locale/el/katello.po +236 -197
  274. data/locale/el/katello.po.time_stamp +0 -0
  275. data/locale/en/LC_MESSAGES/katello.mo +0 -0
  276. data/locale/en/katello.po +236 -197
  277. data/locale/en/katello.po.time_stamp +0 -0
  278. data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
  279. data/locale/en_GB/katello.po +236 -197
  280. data/locale/en_GB/katello.po.time_stamp +0 -0
  281. data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
  282. data/locale/en_US/katello.po +236 -197
  283. data/locale/en_US/katello.po.time_stamp +0 -0
  284. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  285. data/locale/es/katello.po +238 -199
  286. data/locale/es/katello.po.time_stamp +0 -0
  287. data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
  288. data/locale/et_EE/katello.po +236 -197
  289. data/locale/et_EE/katello.po.time_stamp +0 -0
  290. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  291. data/locale/fr/katello.po +247 -208
  292. data/locale/fr/katello.po.time_stamp +0 -0
  293. data/locale/gl/LC_MESSAGES/katello.mo +0 -0
  294. data/locale/gl/katello.po +236 -197
  295. data/locale/gl/katello.po.time_stamp +0 -0
  296. data/locale/gu/LC_MESSAGES/katello.mo +0 -0
  297. data/locale/gu/katello.po +236 -197
  298. data/locale/gu/katello.po.time_stamp +0 -0
  299. data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
  300. data/locale/he_IL/katello.po +236 -197
  301. data/locale/he_IL/katello.po.time_stamp +0 -0
  302. data/locale/hi/LC_MESSAGES/katello.mo +0 -0
  303. data/locale/hi/katello.po +236 -197
  304. data/locale/hi/katello.po.time_stamp +0 -0
  305. data/locale/id/LC_MESSAGES/katello.mo +0 -0
  306. data/locale/id/katello.po +236 -197
  307. data/locale/id/katello.po.time_stamp +0 -0
  308. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  309. data/locale/it/katello.po +236 -197
  310. data/locale/it/katello.po.time_stamp +0 -0
  311. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  312. data/locale/ja/katello.po +247 -208
  313. data/locale/ja/katello.po.time_stamp +0 -0
  314. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  315. data/locale/ka/katello.po +241 -202
  316. data/locale/ka/katello.po.time_stamp +0 -0
  317. data/locale/katello.pot +1427 -1296
  318. data/locale/kn/LC_MESSAGES/katello.mo +0 -0
  319. data/locale/kn/katello.po +236 -197
  320. data/locale/kn/katello.po.time_stamp +0 -0
  321. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  322. data/locale/ko/katello.po +236 -197
  323. data/locale/ko/katello.po.time_stamp +0 -0
  324. data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
  325. data/locale/ml_IN/katello.po +236 -197
  326. data/locale/ml_IN/katello.po.time_stamp +0 -0
  327. data/locale/mr/LC_MESSAGES/katello.mo +0 -0
  328. data/locale/mr/katello.po +236 -197
  329. data/locale/mr/katello.po.time_stamp +0 -0
  330. data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
  331. data/locale/nl_NL/katello.po +236 -197
  332. data/locale/nl_NL/katello.po.time_stamp +0 -0
  333. data/locale/or/LC_MESSAGES/katello.mo +0 -0
  334. data/locale/or/katello.po +236 -197
  335. data/locale/or/katello.po.time_stamp +0 -0
  336. data/locale/pa/LC_MESSAGES/katello.mo +0 -0
  337. data/locale/pa/katello.po +236 -197
  338. data/locale/pa/katello.po.time_stamp +0 -0
  339. data/locale/pl/LC_MESSAGES/katello.mo +0 -0
  340. data/locale/pl/katello.po +236 -197
  341. data/locale/pl/katello.po.time_stamp +0 -0
  342. data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
  343. data/locale/pl_PL/katello.po +236 -197
  344. data/locale/pl_PL/katello.po.time_stamp +0 -0
  345. data/locale/pt/LC_MESSAGES/katello.mo +0 -0
  346. data/locale/pt/katello.po +236 -197
  347. data/locale/pt/katello.po.time_stamp +0 -0
  348. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  349. data/locale/pt_BR/katello.po +238 -199
  350. data/locale/pt_BR/katello.po.time_stamp +0 -0
  351. data/locale/ro/LC_MESSAGES/katello.mo +0 -0
  352. data/locale/ro/katello.po +236 -197
  353. data/locale/ro/katello.po.time_stamp +0 -0
  354. data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
  355. data/locale/ro_RO/katello.po +236 -197
  356. data/locale/ro_RO/katello.po.time_stamp +0 -0
  357. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  358. data/locale/ru/katello.po +236 -197
  359. data/locale/ru/katello.po.time_stamp +0 -0
  360. data/locale/sl/LC_MESSAGES/katello.mo +0 -0
  361. data/locale/sl/katello.po +236 -197
  362. data/locale/sl/katello.po.time_stamp +0 -0
  363. data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
  364. data/locale/sv_SE/katello.po +236 -197
  365. data/locale/sv_SE/katello.po.time_stamp +0 -0
  366. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  367. data/locale/ta/katello.po +236 -197
  368. data/locale/ta/katello.po.time_stamp +0 -0
  369. data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
  370. data/locale/ta_IN/katello.po +236 -197
  371. data/locale/ta_IN/katello.po.time_stamp +0 -0
  372. data/locale/te/LC_MESSAGES/katello.mo +0 -0
  373. data/locale/te/katello.po +236 -197
  374. data/locale/te/katello.po.time_stamp +0 -0
  375. data/locale/tr/LC_MESSAGES/katello.mo +0 -0
  376. data/locale/tr/katello.po +236 -197
  377. data/locale/tr/katello.po.time_stamp +0 -0
  378. data/locale/vi/LC_MESSAGES/katello.mo +0 -0
  379. data/locale/vi/katello.po +236 -197
  380. data/locale/vi/katello.po.time_stamp +0 -0
  381. data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
  382. data/locale/vi_VN/katello.po +236 -197
  383. data/locale/vi_VN/katello.po.time_stamp +0 -0
  384. data/locale/zh/LC_MESSAGES/katello.mo +0 -0
  385. data/locale/zh/katello.po +236 -197
  386. data/locale/zh/katello.po.time_stamp +0 -0
  387. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  388. data/locale/zh_CN/katello.po +247 -208
  389. data/locale/zh_CN/katello.po.time_stamp +0 -0
  390. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  391. data/locale/zh_TW/katello.po +236 -197
  392. data/locale/zh_TW/katello.po.time_stamp +0 -0
  393. data/webpack/components/Table/EmptyStateMessage.js +7 -4
  394. data/webpack/components/Table/MainTable.scss +18 -17
  395. data/webpack/components/Table/TableWrapper.js +4 -1
  396. data/webpack/components/extensions/HostDetails/ActionsBar/index.js +45 -4
  397. data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.scss +9 -7
  398. data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsCard.js +1 -1
  399. data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js +1 -1
  400. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeActions.js +29 -7
  401. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js +106 -66
  402. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.scss +6 -0
  403. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeConstants.js +2 -0
  404. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +53 -29
  405. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeSelectors.js +7 -6
  406. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeCard.test.js +24 -5
  407. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +137 -7
  408. data/webpack/components/extensions/HostDetails/DetailsTabCards/HwPropertiesCard.js +11 -10
  409. data/webpack/components/extensions/HostDetails/DetailsTabCards/RegistrationCard.js +8 -2
  410. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +27 -10
  411. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/HostErrataActions.js +3 -22
  412. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/HostErrataConstants.js +0 -1
  413. data/webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js +3 -2
  414. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js +2 -2
  415. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js +48 -12
  416. data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionActions.js +22 -10
  417. data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionHooks.js +1 -1
  418. data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +2 -2
  419. data/webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.js +71 -5
  420. data/webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.scss +16 -0
  421. data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesEnabler.js +4 -1
  422. data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesTab.js +6 -2
  423. data/webpack/components/extensions/HostDetails/Tabs/__tests__/packagesTab.test.js +2 -1
  424. data/webpack/components/extensions/HostDetails/Tabs/__tests__/tracesTab.test.js +25 -0
  425. data/webpack/components/extensions/Hosts/ActionsBar/index.js +36 -0
  426. data/webpack/components/extensions/Hosts/constants.js +2 -0
  427. data/webpack/components/extensions/RegistrationCommands/RegistrationCommandsPageHelpers.js +13 -7
  428. data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/ActivationKeys.test.js.snap +9 -1
  429. data/webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js +87 -22
  430. data/webpack/components/extensions/RegistrationCommands/index.js +17 -41
  431. data/webpack/global_index.js +11 -2
  432. data/webpack/redux/reducers/RedHatRepositories/enabled.fixtures.js +4 -0
  433. data/webpack/redux/reducers/RedHatRepositories/enabled.js +1 -0
  434. data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.js +10 -1
  435. data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.scss +33 -31
  436. data/webpack/scenes/AlternateContentSources/MainTable/ACSTable.js +3 -1
  437. data/webpack/scenes/Content/ContentConfig.js +3 -0
  438. data/webpack/scenes/ContentViews/Create/CreateContentViewForm.js +6 -4
  439. data/webpack/scenes/ContentViews/Create/CreateContentViewForm.scss +8 -6
  440. data/webpack/scenes/ContentViews/Delete/ContentViewDeleteWizard.js +1 -0
  441. data/webpack/scenes/ContentViews/Delete/Steps/CVEnvironmentSelectionForm.scss +4 -2
  442. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js +3 -4
  443. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js +2 -2
  444. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +5 -5
  445. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/compositeCVDetails.fixtures.json +393 -0
  446. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.test.js +30 -4
  447. data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +3 -1
  448. data/webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js +3 -3
  449. data/webpack/scenes/ContentViews/Details/Repositories/RepoIcon.js +2 -1
  450. data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareTable.js +1 -1
  451. data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js +1 -1
  452. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveCVVersionWizard.js +1 -1
  453. data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsTable.js +1 -1
  454. data/webpack/scenes/ContentViews/Publish/CVPublishForm.js +24 -1
  455. data/webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js +1 -0
  456. data/webpack/scenes/ContentViews/Publish/__tests__/publishContentView.test.js +42 -0
  457. data/webpack/scenes/ContentViews/Publish/cvPublishForm.scss +13 -11
  458. data/webpack/scenes/ContentViews/Table/ContentViewsTable.js +2 -1
  459. data/webpack/scenes/ContentViews/__tests__/mockDetails.fixtures.json +2 -1
  460. data/webpack/scenes/Hosts/ChangeContentSource/index.js +4 -3
  461. data/webpack/scenes/ModuleStreams/Details/ModuleStreamDetails.js +1 -2
  462. data/webpack/scenes/ModuleStreams/Details/__tests__/__snapshots__/ModuleStreamDetails.test.js.snap +1 -1
  463. data/webpack/scenes/RedHatRepositories/RedHatRepositoriesPage.js +2 -1
  464. data/webpack/scenes/RedHatRepositories/__tests__/__snapshots__/RedHatRepositoriesPage.test.js.snap +6 -0
  465. data/webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepository.js +4 -1
  466. data/webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js +13 -4
  467. data/webpack/scenes/RedHatRepositories/components/EnabledRepository/__tests__/EnabledRepositoryContent.test.js +1 -0
  468. data/webpack/scenes/RedHatRepositories/components/EnabledRepository/__tests__/__snapshots__/EnabledRepository.test.js.snap +1 -0
  469. data/webpack/scenes/RedHatRepositories/components/EnabledRepository/__tests__/__snapshots__/EnabledRepositoryContent.test.js.snap +3 -2
  470. data/webpack/scenes/SmartProxy/AdditionalCapsuleContent.js +93 -0
  471. data/webpack/scenes/SmartProxy/Content.js +12 -4
  472. data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +107 -0
  473. data/webpack/scenes/SmartProxy/ExpandedSmartProxyRepositories.js +139 -0
  474. data/webpack/scenes/SmartProxy/SmartProxyContentActions.js +17 -4
  475. data/webpack/scenes/SmartProxy/SmartProxyContentConstants.js +1 -0
  476. data/webpack/scenes/SmartProxy/SmartProxyExpandableTable.js +150 -0
  477. data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.fixtures.json +799 -0
  478. data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +29 -17
  479. data/webpack/scenes/Subscriptions/Details/SubscriptionDetails.js +16 -19
  480. data/webpack/scenes/Subscriptions/Details/SubscriptionDetails.scss +12 -8
  481. data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +21 -18
  482. data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CdnConfigurationForm.scss +4 -2
  483. data/webpack/scenes/Subscriptions/Manifest/ManageManifestModal.scss +38 -19
  484. data/webpack/scenes/Subscriptions/Manifest/index.js +0 -2
  485. data/webpack/scenes/Subscriptions/SubscriptionsPage.js +38 -12
  486. data/webpack/scenes/Subscriptions/SubscriptionsPage.scss +38 -36
  487. data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsPage.test.js.snap +16 -13
  488. data/webpack/utils/helpers.js +0 -1
  489. metadata +148 -33
  490. data/app/controllers/katello/concerns/api/v2/bulk_hosts_extensions.rb +0 -47
  491. data/webpack/components/Table/TableHooks.js +0 -315
  492. data/webpack/components/Table/__test__/useBulkSelect.test.js +0 -99
  493. data/webpack/components/extensions/RegistrationCommands/__tests__/LifeCycleEnvironment.test.js +0 -11
  494. data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/LifeCycleEnvironment.test.js.snap +0 -29
  495. data/webpack/components/extensions/RegistrationCommands/fields/LifecycleEnvironment.js +0 -57
  496. data/webpack/scenes/SmartProxy/SmartProxyContentTable.js +0 -164
  497. data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentResult.fixtures.json +0 -140
  498. data/webpack/scenes/Subscriptions/Manifest/Manifest.scss +0 -16
@@ -364,9 +364,6 @@
364
364
  "root-node of collection contained in responses (default: 'results')": [
365
365
  ""
366
366
  ],
367
- "This action uses katello-agent, which is currently disabled. Use remote execution instead.": [
368
- ""
369
- ],
370
367
  "Your search query was invalid. Please revise it and try again. The full error has been sent to the application logs.": [
371
368
  ""
372
369
  ],
@@ -394,6 +391,12 @@
394
391
  "Id of the lifecycle environment": [
395
392
  ""
396
393
  ],
394
+ "List content counts for the smart proxy": [
395
+ ""
396
+ ],
397
+ "Update content counts for the smart proxy": [
398
+ ""
399
+ ],
397
400
  "List the lifecycle environments attached to the smart proxy": [
398
401
  ""
399
402
  ],
@@ -1393,18 +1396,12 @@
1393
1396
  "Return only errata of a particular severity (None, Low, Moderate, Important, Critical)": [
1394
1397
  ""
1395
1398
  ],
1396
- "Schedule errata for installation using katello-agent. %s": [
1399
+ "Retrieve a single errata for a host": [
1397
1400
  ""
1398
1401
  ],
1399
1402
  "Host ID": [
1400
1403
  ""
1401
1404
  ],
1402
- "List of Errata ids to install. Will be removed in %s": [
1403
- ""
1404
- ],
1405
- "Retrieve a single errata for a host": [
1406
- ""
1407
- ],
1408
1405
  "Errata id of the erratum (RHSA-2012:108)": [
1409
1406
  ""
1410
1407
  ],
@@ -1447,18 +1444,6 @@
1447
1444
  "Return only packages of a particular status (upgradable or up-to-date)": [
1448
1445
  ""
1449
1446
  ],
1450
- "Install packages remotely using katello-agent. %s": [
1451
- ""
1452
- ],
1453
- "Update packages remotely using katello-agent. %s": [
1454
- ""
1455
- ],
1456
- "list of packages names": [
1457
- ""
1458
- ],
1459
- "Uninstall packages remotely using katello-agent. %s": [
1460
- ""
1461
- ],
1462
1447
  "Couldn't find host with host id '%s'": [
1463
1448
  ""
1464
1449
  ],
@@ -1645,30 +1630,6 @@
1645
1630
  "Fetch installable errata for one or more hosts.": [
1646
1631
  ""
1647
1632
  ],
1648
- "Install content on one or more hosts using katello-agent. %s": [
1649
- ""
1650
- ],
1651
- "The type of content. The following types are supported: 'package', 'package_group' and 'errata'.": [
1652
- ""
1653
- ],
1654
- "List of content (e.g. package names, package group names (Deprecated) or errata ids)": [
1655
- ""
1656
- ],
1657
- "Update content on one or more hosts using katello-agent. %s": [
1658
- ""
1659
- ],
1660
- "The type of content. The following types are supported: 'package' and 'package_group.": [
1661
- ""
1662
- ],
1663
- "List of content (e.g. package or package group names)": [
1664
- ""
1665
- ],
1666
- "Updates all packages on the host(s)": [
1667
- ""
1668
- ],
1669
- "Remove content on one or more hosts using katello-agent. %s": [
1670
- ""
1671
- ],
1672
1633
  "Destroy one or more hosts": [
1673
1634
  ""
1674
1635
  ],
@@ -1747,15 +1708,6 @@
1747
1708
  "Maximum number of content hosts exceeded for host collection(s): %s": [
1748
1709
  ""
1749
1710
  ],
1750
- "A content_type must be provided.": [
1751
- ""
1752
- ],
1753
- "No content has been provided.": [
1754
- ""
1755
- ],
1756
- "Invalid content type %s": [
1757
- ""
1758
- ],
1759
1711
  "Shows status of Katello system and it's subcomponents": [
1760
1712
  ""
1761
1713
  ],
@@ -2122,9 +2074,6 @@
2122
2074
  "Name of the upstream docker repository": [
2123
2075
  ""
2124
2076
  ],
2125
- "Comma-separated list of tags to sync for Container Image repository (Deprecated)": [
2126
- ""
2127
- ],
2128
2077
  "Comma-separated list of tags to sync for a container image repository": [
2129
2078
  ""
2130
2079
  ],
@@ -2509,16 +2458,16 @@
2509
2458
  "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected).": [
2510
2459
  ""
2511
2460
  ],
2512
- "Check if the specified organization is eligible for Simple Content Access": [
2461
+ "Check if the specified organization is eligible for Simple Content Access. %s": [
2513
2462
  ""
2514
2463
  ],
2515
- "Check if the specified organization has Simple Content Access enabled": [
2464
+ "Check if the specified organization has Simple Content Access enabled. %s": [
2516
2465
  ""
2517
2466
  ],
2518
2467
  "Enable simple content access for a manifest": [
2519
2468
  ""
2520
2469
  ],
2521
- "Disable simple content access for a manifest": [
2470
+ "Disable simple content access for a manifest. %s": [
2522
2471
  ""
2523
2472
  ],
2524
2473
  "SRPM details": [
@@ -2665,6 +2614,9 @@
2665
2614
  "List of product ids to add to the sync plan": [
2666
2615
  ""
2667
2616
  ],
2617
+ "Cannot add disabled products to sync plan!": [
2618
+ ""
2619
+ ],
2668
2620
  "Remove products from sync plan": [
2669
2621
  ""
2670
2622
  ],
@@ -2737,10 +2689,7 @@
2737
2689
  "Invalid parameters sent. You may have mistyped the address. If you continue having trouble with this, please contact an Administrator.": [
2738
2690
  ""
2739
2691
  ],
2740
- "WARNING: Katello-agent is deprecated and will be removed in %s. Migrate to remote execution now.": [
2741
- ""
2742
- ],
2743
- "Katello 4.10": [
2692
+ "WARNING: Simple Content Access will be required for all organizations in Katello 4.12.": [
2744
2693
  ""
2745
2694
  ],
2746
2695
  "Could not find %{name} resource with id %{id}. %{perms_message}": [
@@ -3007,6 +2956,9 @@
3007
2956
  "Subscription Manifest validity check": [
3008
2957
  ""
3009
2958
  ],
2959
+ "Host lifecycle support expiration notification": [
2960
+ ""
2961
+ ],
3010
2962
  "Pulp disk space notification": [
3011
2963
  ""
3012
2964
  ],
@@ -3037,18 +2989,6 @@
3037
2989
  "Delete Activation Key": [
3038
2990
  ""
3039
2991
  ],
3040
- "No new packages installed": [
3041
- ""
3042
- ],
3043
- "No packages removed": [
3044
- ""
3045
- ],
3046
- "Host did not respond within %s seconds. The task has been cancelled. Is katello-agent installed and goferd running on the Host?": [
3047
- ""
3048
- ],
3049
- "Host did not finish content action in %s seconds. The task has been cancelled.": [
3050
- ""
3051
- ],
3052
2992
  "Create Alternate Content Source": [
3053
2993
  ""
3054
2994
  ],
@@ -3082,6 +3022,9 @@
3082
3022
  "Action not allowed for the default smart proxy.": [
3083
3023
  ""
3084
3024
  ],
3025
+ "Update Content Counts": [
3026
+ ""
3027
+ ],
3085
3028
  "Update CDN Configuration": [
3086
3029
  ""
3087
3030
  ],
@@ -3226,75 +3169,12 @@
3226
3169
  "Destroy Content Host": [
3227
3170
  ""
3228
3171
  ],
3229
- "errata_ids or update_all must be provided": [
3230
- ""
3231
- ],
3232
- "No applicable errata for %s, skipping": [
3233
- ""
3234
- ],
3235
- "Install Applicable Errata": [
3236
- ""
3237
- ],
3238
- "Install Applicable Errata on %s": [
3239
- ""
3240
- ],
3241
- "Install erratum for %s": [
3242
- ""
3243
- ],
3244
- "Install erratum": [
3245
- ""
3246
- ],
3247
- "Installation of errata requested: %{errata}": [
3248
- ""
3249
- ],
3250
3172
  "Host creation was skipped for %s because it shares a BIOS UUID with %s. To report this hypervisor, override its dmi.system.uuid fact or set 'candlepin.use_system_uuid_for_matching' to 'true' in the Candlepin configuration.": [
3251
3173
  ""
3252
3174
  ],
3253
3175
  "Host '%{name}' does not belong to an organization": [
3254
3176
  ""
3255
3177
  ],
3256
- "Install package for %s": [
3257
- ""
3258
- ],
3259
- "Install package": [
3260
- ""
3261
- ],
3262
- "Installation of package(s) requested: %{packages}": [
3263
- ""
3264
- ],
3265
- "Remove package for %s": [
3266
- ""
3267
- ],
3268
- "Remove package": [
3269
- ""
3270
- ],
3271
- "Removal of package(s) requested: %{packages}": [
3272
- ""
3273
- ],
3274
- "Update package for %s": [
3275
- ""
3276
- ],
3277
- "Update package": [
3278
- ""
3279
- ],
3280
- "Update of package(s) requested: %{packages}": [
3281
- ""
3282
- ],
3283
- "Update of all packages requested": [
3284
- ""
3285
- ],
3286
- "Install package group": [
3287
- ""
3288
- ],
3289
- "Installation of package group(s) requested: %{groups}": [
3290
- ""
3291
- ],
3292
- "Remove package group": [
3293
- ""
3294
- ],
3295
- "Removal of package group(s) requested: %{groups}": [
3296
- ""
3297
- ],
3298
3178
  "Error refreshing status for %s: ": [
3299
3179
  ""
3300
3180
  ],
@@ -3424,6 +3304,9 @@
3424
3304
  "Can only remove content from within the Default Content View": [
3425
3305
  ""
3426
3306
  ],
3307
+ "No docker manifests to delete after ignoring manifests with tags or manifest lists": [
3308
+ ""
3309
+ ],
3427
3310
  "Remove Content": [
3428
3311
  ""
3429
3312
  ],
@@ -3508,6 +3391,9 @@
3508
3391
  "There is no downloaded content to clean.": [
3509
3392
  ""
3510
3393
  ],
3394
+ "Export failed: One or more repositories needs to be synced (with Immediate download policy.)": [
3395
+ ""
3396
+ ],
3511
3397
  "Create Export History": [
3512
3398
  ""
3513
3399
  ],
@@ -4063,6 +3949,9 @@
4063
3949
  "cannot be a binary file.": [
4064
3950
  ""
4065
3951
  ],
3952
+ "Lifecycle environment '%{env}' cannot be used with content view '%{view}'": [
3953
+ ""
3954
+ ],
4066
3955
  "Content view environments must have both a content view and an environment": [
4067
3956
  ""
4068
3957
  ],
@@ -4213,6 +4102,12 @@
4213
4102
  "You have subscriptions expiring within %s days": [
4214
4103
  ""
4215
4104
  ],
4105
+ "Repository %{label} failed to synchronize": [
4106
+ ""
4107
+ ],
4108
+ "%{label} failed": [
4109
+ ""
4110
+ ],
4216
4111
  "cannot contain commas": [
4217
4112
  ""
4218
4113
  ],
@@ -4687,6 +4582,9 @@
4687
4582
  "Cannot associate a Red Hat provider with a custom product": [
4688
4583
  ""
4689
4584
  ],
4585
+ "Cannot add disabled Red Hat product %s to sync plan!": [
4586
+ ""
4587
+ ],
4690
4588
  "must be true or false": [
4691
4589
  ""
4692
4590
  ],
@@ -4741,6 +4639,33 @@
4741
4639
  "This is not a linked repository": [
4742
4640
  ""
4743
4641
  ],
4642
+ "RHEL lifecycle": [
4643
+ ""
4644
+ ],
4645
+ "Full support": [
4646
+ ""
4647
+ ],
4648
+ "Maintenance support": [
4649
+ ""
4650
+ ],
4651
+ "Approaching end of maintenance support (%s)": [
4652
+ ""
4653
+ ],
4654
+ "Approaching end of maintenance support": [
4655
+ ""
4656
+ ],
4657
+ "Extended support": [
4658
+ ""
4659
+ ],
4660
+ "Approaching end of support (%s)": [
4661
+ ""
4662
+ ],
4663
+ "Approaching end of support": [
4664
+ ""
4665
+ ],
4666
+ "Support ended": [
4667
+ ""
4668
+ ],
4744
4669
  "is not enabled. must be one of the following: %s": [
4745
4670
  ""
4746
4671
  ],
@@ -4909,6 +4834,12 @@
4909
4834
  "No packages updated": [
4910
4835
  ""
4911
4836
  ],
4837
+ "No packages removed": [
4838
+ ""
4839
+ ],
4840
+ "No new packages installed": [
4841
+ ""
4842
+ ],
4912
4843
  "Traces": [
4913
4844
  ""
4914
4845
  ],
@@ -5345,6 +5276,57 @@
5345
5276
  "Sync Plan: ": [
5346
5277
  ""
5347
5278
  ],
5279
+ "%{label} failed.": [
5280
+ ""
5281
+ ],
5282
+ "Content view": [
5283
+ ""
5284
+ ],
5285
+ "Task ID": [
5286
+ ""
5287
+ ],
5288
+ "Task state": [
5289
+ ""
5290
+ ],
5291
+ "Task result": [
5292
+ ""
5293
+ ],
5294
+ "Content view name": [
5295
+ ""
5296
+ ],
5297
+ "Task details": [
5298
+ ""
5299
+ ],
5300
+ "Smart proxy ID": [
5301
+ ""
5302
+ ],
5303
+ "Smart proxy name": [
5304
+ ""
5305
+ ],
5306
+ "Environment ID": [
5307
+ ""
5308
+ ],
5309
+ "Environment name": [
5310
+ ""
5311
+ ],
5312
+ "Repository ID": [
5313
+ ""
5314
+ ],
5315
+ "Repository name": [
5316
+ ""
5317
+ ],
5318
+ "Repo ID": [
5319
+ ""
5320
+ ],
5321
+ "Repo label": [
5322
+ ""
5323
+ ],
5324
+ "Product ID": [
5325
+ ""
5326
+ ],
5327
+ "Product label": [
5328
+ ""
5329
+ ],
5348
5330
  "Installed Packages": [
5349
5331
  ""
5350
5332
  ],
@@ -5393,6 +5375,9 @@
5393
5375
  "Generate and Download": [
5394
5376
  ""
5395
5377
  ],
5378
+ "Simple Content Access will be required for all organizations in Katello 4.12.": [
5379
+ ""
5380
+ ],
5396
5381
  "Alternate Content Source HTTP Proxy": [
5397
5382
  ""
5398
5383
  ],
@@ -5472,6 +5457,18 @@
5472
5457
  "Promote errata": [
5473
5458
  ""
5474
5459
  ],
5460
+ "Repository sync failure": [
5461
+ ""
5462
+ ],
5463
+ "Content view publish failure": [
5464
+ ""
5465
+ ],
5466
+ "Content view promote failure": [
5467
+ ""
5468
+ ],
5469
+ "Proxy sync failure": [
5470
+ ""
5471
+ ],
5475
5472
  "A summary of available and applicable errata for your hosts": [
5476
5473
  ""
5477
5474
  ],
@@ -5484,6 +5481,24 @@
5484
5481
  "A list of subscriptions expiring soon": [
5485
5482
  ""
5486
5483
  ],
5484
+ "A notification about failed repository sync": [
5485
+ ""
5486
+ ],
5487
+ "A notification about failed content view publish": [
5488
+ ""
5489
+ ],
5490
+ "A notification about failed content view promotion": [
5491
+ ""
5492
+ ],
5493
+ "A notification about failed proxy sync": [
5494
+ ""
5495
+ ],
5496
+ "Hosts": [
5497
+ ""
5498
+ ],
5499
+ "%{release}: %{number_of_hosts} hosts are approaching end of %{lifecycle} on %{end_date}. Please upgrade them before support expires. Check Report Host - Statuses for detail.": [
5500
+ ""
5501
+ ],
5487
5502
  "Proxies": [
5488
5503
  ""
5489
5504
  ],
@@ -5568,13 +5583,13 @@
5568
5583
  "Subscription status": [
5569
5584
  ""
5570
5585
  ],
5571
- "Installable updates": [
5586
+ "RHEL Lifecycle status": [
5572
5587
  ""
5573
5588
  ],
5574
- "Lifecycle environment": [
5589
+ "Installable updates": [
5575
5590
  ""
5576
5591
  ],
5577
- "Content view": [
5592
+ "Lifecycle environment": [
5578
5593
  ""
5579
5594
  ],
5580
5595
  "Registered": [
@@ -5676,18 +5691,6 @@
5676
5691
  "Manifest refresh timeout": [
5677
5692
  ""
5678
5693
  ],
5679
- "Accept action timeout": [
5680
- ""
5681
- ],
5682
- "Time in seconds to wait for a host to pick up a katello-agent action": [
5683
- ""
5684
- ],
5685
- "Finish action timeout": [
5686
- ""
5687
- ],
5688
- "Time in seconds to wait for a host to finish a katello-agent action": [
5689
- ""
5690
- ],
5691
5694
  "Subscription connection enabled": [
5692
5695
  ""
5693
5696
  ],
@@ -5790,12 +5793,6 @@
5790
5793
  "The maximum number of seconds that Pulp can take to download a file, not counting connection time.": [
5791
5794
  ""
5792
5795
  ],
5793
- "Use remote execution by default": [
5794
- ""
5795
- ],
5796
- "If this is enabled, remote execution is used instead of katello-agent for remote actions": [
5797
- ""
5798
- ],
5799
5796
  "Delete Host upon unregister": [
5800
5797
  ""
5801
5798
  ],
@@ -5826,12 +5823,6 @@
5826
5823
  "The number of days remaining in a subscription before you will be reminded about renewing it.": [
5827
5824
  ""
5828
5825
  ],
5829
- "content view Dependency Solving Default": [
5830
- ""
5831
- ],
5832
- "The default dependency solving value for new content views.": [
5833
- ""
5834
- ],
5835
5826
  "Host Duplicate DMI UUIDs": [
5836
5827
  ""
5837
5828
  ],
@@ -6138,6 +6129,9 @@
6138
6129
  "Legacy content host UI": [
6139
6130
  ""
6140
6131
  ],
6132
+ "Refresh applicability": [
6133
+ ""
6134
+ ],
6141
6135
  "Edit content view assignment": [
6142
6136
  ""
6143
6137
  ],
@@ -6318,7 +6312,10 @@
6318
6312
  "Edit system purpose attributes": [
6319
6313
  ""
6320
6314
  ],
6321
- "Select system purpose attributes for host {hostName}.": [
6315
+ "Select system purpose attributes for host {name}.": [
6316
+ ""
6317
+ ],
6318
+ "Select system purpose attributes for activation key {name}.": [
6322
6319
  ""
6323
6320
  ],
6324
6321
  "Select add-ons": [
@@ -6411,6 +6408,9 @@
6411
6408
  "No action is needed because there are no applicable errata for this host.": [
6412
6409
  ""
6413
6410
  ],
6411
+ "Refresh errata applicability": [
6412
+ ""
6413
+ ],
6414
6414
  "This host has errata that are applicable, but not installable. Adjust your filters and try again.": [
6415
6415
  ""
6416
6416
  ],
@@ -6429,22 +6429,16 @@
6429
6429
  "A remote execution job is in progress": [
6430
6430
  ""
6431
6431
  ],
6432
- "Recalculate": [
6433
- ""
6434
- ],
6435
6432
  "Apply via remote execution": [
6436
6433
  ""
6437
6434
  ],
6438
6435
  "Apply via customized remote execution": [
6439
6436
  ""
6440
6437
  ],
6441
- "Apply via Katello agent": [
6442
- ""
6443
- ],
6444
6438
  "Apply": [
6445
6439
  ""
6446
6440
  ],
6447
- "Apply Erratum": [
6441
+ "Apply erratum": [
6448
6442
  ""
6449
6443
  ],
6450
6444
  "Yes": [
@@ -6540,9 +6534,6 @@
6540
6534
  "Uninstall and reset": [
6541
6535
  ""
6542
6536
  ],
6543
- "Install via katello-agent": [
6544
- ""
6545
- ],
6546
6537
  "Install via remote execution": [
6547
6538
  ""
6548
6539
  ],
@@ -6594,6 +6585,9 @@
6594
6585
  "Upgrade via customized remote execution": [
6595
6586
  ""
6596
6587
  ],
6588
+ "Refresh package applicability": [
6589
+ ""
6590
+ ],
6597
6591
  "Upgrade": [
6598
6592
  ""
6599
6593
  ],
@@ -6687,18 +6681,45 @@
6687
6681
  "Enable Tracer": [
6688
6682
  ""
6689
6683
  ],
6690
- "Enabling will install the katello-host-tools-tracer package on the host.": [
6691
- ""
6692
- ],
6693
6684
  "via remote execution": [
6694
6685
  ""
6695
6686
  ],
6696
6687
  "via customized remote execution": [
6697
6688
  ""
6698
6689
  ],
6690
+ "Enabling Tracer requires installing the katello-host-tools-tracer package on the host.": [
6691
+ ""
6692
+ ],
6693
+ "Before continuing, ensure that all of the following prerequisites are met:": [
6694
+ ""
6695
+ ],
6696
+ "The Foreman Client repository is enabled. ": [
6697
+ ""
6698
+ ],
6699
+ "The Foreman Client repository is synced. ": [
6700
+ ""
6701
+ ],
6702
+ "View sync status": [
6703
+ ""
6704
+ ],
6705
+ "The Foreman Client repository is available in the host's content view environment(s). ": [
6706
+ ""
6707
+ ],
6708
+ "View content views": [
6709
+ ""
6710
+ ],
6711
+ "The Foreman Client repository set is enabled for the host. ": [
6712
+ ""
6713
+ ],
6714
+ "Remote execution is enabled.": [
6715
+ ""
6716
+ ],
6699
6717
  "Select a provider to install katello-host-tools-tracer": [
6700
6718
  ""
6701
6719
  ],
6720
+ "Once the prerequisites are met, select a provider to install katello-host-tools-tracer": [
6721
+ ""
6722
+ ],
6702
6723
  "Enable Traces": [
6703
6724
  ""
6704
6725
  ],
@@ -6759,16 +6780,13 @@
6759
6780
  "Traces that require logout cannot be restarted remotely": [
6760
6781
  ""
6761
6782
  ],
6762
- "Katello-agent is deprecated and will be removed in Katello 4.10.": [
6763
- ""
6764
- ],
6765
6783
  "Create new activation key": [
6766
6784
  ""
6767
6785
  ],
6768
6786
  "No Activation Keys selected": [
6769
6787
  ""
6770
6788
  ],
6771
- "Activation key(s) for Subscription Manager.": [
6789
+ "Activation key(s) to use during registration": [
6772
6790
  ""
6773
6791
  ],
6774
6792
  "No Activation keys to select": [
@@ -6789,9 +6807,6 @@
6789
6807
  "Ignore subscription manager errors": [
6790
6808
  ""
6791
6809
  ],
6792
- "No Lifecycle environment to select": [
6793
- ""
6794
- ],
6795
6810
  "Backend System Status": [
6796
6811
  ""
6797
6812
  ],
@@ -7251,9 +7266,6 @@
7251
7266
  "Deleting content view : ": [
7252
7267
  ""
7253
7268
  ],
7254
- "Hosts": [
7255
- ""
7256
- ],
7257
7269
  "${pluralize(versionCount, 'content view version')} in the environments below will be removed when content view is deleted": [
7258
7270
  ""
7259
7271
  ],
@@ -7296,6 +7308,9 @@
7296
7308
  "Version ${item.version}": [
7297
7309
  ""
7298
7310
  ],
7311
+ " (${item.published_at_words} ago)": [
7312
+ ""
7313
+ ],
7299
7314
  "Update version": [
7300
7315
  ""
7301
7316
  ],
@@ -7320,6 +7335,9 @@
7320
7335
  "Select available version of content views to use": [
7321
7336
  ""
7322
7337
  ],
7338
+ " (${version.published_at_words} ago)": [
7339
+ ""
7340
+ ],
7323
7341
  "Not yet published": [
7324
7342
  ""
7325
7343
  ],
@@ -7629,9 +7647,6 @@
7629
7647
  "Reset filters": [
7630
7648
  ""
7631
7649
  ],
7632
- "Edit rule": [
7633
- ""
7634
- ],
7635
7650
  "Issued": [
7636
7651
  ""
7637
7652
  ],
@@ -7734,18 +7749,27 @@
7734
7749
  "Matching content": [
7735
7750
  ""
7736
7751
  ],
7737
- "No matching RPM found.": [
7752
+ "No matching non-modular RPM found.": [
7753
+ ""
7754
+ ],
7755
+ "Given criteria doesn't match any non-modular RPMs. Try changing your rule.": [
7756
+ ""
7757
+ ],
7758
+ "Your search returned no matching non-modular RPMs.": [
7738
7759
  ""
7739
7760
  ],
7740
- "Given criteria doesn't match any RPMs. Try changing your rule.": [
7761
+ "Help": [
7741
7762
  ""
7742
7763
  ],
7743
- "Your search returned no matching RPMs.": [
7764
+ "Matching RPMs based on your created filter rule. Remember, RPM filters don't apply to modular RPMs.": [
7744
7765
  ""
7745
7766
  ],
7746
7767
  "Edit filter rule": [
7747
7768
  ""
7748
7769
  ],
7770
+ "Edit rule": [
7771
+ ""
7772
+ ],
7749
7773
  "Add rule": [
7750
7774
  ""
7751
7775
  ],
@@ -8184,6 +8208,12 @@
8184
8208
  "Newly published version will be the same as the previous version.": [
8185
8209
  ""
8186
8210
  ],
8211
+ "Duplicate repositories in content view versions": [
8212
+ ""
8213
+ ],
8214
+ "Repositories common to the selected content view versions will merge, resulting in a composite content view that is a union of all content from each of the content view versions.": [
8215
+ ""
8216
+ ],
8187
8217
  "A new version of ": [
8188
8218
  ""
8189
8219
  ],
@@ -8196,9 +8226,6 @@
8196
8226
  "Filters will be applied to this content view version.": [
8197
8227
  ""
8198
8228
  ],
8199
- "Content view name": [
8200
- ""
8201
- ],
8202
8229
  "Newly published": [
8203
8230
  ""
8204
8231
  ],
@@ -8406,6 +8433,9 @@
8406
8433
  "Enabled Repositories": [
8407
8434
  ""
8408
8435
  ],
8436
+ "Only repositories not published in a content view can be disabled. Published repositories must be deleted from the repository details page.": [
8437
+ ""
8438
+ ],
8409
8439
  "Export as CSV": [
8410
8440
  ""
8411
8441
  ],
@@ -8415,6 +8445,9 @@
8415
8445
  "(Orphaned)": [
8416
8446
  ""
8417
8447
  ],
8448
+ "Cannot be disabled because it is part of a published content view": [
8449
+ ""
8450
+ ],
8418
8451
  "Recommended Repositories": [
8419
8452
  ""
8420
8453
  ],
@@ -8472,7 +8505,22 @@
8472
8505
  "No repositories enabled.": [
8473
8506
  ""
8474
8507
  ],
8475
- "Synced to smart proxy": [
8508
+ "Synced": [
8509
+ ""
8510
+ ],
8511
+ "Content view version is empty": [
8512
+ ""
8513
+ ],
8514
+ "Smart proxy content count refresh has started in the background": [
8515
+ ""
8516
+ ],
8517
+ "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error.response)}": [
8518
+ ""
8519
+ ],
8520
+ "Last sync": [
8521
+ ""
8522
+ ],
8523
+ "Refresh counts": [
8476
8524
  ""
8477
8525
  ],
8478
8526
  "Requires Virt-Who": [
@@ -8487,9 +8535,6 @@
8487
8535
  "Ends": [
8488
8536
  ""
8489
8537
  ],
8490
- "Product ID": [
8491
- ""
8492
- ],
8493
8538
  "Contract Number": [
8494
8539
  ""
8495
8540
  ],
@@ -8727,25 +8772,25 @@
8727
8772
  "There are no Subscriptions to display": [
8728
8773
  ""
8729
8774
  ],
8730
- "Add Subscriptions using the Add Subscriptions button.": [
8775
+ "Add subscriptions using the Add Subscriptions button.": [
8731
8776
  ""
8732
8777
  ],
8733
8778
  "Add subscriptions": [
8734
8779
  ""
8735
8780
  ],
8736
- "Import a Manifest to manage your Entitlements.": [
8781
+ "Import a subscription manifest to give hosts access to Red Hat content.": [
8737
8782
  ""
8738
8783
  ],
8739
8784
  "Import a Manifest": [
8740
8785
  ""
8741
8786
  ],
8742
- "Subscriptions service": [
8787
+ "This organization is not using {scaLink}. Entitlement-based subscription management is deprecated and will be removed in Katello 4.12.": [
8743
8788
  ""
8744
8789
  ],
8745
- "This organization has Simple Content Access enabled. Hosts are not required to have subscriptions attached to access repositories. {br} Learn more about your overall subscription usage with the {subscriptionsService}.": [
8790
+ "Subscriptions service": [
8746
8791
  ""
8747
8792
  ],
8748
- "This organization is not using {scaLink}. Entitlement-based subscription management is deprecated and will be removed in a future version.": [
8793
+ "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}.": [
8749
8794
  ""
8750
8795
  ],
8751
8796
  "Please enter a positive number above zero": [
@@ -8874,9 +8919,6 @@
8874
8919
  "Action with sub plans": [
8875
8920
  ""
8876
8921
  ],
8877
- "Agent action": [
8878
- ""
8879
- ],
8880
8922
  "Auto attach subscriptions": [
8881
8923
  ""
8882
8924
  ],
@@ -8937,9 +8979,6 @@
8937
8979
  "Remote action:": [
8938
8980
  ""
8939
8981
  ],
8940
- "Report": [
8941
- ""
8942
- ],
8943
8982
  "Sync capsule": [
8944
8983
  ""
8945
8984
  ],