katello 4.13.1 → 4.14.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 (386) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/katello/hosts/host_and_hostgroup_edit.js +12 -8
  3. data/app/assets/javascripts/katello/locale/bn/katello.js +274 -22
  4. data/app/assets/javascripts/katello/locale/bn_IN/katello.js +274 -22
  5. data/app/assets/javascripts/katello/locale/ca/katello.js +274 -22
  6. data/app/assets/javascripts/katello/locale/cs/katello.js +274 -22
  7. data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +275 -23
  8. data/app/assets/javascripts/katello/locale/de/katello.js +280 -28
  9. data/app/assets/javascripts/katello/locale/de_AT/katello.js +274 -22
  10. data/app/assets/javascripts/katello/locale/de_DE/katello.js +274 -22
  11. data/app/assets/javascripts/katello/locale/el/katello.js +274 -22
  12. data/app/assets/javascripts/katello/locale/en/katello.js +274 -22
  13. data/app/assets/javascripts/katello/locale/en_GB/katello.js +274 -22
  14. data/app/assets/javascripts/katello/locale/en_US/katello.js +274 -22
  15. data/app/assets/javascripts/katello/locale/es/katello.js +276 -24
  16. data/app/assets/javascripts/katello/locale/et_EE/katello.js +274 -22
  17. data/app/assets/javascripts/katello/locale/fr/katello.js +283 -31
  18. data/app/assets/javascripts/katello/locale/gl/katello.js +274 -22
  19. data/app/assets/javascripts/katello/locale/gu/katello.js +274 -22
  20. data/app/assets/javascripts/katello/locale/he_IL/katello.js +274 -22
  21. data/app/assets/javascripts/katello/locale/hi/katello.js +274 -22
  22. data/app/assets/javascripts/katello/locale/id/katello.js +274 -22
  23. data/app/assets/javascripts/katello/locale/it/katello.js +274 -22
  24. data/app/assets/javascripts/katello/locale/ja/katello.js +283 -31
  25. data/app/assets/javascripts/katello/locale/ka/katello.js +280 -28
  26. data/app/assets/javascripts/katello/locale/kn/katello.js +274 -22
  27. data/app/assets/javascripts/katello/locale/ko/katello.js +274 -22
  28. data/app/assets/javascripts/katello/locale/ml_IN/katello.js +274 -22
  29. data/app/assets/javascripts/katello/locale/mr/katello.js +274 -22
  30. data/app/assets/javascripts/katello/locale/nl_NL/katello.js +274 -22
  31. data/app/assets/javascripts/katello/locale/or/katello.js +274 -22
  32. data/app/assets/javascripts/katello/locale/pa/katello.js +274 -22
  33. data/app/assets/javascripts/katello/locale/pl/katello.js +274 -22
  34. data/app/assets/javascripts/katello/locale/pl_PL/katello.js +274 -22
  35. data/app/assets/javascripts/katello/locale/pt/katello.js +274 -22
  36. data/app/assets/javascripts/katello/locale/pt_BR/katello.js +276 -24
  37. data/app/assets/javascripts/katello/locale/ro/katello.js +274 -22
  38. data/app/assets/javascripts/katello/locale/ro_RO/katello.js +274 -22
  39. data/app/assets/javascripts/katello/locale/ru/katello.js +274 -22
  40. data/app/assets/javascripts/katello/locale/sl/katello.js +274 -22
  41. data/app/assets/javascripts/katello/locale/sv_SE/katello.js +274 -22
  42. data/app/assets/javascripts/katello/locale/ta/katello.js +274 -22
  43. data/app/assets/javascripts/katello/locale/ta_IN/katello.js +274 -22
  44. data/app/assets/javascripts/katello/locale/te/katello.js +274 -22
  45. data/app/assets/javascripts/katello/locale/tr/katello.js +274 -22
  46. data/app/assets/javascripts/katello/locale/vi/katello.js +274 -22
  47. data/app/assets/javascripts/katello/locale/vi_VN/katello.js +274 -22
  48. data/app/assets/javascripts/katello/locale/zh/katello.js +274 -22
  49. data/app/assets/javascripts/katello/locale/zh_CN/katello.js +283 -31
  50. data/app/assets/javascripts/katello/locale/zh_TW/katello.js +274 -22
  51. data/app/controllers/katello/api/registry/registry_proxies_controller.rb +118 -74
  52. data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +15 -10
  53. data/app/controllers/katello/api/v2/activation_keys_controller.rb +1 -1
  54. data/app/controllers/katello/api/v2/api_controller.rb +7 -0
  55. data/app/controllers/katello/api/v2/content_view_versions_controller.rb +4 -4
  56. data/app/controllers/katello/api/v2/debs_controller.rb +3 -2
  57. data/app/controllers/katello/api/v2/environments_controller.rb +2 -4
  58. data/app/controllers/katello/api/v2/host_contents_controller.rb +8 -3
  59. data/app/controllers/katello/api/v2/host_errata_controller.rb +4 -4
  60. data/app/controllers/katello/api/v2/host_packages_controller.rb +2 -2
  61. data/app/controllers/katello/api/v2/organizations_controller.rb +1 -1
  62. data/app/controllers/katello/api/v2/packages_controller.rb +13 -3
  63. data/app/controllers/katello/api/v2/repositories_bulk_actions_controller.rb +6 -2
  64. data/app/controllers/katello/api/v2/repositories_controller.rb +3 -4
  65. data/app/controllers/katello/api/v2/repository_sets_controller.rb +13 -14
  66. data/app/controllers/katello/api/v2/subscriptions_controller.rb +15 -9
  67. data/app/controllers/katello/api/v2/sync_controller.rb +2 -2
  68. data/app/controllers/katello/application_controller.rb +1 -1
  69. data/app/controllers/katello/concerns/api/v2/authorization.rb +3 -2
  70. data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +28 -0
  71. data/app/controllers/katello/concerns/api/v2/registration_commands_controller_extensions.rb +1 -1
  72. data/app/controllers/katello/concerns/api/v2/repository_content_controller.rb +4 -3
  73. data/app/controllers/katello/concerns/hosts_controller_extensions.rb +2 -4
  74. data/app/controllers/katello/remote_execution_controller.rb +53 -58
  75. data/app/helpers/katello/hosts_and_hostgroups_helper.rb +19 -2
  76. data/app/helpers/katello/katello_urls_helper.rb +1 -1
  77. data/app/lib/actions/katello/alternate_content_source/alternate_content_source_common.rb +1 -1
  78. data/app/lib/actions/katello/alternate_content_source/update.rb +2 -1
  79. data/app/lib/actions/katello/capsule_content/verify_checksum.rb +1 -2
  80. data/app/lib/actions/katello/content_view/publish.rb +1 -0
  81. data/app/lib/actions/katello/content_view_version/create_repos.rb +1 -0
  82. data/app/lib/actions/katello/content_view_version/incremental_update.rb +3 -2
  83. data/app/lib/actions/katello/environment/{publish_repositories.rb → publish_container_repositories.rb} +10 -8
  84. data/app/lib/actions/katello/foreman/content_update.rb +4 -6
  85. data/app/lib/actions/katello/host/hypervisors_update.rb +6 -4
  86. data/app/lib/actions/katello/repository/create.rb +4 -4
  87. data/app/lib/actions/katello/repository/import_upload.rb +4 -6
  88. data/app/lib/actions/katello/repository/metadata_generate.rb +1 -0
  89. data/app/lib/actions/katello/repository/update.rb +3 -3
  90. data/app/lib/actions/katello/repository_set/enable_repository.rb +5 -6
  91. data/app/lib/actions/middleware/backend_services_check.rb +3 -2
  92. data/app/lib/actions/pulp3/abstract_async_task.rb +2 -4
  93. data/app/lib/actions/pulp3/capsule_content/verify_checksum.rb +1 -2
  94. data/app/lib/actions/pulp3/orchestration/repository/copy_all_units.rb +5 -1
  95. data/app/lib/actions/pulp3/orchestration/repository/delete.rb +5 -2
  96. data/app/lib/actions/pulp3/repository/save_version.rb +3 -5
  97. data/app/lib/katello/concerns/base_template_scope_extensions.rb +5 -9
  98. data/app/lib/katello/errors.rb +1 -0
  99. data/app/lib/katello/http_resource.rb +1 -0
  100. data/app/lib/katello/lazy_accessor.rb +1 -1
  101. data/app/lib/katello/resources/candlepin/candlepin_ping.rb +0 -5
  102. data/app/lib/katello/resources/candlepin/owner.rb +1 -1
  103. data/app/lib/katello/resources/candlepin/pool.rb +1 -2
  104. data/app/lib/katello/resources/candlepin/upstream_job.rb +1 -1
  105. data/app/lib/katello/resources/cdn.rb +3 -2
  106. data/app/lib/katello/resources/discovery/yum.rb +3 -3
  107. data/app/lib/katello/util/cdn_var_substitutor.rb +5 -3
  108. data/app/lib/katello/util/data.rb +3 -2
  109. data/app/lib/katello/util/errata.rb +4 -3
  110. data/app/lib/katello/util/package.rb +3 -3
  111. data/app/lib/katello/util/path_with_substitutions.rb +1 -1
  112. data/app/lib/katello/util/report_table.rb +3 -2
  113. data/app/lib/katello/util/url_matcher.rb +1 -1
  114. data/app/lib/katello/validators/alternate_content_source_path_validator.rb +4 -3
  115. data/app/lib/katello/validators/alternate_content_source_products_validator.rb +5 -7
  116. data/app/lib/katello/validators/container_image_name_validator.rb +1 -1
  117. data/app/lib/katello/validators/katello_name_format_validator.rb +2 -2
  118. data/app/lib/katello/validators/no_trailing_space_validator.rb +2 -2
  119. data/app/lib/katello/validators/prior_validator.rb +2 -2
  120. data/app/lib/katello/validators/product_unique_attribute_validator.rb +2 -4
  121. data/app/models/katello/activation_key.rb +4 -6
  122. data/app/models/katello/alternate_content_source.rb +1 -1
  123. data/app/models/katello/authorization/host_tracer.rb +1 -2
  124. data/app/models/katello/candlepin/repository_mapper.rb +2 -2
  125. data/app/models/katello/concerns/host_managed_extensions.rb +41 -10
  126. data/app/models/katello/concerns/hostgroup_extensions.rb +2 -4
  127. data/app/models/katello/concerns/location_extensions.rb +2 -4
  128. data/app/models/katello/concerns/operatingsystem_extensions.rb +84 -16
  129. data/app/models/katello/concerns/smart_proxy_extensions.rb +4 -4
  130. data/app/models/katello/concerns/subscription_facet_host_extensions.rb +2 -0
  131. data/app/models/katello/content_view.rb +5 -1
  132. data/app/models/katello/content_view_environment.rb +19 -4
  133. data/app/models/katello/content_view_environment_content_facet.rb +11 -0
  134. data/app/models/katello/erratum.rb +1 -1
  135. data/app/models/katello/event.rb +1 -1
  136. data/app/models/katello/glue/provider.rb +1 -2
  137. data/app/models/katello/hash_util.rb +1 -1
  138. data/app/models/katello/host/content_facet.rb +16 -3
  139. data/app/models/katello/host/subscription_facet.rb +27 -4
  140. data/app/models/katello/host_collection.rb +12 -8
  141. data/app/models/katello/pool.rb +5 -1
  142. data/app/models/katello/product.rb +7 -4
  143. data/app/models/katello/provider.rb +1 -2
  144. data/app/models/katello/repository.rb +18 -4
  145. data/app/models/katello/root_repository.rb +19 -0
  146. data/app/models/katello/rpm.rb +2 -2
  147. data/app/models/katello/subscription_facet_pool.rb +1 -1
  148. data/app/models/katello/sync_plan.rb +5 -4
  149. data/app/models/katello/task_status.rb +18 -18
  150. data/app/presenters/katello/product_host_count_presenter.rb +10 -0
  151. data/app/services/katello/candlepin/consumer.rb +11 -11
  152. data/app/services/katello/candlepin/message_handler.rb +3 -2
  153. data/app/services/katello/content_unit_indexer.rb +6 -0
  154. data/app/services/katello/pulp3/alternate_content_source.rb +1 -3
  155. data/app/services/katello/pulp3/api/core.rb +1 -1
  156. data/app/services/katello/pulp3/api/docker.rb +10 -0
  157. data/app/services/katello/pulp3/content_view_version/export.rb +1 -0
  158. data/app/services/katello/pulp3/content_view_version/import.rb +6 -4
  159. data/app/services/katello/pulp3/content_view_version/importable_products.rb +1 -3
  160. data/app/services/katello/pulp3/repository/apt.rb +4 -16
  161. data/app/services/katello/pulp3/repository/yum.rb +9 -5
  162. data/app/services/katello/pulp3/repository.rb +2 -2
  163. data/app/services/katello/pulp3/repository_mirror.rb +2 -9
  164. data/app/services/katello/pulp3/task.rb +4 -2
  165. data/app/services/katello/registration_manager.rb +13 -3
  166. data/app/services/katello/smart_proxy_helper.rb +1 -0
  167. data/app/views/dashboard/_host_collection_widget.html.erb +5 -4
  168. data/app/views/foreman/job_templates/install_errata.erb +2 -0
  169. data/app/views/foreman/job_templates/install_errata_-_katello_ansible_default.erb +2 -0
  170. data/app/views/foreman/job_templates/install_errata_by_search_query.erb +2 -0
  171. data/app/views/foreman/job_templates/install_errata_by_search_query_-_katello_ansible_default.erb +3 -1
  172. data/app/views/foreman/job_templates/install_packages_by_search_query_-_katello_ansible_default.erb +1 -1
  173. data/app/views/foreman/job_templates/remove_packages_by_search_query_-_katello_ansible_default.erb +2 -2
  174. data/app/views/foreman/job_templates/resolve_traces.erb +5 -1
  175. data/app/views/foreman/job_templates/update_packages_by_search_query_-_katello_ansible_default.erb +1 -1
  176. data/app/views/foreman/job_templates/upload_profile.erb +2 -0
  177. data/app/views/foreman/smart_proxies/_reclaim_space.html.erb +7 -5
  178. data/app/views/katello/api/v2/content_facet/base.json.rabl +18 -2
  179. data/app/views/katello/api/v2/packages/thindex.json.rabl +6 -0
  180. data/app/views/katello/api/v2/repositories/show.json.rabl +8 -8
  181. data/app/views/katello/api/v2/repository_sets/show.json.rabl +1 -1
  182. data/app/views/katello/api/v2/subscription_facet/base.json.rabl +1 -1
  183. data/app/views/katello/api/v2/subscriptions/index.json.rabl +1 -0
  184. data/app/views/katello/api/v2/subscriptions/show.json.rabl +1 -0
  185. data/app/views/overrides/activation_keys/_host_environment_select.html.erb +14 -11
  186. data/app/views/overrides/activation_keys/_host_synced_content_select.html.erb +4 -4
  187. data/config/routes/api/v2.rb +3 -1
  188. data/config/routes.rb +1 -3
  189. data/db/migrate/20160114200145_add_mirror_on_sync_to_repositories.rb +1 -0
  190. data/db/migrate/20160131182301_add_download_policy_to_katello_repositories.rb +1 -0
  191. data/db/migrate/20210119162528_delete_puppet_and_ostree_repos.rb +3 -0
  192. data/db/migrate/20240522165308_add_priority_to_content_view_environment_content_facet.rb +5 -0
  193. data/db/migrate/20240621121212_katello_repository_debs_id_bigint.rb +6 -0
  194. data/db/migrate/20240729192228_add_convert2rhel_to_host_facets.rb +9 -0
  195. data/db/seeds.d/102-organizations.rb +5 -7
  196. data/db/seeds.d/150-module_job_templates.rb +7 -9
  197. data/db/seeds.d/75-job_templates.rb +9 -16
  198. data/engines/bastion_katello/README.md +3 -0
  199. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js +3 -3
  200. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-info.html +6 -6
  201. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/views/erratum-content-hosts.html +2 -2
  202. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +4 -4
  203. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/views/package-info.html +6 -6
  204. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html +28 -27
  205. data/engines/bastion_katello/lib/bastion_katello/engine.rb +2 -2
  206. data/lib/katello/engine.rb +1 -8
  207. data/lib/katello/permission_creator.rb +3 -2
  208. data/lib/katello/plugin.rb +31 -27
  209. data/lib/katello/tasks/clean_old_file_repos.rake +2 -4
  210. data/lib/katello/tasks/reset.rake +3 -4
  211. data/lib/katello/version.rb +1 -1
  212. data/lib/katello.rb +0 -2
  213. data/lib/monkeys/ar_postgres_evr_t.rb +2 -0
  214. data/locale/action_names.rb +1 -1
  215. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  216. data/locale/bn/katello.po +274 -22
  217. data/locale/bn_IN/katello.po +274 -22
  218. data/locale/ca/katello.po +274 -22
  219. data/locale/cs/katello.po +274 -22
  220. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  221. data/locale/cs_CZ/katello.po +275 -23
  222. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  223. data/locale/de/katello.po +280 -28
  224. data/locale/de_AT/katello.po +274 -22
  225. data/locale/de_DE/katello.po +274 -22
  226. data/locale/el/katello.po +274 -22
  227. data/locale/en/katello.po +274 -22
  228. data/locale/en_GB/katello.po +274 -22
  229. data/locale/en_US/katello.po +274 -22
  230. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  231. data/locale/es/katello.po +276 -24
  232. data/locale/et_EE/katello.po +274 -22
  233. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  234. data/locale/fr/katello.po +283 -31
  235. data/locale/gl/katello.po +274 -22
  236. data/locale/gu/katello.po +274 -22
  237. data/locale/he_IL/katello.po +274 -22
  238. data/locale/hi/katello.po +274 -22
  239. data/locale/id/katello.po +274 -22
  240. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  241. data/locale/it/katello.po +274 -22
  242. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  243. data/locale/ja/katello.po +283 -31
  244. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  245. data/locale/ka/katello.po +280 -28
  246. data/locale/katello.pot +1001 -527
  247. data/locale/kn/katello.po +274 -22
  248. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  249. data/locale/ko/katello.po +274 -22
  250. data/locale/ml_IN/katello.po +274 -22
  251. data/locale/mr/katello.po +274 -22
  252. data/locale/nl_NL/katello.po +274 -22
  253. data/locale/or/katello.po +274 -22
  254. data/locale/pa/katello.po +274 -22
  255. data/locale/pl/katello.po +274 -22
  256. data/locale/pl_PL/katello.po +274 -22
  257. data/locale/pt/katello.po +274 -22
  258. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  259. data/locale/pt_BR/katello.po +276 -24
  260. data/locale/ro/katello.po +274 -22
  261. data/locale/ro_RO/katello.po +274 -22
  262. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  263. data/locale/ru/katello.po +274 -22
  264. data/locale/sl/katello.po +274 -22
  265. data/locale/sv_SE/katello.po +274 -22
  266. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  267. data/locale/ta/katello.po +274 -22
  268. data/locale/ta_IN/katello.po +274 -22
  269. data/locale/te/katello.po +274 -22
  270. data/locale/tr/katello.po +274 -22
  271. data/locale/vi/katello.po +274 -22
  272. data/locale/vi_VN/katello.po +274 -22
  273. data/locale/zh/katello.po +274 -22
  274. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  275. data/locale/zh_CN/katello.po +283 -31
  276. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  277. data/locale/zh_TW/katello.po +274 -22
  278. data/webpack/ForemanColumnExtensions/index.js +44 -1
  279. data/webpack/components/Table/TableWrapper.js +6 -0
  280. data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js +24 -3
  281. data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ContentViewDetailsCard.js +124 -56
  282. data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/HostContentViewActions.js +2 -3
  283. data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/__tests__/contentViewDetailsCard.test.js +44 -10
  284. data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionActions.js +75 -31
  285. data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionConstants.js +1 -0
  286. data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionHooks.js +1 -1
  287. data/webpack/components/extensions/HostDetails/Tabs/customizedRexUrlHelpers.js +22 -7
  288. data/webpack/components/extensions/Hosts/ActionsBar/ActionsBar.scss +14 -0
  289. data/webpack/components/extensions/Hosts/ActionsBar/index.js +82 -23
  290. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCVModal/index.js +5 -2
  291. data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/02_BulkErrataTable.js +171 -0
  292. data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_Review.js +160 -0
  293. data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_ReviewFooter.js +99 -0
  294. data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/BulkErrataWizard.js +157 -0
  295. data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/index.js +24 -0
  296. data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js +157 -0
  297. data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js +168 -0
  298. data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_ReviewFooter.js +141 -0
  299. data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js +252 -0
  300. data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/index.js +24 -0
  301. data/webpack/components/extensions/Hosts/BulkActions/HostReview.js +176 -0
  302. data/webpack/components/extensions/Hosts/TableRowActions/index.js +17 -0
  303. data/webpack/global_index.js +11 -3
  304. data/webpack/redux/actions/RedHatRepositories/repositorySetRepositories.js +5 -6
  305. data/webpack/redux/reducers/RedHatRepositories/__tests__/repositorySetRepositories.test.js +1 -1
  306. data/webpack/redux/reducers/RedHatRepositories/repositorySetRepositories.js +1 -1
  307. data/webpack/scenes/ContentViews/Copy/CopyContentViewModal.js +2 -1
  308. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js +2 -1
  309. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js +2 -1
  310. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +2 -1
  311. data/webpack/scenes/ContentViews/Details/ContentViewDetails.js +2 -1
  312. data/webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js +2 -2
  313. data/webpack/scenes/ContentViews/Publish/CVPublishForm.js +2 -1
  314. data/webpack/scenes/ContentViews/Publish/CVPublishReview.js +3 -2
  315. data/webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js +2 -1
  316. data/webpack/scenes/ContentViews/Table/ContentViewsTable.js +2 -1
  317. data/webpack/scenes/ContentViews/components/CVBreadCrumb.js +2 -1
  318. data/webpack/scenes/ContentViews/components/ContentViewSelect/ContentViewSelectOption.js +2 -2
  319. data/webpack/scenes/Subscriptions/Details/SubscriptionAttributes.js +1 -0
  320. data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetailInfo.test.js.snap +10 -0
  321. data/webpack/scenes/Subscriptions/SubscriptionConstants.js +6 -0
  322. data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsPage.test.js.snap +2 -0
  323. data/webpack/scenes/Subscriptions/__tests__/subscriptions.fixtures.js +14 -0
  324. data/webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableHelpers.js +1 -0
  325. data/webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableSchema.js +10 -0
  326. data/webpack/scenes/Subscriptions/components/SubscriptionsTable/__tests__/SubscriptionsTable.fixtures.js +1 -0
  327. data/webpack/scenes/Subscriptions/components/SubscriptionsToolbar/__snapshots__/SubscriptionsToolbar.test.js.snap +10 -0
  328. data/webpack/scenes/Tasks/helpers.js +1 -1
  329. metadata +24 -63
  330. data/app/assets/javascripts/katello/containers/container.js +0 -304
  331. data/app/lib/katello/util/http_helper.rb +0 -15
  332. data/app/models/732bd3db9f64c621c64d2be4f2a838727aac0845.patch +0 -61
  333. data/app/models/katello/repository.rb.bak +0 -978
  334. data/app/services/katello/pulp3/content_view_version/import_validator.rb.bak +0 -166
  335. data/app/services/katello/pulp3/content_view_version/importable_repositories.rb.bak +0 -164
  336. data/lib/katello/tasks/update_repository_expiry.rake +0 -114
  337. data/locale/bn/katello.po.time_stamp +0 -0
  338. data/locale/bn_IN/katello.po.time_stamp +0 -0
  339. data/locale/ca/katello.po.time_stamp +0 -0
  340. data/locale/cs/katello.po.time_stamp +0 -0
  341. data/locale/cs_CZ/katello.po.time_stamp +0 -0
  342. data/locale/de/katello.po.time_stamp +0 -0
  343. data/locale/de_AT/katello.po.time_stamp +0 -0
  344. data/locale/de_DE/katello.po.time_stamp +0 -0
  345. data/locale/el/katello.po.time_stamp +0 -0
  346. data/locale/en/katello.po.time_stamp +0 -0
  347. data/locale/en_GB/katello.po.time_stamp +0 -0
  348. data/locale/en_US/katello.po.time_stamp +0 -0
  349. data/locale/es/katello.po.time_stamp +0 -0
  350. data/locale/et_EE/katello.po.time_stamp +0 -0
  351. data/locale/fr/katello.po.time_stamp +0 -0
  352. data/locale/gl/katello.po.time_stamp +0 -0
  353. data/locale/gu/katello.po.time_stamp +0 -0
  354. data/locale/he_IL/katello.po.time_stamp +0 -0
  355. data/locale/hi/katello.po.time_stamp +0 -0
  356. data/locale/id/katello.po.time_stamp +0 -0
  357. data/locale/it/katello.po.time_stamp +0 -0
  358. data/locale/ja/katello.po.time_stamp +0 -0
  359. data/locale/ka/katello.po.time_stamp +0 -0
  360. data/locale/kn/katello.po.time_stamp +0 -0
  361. data/locale/ko/katello.po.time_stamp +0 -0
  362. data/locale/ml_IN/katello.po.time_stamp +0 -0
  363. data/locale/mr/katello.po.time_stamp +0 -0
  364. data/locale/nl_NL/katello.po.time_stamp +0 -0
  365. data/locale/or/katello.po.time_stamp +0 -0
  366. data/locale/pa/katello.po.time_stamp +0 -0
  367. data/locale/pl/katello.po.time_stamp +0 -0
  368. data/locale/pl_PL/katello.po.time_stamp +0 -0
  369. data/locale/pt/katello.po.time_stamp +0 -0
  370. data/locale/pt_BR/katello.po.time_stamp +0 -0
  371. data/locale/ro/katello.po.time_stamp +0 -0
  372. data/locale/ro_RO/katello.po.time_stamp +0 -0
  373. data/locale/ru/katello.po.time_stamp +0 -0
  374. data/locale/sl/katello.po.time_stamp +0 -0
  375. data/locale/sv_SE/katello.po.time_stamp +0 -0
  376. data/locale/ta/katello.po.time_stamp +0 -0
  377. data/locale/ta_IN/katello.po.time_stamp +0 -0
  378. data/locale/te/katello.po.time_stamp +0 -0
  379. data/locale/tr/katello.po.time_stamp +0 -0
  380. data/locale/vi/katello.po.time_stamp +0 -0
  381. data/locale/vi_VN/katello.po.time_stamp +0 -0
  382. data/locale/zh/katello.po.time_stamp +0 -0
  383. data/locale/zh_CN/katello.po.time_stamp +0 -0
  384. data/locale/zh_TW/katello.po.time_stamp +0 -0
  385. data/webpack/global_test_setup.js.bak +0 -59
  386. data/webpack/utils/useKatelloDocUrl.js +0 -18
@@ -164,6 +164,9 @@ msgstr ""
164
164
  msgid "%s is unreachable. %s"
165
165
  msgstr "%s é inalcançável. %s"
166
166
 
167
+ msgid "%s was not found!"
168
+ msgstr ""
169
+
167
170
  msgid "%{errata} (%{total} other errata)"
168
171
  msgstr "%{errata} (%{total} outras erratas)"
169
172
 
@@ -419,6 +422,12 @@ msgstr ""
419
422
  msgid "A backend service [ %s ] is unreachable"
420
423
  msgstr "Um serviço backend [ %s ] é inatingível"
421
424
 
425
+ msgid "A comma-separated list of refs to include during a sync. The wildcards *, ? are recognized."
426
+ msgstr ""
427
+
428
+ msgid "A comma-separated list of tags to exclude during a sync. The wildcards *, ? are recognized. 'exclude_refs' is evaluated after 'include_refs'."
429
+ msgstr ""
430
+
422
431
  msgid "A large number of errata are unapplied in this content view, so only the first 100 are shown."
423
432
  msgstr "Diversas erratas não são aplicadas nesta visualização de conteúdo, portanto somente as primeiras 100 aparecem."
424
433
 
@@ -527,7 +536,7 @@ msgstr ""
527
536
  msgid "Activation keys can be managed {here}."
528
537
  msgstr ""
529
538
 
530
- msgid "Activation keys for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. Required only if host group has no activation keys."
539
+ msgid "Activation keys for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. Required only if host group has no activation keys or if you do not provide a host group."
531
540
  msgstr ""
532
541
 
533
542
  msgid "Activation keys may be used during {system_registration}."
@@ -653,6 +662,9 @@ msgstr ""
653
662
  msgid "Affected Repositories"
654
663
  msgstr "Repositórios afetados"
655
664
 
665
+ msgid "Affected hosts"
666
+ msgstr ""
667
+
656
668
  msgid "Affected repositories"
657
669
  msgstr ""
658
670
 
@@ -692,7 +704,7 @@ msgstr ""
692
704
  msgid "All versions will be removed from these environments"
693
705
  msgstr ""
694
706
 
695
- msgid "Allow a host to be registered to multiple content view environments with 'subscription-manager register --environments'."
707
+ msgid "Allow a host to be assigned to multiple content view environments with 'subscription-manager register --environments' or 'subscription-manager environments --set'."
696
708
  msgstr ""
697
709
 
698
710
  msgid "Allow deleting repositories in published content views"
@@ -791,15 +803,24 @@ msgstr "Aplicável"
791
803
  msgid "Applicable Content Hosts"
792
804
  msgstr "Hosts de Conteúdo Aplicável"
793
805
 
806
+ msgid "Applicable bugfix/enhancement errata"
807
+ msgstr ""
808
+
794
809
  msgid "Applicable errata apply to at least one package installed on the host."
795
810
  msgstr ""
796
811
 
812
+ msgid "Applicable security errata"
813
+ msgstr ""
814
+
797
815
  msgid "Application"
798
816
  msgstr "Aplicação"
799
817
 
800
818
  msgid "Apply"
801
819
  msgstr "Aplicar"
802
820
 
821
+ msgid "Apply errata"
822
+ msgstr ""
823
+
803
824
  msgid "Apply erratum"
804
825
  msgstr ""
805
826
 
@@ -866,6 +887,9 @@ msgstr "Matriz de componentes para adicionar"
866
887
  msgid "Array of content view component IDs to remove. Identifier of the component association"
867
888
  msgstr "Matriz de IDs de componentes de visualização de conteúdo para remover. Identificador da associação do componente"
868
889
 
890
+ msgid "Array of content view environment ids to be associated with the host. Ignored if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
891
+ msgstr ""
892
+
869
893
  msgid "Array of host ids"
870
894
  msgstr "Matriz de IDs de host "
871
895
 
@@ -905,6 +929,9 @@ msgstr "Atribuir o ambiente e a visualização de conteúdo a um ou mais hosts"
905
929
  msgid "Assign the release version to one or more hosts"
906
930
  msgstr "Atribuir a versão de lançamento a um ou mais hosts"
907
931
 
932
+ msgid "Assigning a host to multiple content view environments is not enabled."
933
+ msgstr ""
934
+
908
935
  msgid "Associated location IDs"
909
936
  msgstr "IDs de local associadas"
910
937
 
@@ -1100,6 +1127,9 @@ msgstr "Calcular Errata Aplicável baseada em uma Visualização de Conteúdo es
1100
1127
  msgid "Calculate Applicable Errata based on a particular Environment"
1101
1128
  msgstr "Calcular Errata Aplicável baseada em um Ambiente específico"
1102
1129
 
1130
+ msgid "Calculate content counts on smart proxies automatically"
1131
+ msgstr ""
1132
+
1103
1133
  msgid "Can communicate with the Red Hat Portal for subscriptions."
1104
1134
  msgstr ""
1105
1135
 
@@ -1241,6 +1271,9 @@ msgstr ""
1241
1271
  msgid "Cannot incrementally export from a incrementally exported version and a regular version or vice-versa. The exported Content View Version '%{content_view} %{current}' cannot be incrementally exported from version '%{from}.' Please do a full export."
1242
1272
  msgstr ""
1243
1273
 
1274
+ msgid "Cannot install errata: No installable errata found for search term '%s'"
1275
+ msgstr ""
1276
+
1244
1277
  msgid "Cannot perform an incremental update on a Composite Content View Version (%{name} version version %{version}"
1245
1278
  msgstr "Não é possível realizar uma atualização incremental em uma versão Composite Content View (%{name} versão %{version}"
1246
1279
 
@@ -1271,6 +1304,9 @@ msgstr "Não foi possível remover conteúdo de um repositório não padronizado
1271
1304
  msgid "Cannot remove content view from environment. Content view '%{view}' is not in lifecycle environment '%{env}'."
1272
1305
  msgstr "Não é possível remover a visualização do conteúdo do ambiente. A visualização do conteúdo '%{view}' não está no ambiente do ciclo de vida '%{env}'."
1273
1306
 
1307
+ msgid "Cannot remove package(s): This host does not have any installed packages matching the search term '%s'."
1308
+ msgstr ""
1309
+
1274
1310
  msgid "Cannot set attribute %{attr} for content type %{type}"
1275
1311
  msgstr "Não é possível definir o atributo %{attr} para o tipo de conteúdo %{type}"
1276
1312
 
@@ -1289,6 +1325,12 @@ msgstr "Não é possível especificar conteúdo para coleções de visualizaçã
1289
1325
  msgid "Cannot sync file:// repositories with the On Demand Download Policy"
1290
1326
  msgstr ""
1291
1327
 
1328
+ msgid "Cannot update properties of a container push repository"
1329
+ msgstr ""
1330
+
1331
+ msgid "Cannot upgrade packages: No installed packages found for search term '%s'"
1332
+ msgstr ""
1333
+
1292
1334
  msgid "Cannot upload Ansible collections."
1293
1335
  msgstr ""
1294
1336
 
@@ -1334,12 +1376,12 @@ msgstr ""
1334
1376
  msgid "Checksum of file to upload"
1335
1377
  msgstr "Checksum do arquivo para carregar"
1336
1378
 
1337
- msgid "Checksum of the repository, currently 'sha1' & 'sha256' are supported"
1338
- msgstr "Checksum do repositório, atualmente 'sha1' e 'sha256' são suportados"
1339
-
1340
1379
  msgid "Checksum type cannot be set for yum repositories with on demand download policy."
1341
1380
  msgstr "O tipo de checksum não pode ser definido para repositórios yum com política de download sob demanda."
1342
1381
 
1382
+ msgid "Checksum used for published repository contents. Supported types: %s"
1383
+ msgstr ""
1384
+
1343
1385
  msgid "Choose content credentials if required for this RHUI source."
1344
1386
  msgstr ""
1345
1387
 
@@ -1370,6 +1412,9 @@ msgstr "Fechar"
1370
1412
  msgid "Collapse All"
1371
1413
  msgstr "Recolher todos"
1372
1414
 
1415
+ msgid "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."
1416
+ msgstr ""
1417
+
1373
1418
  msgid "Comma-separated list of subpaths. All subpaths must have a slash at the end and none at the front."
1374
1419
  msgstr ""
1375
1420
 
@@ -1382,6 +1427,9 @@ msgstr ""
1382
1427
  msgid "Compare"
1383
1428
  msgstr ""
1384
1429
 
1430
+ msgid "Completed pulp task protection days"
1431
+ msgstr ""
1432
+
1385
1433
  msgid "Component"
1386
1434
  msgstr "Componente"
1387
1435
 
@@ -1610,6 +1658,9 @@ msgstr ""
1610
1658
  msgid "Content type %{content_type} is incompatible with repositories of type %{repo_type}"
1611
1659
  msgstr ""
1612
1660
 
1661
+ msgid "Content type does not support repo discovery"
1662
+ msgstr ""
1663
+
1613
1664
  msgid "Content view"
1614
1665
  msgstr ""
1615
1666
 
@@ -1640,10 +1691,10 @@ msgstr ""
1640
1691
  msgid "Content view and lifecycle environment must be provided together"
1641
1692
  msgstr ""
1642
1693
 
1643
- msgid "Content view details"
1694
+ msgid "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."
1644
1695
  msgstr ""
1645
1696
 
1646
- msgid "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."
1697
+ msgid "Content view environments"
1647
1698
  msgstr ""
1648
1699
 
1649
1700
  msgid "Content view environments and activation key must all belong to the same organization"
@@ -1769,6 +1820,15 @@ msgstr "Não foi possível encontrar todas as identificações de erratas especi
1769
1820
  msgid "Could not find environments for promotion"
1770
1821
  msgstr "Não foi possível encontrar ambientes para promoção"
1771
1822
 
1823
+ msgid "Could not locate Pulp distribution."
1824
+ msgstr ""
1825
+
1826
+ msgid "Could not locate local uploaded repository for content indexing."
1827
+ msgstr ""
1828
+
1829
+ msgid "Could not locate repository properties for content indexing."
1830
+ msgstr ""
1831
+
1772
1832
  msgid "Could not remove the lifecycle environment from the smart proxy"
1773
1833
  msgstr "Não foi possível remover o ambiente de ciclo de vida do proxy inteligente"
1774
1834
 
@@ -2297,7 +2357,7 @@ msgstr "Destruir um ou mais repositórios "
2297
2357
  msgid "Details"
2298
2358
  msgstr "Detalhes"
2299
2359
 
2300
- msgid "Determining settings for ${name}"
2360
+ msgid "Determining settings for ${truncate(name)}"
2301
2361
  msgstr ""
2302
2362
 
2303
2363
  msgid "Digest"
@@ -2360,6 +2420,12 @@ msgstr "Baixar um certificado de depuração "
2360
2420
  msgid "Download rate limit"
2361
2421
  msgstr ""
2362
2422
 
2423
+ msgid "Due to a change in your organizations, this container name has become ambiguous (org name '%{org_label}'). If you wish to continue using this container name, destroy the organization in conflict with '%{o_name} (id %{o_id}). If you wish to keep both orgs, destroy '%{o_label}/%{prod_label}/%{root_repo_label}' and retry your push using the id format."
2424
+ msgstr ""
2425
+
2426
+ msgid "Due to a change in your products, this container name has become ambiguous (product name '%{prod_label}'). If you wish to continue using this container name, destroy the product in conflict with '%{prod_name}' (id %{prod_id}). If you wish to keep both products, destroy '%{org_label}/%{prod_dot_label}/%{root_repo_label}' and retry your push using the id format."
2427
+ msgstr ""
2428
+
2363
2429
  msgid "Duplicate artifact detected"
2364
2430
  msgstr ""
2365
2431
 
@@ -2558,6 +2624,12 @@ msgstr "ID de Errata da erratum (RHSA-2012: 108) "
2558
2624
  msgid "Errata mail"
2559
2625
  msgstr "E-mail da Errata"
2560
2626
 
2627
+ msgid "Errata statuses not updated for deleted content facet with UUID %s"
2628
+ msgstr ""
2629
+
2630
+ msgid "Errata to apply"
2631
+ msgstr ""
2632
+
2561
2633
  msgid "Errata to exclusively include in the action"
2562
2634
  msgstr "Errata a ser incluída exclusivamente na ação"
2563
2635
 
@@ -2606,6 +2678,9 @@ msgstr "Excede a quantidade disponível"
2606
2678
  msgid "Exclude"
2607
2679
  msgstr "Excluir"
2608
2680
 
2681
+ msgid "Exclude Refs"
2682
+ msgstr ""
2683
+
2609
2684
  msgid "Exclude all RPMs not associated to any errata"
2610
2685
  msgstr ""
2611
2686
 
@@ -3111,6 +3186,9 @@ msgstr "Hosts com a Errata Instalável"
3111
3186
  msgid "Hosts: "
3112
3187
  msgstr ""
3113
3188
 
3189
+ msgid "How many days before a completed Pulp task is purged by Orphan Cleanup."
3190
+ msgstr ""
3191
+
3114
3192
  msgid "How many repositories should be synced concurrently on the capsule. A smaller number may lead to longer sync times. A larger number will increase dynflow load."
3115
3193
  msgstr ""
3116
3194
 
@@ -3240,9 +3318,18 @@ msgstr ""
3240
3318
  msgid "Id of the repository to limit verifying checksum on"
3241
3319
  msgstr ""
3242
3320
 
3321
+ msgid "Id of the single content view to be associated with the host."
3322
+ msgstr ""
3323
+
3324
+ msgid "Id of the single lifecycle environment to be associated with the host."
3325
+ msgstr ""
3326
+
3243
3327
  msgid "Id of the smart proxy"
3244
3328
  msgstr "ID do proxy inteligente"
3245
3329
 
3330
+ msgid "Id of the smart proxy from which the host consumes content."
3331
+ msgstr ""
3332
+
3246
3333
  msgid "Idenifier of the SSL CA Cert"
3247
3334
  msgstr "Identificador do Certificado SSL CA"
3248
3335
 
@@ -3296,13 +3383,16 @@ msgstr ""
3296
3383
  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"
3297
3384
  msgstr ""
3298
3385
 
3386
+ msgid "If this is enabled, content counts on smart proxies will be updated automatically after content sync."
3387
+ msgstr ""
3388
+
3299
3389
  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."
3300
3390
  msgstr ""
3301
3391
 
3302
3392
  msgid "If this is enabled, repositories of content view versions without environments (\"archived\") will be distributed at '/pulp/content/<organization>/content_views/<content view>/X.Y/...'."
3303
3393
  msgstr ""
3304
3394
 
3305
- msgid "If true, only errata that can be installed without an incremental update will affect the host's errata status."
3395
+ msgid "If true, only errata that can be installed without an incremental update will affect the host's errata status. Also affects the Host Collections dashboard widget."
3306
3396
  msgstr ""
3307
3397
 
3308
3398
  msgid "If true, only return repository sets that are associated with an active subscriptions"
@@ -3425,6 +3515,9 @@ msgstr ""
3425
3515
  msgid "Include"
3426
3516
  msgstr "Incluir"
3427
3517
 
3518
+ msgid "Include Refs"
3519
+ msgstr ""
3520
+
3428
3521
  msgid "Include all RPMs not associated to any errata"
3429
3522
  msgstr ""
3430
3523
 
@@ -3524,9 +3617,15 @@ msgstr ""
3524
3617
  msgid "Installable"
3525
3618
  msgstr "Instalável"
3526
3619
 
3620
+ msgid "Installable bugfix/enhancement errata"
3621
+ msgstr ""
3622
+
3527
3623
  msgid "Installable errata are applicable errata that are available in the host's content view and lifecycle environment."
3528
3624
  msgstr ""
3529
3625
 
3626
+ msgid "Installable security errata"
3627
+ msgstr ""
3628
+
3530
3629
  msgid "Installable updates"
3531
3630
  msgstr ""
3532
3631
 
@@ -3608,6 +3707,24 @@ msgstr ""
3608
3707
  msgid "Invalid filter rule specified, 'version' cannot be specified in the same tuple as 'min_version' or 'max_version'"
3609
3708
  msgstr "Regra de filtro inválido, \"versão\" não pode ser especificada na mesma tupla como 'min_version 'ou' max_version'"
3610
3709
 
3710
+ msgid "Invalid format. Container name cannot be blank."
3711
+ msgstr ""
3712
+
3713
+ msgid "Invalid format. Container pushes should follow 'organization_label/product_label/name' OR 'id/organization_id/product_id/name' schema."
3714
+ msgstr ""
3715
+
3716
+ msgid "Invalid format. Organization id must be an integer without leading zeros."
3717
+ msgstr ""
3718
+
3719
+ msgid "Invalid format. Organization label cannot be blank."
3720
+ msgstr ""
3721
+
3722
+ msgid "Invalid format. Product id must be an integer without leading zeros."
3723
+ msgstr ""
3724
+
3725
+ msgid "Invalid format. Product label cannot be blank."
3726
+ msgstr ""
3727
+
3611
3728
  msgid "Invalid mirroring policy for repository type %{type}, only %{policies} are valid."
3612
3729
  msgstr ""
3613
3730
 
@@ -3884,6 +4001,9 @@ msgstr "Listar todos: resource_id"
3884
4001
  msgid "List all organizations"
3885
4002
  msgstr "Listar todas as organizações"
3886
4003
 
4004
+ msgid "List all packages unique by name"
4005
+ msgstr ""
4006
+
3887
4007
  msgid "List alternate content sources."
3888
4008
  msgstr ""
3889
4009
 
@@ -4124,6 +4244,15 @@ msgstr "Certifique-se de que todas as visualizações de conteúdo de componente
4124
4244
  msgid "Manage Manifest"
4125
4245
  msgstr "Gerenciar manifesto"
4126
4246
 
4247
+ msgid "Manage content"
4248
+ msgstr ""
4249
+
4250
+ msgid "Manage errata"
4251
+ msgstr ""
4252
+
4253
+ msgid "Manage packages"
4254
+ msgstr ""
4255
+
4127
4256
  msgid "Manifest"
4128
4257
  msgstr "Manifesto"
4129
4258
 
@@ -4423,6 +4552,12 @@ msgstr "Nenhum artefato para exibir"
4423
4552
  msgid "No available component content view updates"
4424
4553
  msgstr ""
4425
4554
 
4555
+ msgid "No available debs found for search term '%s'. Check the host's content view environments and already-installed debs."
4556
+ msgstr ""
4557
+
4558
+ msgid "No available packages found for search term '%s'. Check the host's content view environments and already-installed packages."
4559
+ msgstr ""
4560
+
4426
4561
  msgid "No available repository or filter updates"
4427
4562
  msgstr ""
4428
4563
 
@@ -4477,6 +4612,9 @@ msgstr ""
4477
4612
  msgid "No errata filter rules yet"
4478
4613
  msgstr ""
4479
4614
 
4615
+ msgid "No errata found."
4616
+ msgstr ""
4617
+
4480
4618
  msgid "No errata matching given search query"
4481
4619
  msgstr ""
4482
4620
 
@@ -4516,6 +4654,9 @@ msgstr "Nenhum host registrado com o subscription-manager encontrado na seleçã
4516
4654
  msgid "No hosts were specified"
4517
4655
  msgstr ""
4518
4656
 
4657
+ msgid "No installed debs found for search term '%s'"
4658
+ msgstr ""
4659
+
4519
4660
  msgid "No installed packages and/or enabled repositories have been reported by %s."
4520
4661
  msgstr ""
4521
4662
 
@@ -4687,6 +4828,12 @@ msgstr "Nenhuma subscrição corresponde aos critérios de pesquisa."
4687
4828
  msgid "No syncable repositories found for selected products and options."
4688
4829
  msgstr "Nenhum repositório sincronizável encontrado para as opções e os produtos selecionados."
4689
4830
 
4831
+ msgid "No upgradable packages found for search term '%s'. The host may already have the latest version(s) installed."
4832
+ msgstr ""
4833
+
4834
+ msgid "No upgradable packages found."
4835
+ msgstr ""
4836
+
4690
4837
  msgid "No uploads param specified. An array of uploads to import is required."
4691
4838
  msgstr "Nenhum parâmetro de carregamento especificado. É necessária uma matriz de uploads para importar."
4692
4839
 
@@ -4753,6 +4900,9 @@ msgstr "Número de resultados por página para retornar."
4753
4900
  msgid "Number to Allocate"
4754
4901
  msgstr "Número para alocar"
4755
4902
 
4903
+ msgid "OS"
4904
+ msgstr ""
4905
+
4756
4906
  msgid "OS restricted to {osRestricted}. If host OS does not match, the repository will not be available on this host."
4757
4907
  msgstr ""
4758
4908
 
@@ -4840,15 +4990,24 @@ msgstr "Organização não pode estar em branco"
4840
4990
  msgid "Organization id"
4841
4991
  msgstr "ID da organização"
4842
4992
 
4993
+ msgid "Organization id not found: '%s'"
4994
+ msgstr ""
4995
+
4843
4996
  msgid "Organization identifier"
4844
4997
  msgstr "Identificador de organização"
4845
4998
 
4846
4999
  msgid "Organization label"
4847
5000
  msgstr "Etiqueta de Organização"
4848
5001
 
5002
+ msgid "Organization label '%s' is ambiguous. Try using an id-based container name."
5003
+ msgstr ""
5004
+
4849
5005
  msgid "Organization not found"
4850
5006
  msgstr "Organização não encontrada"
4851
5007
 
5008
+ msgid "Organization not found: '%s'"
5009
+ msgstr ""
5010
+
4852
5011
  msgid "Organization required"
4853
5012
  msgstr "Organização necessária"
4854
5013
 
@@ -5038,6 +5197,15 @@ msgstr "Pacotes"
5038
5197
  msgid "Packages must be provided"
5039
5198
  msgstr "Pacotes deve ser fornecidos"
5040
5199
 
5200
+ msgid "Packages to be removed"
5201
+ msgstr ""
5202
+
5203
+ msgid "Packages to be updated"
5204
+ msgstr ""
5205
+
5206
+ msgid "Packages to install"
5207
+ msgstr ""
5208
+
5041
5209
  msgid "Packages will appear here when available."
5042
5210
  msgstr ""
5043
5211
 
@@ -5149,10 +5317,10 @@ msgstr "Por favor, aguarde..."
5149
5317
  msgid "Policy to set for mirroring content. Must be one of %s."
5150
5318
  msgstr ""
5151
5319
 
5152
- msgid "Prefer registered through proxy for remote execution"
5320
+ msgid "Prefer registered through Smart Proxy for remote execution"
5153
5321
  msgstr ""
5154
5322
 
5155
- msgid "Prefer using a proxy to which a host is registered when using remote execution"
5323
+ msgid "Prefer using a Smart Proxy to which a host is registered when using remote execution"
5156
5324
  msgstr ""
5157
5325
 
5158
5326
  msgid "Prevent from further updates"
@@ -5210,15 +5378,24 @@ msgstr ""
5210
5378
  "ID de produto conforme listado a partir dos produtos instalados de um host, \\\n"
5211
5379
  " essa não é a mesma ID de produto dos produtos retornados pela api"
5212
5380
 
5381
+ msgid "Product id not found: '%s'"
5382
+ msgstr ""
5383
+
5213
5384
  msgid "Product label"
5214
5385
  msgstr ""
5215
5386
 
5387
+ msgid "Product label '%s' is ambiguous. Try using an id-based container name."
5388
+ msgstr ""
5389
+
5216
5390
  msgid "Product name"
5217
5391
  msgstr "Nome do Produto"
5218
5392
 
5219
5393
  msgid "Product name as listed from a host's installed products"
5220
5394
  msgstr "Nome do produto conforme listado a partir dos produtos instalados de um host"
5221
5395
 
5396
+ msgid "Product not found: '%s'"
5397
+ msgstr ""
5398
+
5222
5399
  msgid "Product the repository belongs to"
5223
5400
  msgstr "Produtos ao qual o repositório pertence "
5224
5401
 
@@ -5297,8 +5474,8 @@ msgstr ""
5297
5474
  msgid "Publish"
5298
5475
  msgstr "Publicar"
5299
5476
 
5300
- msgid "Publish Lifecycle Environment Repositories"
5301
- msgstr "Publicar repositórios do ambiente de ciclo de vida"
5477
+ msgid "Publish Lifecycle Environment Container Repositories"
5478
+ msgstr ""
5302
5479
 
5303
5480
  msgid "Publish a content view"
5304
5481
  msgstr "Publicar uma visualização de conteúdo"
@@ -5315,7 +5492,7 @@ msgstr ""
5315
5492
  msgid "Published new version"
5316
5493
  msgstr "Publicado nova versão"
5317
5494
 
5318
- msgid "Publishing ${name}"
5495
+ msgid "Publishing ${truncate(name)}"
5319
5496
  msgstr ""
5320
5497
 
5321
5498
  msgid "Publishing content view"
@@ -5705,6 +5882,9 @@ msgstr "Remover grupo de pacotes via interface do Katello"
5705
5882
  msgid "Remove package via Katello interface"
5706
5883
  msgstr "Remover pacote via interface do Katello"
5707
5884
 
5885
+ msgid "Remove packages"
5886
+ msgstr ""
5887
+
5708
5888
  msgid "Remove packages via Katello interface"
5709
5889
  msgstr ""
5710
5890
 
@@ -5816,6 +5996,9 @@ msgstr "O rótulo do repositório '%s' não está associado à visualização do
5816
5996
  msgid "Repository name"
5817
5997
  msgstr ""
5818
5998
 
5999
+ msgid "Repository name '%{container_name}' already exists in this product using a different naming scheme. Please retry your request with the %{root_repo_container_push_name} format or destroy and recreate the repository using your preferred schema."
6000
+ msgstr ""
6001
+
5819
6002
  msgid "Repository not found"
5820
6003
  msgstr "Repositório não foi encontrado"
5821
6004
 
@@ -5870,6 +6053,9 @@ msgstr "Republicar repositórios da versão"
5870
6053
  msgid "Republish repository metadata"
5871
6054
  msgstr ""
5872
6055
 
6056
+ msgid "Requested access to '%s' is denied"
6057
+ msgstr ""
6058
+
5873
6059
  msgid "Require you to upload the subscription-manifest and re-attach subscriptions to hosts and activation keys."
5874
6060
  msgstr "Exigir que você faça o upload da assinatura-manifest e reatribua as assinaturas aos anfitriões e chaves de ativação."
5875
6061
 
@@ -6017,15 +6203,27 @@ msgstr ""
6017
6203
  msgid "Returns content that can be both added and is currently added to the object. The value 'content_view_filter' is supported"
6018
6204
  msgstr ""
6019
6205
 
6206
+ msgid "Review"
6207
+ msgstr ""
6208
+
6020
6209
  msgid "Review affected environment"
6021
6210
  msgstr ""
6022
6211
 
6023
6212
  msgid "Review affected environments"
6024
6213
  msgstr ""
6025
6214
 
6215
+ msgid "Review and optionally exclude hosts from your selection."
6216
+ msgstr ""
6217
+
6218
+ msgid "Review and then click {submitBtnText}."
6219
+ msgstr ""
6220
+
6026
6221
  msgid "Review details"
6027
6222
  msgstr ""
6028
6223
 
6224
+ msgid "Review hosts"
6225
+ msgstr ""
6226
+
6029
6227
  msgid "Review the information below and click "
6030
6228
  msgstr ""
6031
6229
 
@@ -6185,6 +6383,9 @@ msgstr ""
6185
6383
  msgid "Select a source"
6186
6384
  msgstr ""
6187
6385
 
6386
+ msgid "Select action"
6387
+ msgstr ""
6388
+
6188
6389
  msgid "Select add-ons"
6189
6390
  msgstr ""
6190
6391
 
@@ -6206,10 +6407,16 @@ msgstr ""
6206
6407
  msgid "Select an organization"
6207
6408
  msgstr "Selecionar uma organização"
6208
6409
 
6410
+ msgid "Select at least one erratum."
6411
+ msgstr ""
6412
+
6413
+ msgid "Select at least one package."
6414
+ msgstr ""
6415
+
6209
6416
  msgid "Select attributes for ${akDetails.name}"
6210
6417
  msgstr ""
6211
6418
 
6212
- msgid "Select available version of ${cvName} to use"
6419
+ msgid "Select available version of ${truncate(cvName)} to use"
6213
6420
  msgstr ""
6214
6421
 
6215
6422
  msgid "Select available version of content views to use"
@@ -6221,6 +6428,12 @@ msgstr ""
6221
6428
  msgid "Select environment"
6222
6429
  msgstr "Selecionar ambiente"
6223
6430
 
6431
+ msgid "Select errata"
6432
+ msgstr ""
6433
+
6434
+ msgid "Select errata to apply on the selected hosts. Some errata may already be applied on some hosts."
6435
+ msgstr ""
6436
+
6224
6437
  msgid "Select host collection(s) to associate with host {hostName}."
6225
6438
  msgstr ""
6226
6439
 
@@ -6239,9 +6452,18 @@ msgstr ""
6239
6452
  msgid "Select one"
6240
6453
  msgstr ""
6241
6454
 
6455
+ msgid "Select packages to install on the selected hosts. Some packages may already be installed on some hosts."
6456
+ msgstr ""
6457
+
6242
6458
  msgid "Select packages to install to the host {hostName}."
6243
6459
  msgstr ""
6244
6460
 
6461
+ msgid "Select packages to remove on the selected hosts."
6462
+ msgstr ""
6463
+
6464
+ msgid "Select packages to upgrade to the latest version. Packages may have different versions on different hosts."
6465
+ msgstr ""
6466
+
6245
6467
  msgid "Select page"
6246
6468
  msgstr ""
6247
6469
 
@@ -6278,6 +6500,12 @@ msgstr ""
6278
6500
  msgid "Selected environments "
6279
6501
  msgstr ""
6280
6502
 
6503
+ msgid "Selected errata will be applied on {hostCount} hosts"
6504
+ msgstr ""
6505
+
6506
+ msgid "Selected packages will be {submitAction} on {hostCount} hosts"
6507
+ msgstr ""
6508
+
6281
6509
  msgid "Sending a list of included IDs is not allowed when all items are being selected."
6282
6510
  msgstr ""
6283
6511
 
@@ -7281,6 +7509,9 @@ msgstr ""
7281
7509
  msgid "This endpoint is deprecated and will be removed in an upcoming release. Simple Content Access is the only supported content access mode."
7282
7510
  msgstr ""
7283
7511
 
7512
+ msgid "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."
7513
+ msgstr ""
7514
+
7284
7515
  msgid "This erratum is not installable because it is not in this host's content view and lifecycle environment."
7285
7516
  msgstr ""
7286
7517
 
@@ -7293,6 +7524,9 @@ msgstr ""
7293
7524
  msgid "This host has errata that are applicable, but not installable. Adjust your filters and try again."
7294
7525
  msgstr ""
7295
7526
 
7527
+ msgid "This host is associated with multiple content view environments. If you assign a lifecycle environment and content view here, the host will be removed from the other environments."
7528
+ msgstr ""
7529
+
7296
7530
  msgid "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled."
7297
7531
  msgstr "A organização do host está no modo Acesso a conteúdo simples. A vinculação de subscrições está desabilitada"
7298
7532
 
@@ -7374,6 +7608,9 @@ msgstr "Carimbo de data/hora"
7374
7608
  msgid "Title"
7375
7609
  msgstr "Título"
7376
7610
 
7611
+ msgid "To change content view environments, a specific organization must be selected from the organization context."
7612
+ msgstr ""
7613
+
7377
7614
  msgid "To enable the synced content option, this host must use a content source, content view, and lifecycle environment which contain synced kickstart repositories for the selected architecture and operating system."
7378
7615
  msgstr ""
7379
7616
 
@@ -7395,6 +7632,12 @@ msgstr ""
7395
7632
  msgid "To include or exclude specific content from the content view, create a filter. Without filters, the content view includes everything from the added repositories."
7396
7633
  msgstr ""
7397
7634
 
7635
+ msgid "To manage host packages, a specific organization must be selected from the organization context."
7636
+ msgstr ""
7637
+
7638
+ msgid "To manage packages, select an action."
7639
+ msgstr ""
7640
+
7398
7641
  msgid "Total steps: "
7399
7642
  msgstr "Total de etapas: "
7400
7643
 
@@ -7614,9 +7857,6 @@ msgstr "Não especificado"
7614
7857
  msgid "Unsupported CDN resource"
7615
7858
  msgstr ""
7616
7859
 
7617
- msgid "Unsupported URL protocol %s."
7618
- msgstr "Protocolo URL sem suporte %s."
7619
-
7620
7860
  msgid "Unsupported event type %{type}. Supported: %{types}"
7621
7861
  msgstr "Evento não apoiado tipo %{type}. Suportado: %{types}"
7622
7862
 
@@ -7794,6 +8034,12 @@ msgstr ""
7794
8034
  msgid "Upgrade"
7795
8035
  msgstr ""
7796
8036
 
8037
+ msgid "Upgrade all packages"
8038
+ msgstr ""
8039
+
8040
+ msgid "Upgrade packages"
8041
+ msgstr ""
8042
+
7797
8043
  msgid "Upgrade via customized remote execution"
7798
8044
  msgstr ""
7799
8045
 
@@ -7809,9 +8055,6 @@ msgstr "Carregar uma parte do conteúdo do arquivo"
7809
8055
  msgid "Upload a subscription manifest"
7810
8056
  msgstr "Carregar um manifesto da subscrição"
7811
8057
 
7812
- msgid "Upload content into the repository"
7813
- msgstr "Carregar conteúdo para o repositório"
7814
-
7815
8058
  msgid "Upload into"
7816
8059
  msgstr "Carregar em"
7817
8060
 
@@ -7980,9 +8223,6 @@ msgstr ""
7980
8223
  msgid "Version details updated."
7981
8224
  msgstr ""
7982
8225
 
7983
- msgid "Version in use"
7984
- msgstr ""
7985
-
7986
8226
  msgid "Versions"
7987
8227
  msgstr "Versões"
7988
8228
 
@@ -8157,6 +8397,9 @@ msgstr "Você tem assinaturas que expiram dentro de %s dias"
8157
8397
  msgid "You have unsaved changes. Do you want to exit without saving your changes?"
8158
8398
  msgstr "Você tem mudanças não salvas. Quer sair sem salvar suas alterações?"
8159
8399
 
8400
+ msgid "You must select at least one host."
8401
+ msgstr ""
8402
+
8160
8403
  msgid "You were not allowed to add %s"
8161
8404
  msgstr "Você não estava autorizado a acrescentar %s"
8162
8405
 
@@ -8175,6 +8418,9 @@ msgstr "Você está fazendo mudanças em %(entitlementCount)s direito(s)"
8175
8418
  msgid "Your manifest expired on {expirationDate}. To continue using Red Hat content, import a new manifest."
8176
8419
  msgstr ""
8177
8420
 
8421
+ msgid "Your manifest has expired. To continue using Red Hat content, import a new manifest."
8422
+ msgstr ""
8423
+
8178
8424
  msgid "Your manifest will expire in {daysMessage}. To extend the expiration date, refresh your manifest. Or, if your Foreman is disconnected, import a new manifest."
8179
8425
  msgstr ""
8180
8426
 
@@ -8616,6 +8862,9 @@ msgstr ""
8616
8862
  msgid "initiating Pulp task"
8617
8863
  msgstr "iniciando tarefas do Pulp"
8618
8864
 
8865
+ msgid "installed"
8866
+ msgstr ""
8867
+
8619
8868
  msgid "installing errata..."
8620
8869
  msgstr "instalando errata..."
8621
8870
 
@@ -8970,6 +9219,9 @@ msgstr ""
8970
9219
  msgid "update a filter"
8971
9220
  msgstr "atualizar um filtro"
8972
9221
 
9222
+ msgid "updated"
9223
+ msgstr ""
9224
+
8973
9225
  msgid "updating package group..."
8974
9226
  msgstr "atualizando o grupo do pacote..."
8975
9227