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
data/locale/en/katello.po CHANGED
@@ -30,6 +30,12 @@ msgstr ""
30
30
  msgid " %{package_count} Package(s)"
31
31
  msgstr ""
32
32
 
33
+ msgid " (${item.published_at_words} ago)"
34
+ msgstr ""
35
+
36
+ msgid " (${version.published_at_words} ago)"
37
+ msgstr ""
38
+
33
39
  msgid " Content view updated"
34
40
  msgstr ""
35
41
 
@@ -251,6 +257,12 @@ msgstr ""
251
257
  msgid "%{group} package group updated"
252
258
  msgstr ""
253
259
 
260
+ msgid "%{label} failed"
261
+ msgstr ""
262
+
263
+ msgid "%{label} failed."
264
+ msgstr ""
265
+
254
266
  msgid "%{name} has no %{type} repositories with upstream URLs to add to the alternate content source."
255
267
  msgstr ""
256
268
 
@@ -323,6 +335,9 @@ msgstr ""
323
335
  msgid "%{package} package updated"
324
336
  msgstr ""
325
337
 
338
+ msgid "%{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."
339
+ msgstr ""
340
+
326
341
  msgid "%{sla}"
327
342
  msgstr ""
328
343
 
@@ -392,9 +407,6 @@ msgstr ""
392
407
  msgid "A backend service [ %s ] is unreachable"
393
408
  msgstr ""
394
409
 
395
- msgid "A content_type must be provided."
396
- msgstr ""
397
-
398
410
  msgid "A large number of errata are unapplied in this content view, so only the first 100 are shown."
399
411
  msgstr ""
400
412
 
@@ -407,6 +419,18 @@ msgstr ""
407
419
  msgid "A new version of "
408
420
  msgstr ""
409
421
 
422
+ msgid "A notification about failed content view promotion"
423
+ msgstr ""
424
+
425
+ msgid "A notification about failed content view publish"
426
+ msgstr ""
427
+
428
+ msgid "A notification about failed proxy sync"
429
+ msgstr ""
430
+
431
+ msgid "A notification about failed repository sync"
432
+ msgstr ""
433
+
410
434
  msgid "A post-promotion summary of hosts with installable errata"
411
435
  msgstr ""
412
436
 
@@ -440,9 +464,6 @@ msgstr ""
440
464
  msgid "Abstract async task"
441
465
  msgstr ""
442
466
 
443
- msgid "Accept action timeout"
444
- msgstr ""
445
-
446
467
  msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
447
468
  msgstr ""
448
469
 
@@ -485,7 +506,7 @@ msgstr ""
485
506
  msgid "Activation key for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. For multiple keys use `activation_keys` param instead."
486
507
  msgstr ""
487
508
 
488
- msgid "Activation key(s) for Subscription Manager."
509
+ msgid "Activation key(s) to use during registration"
489
510
  msgstr ""
490
511
 
491
512
  msgid "Activation keys"
@@ -521,9 +542,6 @@ msgstr ""
521
542
  msgid "Add Subscriptions"
522
543
  msgstr ""
523
544
 
524
- msgid "Add Subscriptions using the Add Subscriptions button."
525
- msgstr ""
526
-
527
545
  msgid "Add a subscription to a host"
528
546
  msgstr ""
529
547
 
@@ -596,6 +614,9 @@ msgstr ""
596
614
  msgid "Add subscriptions to one or more hosts"
597
615
  msgstr ""
598
616
 
617
+ msgid "Add subscriptions using the Add Subscriptions button."
618
+ msgstr ""
619
+
599
620
  msgid "Add to a host collection"
600
621
  msgstr ""
601
622
 
@@ -632,9 +653,6 @@ msgstr ""
632
653
  msgid "After generating the incremental update, apply the changes to the specified hosts. Only Errata are supported currently."
633
654
  msgstr ""
634
655
 
635
- msgid "Agent action"
636
- msgstr ""
637
-
638
656
  msgid "All"
639
657
  msgstr ""
640
658
 
@@ -774,7 +792,7 @@ msgstr ""
774
792
  msgid "Apply"
775
793
  msgstr ""
776
794
 
777
- msgid "Apply Erratum"
795
+ msgid "Apply erratum"
778
796
  msgstr ""
779
797
 
780
798
  msgid "Apply to all repositories in the CV"
@@ -783,15 +801,24 @@ msgstr ""
783
801
  msgid "Apply to subset of repositories"
784
802
  msgstr ""
785
803
 
786
- msgid "Apply via Katello agent"
787
- msgstr ""
788
-
789
804
  msgid "Apply via customized remote execution"
790
805
  msgstr ""
791
806
 
792
807
  msgid "Apply via remote execution"
793
808
  msgstr ""
794
809
 
810
+ msgid "Approaching end of maintenance support"
811
+ msgstr ""
812
+
813
+ msgid "Approaching end of maintenance support (%s)"
814
+ msgstr ""
815
+
816
+ msgid "Approaching end of support"
817
+ msgstr ""
818
+
819
+ msgid "Approaching end of support (%s)"
820
+ msgstr ""
821
+
795
822
  msgid "Arch"
796
823
  msgstr ""
797
824
 
@@ -968,6 +995,9 @@ msgstr ""
968
995
  msgid "Batch size to sync repositories in."
969
996
  msgstr ""
970
997
 
998
+ msgid "Before continuing, ensure that all of the following prerequisites are met:"
999
+ msgstr ""
1000
+
971
1001
  msgid "Before removing versions you must move activation keys to an environment where the associated version is not in use."
972
1002
  msgstr ""
973
1003
 
@@ -1121,6 +1151,12 @@ msgstr ""
1121
1151
  msgid "Cannot add default content view to composite content view"
1122
1152
  msgstr ""
1123
1153
 
1154
+ msgid "Cannot add disabled Red Hat product %s to sync plan!"
1155
+ msgstr ""
1156
+
1157
+ msgid "Cannot add disabled products to sync plan!"
1158
+ msgstr ""
1159
+
1124
1160
  msgid "Cannot add generated content view versions to composite content view"
1125
1161
  msgstr ""
1126
1162
 
@@ -1136,6 +1172,9 @@ msgstr ""
1136
1172
  msgid "Cannot associate a component to a non composite content view"
1137
1173
  msgstr ""
1138
1174
 
1175
+ msgid "Cannot be disabled because it is part of a published content view"
1176
+ msgstr ""
1177
+
1139
1178
  msgid "Cannot calculate name for custom repos"
1140
1179
  msgstr ""
1141
1180
 
@@ -1271,10 +1310,10 @@ msgstr ""
1271
1310
  msgid "Check if a connection can be made to Red Hat Subscription Management."
1272
1311
  msgstr ""
1273
1312
 
1274
- msgid "Check if the specified organization has Simple Content Access enabled"
1313
+ msgid "Check if the specified organization has Simple Content Access enabled. %s"
1275
1314
  msgstr ""
1276
1315
 
1277
- msgid "Check if the specified organization is eligible for Simple Content Access"
1316
+ msgid "Check if the specified organization is eligible for Simple Content Access. %s"
1278
1317
  msgstr ""
1279
1318
 
1280
1319
  msgid "Check services before actions"
@@ -1337,9 +1376,6 @@ msgstr ""
1337
1376
  msgid "Comma-separated list of tags to exclude when syncing a container image repository. Default: any tag ending in \"-source\""
1338
1377
  msgstr ""
1339
1378
 
1340
- msgid "Comma-separated list of tags to sync for Container Image repository (Deprecated)"
1341
- msgstr ""
1342
-
1343
1379
  msgid "Comma-separated list of tags to sync for a container image repository"
1344
1380
  msgstr ""
1345
1381
 
@@ -1631,6 +1667,12 @@ msgstr ""
1631
1667
  msgid "Content view numeric identifier"
1632
1668
  msgstr ""
1633
1669
 
1670
+ msgid "Content view promote failure"
1671
+ msgstr ""
1672
+
1673
+ msgid "Content view publish failure"
1674
+ msgstr ""
1675
+
1634
1676
  msgid "Content view version export history identifier"
1635
1677
  msgstr ""
1636
1678
 
@@ -1640,6 +1682,9 @@ msgstr ""
1640
1682
  msgid "Content view version import history identifier"
1641
1683
  msgstr ""
1642
1684
 
1685
+ msgid "Content view version is empty"
1686
+ msgstr ""
1687
+
1643
1688
  msgid "Content views"
1644
1689
  msgstr ""
1645
1690
 
@@ -2270,7 +2315,7 @@ msgstr ""
2270
2315
  msgid "Disable module stream"
2271
2316
  msgstr ""
2272
2317
 
2273
- msgid "Disable simple content access for a manifest"
2318
+ msgid "Disable simple content access for a manifest. %s"
2274
2319
  msgstr ""
2275
2320
 
2276
2321
  msgid "Disabled"
@@ -2312,6 +2357,9 @@ msgstr ""
2312
2357
  msgid "Duplicate artifact detected"
2313
2358
  msgstr ""
2314
2359
 
2360
+ msgid "Duplicate repositories in content view versions"
2361
+ msgstr ""
2362
+
2315
2363
  msgid "Duration"
2316
2364
  msgstr ""
2317
2365
 
@@ -2417,7 +2465,7 @@ msgstr ""
2417
2465
  msgid "Enabling Simple Content Access failed for '%{subject}'."
2418
2466
  msgstr ""
2419
2467
 
2420
- msgid "Enabling will install the katello-host-tools-tracer package on the host."
2468
+ msgid "Enabling Tracer requires installing the katello-host-tools-tracer package on the host."
2421
2469
  msgstr ""
2422
2470
 
2423
2471
  msgid "End Date"
@@ -2453,6 +2501,9 @@ msgstr ""
2453
2501
  msgid "Environment"
2454
2502
  msgstr ""
2455
2503
 
2504
+ msgid "Environment ID"
2505
+ msgstr ""
2506
+
2456
2507
  msgid "Environment IDs"
2457
2508
  msgstr ""
2458
2509
 
@@ -2462,6 +2513,9 @@ msgstr ""
2462
2513
  msgid "Environment identifier"
2463
2514
  msgstr ""
2464
2515
 
2516
+ msgid "Environment name"
2517
+ msgstr ""
2518
+
2465
2519
  msgid "Environments"
2466
2520
  msgstr ""
2467
2521
 
@@ -2594,6 +2648,9 @@ msgstr ""
2594
2648
  msgid "Export as CSV"
2595
2649
  msgstr ""
2596
2650
 
2651
+ msgid "Export failed: One or more repositories needs to be synced (with Immediate download policy.)"
2652
+ msgstr ""
2653
+
2597
2654
  msgid "Export formats.Choose syncable if the exported content needs to be in a yum format. This option is only available for %{syncable_repos} repositories. Choose importable if the importing server uses the same version and exported content needs to be one of %{importable_repos} repositories."
2598
2655
  msgstr ""
2599
2656
 
@@ -2606,6 +2663,9 @@ msgstr ""
2606
2663
  msgid "Exported version"
2607
2664
  msgstr ""
2608
2665
 
2666
+ msgid "Extended support"
2667
+ msgstr ""
2668
+
2609
2669
  msgid "Facts successfully updated."
2610
2670
  msgstr ""
2611
2671
 
@@ -2753,9 +2813,6 @@ msgstr ""
2753
2813
  msgid "Finish"
2754
2814
  msgstr ""
2755
2815
 
2756
- msgid "Finish action timeout"
2757
- msgstr ""
2758
-
2759
2816
  msgid "Finished"
2760
2817
  msgstr ""
2761
2818
 
@@ -2803,6 +2860,9 @@ msgstr ""
2803
2860
  msgid "Full description"
2804
2861
  msgstr ""
2805
2862
 
2863
+ msgid "Full support"
2864
+ msgstr ""
2865
+
2806
2866
  msgid "Fully entitled"
2807
2867
  msgstr ""
2808
2868
 
@@ -2860,15 +2920,15 @@ msgstr ""
2860
2920
  msgid "Given criteria doesn't match any DEBs. Try changing your rule."
2861
2921
  msgstr ""
2862
2922
 
2863
- msgid "Given criteria doesn't match any RPMs. Try changing your rule."
2864
- msgstr ""
2865
-
2866
2923
  msgid "Given criteria doesn't match any activation keys. Try changing your rule."
2867
2924
  msgstr ""
2868
2925
 
2869
2926
  msgid "Given criteria doesn't match any hosts. Try changing your rule."
2870
2927
  msgstr ""
2871
2928
 
2929
+ msgid "Given criteria doesn't match any non-modular RPMs. Try changing your rule."
2930
+ msgstr ""
2931
+
2872
2932
  msgid "Go to job details"
2873
2933
  msgstr ""
2874
2934
 
@@ -2893,6 +2953,9 @@ msgstr ""
2893
2953
  msgid "Has to be > 0"
2894
2954
  msgstr ""
2895
2955
 
2956
+ msgid "Help"
2957
+ msgstr ""
2958
+
2896
2959
  msgid "Helper"
2897
2960
  msgstr ""
2898
2961
 
@@ -2983,12 +3046,6 @@ msgstr ""
2983
3046
  msgid "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."
2984
3047
  msgstr ""
2985
3048
 
2986
- msgid "Host did not finish content action in %s seconds. The task has been cancelled."
2987
- msgstr ""
2988
-
2989
- msgid "Host did not respond within %s seconds. The task has been cancelled. Is katello-agent installed and goferd running on the Host?"
2990
- msgstr ""
2991
-
2992
3049
  msgid "Host errata advisory"
2993
3050
  msgstr ""
2994
3051
 
@@ -3010,6 +3067,9 @@ msgstr ""
3010
3067
  msgid "Host id to list applicable packages for"
3011
3068
  msgstr ""
3012
3069
 
3070
+ msgid "Host lifecycle support expiration notification"
3071
+ msgstr ""
3072
+
3013
3073
  msgid "Host was not found by the subscription UUID: '%s', this can happen if the host is registered already, but not to this instance"
3014
3074
  msgstr ""
3015
3075
 
@@ -3210,9 +3270,6 @@ msgstr ""
3210
3270
  msgid "If this is enabled, and register_hostname_fact is set and provided, registration will look for a new host by name only using that fact, and will skip all hostname matching"
3211
3271
  msgstr ""
3212
3272
 
3213
- msgid "If this is enabled, remote execution is used instead of katello-agent for remote actions"
3214
- msgstr ""
3215
-
3216
3273
  msgid "If this is enabled, repositories can be deleted even when they belong to published content views. The deleted repository will be removed from all content view versions."
3217
3274
  msgstr ""
3218
3275
 
@@ -3297,9 +3354,6 @@ msgstr ""
3297
3354
  msgid "Import a Manifest to Begin"
3298
3355
  msgstr ""
3299
3356
 
3300
- msgid "Import a Manifest to manage your Entitlements."
3301
- msgstr ""
3302
-
3303
3357
  msgid "Import a Manifest using the manifest tab above."
3304
3358
  msgstr ""
3305
3359
 
@@ -3312,6 +3366,9 @@ msgstr ""
3312
3366
  msgid "Import a repository"
3313
3367
  msgstr ""
3314
3368
 
3369
+ msgid "Import a subscription manifest to give hosts access to Red Hat content."
3370
+ msgstr ""
3371
+
3315
3372
  msgid "Import facts"
3316
3373
  msgstr ""
3317
3374
 
@@ -3420,36 +3477,12 @@ msgstr ""
3420
3477
  msgid "Install"
3421
3478
  msgstr ""
3422
3479
 
3423
- msgid "Install Applicable Errata"
3424
- msgstr ""
3425
-
3426
- msgid "Install Applicable Errata on %s"
3427
- msgstr ""
3428
-
3429
- msgid "Install content on one or more hosts using katello-agent. %s"
3430
- msgstr ""
3431
-
3432
3480
  msgid "Install errata using scoped search query"
3433
3481
  msgstr ""
3434
3482
 
3435
3483
  msgid "Install errata via Katello interface"
3436
3484
  msgstr ""
3437
3485
 
3438
- msgid "Install erratum"
3439
- msgstr ""
3440
-
3441
- msgid "Install erratum for %s"
3442
- msgstr ""
3443
-
3444
- msgid "Install package"
3445
- msgstr ""
3446
-
3447
- msgid "Install package for %s"
3448
- msgstr ""
3449
-
3450
- msgid "Install package group"
3451
- msgstr ""
3452
-
3453
3486
  msgid "Install package group via Katello interface"
3454
3487
  msgstr ""
3455
3488
 
@@ -3459,18 +3492,12 @@ msgstr ""
3459
3492
  msgid "Install packages"
3460
3493
  msgstr ""
3461
3494
 
3462
- msgid "Install packages remotely using katello-agent. %s"
3463
- msgstr ""
3464
-
3465
3495
  msgid "Install packages via Katello interface"
3466
3496
  msgstr ""
3467
3497
 
3468
3498
  msgid "Install via customized remote execution"
3469
3499
  msgstr ""
3470
3500
 
3471
- msgid "Install via katello-agent"
3472
- msgstr ""
3473
-
3474
3501
  msgid "Install via remote execution"
3475
3502
  msgstr ""
3476
3503
 
@@ -3483,15 +3510,6 @@ msgstr ""
3483
3510
  msgid "Installable updates"
3484
3511
  msgstr ""
3485
3512
 
3486
- msgid "Installation of errata requested: %{errata}"
3487
- msgstr ""
3488
-
3489
- msgid "Installation of package group(s) requested: %{groups}"
3490
- msgstr ""
3491
-
3492
- msgid "Installation of package(s) requested: %{packages}"
3493
- msgstr ""
3494
-
3495
3513
  msgid "Installation status"
3496
3514
  msgstr ""
3497
3515
 
@@ -3549,9 +3567,6 @@ msgstr ""
3549
3567
  msgid "Invalid content label: %s"
3550
3568
  msgstr ""
3551
3569
 
3552
- msgid "Invalid content type %s"
3553
- msgstr ""
3554
-
3555
3570
  msgid "Invalid content type '%{content_type}' provided. Content types can be one of %{content_types}"
3556
3571
  msgstr ""
3557
3572
 
@@ -3627,15 +3642,9 @@ msgstr ""
3627
3642
  msgid "Job '${description}' has started."
3628
3643
  msgstr ""
3629
3644
 
3630
- msgid "Katello 4.10"
3631
- msgstr ""
3632
-
3633
3645
  msgid "Katello ID of local pool to update"
3634
3646
  msgstr ""
3635
3647
 
3636
- msgid "Katello-agent is deprecated and will be removed in Katello 4.10."
3637
- msgstr ""
3638
-
3639
3648
  msgid "Katello: Install Errata"
3640
3649
  msgstr ""
3641
3650
 
@@ -3717,6 +3726,9 @@ msgstr ""
3717
3726
  msgid "Last refresh :"
3718
3727
  msgstr ""
3719
3728
 
3729
+ msgid "Last sync"
3730
+ msgstr ""
3731
+
3720
3732
  msgid "Last task"
3721
3733
  msgstr ""
3722
3734
 
@@ -3777,6 +3789,9 @@ msgstr ""
3777
3789
  msgid "Lifecycle environment '%{environment}' is not attached to this capsule."
3778
3790
  msgstr ""
3779
3791
 
3792
+ msgid "Lifecycle environment '%{env}' cannot be used with content view '%{view}'"
3793
+ msgstr ""
3794
+
3780
3795
  msgid "Lifecycle environment ID"
3781
3796
  msgstr ""
3782
3797
 
@@ -3858,6 +3873,9 @@ msgstr ""
3858
3873
  msgid "List components attached to this content view"
3859
3874
  msgstr ""
3860
3875
 
3876
+ msgid "List content counts for the smart proxy"
3877
+ msgstr ""
3878
+
3861
3879
  msgid "List content view versions"
3862
3880
  msgstr ""
3863
3881
 
@@ -3909,9 +3927,6 @@ msgstr ""
3909
3927
  msgid "List of Errata ids"
3910
3928
  msgstr ""
3911
3929
 
3912
- msgid "List of Errata ids to install. Will be removed in %s"
3913
- msgstr ""
3914
-
3915
3930
  msgid "List of Products for sync plan"
3916
3931
  msgstr ""
3917
3932
 
@@ -3921,12 +3936,6 @@ msgstr ""
3921
3936
  msgid "List of component content view version ids for composite views"
3922
3937
  msgstr ""
3923
3938
 
3924
- msgid "List of content (e.g. package names, package group names (Deprecated) or errata ids)"
3925
- msgstr ""
3926
-
3927
- msgid "List of content (e.g. package or package group names)"
3928
- msgstr ""
3929
-
3930
3939
  msgid "List of content units to ignore while syncing a yum repository. Must be subset of %s"
3931
3940
  msgstr ""
3932
3941
 
@@ -4074,6 +4083,9 @@ msgstr ""
4074
4083
  msgid "Low"
4075
4084
  msgstr ""
4076
4085
 
4086
+ msgid "Maintenance support"
4087
+ msgstr ""
4088
+
4077
4089
  msgid "Make copy of a content view"
4078
4090
  msgstr ""
4079
4091
 
@@ -4131,6 +4143,9 @@ msgstr ""
4131
4143
  msgid "Matched"
4132
4144
  msgstr ""
4133
4145
 
4146
+ msgid "Matching RPMs based on your created filter rule. Remember, RPM filters don't apply to modular RPMs."
4147
+ msgstr ""
4148
+
4134
4149
  msgid "Matching content"
4135
4150
  msgstr ""
4136
4151
 
@@ -4346,9 +4361,6 @@ msgstr ""
4346
4361
  msgid "No Content found"
4347
4362
  msgstr ""
4348
4363
 
4349
- msgid "No Lifecycle environment to select"
4350
- msgstr ""
4351
-
4352
4364
  msgid "No Manifest Uploaded"
4353
4365
  msgstr ""
4354
4366
 
@@ -4373,9 +4385,6 @@ msgstr ""
4373
4385
  msgid "No applicable errata"
4374
4386
  msgstr ""
4375
4387
 
4376
- msgid "No applicable errata for %s, skipping"
4377
- msgstr ""
4378
-
4379
4388
  msgid "No applications to restart"
4380
4389
  msgstr ""
4381
4390
 
@@ -4394,9 +4403,6 @@ msgstr ""
4394
4403
  msgid "No content added."
4395
4404
  msgstr ""
4396
4405
 
4397
- msgid "No content has been provided."
4398
- msgstr ""
4399
-
4400
4406
  msgid "No content ids provided"
4401
4407
  msgstr ""
4402
4408
 
@@ -4427,6 +4433,9 @@ msgstr ""
4427
4433
  msgid "No description provided"
4428
4434
  msgstr ""
4429
4435
 
4436
+ msgid "No docker manifests to delete after ignoring manifests with tags or manifest lists"
4437
+ msgstr ""
4438
+
4430
4439
  msgid "No enabled repositories match your search criteria."
4431
4440
  msgstr ""
4432
4441
 
@@ -4508,9 +4517,6 @@ msgstr ""
4508
4517
  msgid "No matching DEB found."
4509
4518
  msgstr ""
4510
4519
 
4511
- msgid "No matching RPM found."
4512
- msgstr ""
4513
-
4514
4520
  msgid "No matching activation keys found."
4515
4521
  msgstr ""
4516
4522
 
@@ -4538,6 +4544,9 @@ msgstr ""
4538
4544
  msgid "No matching hosts found."
4539
4545
  msgstr ""
4540
4546
 
4547
+ msgid "No matching non-modular RPM found."
4548
+ msgstr ""
4549
+
4541
4550
  msgid "No matching packages found"
4542
4551
  msgstr ""
4543
4552
 
@@ -4754,6 +4763,9 @@ msgstr ""
4754
4763
  msgid "On-disk location for pulp 3 exported repositories"
4755
4764
  msgstr ""
4756
4765
 
4766
+ msgid "Once the prerequisites are met, select a provider to install katello-host-tools-tracer"
4767
+ msgstr ""
4768
+
4757
4769
  msgid "One of parameters [ %s ] required but not specified."
4758
4770
  msgstr ""
4759
4771
 
@@ -4778,6 +4790,9 @@ msgstr ""
4778
4790
  msgid "Only one Red Hat provider permitted for an Organization"
4779
4791
  msgstr ""
4780
4792
 
4793
+ msgid "Only repositories not published in a content view can be disabled. Published repositories must be deleted from the repository details page."
4794
+ msgstr ""
4795
+
4781
4796
  msgid "Only returns id and quantity fields"
4782
4797
  msgstr ""
4783
4798
 
@@ -5188,6 +5203,9 @@ msgid ""
5188
5203
  " this is not the same product id as the products api returns"
5189
5204
  msgstr ""
5190
5205
 
5206
+ msgid "Product label"
5207
+ msgstr ""
5208
+
5191
5209
  msgid "Product name"
5192
5210
  msgstr ""
5193
5211
 
@@ -5260,6 +5278,9 @@ msgstr ""
5260
5278
  msgid "Proxies"
5261
5279
  msgstr ""
5262
5280
 
5281
+ msgid "Proxy sync failure"
5282
+ msgstr ""
5283
+
5263
5284
  msgid "Public"
5264
5285
  msgstr ""
5265
5286
 
@@ -5392,6 +5413,12 @@ msgstr ""
5392
5413
  msgid "RH Repos"
5393
5414
  msgstr ""
5394
5415
 
5416
+ msgid "RHEL Lifecycle status"
5417
+ msgstr ""
5418
+
5419
+ msgid "RHEL lifecycle"
5420
+ msgstr ""
5421
+
5395
5422
  msgid "RHUI"
5396
5423
  msgstr ""
5397
5424
 
@@ -5440,9 +5467,6 @@ msgstr ""
5440
5467
  msgid "Reboot required"
5441
5468
  msgstr ""
5442
5469
 
5443
- msgid "Recalculate"
5444
- msgstr ""
5445
-
5446
5470
  msgid "Recently Expired Subscriptions"
5447
5471
  msgstr ""
5448
5472
 
@@ -5518,6 +5542,18 @@ msgstr ""
5518
5542
  msgid "Refresh an alternate content source. Refreshing, like repository syncing, is required before using an alternate content source."
5519
5543
  msgstr ""
5520
5544
 
5545
+ msgid "Refresh applicability"
5546
+ msgstr ""
5547
+
5548
+ msgid "Refresh counts"
5549
+ msgstr ""
5550
+
5551
+ msgid "Refresh errata applicability"
5552
+ msgstr ""
5553
+
5554
+ msgid "Refresh package applicability"
5555
+ msgstr ""
5556
+
5521
5557
  msgid "Refresh previously imported manifest for Red Hat provider"
5522
5558
  msgstr ""
5523
5559
 
@@ -5599,13 +5635,10 @@ msgstr ""
5599
5635
  msgid "Remote action:"
5600
5636
  msgstr ""
5601
5637
 
5602
- msgid "Remote execution job '${description}' failed."
5603
- msgstr ""
5604
-
5605
- msgid "Removal of package group(s) requested: %{groups}"
5638
+ msgid "Remote execution is enabled."
5606
5639
  msgstr ""
5607
5640
 
5608
- msgid "Removal of package(s) requested: %{packages}"
5641
+ msgid "Remote execution job '${description}' failed."
5609
5642
  msgstr ""
5610
5643
 
5611
5644
  msgid "Remove"
@@ -5629,9 +5662,6 @@ msgstr ""
5629
5662
  msgid "Remove components from the content view"
5630
5663
  msgstr ""
5631
5664
 
5632
- msgid "Remove content on one or more hosts using katello-agent. %s"
5633
- msgstr ""
5634
-
5635
5665
  msgid "Remove content view version"
5636
5666
  msgstr ""
5637
5667
 
@@ -5665,15 +5695,6 @@ msgstr ""
5665
5695
  msgid "Remove one or more subscriptions from an upstream manifest"
5666
5696
  msgstr ""
5667
5697
 
5668
- msgid "Remove package"
5669
- msgstr ""
5670
-
5671
- msgid "Remove package for %s"
5672
- msgstr ""
5673
-
5674
- msgid "Remove package group"
5675
- msgstr ""
5676
-
5677
5698
  msgid "Remove package group via Katello interface"
5678
5699
  msgstr ""
5679
5700
 
@@ -5719,10 +5740,13 @@ msgstr ""
5719
5740
  msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
5720
5741
  msgstr ""
5721
5742
 
5743
+ msgid "Repo ID"
5744
+ msgstr ""
5745
+
5722
5746
  msgid "Repo Type"
5723
5747
  msgstr ""
5724
5748
 
5725
- msgid "Report"
5749
+ msgid "Repo label"
5726
5750
  msgstr ""
5727
5751
 
5728
5752
  msgid "Repositories"
@@ -5731,6 +5755,9 @@ msgstr ""
5731
5755
  msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
5732
5756
  msgstr ""
5733
5757
 
5758
+ msgid "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."
5759
+ msgstr ""
5760
+
5734
5761
  msgid "Repositories from published Content Views are not allowed."
5735
5762
  msgstr ""
5736
5763
 
@@ -5743,12 +5770,18 @@ msgstr ""
5743
5770
  msgid "Repository %s cannot be deleted since it is the last affected repository in a filter. Use repository details page to delete."
5744
5771
  msgstr ""
5745
5772
 
5773
+ msgid "Repository %{label} failed to synchronize"
5774
+ msgstr ""
5775
+
5746
5776
  msgid "Repository '%(repoName)s' has been disabled."
5747
5777
  msgstr ""
5748
5778
 
5749
5779
  msgid "Repository '%(repoName)s' has been enabled."
5750
5780
  msgstr ""
5751
5781
 
5782
+ msgid "Repository ID"
5783
+ msgstr ""
5784
+
5752
5785
  msgid "Repository Id associated with the kickstart repo used for provisioning"
5753
5786
  msgstr ""
5754
5787
 
@@ -5770,6 +5803,9 @@ msgstr ""
5770
5803
  msgid "Repository label '%s' is not associated with content view."
5771
5804
  msgstr ""
5772
5805
 
5806
+ msgid "Repository name"
5807
+ msgstr ""
5808
+
5773
5809
  msgid "Repository not found"
5774
5810
  msgstr ""
5775
5811
 
@@ -5809,6 +5845,9 @@ msgstr ""
5809
5845
  msgid "Repository sets will appear here when the host's content view and environment has available content."
5810
5846
  msgstr ""
5811
5847
 
5848
+ msgid "Repository sync failure"
5849
+ msgstr ""
5850
+
5812
5851
  msgid "Repository type"
5813
5852
  msgstr ""
5814
5853
 
@@ -6037,9 +6076,6 @@ msgstr ""
6037
6076
  msgid "Saving alternate content source..."
6038
6077
  msgstr ""
6039
6078
 
6040
- msgid "Schedule errata for installation using katello-agent. %s"
6041
- msgstr ""
6042
-
6043
6079
  msgid "Schema Version 1"
6044
6080
  msgstr ""
6045
6081
 
@@ -6217,7 +6253,10 @@ msgstr ""
6217
6253
  msgid "Select source type"
6218
6254
  msgstr ""
6219
6255
 
6220
- msgid "Select system purpose attributes for host {hostName}."
6256
+ msgid "Select system purpose attributes for activation key {name}."
6257
+ msgstr ""
6258
+
6259
+ msgid "Select system purpose attributes for host {name}."
6221
6260
  msgstr ""
6222
6261
 
6223
6262
  msgid "Select the installation media that will be used to provision this host. Choose 'Synced Content' for Synced Kickstart Repositories or 'All Media' for other media."
@@ -6385,6 +6424,9 @@ msgstr ""
6385
6424
  msgid "Simple Content Access has been enabled for '%{subject}'."
6386
6425
  msgstr ""
6387
6426
 
6427
+ msgid "Simple Content Access will be required for all organizations in Katello 4.12."
6428
+ msgstr ""
6429
+
6388
6430
  msgid "Simplified"
6389
6431
  msgstr ""
6390
6432
 
@@ -6403,12 +6445,21 @@ msgstr ""
6403
6445
  msgid "Smart proxies"
6404
6446
  msgstr ""
6405
6447
 
6448
+ msgid "Smart proxy ID"
6449
+ msgstr ""
6450
+
6406
6451
  msgid "Smart proxy IDs"
6407
6452
  msgstr ""
6408
6453
 
6454
+ msgid "Smart proxy content count refresh has started in the background"
6455
+ msgstr ""
6456
+
6409
6457
  msgid "Smart proxy content source not found!"
6410
6458
  msgstr ""
6411
6459
 
6460
+ msgid "Smart proxy name"
6461
+ msgstr ""
6462
+
6412
6463
  msgid "Sockets"
6413
6464
  msgstr ""
6414
6465
 
@@ -6517,6 +6568,9 @@ msgstr ""
6517
6568
  msgid "Something went wrong while refreshing alternate content sources: "
6518
6569
  msgstr ""
6519
6570
 
6571
+ msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error.response)}"
6572
+ msgstr ""
6573
+
6520
6574
  msgid "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}"
6521
6575
  msgstr ""
6522
6576
 
@@ -6778,6 +6832,9 @@ msgstr ""
6778
6832
  msgid "Support Type"
6779
6833
  msgstr ""
6780
6834
 
6835
+ msgid "Support ended"
6836
+ msgstr ""
6837
+
6781
6838
  msgid "Supported Content Types"
6782
6839
  msgstr ""
6783
6840
 
@@ -6859,13 +6916,13 @@ msgstr ""
6859
6916
  msgid "Syncable export"
6860
6917
  msgstr ""
6861
6918
 
6862
- msgid "Synced "
6919
+ msgid "Synced"
6863
6920
  msgstr ""
6864
6921
 
6865
- msgid "Synced Content"
6922
+ msgid "Synced "
6866
6923
  msgstr ""
6867
6924
 
6868
- msgid "Synced to smart proxy"
6925
+ msgid "Synced Content"
6869
6926
  msgstr ""
6870
6927
 
6871
6928
  msgid "Synchronize"
@@ -6925,12 +6982,24 @@ msgstr ""
6925
6982
  msgid "Task ${task.humanized.action} has started."
6926
6983
  msgstr ""
6927
6984
 
6985
+ msgid "Task ID"
6986
+ msgstr ""
6987
+
6928
6988
  msgid "Task canceled"
6929
6989
  msgstr ""
6930
6990
 
6931
6991
  msgid "Task detail"
6932
6992
  msgstr ""
6933
6993
 
6994
+ msgid "Task details"
6995
+ msgstr ""
6996
+
6997
+ msgid "Task result"
6998
+ msgstr ""
6999
+
7000
+ msgid "Task state"
7001
+ msgstr ""
7002
+
6934
7003
  msgid "Temporary"
6935
7004
  msgstr ""
6936
7005
 
@@ -6940,6 +7009,18 @@ msgstr ""
6940
7009
  msgid "The Alternate Content Source type"
6941
7010
  msgstr ""
6942
7011
 
7012
+ msgid "The Foreman Client repository is available in the host's content view environment(s). "
7013
+ msgstr ""
7014
+
7015
+ msgid "The Foreman Client repository is enabled. "
7016
+ msgstr ""
7017
+
7018
+ msgid "The Foreman Client repository is synced. "
7019
+ msgstr ""
7020
+
7021
+ msgid "The Foreman Client repository set is enabled for the host. "
7022
+ msgstr ""
7023
+
6943
7024
  msgid "The URL to receive a session token from, e.g. used with Automation Hub."
6944
7025
  msgstr ""
6945
7026
 
@@ -6961,9 +7042,6 @@ msgstr ""
6961
7042
  msgid "The default content view cannot be promoted"
6962
7043
  msgstr ""
6963
7044
 
6964
- msgid "The default dependency solving value for new content views."
6965
- msgstr ""
6966
-
6967
7045
  msgid "The description for the content view version"
6968
7046
  msgstr ""
6969
7047
 
@@ -7109,12 +7187,6 @@ msgstr ""
7109
7187
  msgid "The type of content to upload (srpm, file, etc.). Check uploadable types here: /katello/api/repositories/repository_types"
7110
7188
  msgstr ""
7111
7189
 
7112
- msgid "The type of content. The following types are supported: 'package' and 'package_group."
7113
- msgstr ""
7114
-
7115
- msgid "The type of content. The following types are supported: 'package', 'package_group' and 'errata'."
7116
- msgstr ""
7117
-
7118
7190
  msgid "There are no Manifests to display"
7119
7191
  msgstr ""
7120
7192
 
@@ -7187,9 +7259,6 @@ msgstr ""
7187
7259
  msgid "This action should only be taken in extreme circumstances or for debugging purposes."
7188
7260
  msgstr ""
7189
7261
 
7190
- msgid "This action uses katello-agent, which is currently disabled. Use remote execution instead."
7191
- msgstr ""
7192
-
7193
7262
  msgid "This activation key is associated to one or more Hosts/Hostgroups. Search and unassociate Hosts/Hostgroups using params.kt_activation_keys ~ \"%{name}\" before deleting."
7194
7263
  msgstr ""
7195
7264
 
@@ -7247,10 +7316,10 @@ msgstr ""
7247
7316
  msgid "This is not a linked repository"
7248
7317
  msgstr ""
7249
7318
 
7250
- msgid "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}."
7319
+ msgid "This organization is not using {scaLink}. Entitlement-based subscription management is deprecated and will be removed in Katello 4.12."
7251
7320
  msgstr ""
7252
7321
 
7253
- msgid "This organization is not using {scaLink}. Entitlement-based subscription management is deprecated and will be removed in a future version."
7322
+ msgid "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
7254
7323
  msgstr ""
7255
7324
 
7256
7325
  msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
@@ -7286,12 +7355,6 @@ msgstr ""
7286
7355
  msgid "Time in minutes before content that is not contained within a repository and has not been accessed is considered orphaned."
7287
7356
  msgstr ""
7288
7357
 
7289
- msgid "Time in seconds to wait for a host to finish a katello-agent action"
7290
- msgstr ""
7291
-
7292
- msgid "Time in seconds to wait for a host to pick up a katello-agent action"
7293
- msgstr ""
7294
-
7295
7358
  msgid "Time to expire yum metadata in seconds. Only relevant for custom yum repositories."
7296
7359
  msgstr ""
7297
7360
 
@@ -7517,9 +7580,6 @@ msgstr ""
7517
7580
  msgid "Uninstall and reset"
7518
7581
  msgstr ""
7519
7582
 
7520
- msgid "Uninstall packages remotely using katello-agent. %s"
7521
- msgstr ""
7522
-
7523
7583
  msgid "Unknown"
7524
7584
  msgstr ""
7525
7585
 
@@ -7577,6 +7637,9 @@ msgstr ""
7577
7637
  msgid "Update CDN Configuration"
7578
7638
  msgstr ""
7579
7639
 
7640
+ msgid "Update Content Counts"
7641
+ msgstr ""
7642
+
7580
7643
  msgid "Update Content Overrides"
7581
7644
  msgstr ""
7582
7645
 
@@ -7622,7 +7685,7 @@ msgstr ""
7622
7685
  msgid "Update an environment in an organization"
7623
7686
  msgstr ""
7624
7687
 
7625
- msgid "Update content on one or more hosts using katello-agent. %s"
7688
+ msgid "Update content counts for the smart proxy"
7626
7689
  msgstr ""
7627
7690
 
7628
7691
  msgid "Update content urls"
@@ -7646,30 +7709,15 @@ msgstr ""
7646
7709
  msgid "Update installed packages, enabled repos, module inventory"
7647
7710
  msgstr ""
7648
7711
 
7649
- msgid "Update of all packages requested"
7650
- msgstr ""
7651
-
7652
- msgid "Update of package(s) requested: %{packages}"
7653
- msgstr ""
7654
-
7655
7712
  msgid "Update organization"
7656
7713
  msgstr ""
7657
7714
 
7658
- msgid "Update package"
7659
- msgstr ""
7660
-
7661
- msgid "Update package for %s"
7662
- msgstr ""
7663
-
7664
7715
  msgid "Update package group via Katello interface"
7665
7716
  msgstr ""
7666
7717
 
7667
7718
  msgid "Update package via Katello interface"
7668
7719
  msgstr ""
7669
7720
 
7670
- msgid "Update packages remotely using katello-agent. %s"
7671
- msgstr ""
7672
-
7673
7721
  msgid "Update packages via Katello interface"
7674
7722
  msgstr ""
7675
7723
 
@@ -7721,9 +7769,6 @@ msgstr ""
7721
7769
  msgid "Updates a product"
7722
7770
  msgstr ""
7723
7771
 
7724
- msgid "Updates all packages on the host(s)"
7725
- msgstr ""
7726
-
7727
7772
  msgid "Updates available: Component content view versions have been updated."
7728
7773
  msgstr ""
7729
7774
 
@@ -7841,9 +7886,6 @@ msgstr ""
7841
7886
  msgid "Use HTTP proxies"
7842
7887
  msgstr ""
7843
7888
 
7844
- msgid "Use remote execution by default"
7845
- msgstr ""
7846
-
7847
7889
  msgid "Used to determine download concurrency of the repository in pulp3. Use value less than 20. Defaults to 10"
7848
7890
  msgstr ""
7849
7891
 
@@ -7964,12 +8006,18 @@ msgstr ""
7964
8006
  msgid "View by"
7965
8007
  msgstr ""
7966
8008
 
8009
+ msgid "View content views"
8010
+ msgstr ""
8011
+
7967
8012
  msgid "View documentation"
7968
8013
  msgstr ""
7969
8014
 
7970
8015
  msgid "View matching content"
7971
8016
  msgstr ""
7972
8017
 
8018
+ msgid "View sync status"
8019
+ msgstr ""
8020
+
7973
8021
  msgid "View tasks "
7974
8022
  msgstr ""
7975
8023
 
@@ -7988,7 +8036,7 @@ msgstr ""
7988
8036
  msgid "Virtual host"
7989
8037
  msgstr ""
7990
8038
 
7991
- msgid "WARNING: Katello-agent is deprecated and will be removed in %s. Migrate to remote execution now."
8039
+ msgid "WARNING: Simple Content Access will be required for all organizations in Katello 4.12."
7992
8040
  msgstr ""
7993
8041
 
7994
8042
  msgid "Waiting to start."
@@ -8135,15 +8183,15 @@ msgstr ""
8135
8183
  msgid "Your search returned no matching Module streams."
8136
8184
  msgstr ""
8137
8185
 
8138
- msgid "Your search returned no matching RPMs."
8139
- msgstr ""
8140
-
8141
8186
  msgid "Your search returned no matching activation keys."
8142
8187
  msgstr ""
8143
8188
 
8144
8189
  msgid "Your search returned no matching hosts."
8145
8190
  msgstr ""
8146
8191
 
8192
+ msgid "Your search returned no matching non-modular RPMs."
8193
+ msgstr ""
8194
+
8147
8195
  msgid "Yum"
8148
8196
  msgstr ""
8149
8197
 
@@ -8330,9 +8378,6 @@ msgstr ""
8330
8378
  msgid "content type ('deb', 'docker_manifest', 'file', 'ostree_ref', 'rpm', 'srpm')"
8331
8379
  msgstr ""
8332
8380
 
8333
- msgid "content view Dependency Solving Default"
8334
- msgstr ""
8335
-
8336
8381
  msgid "content view component ID. Identifier of the component association"
8337
8382
  msgstr ""
8338
8383
 
@@ -8453,9 +8498,6 @@ msgstr ""
8453
8498
  msgid "errata_ids is a required parameter"
8454
8499
  msgstr ""
8455
8500
 
8456
- msgid "errata_ids or update_all must be provided"
8457
- msgstr ""
8458
-
8459
8501
  msgid "erratum: IDs or a select all object"
8460
8502
  msgstr ""
8461
8503
 
@@ -8612,9 +8654,6 @@ msgstr ""
8612
8654
  msgid "list filters"
8613
8655
  msgstr ""
8614
8656
 
8615
- msgid "list of packages names"
8616
- msgstr ""
8617
-
8618
8657
  msgid "list of repository ids"
8619
8658
  msgstr ""
8620
8659