katello 4.15.0 → 4.16.0.rc1

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

Potentially problematic release.


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

Files changed (505) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/katello/common/katello_object.js +2 -2
  3. data/app/assets/javascripts/katello/locale/bn/katello.js +248 -263
  4. data/app/assets/javascripts/katello/locale/bn_IN/katello.js +247 -262
  5. data/app/assets/javascripts/katello/locale/ca/katello.js +247 -262
  6. data/app/assets/javascripts/katello/locale/cs/katello.js +521 -536
  7. data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +253 -268
  8. data/app/assets/javascripts/katello/locale/de/katello.js +248 -263
  9. data/app/assets/javascripts/katello/locale/de_AT/katello.js +247 -262
  10. data/app/assets/javascripts/katello/locale/de_DE/katello.js +249 -264
  11. data/app/assets/javascripts/katello/locale/el/katello.js +251 -266
  12. data/app/assets/javascripts/katello/locale/en/katello.js +253 -268
  13. data/app/assets/javascripts/katello/locale/en_GB/katello.js +263 -278
  14. data/app/assets/javascripts/katello/locale/en_US/katello.js +247 -262
  15. data/app/assets/javascripts/katello/locale/es/katello.js +248 -263
  16. data/app/assets/javascripts/katello/locale/et_EE/katello.js +247 -262
  17. data/app/assets/javascripts/katello/locale/fr/katello.js +250 -265
  18. data/app/assets/javascripts/katello/locale/gl/katello.js +247 -262
  19. data/app/assets/javascripts/katello/locale/gu/katello.js +249 -264
  20. data/app/assets/javascripts/katello/locale/he_IL/katello.js +249 -264
  21. data/app/assets/javascripts/katello/locale/hi/katello.js +248 -263
  22. data/app/assets/javascripts/katello/locale/id/katello.js +261 -275
  23. data/app/assets/javascripts/katello/locale/it/katello.js +252 -267
  24. data/app/assets/javascripts/katello/locale/ja/katello.js +250 -265
  25. data/app/assets/javascripts/katello/locale/ka/katello.js +247 -262
  26. data/app/assets/javascripts/katello/locale/kn/katello.js +248 -263
  27. data/app/assets/javascripts/katello/locale/ko/katello.js +248 -263
  28. data/app/assets/javascripts/katello/locale/ml_IN/katello.js +247 -262
  29. data/app/assets/javascripts/katello/locale/mr/katello.js +248 -263
  30. data/app/assets/javascripts/katello/locale/nl_NL/katello.js +252 -267
  31. data/app/assets/javascripts/katello/locale/or/katello.js +248 -263
  32. data/app/assets/javascripts/katello/locale/pa/katello.js +248 -263
  33. data/app/assets/javascripts/katello/locale/pl/katello.js +248 -263
  34. data/app/assets/javascripts/katello/locale/pl_PL/katello.js +247 -262
  35. data/app/assets/javascripts/katello/locale/pt/katello.js +248 -263
  36. data/app/assets/javascripts/katello/locale/pt_BR/katello.js +248 -263
  37. data/app/assets/javascripts/katello/locale/ro/katello.js +247 -262
  38. data/app/assets/javascripts/katello/locale/ro_RO/katello.js +247 -262
  39. data/app/assets/javascripts/katello/locale/ru/katello.js +253 -268
  40. data/app/assets/javascripts/katello/locale/sl/katello.js +247 -262
  41. data/app/assets/javascripts/katello/locale/sv_SE/katello.js +248 -263
  42. data/app/assets/javascripts/katello/locale/ta/katello.js +248 -263
  43. data/app/assets/javascripts/katello/locale/ta_IN/katello.js +247 -262
  44. data/app/assets/javascripts/katello/locale/te/katello.js +248 -263
  45. data/app/assets/javascripts/katello/locale/tr/katello.js +247 -262
  46. data/app/assets/javascripts/katello/locale/vi/katello.js +247 -262
  47. data/app/assets/javascripts/katello/locale/vi_VN/katello.js +247 -262
  48. data/app/assets/javascripts/katello/locale/zh/katello.js +247 -262
  49. data/app/assets/javascripts/katello/locale/zh_CN/katello.js +250 -265
  50. data/app/assets/javascripts/katello/locale/zh_TW/katello.js +255 -270
  51. data/app/assets/javascripts/katello/sync_management/sync_management.js +16 -2
  52. data/app/controllers/katello/api/registry/registry_proxies_controller.rb +33 -9
  53. data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +1 -1
  54. data/app/controllers/katello/api/v2/activation_keys_controller.rb +4 -9
  55. data/app/controllers/katello/api/v2/content_uploads_controller.rb +2 -1
  56. data/app/controllers/katello/api/v2/content_view_filter_rules_controller.rb +3 -1
  57. data/app/controllers/katello/api/v2/content_views_controller.rb +4 -1
  58. data/app/controllers/katello/api/v2/environments_controller.rb +4 -0
  59. data/app/controllers/katello/api/v2/errata_controller.rb +12 -1
  60. data/app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb +81 -0
  61. data/app/controllers/katello/api/v2/flatpak_remotes_controller.rb +86 -0
  62. data/app/controllers/katello/api/v2/host_bootc_images_controller.rb +71 -0
  63. data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +4 -6
  64. data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +3 -5
  65. data/app/controllers/katello/api/v2/repositories_controller.rb +18 -3
  66. data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +0 -8
  67. data/app/controllers/katello/concerns/api/v2/http_proxies_controller_extensions.rb +17 -0
  68. data/app/controllers/katello/concerns/http_proxies_controller_extensions.rb +20 -0
  69. data/app/controllers/katello/sync_management_controller.rb +6 -2
  70. data/app/helpers/katello/content_source_helper.rb +8 -1
  71. data/app/helpers/katello/content_view_helper.rb +3 -1
  72. data/app/lib/actions/candlepin/activation_key/create.rb +1 -3
  73. data/app/lib/actions/candlepin/activation_key/update.rb +1 -3
  74. data/app/lib/actions/candlepin/environment/set_content.rb +17 -4
  75. data/app/lib/actions/katello/activation_key/create.rb +1 -2
  76. data/app/lib/actions/katello/activation_key/update.rb +2 -4
  77. data/app/lib/actions/katello/capsule_content/refresh_repos.rb +7 -1
  78. data/app/lib/actions/katello/content_view/presenters/incremental_updates_presenter.rb +3 -2
  79. data/app/lib/actions/katello/content_view/publish.rb +7 -2
  80. data/app/lib/actions/katello/content_view_environment/reassign_objects.rb +11 -2
  81. data/app/lib/actions/katello/content_view_version/incremental_update.rb +31 -22
  82. data/app/lib/actions/katello/flatpak/mirror_remote_repository.rb +30 -0
  83. data/app/lib/actions/katello/flatpak/scan_remote.rb +17 -12
  84. data/app/lib/actions/katello/host/update_system_purpose.rb +1 -6
  85. data/app/lib/actions/pulp3/orchestration/repository/import_upload.rb +18 -2
  86. data/app/lib/actions/pulp3/repository/multi_copy_units.rb +4 -0
  87. data/app/lib/katello/api/v2/rendering.rb +2 -1
  88. data/app/lib/katello/concerns/base_template_scope_extensions.rb +3 -4
  89. data/app/lib/katello/concerns/bookmark_controller_validator_extensions.rb +13 -0
  90. data/app/lib/katello/resources/candlepin/activation_key.rb +3 -5
  91. data/app/lib/katello/resources/candlepin/product.rb +2 -1
  92. data/app/lib/katello/util/cveak_migrator.rb +3 -2
  93. data/app/lib/katello/validators/alternate_content_source_path_validator.rb +2 -2
  94. data/app/lib/katello/validators/container_image_name_validator.rb +1 -1
  95. data/app/lib/katello/validators/content_validator.rb +1 -1
  96. data/app/lib/katello/validators/content_view_environment_coherent_default_validator.rb +2 -2
  97. data/app/lib/katello/validators/content_view_environment_org_validator.rb +2 -2
  98. data/app/lib/katello/validators/content_view_environment_validator.rb +3 -3
  99. data/app/lib/katello/validators/content_view_erratum_filter_rule_validator.rb +12 -12
  100. data/app/lib/katello/validators/content_view_filter_version_validator.rb +1 -1
  101. data/app/lib/katello/validators/generated_content_view_validator.rb +1 -1
  102. data/app/lib/katello/validators/gpg_key_content_type_validator.rb +2 -2
  103. data/app/lib/katello/validators/gpg_key_content_validator.rb +5 -5
  104. data/app/lib/katello/validators/katello_label_format_validator.rb +4 -4
  105. data/app/lib/katello/validators/katello_name_format_validator.rb +2 -2
  106. data/app/lib/katello/validators/katello_url_format_validator.rb +1 -1
  107. data/app/lib/katello/validators/library_presence_validator.rb +1 -1
  108. data/app/lib/katello/validators/no_trailing_space_validator.rb +1 -1
  109. data/app/lib/katello/validators/non_library_environment_validator.rb +1 -1
  110. data/app/lib/katello/validators/not_in_library_validator.rb +1 -1
  111. data/app/lib/katello/validators/path_descendents_validator.rb +1 -1
  112. data/app/lib/katello/validators/prior_validator.rb +1 -1
  113. data/app/lib/katello/validators/product_unique_attribute_validator.rb +1 -1
  114. data/app/lib/katello/validators/repo_disablement_validator.rb +2 -2
  115. data/app/lib/katello/validators/root_repository_unique_attribute_validator.rb +1 -1
  116. data/app/lib/katello/validators/self_reference_environment_validator.rb +1 -1
  117. data/app/lib/katello/validators/unique_field_in_org.rb +1 -1
  118. data/app/models/katello/activation_key.rb +6 -17
  119. data/app/models/katello/authorization/flatpak_remote.rb +33 -0
  120. data/app/models/katello/concerns/content_facet_host_extensions.rb +2 -1
  121. data/app/models/katello/concerns/host_managed_extensions.rb +8 -5
  122. data/app/models/katello/concerns/http_proxy_extensions.rb +4 -0
  123. data/app/models/katello/concerns/smart_proxy_extensions.rb +30 -6
  124. data/app/models/katello/concerns/subscription_facet_host_extensions.rb +0 -8
  125. data/app/models/katello/content_view.rb +4 -2
  126. data/app/models/katello/content_view_erratum_filter.rb +18 -2
  127. data/app/models/katello/content_view_version.rb +6 -0
  128. data/app/models/katello/docker_manifest.rb +8 -0
  129. data/app/models/katello/docker_manifest_list.rb +8 -0
  130. data/app/models/katello/erratum.rb +8 -2
  131. data/app/models/katello/flatpak_remote.rb +16 -0
  132. data/app/models/katello/flatpak_remote_repository.rb +18 -0
  133. data/app/models/katello/flatpak_remote_repository_manifest.rb +4 -0
  134. data/app/models/katello/glue/candlepin/pool.rb +1 -1
  135. data/app/models/katello/glue/pulp/repos.rb +12 -1
  136. data/app/models/katello/host/content_facet.rb +42 -3
  137. data/app/models/katello/host/subscription_facet.rb +4 -12
  138. data/app/models/katello/repository.rb +21 -8
  139. data/app/models/katello/rhel_lifecycle_status.rb +6 -0
  140. data/app/models/katello/root_repository.rb +6 -8
  141. data/app/models/katello/upstream_pool.rb +1 -0
  142. data/app/overrides/add_organization_attributes.rb +6 -0
  143. data/app/services/katello/product_content_finder.rb +2 -1
  144. data/app/services/katello/pulp3/content_view_version/importable_repositories.rb +1 -1
  145. data/app/services/katello/pulp3/docker_manifest.rb +3 -2
  146. data/app/services/katello/pulp3/docker_manifest_list.rb +3 -2
  147. data/app/services/katello/pulp3/repository/ansible_collection.rb +8 -1
  148. data/app/services/katello/pulp3/repository/apt.rb +16 -18
  149. data/app/services/katello/pulp3/repository/file.rb +4 -2
  150. data/app/services/katello/pulp3/repository.rb +4 -0
  151. data/app/services/katello/pulp3/task.rb +2 -2
  152. data/app/views/foreman/job_templates/bootc_action.erb +26 -0
  153. data/app/views/foreman/job_templates/bootc_rollback.erb +13 -0
  154. data/app/views/foreman/job_templates/bootc_status.erb +13 -0
  155. data/app/views/foreman/job_templates/bootc_switch.erb +13 -0
  156. data/app/views/foreman/job_templates/bootc_upgrade.erb +13 -0
  157. data/app/views/foreman/job_templates/flatpak_install.erb +23 -0
  158. data/app/views/foreman/job_templates/flatpak_login_action.erb +30 -0
  159. data/app/views/foreman/job_templates/flatpak_setup.erb +27 -0
  160. data/app/views/foreman/job_templates/install_errata_by_search_query.erb +1 -1
  161. data/app/views/foreman/job_templates/install_errata_by_search_query_-_katello_ansible_default.erb +1 -1
  162. data/app/views/foreman/job_templates/resolve_traces_-_katello_ansible_default.erb +1 -1
  163. data/app/views/foreman/job_templates/update_packages_by_search_query_-_katello_ansible_default.erb +1 -1
  164. data/app/views/katello/api/v2/activation_keys/base.json.rabl +0 -4
  165. data/app/views/katello/api/v2/content_facet/base.json.rabl +2 -1
  166. data/app/views/katello/api/v2/content_view_filter_rules/show.json.rabl +1 -0
  167. data/app/views/katello/api/v2/content_view_versions/base.json.rabl +5 -1
  168. data/app/views/katello/api/v2/docker_manifest_lists/show.json.rabl +1 -1
  169. data/app/views/katello/api/v2/docker_manifests/show.json.rabl +1 -1
  170. data/app/views/katello/api/v2/flatpak_remote_repositories/base.json.rabl +4 -0
  171. data/app/views/katello/api/v2/flatpak_remote_repositories/index.json.rabl +7 -0
  172. data/app/views/katello/api/v2/flatpak_remote_repositories/show.json.rabl +13 -0
  173. data/app/views/katello/api/v2/flatpak_remotes/base.json.rabl +5 -0
  174. data/app/views/katello/api/v2/flatpak_remotes/index.json.rabl +8 -0
  175. data/app/views/katello/api/v2/flatpak_remotes/permissions.json.rabl +11 -0
  176. data/app/views/katello/api/v2/flatpak_remotes/show.json.rabl +3 -0
  177. data/app/views/katello/api/v2/hosts/base.json.rabl +0 -8
  178. data/app/views/katello/api/v2/hosts/os_attributes.json.rabl +13 -0
  179. data/app/views/katello/api/v2/http_proxies/show.json.rabl +1 -0
  180. data/app/views/katello/api/v2/repositories/base.json.rabl +1 -0
  181. data/app/views/katello/api/v2/repositories/show.json.rabl +1 -0
  182. data/app/views/katello/api/v2/subscription_facet/base.json.rabl +0 -4
  183. data/app/views/katello/api/v2/subscriptions/show.json.rabl +1 -1
  184. data/app/views/overrides/activation_keys/_host_synced_content_select.html.erb +10 -4
  185. data/app/views/overrides/http_proxies/_update_setting_input.html.erb +18 -0
  186. data/app/views/overrides/organizations/_step_1_override.html.erb +5 -0
  187. data/config/initializers/monkeys.rb +0 -1
  188. data/config/initializers/pagelets.rb +6 -0
  189. data/config/routes/api/registry.rb +1 -0
  190. data/config/routes/api/v2.rb +21 -0
  191. data/config/routes/overrides.rb +1 -0
  192. data/config/routes.rb +2 -0
  193. data/db/migrate/20190605014649_add_purpose_addons.rb +0 -12
  194. data/db/migrate/20200213184848_create_evr_type.rb +126 -1
  195. data/db/migrate/20200818192230_update_system_purpose_status.rb +0 -1
  196. data/db/migrate/20240207191223_remove_entitlement_mode_host_statuses.rb +0 -1
  197. data/db/migrate/20240924161240_katello_recreate_evr_constructs.rb +160 -0
  198. data/db/migrate/20241022121706_add_sync_dependencies_option.rb +5 -0
  199. data/db/migrate/20241101144625_remove_system_purpose_addons.rb +9 -0
  200. data/db/migrate/20241107002541_add_registry_url_to_katello_flatpak_remotes.rb +5 -0
  201. data/db/migrate/20241112145802_add_manifest_entity_to_content_facets.rb +7 -0
  202. data/db/migrate/20241120213713_add_allow_other_types_to_content_view_erratum_filter_rules.rb +6 -0
  203. data/db/migrate/20241206183052_add_content_type_to_container_manifests_and_lists.rb +9 -0
  204. data/db/seeds.d/75-job_templates.rb +5 -1
  205. data/engines/bastion/vendor/assets/javascripts/bastion/angular/angular.js +2 -2
  206. data/engines/bastion/vendor/assets/javascripts/bastion/angular-bootstrap/ui-bootstrap-tpls.js +3 -3
  207. data/engines/bastion/vendor/assets/javascripts/bastion/angular-bootstrap/ui-bootstrap.js +3 -3
  208. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details-info.controller.js +0 -5
  209. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details.controller.js +1 -41
  210. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html +0 -12
  211. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html +1 -1
  212. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-system-purpose-modal.controller.js +1 -41
  213. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-traces-modal.controller.js +1 -1
  214. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html +2 -2
  215. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html +2 -2
  216. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html +0 -13
  217. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +1 -1
  218. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details-info.controller.js +0 -5
  219. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details.controller.js +1 -35
  220. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html +2 -14
  221. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html +1 -1
  222. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +2 -2
  223. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/debs.controller.js +46 -22
  224. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/deb-content-views.controller.js +2 -1
  225. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/views/debs.html +4 -0
  226. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html +1 -1
  227. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-details.html +1 -1
  228. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-errata.html +1 -1
  229. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata-tasks-list.html +2 -1
  230. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +85 -29
  231. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +338 -93
  232. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +340 -95
  233. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +340 -95
  234. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +341 -96
  235. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +31 -54
  236. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +338 -93
  237. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +338 -93
  238. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +341 -96
  239. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +349 -104
  240. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +338 -93
  241. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +33 -56
  242. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +338 -93
  243. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +80 -68
  244. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +340 -95
  245. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +340 -95
  246. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +339 -111
  247. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +340 -95
  248. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +379 -130
  249. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +342 -103
  250. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +70 -83
  251. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +84 -90
  252. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +340 -95
  253. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +130 -138
  254. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +338 -93
  255. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +340 -95
  256. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +343 -97
  257. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +340 -95
  258. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +340 -95
  259. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +340 -95
  260. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +338 -93
  261. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +338 -93
  262. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +40 -63
  263. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +338 -93
  264. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +338 -93
  265. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +343 -102
  266. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +338 -93
  267. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +340 -95
  268. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +338 -93
  269. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +340 -95
  270. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +340 -95
  271. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +338 -93
  272. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +338 -93
  273. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +338 -93
  274. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +338 -93
  275. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +70 -83
  276. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +362 -105
  277. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +29 -29
  278. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/views/package-info.html +1 -1
  279. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/products-bulk-advanced-sync-modal.controller.js +1 -1
  280. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html +2 -2
  281. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html +24 -8
  282. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-tasks.html +2 -1
  283. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +2 -2
  284. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html +21 -8
  285. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/os-versions.service.js +1 -0
  286. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-info.html +3 -3
  287. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-tasks.html +2 -1
  288. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html +4 -2
  289. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html +2 -1
  290. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.controller.js +3 -3
  291. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/partials/product-table-sync-status.html +1 -1
  292. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/subscription-start-date.html +1 -1
  293. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-info.html +1 -1
  294. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans.html +2 -2
  295. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/tasks-table.directive.js +2 -1
  296. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/task-details.html +2 -2
  297. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/tasks-index.html +1 -1
  298. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html +1 -1
  299. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html +1 -1
  300. data/lib/katello/engine.rb +6 -0
  301. data/lib/katello/permission_creator.rb +37 -0
  302. data/lib/katello/permissions/host_permissions.rb +2 -0
  303. data/lib/katello/permissions/registry_permissions.rb +1 -0
  304. data/lib/katello/plugin.rb +18 -1
  305. data/lib/katello/repository_types/docker.rb +0 -1
  306. data/lib/katello/repository_types/python.rb +1 -1
  307. data/lib/katello/version.rb +1 -1
  308. data/lib/katello.rb +2 -0
  309. data/locale/Makefile +20 -24
  310. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  311. data/locale/bn/katello.po +248 -263
  312. data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
  313. data/locale/bn_IN/katello.po +247 -262
  314. data/locale/ca/LC_MESSAGES/katello.mo +0 -0
  315. data/locale/ca/katello.po +247 -262
  316. data/locale/cs/LC_MESSAGES/katello.mo +0 -0
  317. data/locale/cs/katello.po +524 -799
  318. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  319. data/locale/cs_CZ/katello.po +254 -269
  320. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  321. data/locale/de/katello.po +248 -263
  322. data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
  323. data/locale/de_AT/katello.po +247 -262
  324. data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
  325. data/locale/de_DE/katello.po +250 -265
  326. data/locale/el/LC_MESSAGES/katello.mo +0 -0
  327. data/locale/el/katello.po +252 -267
  328. data/locale/en/LC_MESSAGES/katello.mo +0 -0
  329. data/locale/en/katello.po +257 -271
  330. data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
  331. data/locale/en_GB/katello.po +264 -279
  332. data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
  333. data/locale/en_US/katello.po +247 -262
  334. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  335. data/locale/es/katello.po +248 -263
  336. data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
  337. data/locale/et_EE/katello.po +247 -262
  338. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  339. data/locale/fr/katello.po +250 -265
  340. data/locale/gl/LC_MESSAGES/katello.mo +0 -0
  341. data/locale/gl/katello.po +247 -262
  342. data/locale/gu/LC_MESSAGES/katello.mo +0 -0
  343. data/locale/gu/katello.po +250 -265
  344. data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
  345. data/locale/he_IL/katello.po +249 -264
  346. data/locale/hi/LC_MESSAGES/katello.mo +0 -0
  347. data/locale/hi/katello.po +248 -263
  348. data/locale/id/LC_MESSAGES/katello.mo +0 -0
  349. data/locale/id/katello.po +264 -275
  350. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  351. data/locale/it/katello.po +254 -270
  352. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  353. data/locale/ja/katello.po +250 -265
  354. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  355. data/locale/ka/katello.po +247 -262
  356. data/locale/katello.pot +1216 -1215
  357. data/locale/kn/LC_MESSAGES/katello.mo +0 -0
  358. data/locale/kn/katello.po +248 -263
  359. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  360. data/locale/ko/katello.po +248 -263
  361. data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
  362. data/locale/ml_IN/katello.po +247 -262
  363. data/locale/mr/LC_MESSAGES/katello.mo +0 -0
  364. data/locale/mr/katello.po +248 -263
  365. data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
  366. data/locale/nl_NL/katello.po +254 -268
  367. data/locale/or/LC_MESSAGES/katello.mo +0 -0
  368. data/locale/or/katello.po +248 -263
  369. data/locale/pa/LC_MESSAGES/katello.mo +0 -0
  370. data/locale/pa/katello.po +248 -263
  371. data/locale/pl/LC_MESSAGES/katello.mo +0 -0
  372. data/locale/pl/katello.po +249 -264
  373. data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
  374. data/locale/pl_PL/katello.po +247 -262
  375. data/locale/pt/LC_MESSAGES/katello.mo +0 -0
  376. data/locale/pt/katello.po +248 -263
  377. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  378. data/locale/pt_BR/katello.po +248 -263
  379. data/locale/ro/LC_MESSAGES/katello.mo +0 -0
  380. data/locale/ro/katello.po +247 -262
  381. data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
  382. data/locale/ro_RO/katello.po +247 -262
  383. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  384. data/locale/ru/katello.po +255 -270
  385. data/locale/sl/LC_MESSAGES/katello.mo +0 -0
  386. data/locale/sl/katello.po +247 -262
  387. data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
  388. data/locale/sv_SE/katello.po +249 -264
  389. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  390. data/locale/ta/katello.po +248 -263
  391. data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
  392. data/locale/ta_IN/katello.po +247 -262
  393. data/locale/te/LC_MESSAGES/katello.mo +0 -0
  394. data/locale/te/katello.po +248 -263
  395. data/locale/tr/LC_MESSAGES/katello.mo +0 -0
  396. data/locale/tr/katello.po +247 -262
  397. data/locale/vi/LC_MESSAGES/katello.mo +0 -0
  398. data/locale/vi/katello.po +247 -262
  399. data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
  400. data/locale/vi_VN/katello.po +247 -262
  401. data/locale/zh/LC_MESSAGES/katello.mo +0 -0
  402. data/locale/zh/katello.po +247 -262
  403. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  404. data/locale/zh_CN/katello.po +250 -265
  405. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  406. data/locale/zh_TW/katello.po +257 -272
  407. data/webpack/ForemanColumnExtensions/index.js +73 -3
  408. data/webpack/ForemanColumnExtensions/index.scss +9 -0
  409. data/webpack/__mocks__/foremanReact/Root/Context/ForemanContext.js +1 -0
  410. data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js +1 -1
  411. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js +1 -20
  412. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +3 -61
  413. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeCard.test.js +0 -5
  414. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +0 -5
  415. data/webpack/components/extensions/HostDetails/DetailsTabCards/ImageModeCard.js +87 -0
  416. data/webpack/components/extensions/HostDetails/DetailsTabCards/RegistrationCard.js +28 -2
  417. data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebInstallModal.js +1 -1
  418. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +2 -2
  419. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js +1 -1
  420. data/webpack/components/extensions/Hosts/FontAwesomeImageModeIcon.js +55 -0
  421. data/webpack/containers/Application/config.js +5 -0
  422. data/webpack/global_index.js +3 -1
  423. data/webpack/redux/actions/RedHatRepositories/helpers.js +9 -0
  424. data/webpack/scenes/BootedContainerImages/BootedContainerImagesConstants.js +5 -0
  425. data/webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js +242 -0
  426. data/webpack/scenes/BootedContainerImages/__tests__/bootedContainerImages.fixtures.js +42 -0
  427. data/webpack/scenes/BootedContainerImages/__tests__/bootedContainerImagesPage.test.js +233 -0
  428. data/webpack/scenes/BootedContainerImages/index.js +4 -0
  429. data/webpack/scenes/ContentViews/Delete/__tests__/affectedHosts.fixtures.json +1 -2
  430. data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +39 -7
  431. data/webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js +13 -2
  432. data/webpack/scenes/ContentViews/Details/Filters/CVFilterDetailType.js +1 -1
  433. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataDateFilterContent.test.js +1 -0
  434. data/webpack/scenes/ContentViews/Details/Repositories/RepoIcon.js +4 -2
  435. data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/__tests__/hosts.fixtures.json +1 -2
  436. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignActivationKeysForm.js +20 -1
  437. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignHostsForm.js +20 -1
  438. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js +128 -18
  439. data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedActivationKeys.fixture.json +0 -1
  440. data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedHosts.fixture.json +1 -2
  441. data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvVersionRemove.test.js +6 -4
  442. data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedActivationKeys.js +5 -1
  443. data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedHosts.js +6 -1
  444. data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +1 -1
  445. data/webpack/scenes/ContentViews/expansions/DetailsExpansion.js +5 -1
  446. data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +4 -2
  447. data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +38 -0
  448. data/webpack/scenes/Subscriptions/Details/SubscriptionPurposeAttributes.js +0 -1
  449. data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetailInfo.test.js.snap +0 -10
  450. data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +0 -3
  451. data/webpack/scenes/Subscriptions/Details/__tests__/subscriptionDetails.fixtures.js +0 -1
  452. metadata +61 -58
  453. data/app/models/katello/activation_key_purpose_addon.rb +0 -6
  454. data/app/models/katello/purpose_addon.rb +0 -11
  455. data/app/models/katello/subscription_facet_purpose_addon.rb +0 -6
  456. data/lib/monkeys/fx_sqlite_skip.rb +0 -13
  457. data/locale/action_names.rb +0 -181
  458. data/locale/bn/katello.po.time_stamp +0 -0
  459. data/locale/bn_IN/katello.po.time_stamp +0 -0
  460. data/locale/ca/katello.po.time_stamp +0 -0
  461. data/locale/cs/katello.po.time_stamp +0 -0
  462. data/locale/cs_CZ/katello.po.time_stamp +0 -0
  463. data/locale/de/katello.po.time_stamp +0 -0
  464. data/locale/de_AT/katello.po.time_stamp +0 -0
  465. data/locale/de_DE/katello.po.time_stamp +0 -0
  466. data/locale/el/katello.po.time_stamp +0 -0
  467. data/locale/en/katello.po.time_stamp +0 -0
  468. data/locale/en_GB/katello.po.time_stamp +0 -0
  469. data/locale/en_US/katello.po.time_stamp +0 -0
  470. data/locale/es/katello.po.time_stamp +0 -0
  471. data/locale/et_EE/katello.po.time_stamp +0 -0
  472. data/locale/fr/katello.po.time_stamp +0 -0
  473. data/locale/gl/katello.po.time_stamp +0 -0
  474. data/locale/gu/katello.po.time_stamp +0 -0
  475. data/locale/he_IL/katello.po.time_stamp +0 -0
  476. data/locale/hi/katello.po.time_stamp +0 -0
  477. data/locale/id/katello.po.time_stamp +0 -0
  478. data/locale/it/katello.po.time_stamp +0 -0
  479. data/locale/ja/katello.po.time_stamp +0 -0
  480. data/locale/ka/katello.po.time_stamp +0 -0
  481. data/locale/kn/katello.po.time_stamp +0 -0
  482. data/locale/ko/katello.po.time_stamp +0 -0
  483. data/locale/ml_IN/katello.po.time_stamp +0 -0
  484. data/locale/mr/katello.po.time_stamp +0 -0
  485. data/locale/nl_NL/katello.po.time_stamp +0 -0
  486. data/locale/or/katello.po.time_stamp +0 -0
  487. data/locale/pa/katello.po.time_stamp +0 -0
  488. data/locale/pl/katello.po.time_stamp +0 -0
  489. data/locale/pl_PL/katello.po.time_stamp +0 -0
  490. data/locale/pt/katello.po.time_stamp +0 -0
  491. data/locale/pt_BR/katello.po.time_stamp +0 -0
  492. data/locale/ro/katello.po.time_stamp +0 -0
  493. data/locale/ro_RO/katello.po.time_stamp +0 -0
  494. data/locale/ru/katello.po.time_stamp +0 -0
  495. data/locale/sl/katello.po.time_stamp +0 -0
  496. data/locale/sv_SE/katello.po.time_stamp +0 -0
  497. data/locale/ta/katello.po.time_stamp +0 -0
  498. data/locale/ta_IN/katello.po.time_stamp +0 -0
  499. data/locale/te/katello.po.time_stamp +0 -0
  500. data/locale/tr/katello.po.time_stamp +0 -0
  501. data/locale/vi/katello.po.time_stamp +0 -0
  502. data/locale/vi_VN/katello.po.time_stamp +0 -0
  503. data/locale/zh/katello.po.time_stamp +0 -0
  504. data/locale/zh_CN/katello.po.time_stamp +0 -0
  505. data/locale/zh_TW/katello.po.time_stamp +0 -0
@@ -3,7 +3,7 @@
3
3
  "locale_data": {
4
4
  "katello": {
5
5
  "": {
6
- "Project-Id-Version": "katello 1.0.0",
6
+ "Project-Id-Version": "katello 4.16.0.pre.master",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2017-12-19 20:14+0000",
9
9
  "Language-Team": "Polish (Poland) (https://app.transifex.com/foreman/teams/114/pl_PL/)",
@@ -464,9 +464,6 @@
464
464
  "About page": [
465
465
  ""
466
466
  ],
467
- "Abstract async task": [
468
- ""
469
- ],
470
467
  "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'.": [
471
468
  ""
472
469
  ],
@@ -602,9 +599,6 @@
602
599
  "Add one or more host collections to one or more hosts": [
603
600
  ""
604
601
  ],
605
- "Add ons": [
606
- ""
607
- ],
608
602
  "Add products to sync plan": [
609
603
  ""
610
604
  ],
@@ -635,9 +629,6 @@
635
629
  "Add to a host collection": [
636
630
  ""
637
631
  ],
638
- "Add-ons": [
639
- ""
640
- ],
641
632
  "Added": [
642
633
  ""
643
634
  ],
@@ -698,15 +689,15 @@
698
689
  "All versions will be removed from these environments": [
699
690
  ""
700
691
  ],
701
- "Allow a host to be assigned to multiple content view environments with 'subscription-manager register --environments' or 'subscription-manager environments --set'.": [
702
- ""
703
- ],
704
692
  "Allow deleting repositories in published content views": [
705
693
  ""
706
694
  ],
707
695
  "Allow host registrations to bypass 'Host Profile Assume' as long as the host is in build mode.": [
708
696
  ""
709
697
  ],
698
+ "Allow hosts or activation keys to be associated with multiple content view environments": [
699
+ ""
700
+ ],
710
701
  "Allow hosts to re-register themselves only when they are in build mode": [
711
702
  ""
712
703
  ],
@@ -924,10 +915,10 @@
924
915
  "Assign the release version to one or more hosts": [
925
916
  ""
926
917
  ],
927
- "Assigning a host to multiple content view environments is not enabled.": [
918
+ "Assigning a host to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting.": [
928
919
  ""
929
920
  ],
930
- "Assigning an activation key to multiple content view environments is not enabled.": [
921
+ "Assigning an activation key to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting.": [
931
922
  ""
932
923
  ],
933
924
  "Associated location IDs": [
@@ -948,13 +939,13 @@
948
939
  "At least one activation key must have a lifecycle environment and content view assigned to it": [
949
940
  ""
950
941
  ],
951
- "At least one of the selected items requires the host to reboot": [
942
+ "At least one errata type option needs to be selected.": [
952
943
  ""
953
944
  ],
954
- "At least one organization must exist.": [
945
+ "At least one of the selected items requires the host to reboot": [
955
946
  ""
956
947
  ],
957
- "Atleast one errata type needs to be selected.": [
948
+ "At least one organization must exist.": [
958
949
  ""
959
950
  ],
960
951
  "Attach a subscription": [
@@ -981,9 +972,6 @@
981
972
  "Auto Publish - Triggered by '%s'": [
982
973
  ""
983
974
  ],
984
- "Auto attach subscriptions": [
985
- ""
986
- ],
987
975
  "Auto publish": [
988
976
  ""
989
977
  ],
@@ -999,6 +987,12 @@
999
987
  "Available Repositories": [
1000
988
  ""
1001
989
  ],
990
+ "Available image": [
991
+ ""
992
+ ],
993
+ "Available image digest": [
994
+ ""
995
+ ],
1002
996
  "Available schema versions": [
1003
997
  ""
1004
998
  ],
@@ -1014,6 +1008,9 @@
1014
1008
  "Base URL for finding alternate content": [
1015
1009
  ""
1016
1010
  ],
1011
+ "Base URL of the flatpak registry index, ex: https://flatpaks.redhat.io/rhel/ , https://registry.fedoraproject.org/.": [
1012
+ ""
1013
+ ],
1017
1014
  "Base URL to perform repo discovery on": [
1018
1015
  ""
1019
1016
  ],
@@ -1059,6 +1056,24 @@
1059
1056
  "Bookmarks marked as public are available to all users": [
1060
1057
  ""
1061
1058
  ],
1059
+ "Bootc rollback via Bootc interface": [
1060
+ ""
1061
+ ],
1062
+ "Bootc status via Bootc interface": [
1063
+ ""
1064
+ ],
1065
+ "Bootc switch via Bootc interface": [
1066
+ ""
1067
+ ],
1068
+ "Bootc upgrade via Bootc interface": [
1069
+ ""
1070
+ ],
1071
+ "Booted Container Images": [
1072
+ ""
1073
+ ],
1074
+ "Booted container images": [
1075
+ ""
1076
+ ],
1062
1077
  "Both": [
1063
1078
  ""
1064
1079
  ],
@@ -1338,6 +1353,9 @@
1338
1353
  "Cannot upload Container Image content.": [
1339
1354
  ""
1340
1355
  ],
1356
+ "Cannot upload container content via Hammer/API. Use podman push instead.": [
1357
+ ""
1358
+ ],
1341
1359
  "Capacity": [
1342
1360
  ""
1343
1361
  ],
@@ -1413,13 +1431,13 @@
1413
1431
  "Collapse All": [
1414
1432
  ""
1415
1433
  ],
1416
- "Comma-separated list of Candlepin environment names associated with the activation key, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on.": [
1434
+ "Comma-separated list of content view environment labels associated with the activation key, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on.": [
1417
1435
  ""
1418
1436
  ],
1419
- "Comma-separated list of Candlepin environment names to be associated with the activation key, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on.": [
1437
+ "Comma-separated list of content view environment labels to be associated with the activation key, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on.": [
1420
1438
  ""
1421
1439
  ],
1422
- "Comma-separated list of Candlepin environment names to be associated with the host, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on.": [
1440
+ "Comma-separated list of content view environment labels to be associated with the host, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on.": [
1423
1441
  ""
1424
1442
  ],
1425
1443
  "Comma-separated list of subpaths. All subpaths must have a slash at the end and none at the front.": [
@@ -1431,9 +1449,6 @@
1431
1449
  "Comma-separated list of tags to sync for a container image repository": [
1432
1450
  ""
1433
1451
  ],
1434
- "Commit upload": [
1435
- ""
1436
- ],
1437
1452
  "Compare": [
1438
1453
  ""
1439
1454
  ],
@@ -1644,6 +1659,9 @@
1644
1659
  "Content imported by %{user} into content view '%{name}'": [
1645
1660
  ""
1646
1661
  ],
1662
+ "Content may come from {contentSourceName} or any other Smart Proxy behind the load balancer.": [
1663
+ ""
1664
+ ],
1647
1665
  "Content not uploaded to pulp": [
1648
1666
  ""
1649
1667
  ],
@@ -1704,6 +1722,9 @@
1704
1722
  "Content view does not need a publish since there are no audited changes since the last publish. Pass check_needs_publish parameter as false if you don't want to check if content view needs a publish.": [
1705
1723
  ""
1706
1724
  ],
1725
+ "Content view environment": [
1726
+ ""
1727
+ ],
1707
1728
  "Content view environments": [
1708
1729
  ""
1709
1730
  ],
@@ -1752,6 +1773,9 @@
1752
1773
  "Content view version is empty": [
1753
1774
  ""
1754
1775
  ],
1776
+ "Content view version is empty or content counts are not up to date": [
1777
+ ""
1778
+ ],
1755
1779
  "Content views": [
1756
1780
  ""
1757
1781
  ],
@@ -1779,27 +1803,15 @@
1779
1803
  "Copy": [
1780
1804
  ""
1781
1805
  ],
1782
- "Copy all units": [
1783
- ""
1784
- ],
1785
1806
  "Copy an activation key": [
1786
1807
  ""
1787
1808
  ],
1788
- "Copy content": [
1789
- ""
1790
- ],
1791
1809
  "Copy content view": [
1792
1810
  ""
1793
1811
  ],
1794
1812
  "Copy to clipboard": [
1795
1813
  ""
1796
1814
  ],
1797
- "Copy version": [
1798
- ""
1799
- ],
1800
- "Copy version units to library": [
1801
- ""
1802
- ],
1803
1815
  "Cores per socket": [
1804
1816
  ""
1805
1817
  ],
@@ -1974,6 +1986,9 @@
1974
1986
  "Create a filter rule. The parameters included should be based upon the filter type.": [
1975
1987
  ""
1976
1988
  ],
1989
+ "Create a flatpak remote": [
1990
+ ""
1991
+ ],
1977
1992
  "Create a host collection": [
1978
1993
  ""
1979
1994
  ],
@@ -2004,21 +2019,12 @@
2004
2019
  "Create content view": [
2005
2020
  ""
2006
2021
  ],
2007
- "Create exporter": [
2008
- ""
2009
- ],
2010
2022
  "Create filter": [
2011
2023
  ""
2012
2024
  ],
2013
2025
  "Create host collection": [
2014
2026
  ""
2015
2027
  ],
2016
- "Create import": [
2017
- ""
2018
- ],
2019
- "Create importer": [
2020
- ""
2021
- ],
2022
2028
  "Create new activation key": [
2023
2029
  ""
2024
2030
  ],
@@ -2028,12 +2034,6 @@
2028
2034
  "Create package filter rule": [
2029
2035
  ""
2030
2036
  ],
2031
- "Create publication": [
2032
- ""
2033
- ],
2034
- "Create remote": [
2035
- ""
2036
- ],
2037
2037
  "Create rule": [
2038
2038
  ""
2039
2039
  ],
@@ -2259,6 +2259,9 @@
2259
2259
  "Delete a filter rule": [
2260
2260
  ""
2261
2261
  ],
2262
+ "Delete a flatpak remote": [
2263
+ ""
2264
+ ],
2262
2265
  "Delete activation key?": [
2263
2266
  ""
2264
2267
  ],
@@ -2280,36 +2283,12 @@
2280
2283
  "Delete content view filters that have this repository as the last associated repository. Defaults to true. If false, such filters will now apply to all repositories in the content view.": [
2281
2284
  ""
2282
2285
  ],
2283
- "Delete distributions": [
2284
- ""
2285
- ],
2286
2286
  "Delete manifest from Red Hat provider": [
2287
2287
  ""
2288
2288
  ],
2289
2289
  "Delete multiple filters from a content view": [
2290
2290
  ""
2291
2291
  ],
2292
- "Delete orphan alternate content sources": [
2293
- ""
2294
- ],
2295
- "Delete orphan distributions": [
2296
- ""
2297
- ],
2298
- "Delete orphan remotes": [
2299
- ""
2300
- ],
2301
- "Delete orphan repository versions": [
2302
- ""
2303
- ],
2304
- "Delete orphaned migrated repositories": [
2305
- ""
2306
- ],
2307
- "Delete remote": [
2308
- ""
2309
- ],
2310
- "Delete repository references": [
2311
- ""
2312
- ],
2313
2292
  "Delete version": [
2314
2293
  ""
2315
2294
  ],
@@ -2355,6 +2334,9 @@
2355
2334
  "Description for the new published content view version": [
2356
2335
  ""
2357
2336
  ],
2337
+ "Description of the flatpak remote": [
2338
+ ""
2339
+ ],
2358
2340
  "Description of the repository": [
2359
2341
  ""
2360
2342
  ],
@@ -2406,12 +2388,6 @@
2406
2388
  "Destroy an environment in an organization": [
2407
2389
  ""
2408
2390
  ],
2409
- "Destroy exporter": [
2410
- ""
2411
- ],
2412
- "Destroy importer": [
2413
- ""
2414
- ],
2415
2391
  "Destroy one or more alternate content sources": [
2416
2392
  ""
2417
2393
  ],
@@ -2460,9 +2436,6 @@
2460
2436
  "Disabling Simple Content Access failed for '%{subject}'.": [
2461
2437
  ""
2462
2438
  ],
2463
- "Discover": [
2464
- ""
2465
- ],
2466
2439
  "Discover Repositories": [
2467
2440
  ""
2468
2441
  ],
@@ -2658,9 +2631,6 @@
2658
2631
  "Environment cannot be in its own promotion path": [
2659
2632
  ""
2660
2633
  ],
2661
- "Environment contents refresh": [
2662
- ""
2663
- ],
2664
2634
  "Environment identifier": [
2665
2635
  ""
2666
2636
  ],
@@ -2700,9 +2670,6 @@
2700
2670
  "Errata id of the erratum (RHSA-2012:108)": [
2701
2671
  ""
2702
2672
  ],
2703
- "Errata mail": [
2704
- ""
2705
- ],
2706
2673
  "Errata statuses not updated for deleted content facet with UUID %s": [
2707
2674
  ""
2708
2675
  ],
@@ -2862,9 +2829,6 @@
2862
2829
  "Fetch installable errata for one or more hosts.": [
2863
2830
  ""
2864
2831
  ],
2865
- "Fetch pxe files": [
2866
- ""
2867
- ],
2868
2832
  "Fetch traces for one or more hosts": [
2869
2833
  ""
2870
2834
  ],
@@ -2958,9 +2922,6 @@
2958
2922
  "Filter versions that are components in the specified composite version": [
2959
2923
  ""
2960
2924
  ],
2961
- "Filtered index content": [
2962
- ""
2963
- ],
2964
2925
  "Filters": [
2965
2926
  ""
2966
2927
  ],
@@ -2982,6 +2943,15 @@
2982
2943
  "Finished": [
2983
2944
  ""
2984
2945
  ],
2946
+ "Flatpak Remotes": [
2947
+ ""
2948
+ ],
2949
+ "Flatpak remote numeric identifier": [
2950
+ ""
2951
+ ],
2952
+ "Flatpak remote repository numeric identifier": [
2953
+ ""
2954
+ ],
2985
2955
  "Force": [
2986
2956
  ""
2987
2957
  ],
@@ -3042,9 +3012,6 @@
3042
3012
  "Generate host applicability": [
3043
3013
  ""
3044
3014
  ],
3045
- "Generate metadata": [
3046
- ""
3047
- ],
3048
3015
  "Generate repository applicability": [
3049
3016
  ""
3050
3017
  ],
@@ -3282,12 +3249,6 @@
3282
3249
  "How to order the sorted results (e.g. ASC for ascending)": [
3283
3250
  ""
3284
3251
  ],
3285
- "Hypervisors": [
3286
- ""
3287
- ],
3288
- "Hypervisors update": [
3289
- ""
3290
- ],
3291
3252
  "ID of a HTTP Proxy": [
3292
3253
  ""
3293
3254
  ],
@@ -3309,6 +3270,9 @@
3309
3270
  "ID of an organization to show repositories in": [
3310
3271
  ""
3311
3272
  ],
3273
+ "ID of flatpak remote to show repositories of": [
3274
+ ""
3275
+ ],
3312
3276
  "ID of the Organization": [
3313
3277
  ""
3314
3278
  ],
@@ -3369,12 +3333,18 @@
3369
3333
  "Id of the content host": [
3370
3334
  ""
3371
3335
  ],
3336
+ "Id of the content view to limit the content counting on": [
3337
+ ""
3338
+ ],
3372
3339
  "Id of the content view to limit the synchronization on": [
3373
3340
  ""
3374
3341
  ],
3375
3342
  "Id of the content view to limit verifying checksum on": [
3376
3343
  ""
3377
3344
  ],
3345
+ "Id of the environment to limit the content counting on": [
3346
+ ""
3347
+ ],
3378
3348
  "Id of the environment to limit the synchronization on": [
3379
3349
  ""
3380
3350
  ],
@@ -3396,6 +3366,9 @@
3396
3366
  "Id of the organization to limit environments on": [
3397
3367
  ""
3398
3368
  ],
3369
+ "Id of the repository to limit the content counting on": [
3370
+ ""
3371
+ ],
3399
3372
  "Id of the repository to limit the synchronization on": [
3400
3373
  ""
3401
3374
  ],
@@ -3531,6 +3504,27 @@
3531
3504
  "Image": [
3532
3505
  ""
3533
3506
  ],
3507
+ "Image digest": [
3508
+ ""
3509
+ ],
3510
+ "Image digests": [
3511
+ ""
3512
+ ],
3513
+ "Image mode": [
3514
+ ""
3515
+ ],
3516
+ "Image mode / package mode": [
3517
+ ""
3518
+ ],
3519
+ "Image mode details": [
3520
+ ""
3521
+ ],
3522
+ "Image name": [
3523
+ ""
3524
+ ],
3525
+ "Image-mode host": [
3526
+ ""
3527
+ ],
3534
3528
  "Immediate": [
3535
3529
  ""
3536
3530
  ],
@@ -3573,9 +3567,6 @@
3573
3567
  "Import a subscription manifest to give hosts access to Red Hat content.": [
3574
3568
  ""
3575
3569
  ],
3576
- "Import migration": [
3577
- ""
3578
- ],
3579
3570
  "Import new manifest": [
3580
3571
  ""
3581
3572
  ],
@@ -3585,12 +3576,6 @@
3585
3576
  "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view.": [
3586
3577
  ""
3587
3578
  ],
3588
- "Import repository upload": [
3589
- ""
3590
- ],
3591
- "Import upload": [
3592
- ""
3593
- ],
3594
3579
  "Import uploads into a repository": [
3595
3580
  ""
3596
3581
  ],
@@ -3633,6 +3618,9 @@
3633
3618
  "Include filter": [
3634
3619
  ""
3635
3620
  ],
3621
+ "Include manifests": [
3622
+ ""
3623
+ ],
3636
3624
  "Included": [
3637
3625
  ""
3638
3626
  ],
@@ -3654,9 +3642,6 @@
3654
3642
  "Incremental Update incomplete.": [
3655
3643
  ""
3656
3644
  ],
3657
- "Incremental Update of Content View Version(s) ": [
3658
- ""
3659
- ],
3660
3645
  "Incremental Update of %{content_view_count} Content View Version(s) ": [
3661
3646
  ""
3662
3647
  ],
@@ -3669,27 +3654,12 @@
3669
3654
  "Incremental update specified for composite %{name} version %{version}, but no components updated.": [
3670
3655
  ""
3671
3656
  ],
3672
- "Index content": [
3673
- ""
3674
- ],
3675
- "Index errata": [
3676
- ""
3677
- ],
3678
- "Index module streams": [
3679
- ""
3680
- ],
3681
- "Index package groups": [
3682
- ""
3683
- ],
3684
3657
  "Informable Type must be one of the following [ %{list} ]": [
3685
3658
  ""
3686
3659
  ],
3687
3660
  "Inherit from Repository": [
3688
3661
  ""
3689
3662
  ],
3690
- "Initialize": [
3691
- ""
3692
- ],
3693
3663
  "Initiate a sync of the products attached to the sync plan": [
3694
3664
  ""
3695
3665
  ],
@@ -3765,9 +3735,6 @@
3765
3735
  "Installing Package...": [
3766
3736
  ""
3767
3737
  ],
3768
- "Instance update": [
3769
- ""
3770
- ],
3771
3738
  "Instance-based": [
3772
3739
  ""
3773
3740
  ],
@@ -3798,7 +3765,7 @@
3798
3765
  "Invalid erratum filter rule specified, 'errata_id' cannot be specified in the same tuple as 'start_date', 'end_date' or 'types'": [
3799
3766
  ""
3800
3767
  ],
3801
- "Invalid erratum filter rule specified, Must specify at least one of the following: 'errata_id', 'start_date', 'end_date' or 'types'": [
3768
+ "Invalid erratum filter rule specified, Must specify at least one of the following: 'errata_id', 'start_date', 'end_date', 'types', or 'allow_other_types'": [
3802
3769
  ""
3803
3770
  ],
3804
3771
  "Invalid erratum types %{invalid_types} provided. Erratum type can be any of %{valid_types}": [
@@ -3882,9 +3849,27 @@
3882
3849
  "Job '${description}' has started.": [
3883
3850
  ""
3884
3851
  ],
3852
+ "Katello Bootc interface": [
3853
+ ""
3854
+ ],
3885
3855
  "Katello ID of local pool to update": [
3886
3856
  ""
3887
3857
  ],
3858
+ "Katello: Bootc Action": [
3859
+ ""
3860
+ ],
3861
+ "Katello: Bootc Rollback": [
3862
+ ""
3863
+ ],
3864
+ "Katello: Bootc Status": [
3865
+ ""
3866
+ ],
3867
+ "Katello: Bootc Switch": [
3868
+ ""
3869
+ ],
3870
+ "Katello: Bootc Upgrade": [
3871
+ ""
3872
+ ],
3888
3873
  "Katello: Configure host for new content source": [
3889
3874
  ""
3890
3875
  ],
@@ -3933,6 +3918,9 @@
3933
3918
  "Katello: Upload Profile": [
3934
3919
  ""
3935
3920
  ],
3921
+ "Keep latest packages": [
3922
+ ""
3923
+ ],
3936
3924
  "Key-value hash of subscription-manager facts, nesting uses a period delimiter (.)": [
3937
3925
  ""
3938
3926
  ],
@@ -3957,6 +3945,9 @@
3957
3945
  "Label of the content view": [
3958
3946
  ""
3959
3947
  ],
3948
+ "Label of the flatpak remote": [
3949
+ ""
3950
+ ],
3960
3951
  "Last check-in:": [
3961
3952
  ""
3962
3953
  ],
@@ -4122,6 +4113,9 @@
4122
4113
  "List available subscriptions from Red Hat Subscription Management": [
4123
4114
  ""
4124
4115
  ],
4116
+ "List booted bootc container images for hosts": [
4117
+ ""
4118
+ ],
4125
4119
  "List components attached to this content view": [
4126
4120
  ""
4127
4121
  ],
@@ -4161,6 +4155,15 @@
4161
4155
  "List filter rules": [
4162
4156
  ""
4163
4157
  ],
4158
+ "List flatpak remote repositories": [
4159
+ ""
4160
+ ],
4161
+ "List flatpak remote's repositories": [
4162
+ ""
4163
+ ],
4164
+ "List flatpak remotes": [
4165
+ ""
4166
+ ],
4164
4167
  "List host collections": [
4165
4168
  ""
4166
4169
  ],
@@ -4326,6 +4329,9 @@
4326
4329
  "List the lifecycle environments not attached to the smart proxy": [
4327
4330
  ""
4328
4331
  ],
4332
+ "Load balancer": [
4333
+ ""
4334
+ ],
4329
4335
  "Loading": [
4330
4336
  ""
4331
4337
  ],
@@ -4455,9 +4461,6 @@
4455
4461
  "Messaging connection": [
4456
4462
  ""
4457
4463
  ],
4458
- "Metadata generate": [
4459
- ""
4460
- ],
4461
4464
  "Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\\nAlternatively, use the 'force' parameter to regenerate metadata locally. On the next sync, the upstream repository's metadata will overwrite local metadata for 'Complete Mirroring' repositories.": [
4462
4465
  ""
4463
4466
  ],
@@ -4467,6 +4470,12 @@
4467
4470
  "Minimum version": [
4468
4471
  ""
4469
4472
  ],
4473
+ "Mirror Remote Repository": [
4474
+ ""
4475
+ ],
4476
+ "Mirror a flatpak remote repository": [
4477
+ ""
4478
+ ],
4470
4479
  "Missing activation key!": [
4471
4480
  ""
4472
4481
  ],
@@ -4479,6 +4488,9 @@
4479
4488
  "Moderate": [
4480
4489
  ""
4481
4490
  ],
4491
+ "Modify via remote execution": [
4492
+ ""
4493
+ ],
4482
4494
  "Modular": [
4483
4495
  ""
4484
4496
  ],
@@ -4500,13 +4512,7 @@
4500
4512
  "Module streams will appear here after enabling Red Hat repositories or creating custom products.": [
4501
4513
  ""
4502
4514
  ],
4503
- "Multi copy all units": [
4504
- ""
4505
- ],
4506
- "Multi copy content": [
4507
- ""
4508
- ],
4509
- "Multi copy units": [
4515
+ "Multi Content View Environment": [
4510
4516
  ""
4511
4517
  ],
4512
4518
  "Multi-entitlement": [
@@ -4560,6 +4566,12 @@
4560
4566
  "Name of the content view": [
4561
4567
  ""
4562
4568
  ],
4569
+ "Name of the flatpak remote": [
4570
+ ""
4571
+ ],
4572
+ "Name of the flatpak remote repository": [
4573
+ ""
4574
+ ],
4563
4575
  "Name of the host": [
4564
4576
  ""
4565
4577
  ],
@@ -4683,6 +4695,9 @@
4683
4695
  "No content in selected versions.": [
4684
4696
  ""
4685
4697
  ],
4698
+ "No content view environments": [
4699
+ ""
4700
+ ],
4686
4701
  "No content view environments found with ids: %{ids}": [
4687
4702
  ""
4688
4703
  ],
@@ -4719,9 +4734,6 @@
4719
4734
  "No enabled repositories match your search criteria.": [
4720
4735
  ""
4721
4736
  ],
4722
- "No environment": [
4723
- ""
4724
- ],
4725
4737
  "No environments": [
4726
4738
  ""
4727
4739
  ],
@@ -5304,7 +5316,10 @@
5304
5316
  "Package installation: \\\"%{package}\\\" ": [
5305
5317
  ""
5306
5318
  ],
5307
- "Package types to sync for Python content, separated by comma. Leave empty to get every package type. Package types are: bdist_dmg, bdist_dumb, bdist_egg, bdist_msi, bdist_rpm, bdist_wheel, bdist_wininst, sdist.": [
5319
+ "Package mode": [
5320
+ ""
5321
+ ],
5322
+ "Package types to sync for Python content, separated by comma. Leave empty to get every package type. Package types are: bdist_dmg,bdist_dumb,bdist_egg,bdist_msi,bdist_rpm,bdist_wheel,bdist_wininst,sdist.": [
5308
5323
  ""
5309
5324
  ],
5310
5325
  "Packages": [
@@ -5433,6 +5448,9 @@
5433
5448
  "Policy to set for mirroring content. Must be one of %s.": [
5434
5449
  ""
5435
5450
  ],
5451
+ "Possible values: %s": [
5452
+ ""
5453
+ ],
5436
5454
  "Prefer registered through Smart Proxy for remote execution": [
5437
5455
  ""
5438
5456
  ],
@@ -5481,6 +5499,9 @@
5481
5499
  "Product ID": [
5482
5500
  ""
5483
5501
  ],
5502
+ "Product ID to mirror the remote repository to": [
5503
+ ""
5504
+ ],
5484
5505
  "Product and Repositories": [
5485
5506
  ""
5486
5507
  ],
@@ -5661,9 +5682,6 @@
5661
5682
  "Pulp task error": [
5662
5683
  ""
5663
5684
  ],
5664
- "Purge completed tasks": [
5665
- ""
5666
- ],
5667
5685
  "Python Package": [
5668
5686
  ""
5669
5687
  ],
@@ -5772,9 +5790,6 @@
5772
5790
  "Reclaim Space": [
5773
5791
  ""
5774
5792
  ],
5775
- "Reclaim space": [
5776
- ""
5777
- ],
5778
5793
  "Reclaim space from On Demand repositories": [
5779
5794
  ""
5780
5795
  ],
@@ -5838,9 +5853,6 @@
5838
5853
  "Refresh all alternate content sources": [
5839
5854
  ""
5840
5855
  ],
5841
- "Refresh all distributions": [
5842
- ""
5843
- ],
5844
5856
  "Refresh alternate content sources": [
5845
5857
  ""
5846
5858
  ],
@@ -5853,27 +5865,15 @@
5853
5865
  "Refresh counts": [
5854
5866
  ""
5855
5867
  ],
5856
- "Refresh distribution": [
5857
- ""
5858
- ],
5859
5868
  "Refresh errata applicability": [
5860
5869
  ""
5861
5870
  ],
5862
- "Refresh if needed": [
5863
- ""
5864
- ],
5865
5871
  "Refresh package applicability": [
5866
5872
  ""
5867
5873
  ],
5868
5874
  "Refresh previously imported manifest for Red Hat provider": [
5869
5875
  ""
5870
5876
  ],
5871
- "Refresh remote": [
5872
- ""
5873
- ],
5874
- "Refresh repos": [
5875
- ""
5876
- ],
5877
5877
  "Refresh source": [
5878
5878
  ""
5879
5879
  ],
@@ -5898,6 +5898,9 @@
5898
5898
  "Registered on": [
5899
5899
  ""
5900
5900
  ],
5901
+ "Registered to": [
5902
+ ""
5903
+ ],
5901
5904
  "Registering to multiple environments is not enabled.": [
5902
5905
  ""
5903
5906
  ],
@@ -5913,9 +5916,6 @@
5913
5916
  "Registry name pattern will result in invalid container image name of member repositories": [
5914
5917
  ""
5915
5918
  ],
5916
- "Reindex subscriptions": [
5917
- ""
5918
- ],
5919
5919
  "Related composite content views": [
5920
5920
  ""
5921
5921
  ],
@@ -6012,9 +6012,6 @@
6012
6012
  "Remove one or more subscriptions from an upstream manifest": [
6013
6013
  ""
6014
6014
  ],
6015
- "Remove orphans": [
6016
- ""
6017
- ],
6018
6015
  "Remove package group via Katello interface": [
6019
6016
  ""
6020
6017
  ],
@@ -6042,12 +6039,6 @@
6042
6039
  "Remove subscriptions from one or more hosts": [
6043
6040
  ""
6044
6041
  ],
6045
- "Remove units": [
6046
- ""
6047
- ],
6048
- "Remove unneeded repos": [
6049
- ""
6050
- ],
6051
6042
  "Remove versions and/or environments from a content view and reassign systems and keys": [
6052
6043
  ""
6053
6044
  ],
@@ -6072,9 +6063,6 @@
6072
6063
  "Removing this version from all environments will not delete the version. Version will still be available for later promotion.": [
6073
6064
  ""
6074
6065
  ],
6075
- "Repair": [
6076
- ""
6077
- ],
6078
6066
  "Replace content source on the target machine": [
6079
6067
  ""
6080
6068
  ],
@@ -6093,18 +6081,12 @@
6093
6081
  "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected).": [
6094
6082
  ""
6095
6083
  ],
6096
- "Repositories certs reset": [
6097
- ""
6098
- ],
6099
6084
  "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.": [
6100
6085
  ""
6101
6086
  ],
6102
6087
  "Repositories from published Content Views are not allowed.": [
6103
6088
  ""
6104
6089
  ],
6105
- "Repositories gpg reset": [
6106
- ""
6107
- ],
6108
6090
  "Repository": [
6109
6091
  ""
6110
6092
  ],
@@ -6396,6 +6378,12 @@
6396
6378
  "Roles": [
6397
6379
  ""
6398
6380
  ],
6381
+ "Rollback image": [
6382
+ ""
6383
+ ],
6384
+ "Rollback image digest": [
6385
+ ""
6386
+ ],
6399
6387
  "Rules to be added": [
6400
6388
  ""
6401
6389
  ],
@@ -6408,6 +6396,12 @@
6408
6396
  "Running": [
6409
6397
  ""
6410
6398
  ],
6399
+ "Running image": [
6400
+ ""
6401
+ ],
6402
+ "Running image digest": [
6403
+ ""
6404
+ ],
6411
6405
  "SKU": [
6412
6406
  ""
6413
6407
  ],
@@ -6435,25 +6429,10 @@
6435
6429
  "Save": [
6436
6430
  ""
6437
6431
  ],
6438
- "Save artifact": [
6439
- ""
6440
- ],
6441
- "Save distribution references": [
6442
- ""
6443
- ],
6444
- "Save publication": [
6445
- ""
6446
- ],
6447
- "Save version": [
6448
- ""
6449
- ],
6450
- "Save versions": [
6451
- ""
6452
- ],
6453
6432
  "Saving alternate content source...": [
6454
6433
  ""
6455
6434
  ],
6456
- "Scan cdn": [
6435
+ "Scan a flatpak remote": [
6457
6436
  ""
6458
6437
  ],
6459
6438
  "Schema version 1": [
@@ -6561,9 +6540,6 @@
6561
6540
  "Select action": [
6562
6541
  ""
6563
6542
  ],
6564
- "Select add-ons": [
6565
- ""
6566
- ],
6567
6543
  "Select all": [
6568
6544
  ""
6569
6545
  ],
@@ -6702,13 +6678,13 @@
6702
6678
  "Set content overrides to one or more hosts": [
6703
6679
  ""
6704
6680
  ],
6705
- "Set true to override to enabled; Set false to override to disabled.'": [
6681
+ "Set this HTTP proxy as the default content HTTP proxy": [
6706
6682
  ""
6707
6683
  ],
6708
- "Set true to remove an override and reset it to 'default'": [
6684
+ "Set true to override to enabled; Set false to override to disabled.'": [
6709
6685
  ""
6710
6686
  ],
6711
- "Sets the system add-ons": [
6687
+ "Set true to remove an override and reset it to 'default'": [
6712
6688
  ""
6713
6689
  ],
6714
6690
  "Sets the system purpose usage": [
@@ -6744,6 +6720,12 @@
6744
6720
  "Show a content view's history": [
6745
6721
  ""
6746
6722
  ],
6723
+ "Show a flatpak remote": [
6724
+ ""
6725
+ ],
6726
+ "Show a flatpak remote repository": [
6727
+ ""
6728
+ ],
6747
6729
  "Show a host collection": [
6748
6730
  ""
6749
6731
  ],
@@ -7071,6 +7053,12 @@
7071
7053
  "Stacking ID": [
7072
7054
  ""
7073
7055
  ],
7056
+ "Staged image": [
7057
+ ""
7058
+ ],
7059
+ "Staged image digest": [
7060
+ ""
7061
+ ],
7074
7062
  "Start Date": [
7075
7063
  ""
7076
7064
  ],
@@ -7236,9 +7224,6 @@
7236
7224
  "Supported Content Types": [
7237
7225
  ""
7238
7226
  ],
7239
- "Sync": [
7240
- ""
7241
- ],
7242
7227
  "Sync Canceled": [
7243
7228
  ""
7244
7229
  ],
@@ -7293,9 +7278,6 @@
7293
7278
  "Sync all repositories for a product": [
7294
7279
  ""
7295
7280
  ],
7296
- "Sync capsule": [
7297
- ""
7298
- ],
7299
7281
  "Sync complete.": [
7300
7282
  ""
7301
7283
  ],
@@ -7314,9 +7296,6 @@
7314
7296
  "Sync state": [
7315
7297
  ""
7316
7298
  ],
7317
- "Syncable export": [
7318
- ""
7319
- ],
7320
7299
  "Synced": [
7321
7300
  ""
7322
7301
  ],
@@ -7431,6 +7410,9 @@
7431
7410
  "The actual file contents": [
7432
7411
  ""
7433
7412
  ],
7413
+ "The amount of latest versions of a package to keep on sync, includes pre-releases if synced. Default 0 keeps all versions.": [
7414
+ ""
7415
+ ],
7434
7416
  "The content type for the Alternate Content Source": [
7435
7417
  ""
7436
7418
  ],
@@ -7674,6 +7656,9 @@
7674
7656
  "This content view version doesn't have a history.": [
7675
7657
  ""
7676
7658
  ],
7659
+ "This content view version is used in one or more multi-environment hosts. The version will simply be removed from the multi-environment hosts. The content view and lifecycle environment you select here will only apply to single-environment hosts. See hammer activation-key --help for more details.": [
7660
+ ""
7661
+ ],
7677
7662
  "This content view will be automatically updated to the latest version.": [
7678
7663
  ""
7679
7664
  ],
@@ -7686,6 +7671,9 @@
7686
7671
  "This endpoint is primarily designed for UI interactions and uploading content into the repository. For API-based uploads, please use the 'content_uploads' endpoint instead.": [
7687
7672
  ""
7688
7673
  ],
7674
+ "This environment is used in one or more multi-environment activation keys. The environment will simply be removed from the multi-environment keys. The content view and lifecycle environment you select here will only apply to single-environment activation keys. See hammer activation-key --help for more details.": [
7675
+ ""
7676
+ ],
7689
7677
  "This erratum is not installable because it is not in this host's content view and lifecycle environment.": [
7690
7678
  ""
7691
7679
  ],
@@ -7812,7 +7800,7 @@
7812
7800
  "To manage packages, select an action.": [
7813
7801
  ""
7814
7802
  ],
7815
- "Toggle": [
7803
+ "Token/password for the flatpak remote": [
7816
7804
  ""
7817
7805
  ],
7818
7806
  "Total steps: ": [
@@ -8076,6 +8064,9 @@
8076
8064
  "Update a filter rule. The parameters included should be based upon the filter type.": [
8077
8065
  ""
8078
8066
  ],
8067
+ "Update a flatpak remote": [
8068
+ ""
8069
+ ],
8079
8070
  "Update a host collection": [
8080
8071
  ""
8081
8072
  ],
@@ -8100,27 +8091,15 @@
8100
8091
  "Update content counts for the smart proxy": [
8101
8092
  ""
8102
8093
  ],
8103
- "Update content urls": [
8104
- ""
8105
- ],
8106
8094
  "Update content view environments for host": [
8107
8095
  ""
8108
8096
  ],
8109
8097
  "Update content view environments for host %s": [
8110
8098
  ""
8111
8099
  ],
8112
- "Update distributions": [
8113
- ""
8114
- ],
8115
8100
  "Update hosts manually": [
8116
8101
  ""
8117
8102
  ],
8118
- "Update http proxy": [
8119
- ""
8120
- ],
8121
- "Update http proxy details": [
8122
- ""
8123
- ],
8124
8103
  "Update installed packages, enabled repos, module inventory": [
8125
8104
  ""
8126
8105
  ],
@@ -8136,21 +8115,12 @@
8136
8115
  "Update packages via Katello interface": [
8137
8116
  ""
8138
8117
  ],
8139
- "Update redhat repository": [
8140
- ""
8141
- ],
8142
8118
  "Update release version for host": [
8143
8119
  ""
8144
8120
  ],
8145
8121
  "Update release version for host %s": [
8146
8122
  ""
8147
8123
  ],
8148
- "Update remote": [
8149
- ""
8150
- ],
8151
- "Update repository": [
8152
- ""
8153
- ],
8154
8124
  "Update services requiring restart": [
8155
8125
  ""
8156
8126
  ],
@@ -8241,12 +8211,6 @@
8241
8211
  "Upload a subscription manifest": [
8242
8212
  ""
8243
8213
  ],
8244
- "Upload content": [
8245
- ""
8246
- ],
8247
- "Upload file": [
8248
- ""
8249
- ],
8250
8214
  "Upload into": [
8251
8215
  ""
8252
8216
  ],
@@ -8256,9 +8220,6 @@
8256
8220
  "Upload request id": [
8257
8221
  ""
8258
8222
  ],
8259
- "Upload tag": [
8260
- ""
8261
- ],
8262
8223
  "Upstream Candlepin": [
8263
8224
  ""
8264
8225
  ],
@@ -8346,6 +8307,9 @@
8346
8307
  "Username for authentication. Relevant only for 'upstream_server' type.": [
8347
8308
  ""
8348
8309
  ],
8310
+ "Username for the flatpak remote": [
8311
+ ""
8312
+ ],
8349
8313
  "Username of the upstream repository user used for authentication": [
8350
8314
  ""
8351
8315
  ],
@@ -8370,9 +8334,6 @@
8370
8334
  "Verify SSL": [
8371
8335
  ""
8372
8336
  ],
8373
- "Verify checksum": [
8374
- ""
8375
- ],
8376
8337
  "Verify checksum for content on smart proxy": [
8377
8338
  ""
8378
8339
  ],
@@ -8679,6 +8640,9 @@
8679
8640
  "actions not found": [
8680
8641
  ""
8681
8642
  ],
8643
+ "activation key": [
8644
+ ""
8645
+ ],
8682
8646
  "activation key identifier": [
8683
8647
  ""
8684
8648
  ],
@@ -8790,7 +8754,7 @@
8790
8754
  "cannot be set because unlimited hosts is set": [
8791
8755
  ""
8792
8756
  ],
8793
- "cannot be set for non-yum repositories.": [
8757
+ "cannot be set for repositories without 'Additive' mirroring policy.": [
8794
8758
  ""
8795
8759
  ],
8796
8760
  "cannot contain characters other than ascii alpha numerals, '_', '-'. ": [
@@ -8832,6 +8796,9 @@
8832
8796
  "content type ('deb', 'docker_manifest', 'file', 'ostree_ref', 'rpm', 'srpm')": [
8833
8797
  ""
8834
8798
  ],
8799
+ "content type ('deb', 'file', 'ostree_ref', 'rpm', 'srpm')": [
8800
+ ""
8801
+ ],
8835
8802
  "content view component ID. Identifier of the component association": [
8836
8803
  ""
8837
8804
  ],
@@ -8916,7 +8883,7 @@
8916
8883
  "disk": [
8917
8884
  ""
8918
8885
  ],
8919
- "download policy for yum, deb, and docker repos (either 'immediate' or 'on_demand')": [
8886
+ "download policy for deb, docker, file and yum repos (either 'immediate' or 'on_demand')": [
8920
8887
  ""
8921
8888
  ],
8922
8889
  "enables or disables synchronization": [
@@ -8955,6 +8922,9 @@
8955
8922
  "erratum: IDs or a select all object": [
8956
8923
  ""
8957
8924
  ],
8925
+ "erratum: allow types not matching a valid errata type": [
8926
+ ""
8927
+ ],
8958
8928
  "erratum: end date (YYYY-MM-DD)": [
8959
8929
  ""
8960
8930
  ],
@@ -9015,6 +8985,9 @@
9015
8985
  "here": [
9016
8986
  ""
9017
8987
  ],
8988
+ "host": [
8989
+ ""
8990
+ ],
9018
8991
  "host collection name to filter by": [
9019
8992
  ""
9020
8993
  ],
@@ -9135,6 +9108,18 @@
9135
9108
  "module streams not found": [
9136
9109
  ""
9137
9110
  ],
9111
+ "multi-environment activation key": [
9112
+ ""
9113
+ ],
9114
+ "multi-environment activation keys": [
9115
+ ""
9116
+ ],
9117
+ "multi-environment host": [
9118
+ ""
9119
+ ],
9120
+ "multi-environment hosts": [
9121
+ ""
9122
+ ],
9138
9123
  "must be %{gpg_key} or %{cert}": [
9139
9124
  ""
9140
9125
  ],