katello 4.9.1 → 4.10.0.rc2

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

Potentially problematic release.


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

Files changed (308) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -7
  3. data/app/assets/javascripts/katello/locale/bn/katello.js +8967 -1
  4. data/app/assets/javascripts/katello/locale/bn_IN/katello.js +8967 -0
  5. data/app/assets/javascripts/katello/locale/ca/katello.js +8967 -0
  6. data/app/assets/javascripts/katello/locale/cs/katello.js +8967 -1
  7. data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +8969 -0
  8. data/app/assets/javascripts/katello/locale/de/katello.js +8991 -1
  9. data/app/assets/javascripts/katello/locale/de_AT/katello.js +8966 -0
  10. data/app/assets/javascripts/katello/locale/de_DE/katello.js +8967 -0
  11. data/app/assets/javascripts/katello/locale/el/katello.js +8967 -0
  12. data/app/assets/javascripts/katello/locale/en/katello.js +8967 -1
  13. data/app/assets/javascripts/katello/locale/en_GB/katello.js +8967 -0
  14. data/app/assets/javascripts/katello/locale/en_US/katello.js +8966 -0
  15. data/app/assets/javascripts/katello/locale/es/katello.js +8984 -1
  16. data/app/assets/javascripts/katello/locale/et_EE/katello.js +8966 -0
  17. data/app/assets/javascripts/katello/locale/fr/katello.js +9008 -1
  18. data/app/assets/javascripts/katello/locale/gl/katello.js +8967 -0
  19. data/app/assets/javascripts/katello/locale/gu/katello.js +8967 -1
  20. data/app/assets/javascripts/katello/locale/he_IL/katello.js +8967 -0
  21. data/app/assets/javascripts/katello/locale/hi/katello.js +8967 -1
  22. data/app/assets/javascripts/katello/locale/id/katello.js +8966 -0
  23. data/app/assets/javascripts/katello/locale/it/katello.js +8974 -1
  24. data/app/assets/javascripts/katello/locale/ja/katello.js +9004 -1
  25. data/app/assets/javascripts/katello/locale/ka/katello.js +8976 -1
  26. data/app/assets/javascripts/katello/locale/kn/katello.js +8967 -1
  27. data/app/assets/javascripts/katello/locale/ko/katello.js +8972 -1
  28. data/app/assets/javascripts/katello/locale/locale/katello.js +3070 -1
  29. data/app/assets/javascripts/katello/locale/ml_IN/katello.js +8966 -0
  30. data/app/assets/javascripts/katello/locale/mr/katello.js +8967 -1
  31. data/app/assets/javascripts/katello/locale/nl_NL/katello.js +8967 -0
  32. data/app/assets/javascripts/katello/locale/or/katello.js +8967 -1
  33. data/app/assets/javascripts/katello/locale/pa/katello.js +8967 -1
  34. data/app/assets/javascripts/katello/locale/pl/katello.js +8967 -0
  35. data/app/assets/javascripts/katello/locale/pl_PL/katello.js +8966 -0
  36. data/app/assets/javascripts/katello/locale/pt/katello.js +8967 -1
  37. data/app/assets/javascripts/katello/locale/pt_BR/katello.js +8984 -1
  38. data/app/assets/javascripts/katello/locale/ro/katello.js +8966 -0
  39. data/app/assets/javascripts/katello/locale/ro_RO/katello.js +8966 -0
  40. data/app/assets/javascripts/katello/locale/ru/katello.js +8973 -1
  41. data/app/assets/javascripts/katello/locale/sl/katello.js +8967 -0
  42. data/app/assets/javascripts/katello/locale/sv_SE/katello.js +8967 -0
  43. data/app/assets/javascripts/katello/locale/ta/katello.js +8967 -1
  44. data/app/assets/javascripts/katello/locale/ta_IN/katello.js +8967 -0
  45. data/app/assets/javascripts/katello/locale/te/katello.js +8967 -1
  46. data/app/assets/javascripts/katello/locale/tr/katello.js +8967 -0
  47. data/app/assets/javascripts/katello/locale/vi/katello.js +8966 -0
  48. data/app/assets/javascripts/katello/locale/vi_VN/katello.js +8966 -0
  49. data/app/assets/javascripts/katello/locale/zh/katello.js +8966 -0
  50. data/app/assets/javascripts/katello/locale/zh_CN/katello.js +9004 -1
  51. data/app/assets/javascripts/katello/locale/zh_TW/katello.js +8972 -1
  52. data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +1 -1
  53. data/app/controllers/katello/api/v2/alternate_content_sources_bulk_actions_controller.rb +22 -1
  54. data/app/controllers/katello/api/v2/api_controller.rb +0 -15
  55. data/app/controllers/katello/api/v2/content_view_versions_controller.rb +13 -4
  56. data/app/controllers/katello/api/v2/host_errata_controller.rb +0 -12
  57. data/app/controllers/katello/api/v2/host_packages_controller.rb +0 -55
  58. data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +1 -1
  59. data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +0 -77
  60. data/app/controllers/katello/api/v2/organizations_controller.rb +2 -1
  61. data/app/controllers/katello/api/v2/products_controller.rb +4 -4
  62. data/app/controllers/katello/api/v2/repositories_bulk_actions_controller.rb +12 -5
  63. data/app/controllers/katello/api/v2/repositories_controller.rb +16 -17
  64. data/app/controllers/katello/api/v2/sync_controller.rb +0 -1
  65. data/app/controllers/katello/concerns/api/api_controller.rb +0 -10
  66. data/app/controllers/katello/concerns/content_facet_hosts_controller_extensions.rb +7 -9
  67. data/app/controllers/katello/concerns/hosts_controller_extensions.rb +1 -1
  68. data/app/helpers/katello/hosts_and_hostgroups_helper.rb +14 -2
  69. data/app/lib/actions/katello/alternate_content_source/update.rb +1 -1
  70. data/app/lib/actions/katello/content_view/capsule_sync.rb +1 -1
  71. data/app/lib/actions/katello/content_view/incremental_updates.rb +3 -9
  72. data/app/lib/actions/katello/content_view_environment/destroy.rb +5 -3
  73. data/app/lib/actions/katello/content_view_version/destroy.rb +5 -1
  74. data/app/lib/actions/katello/content_view_version/republish_repositories.rb +8 -2
  75. data/app/lib/actions/katello/host/update_content_view.rb +4 -2
  76. data/app/lib/actions/katello/product/destroy.rb +15 -11
  77. data/app/lib/actions/katello/repository/capsule_sync.rb +1 -1
  78. data/app/lib/actions/katello/repository/destroy.rb +10 -2
  79. data/app/lib/actions/katello/repository/index_content.rb +0 -1
  80. data/app/lib/actions/katello/repository/sync.rb +1 -3
  81. data/app/lib/actions/katello/repository/update_metadata_sync.rb +1 -1
  82. data/app/lib/actions/katello/repository/verify_checksum.rb +2 -10
  83. data/app/lib/actions/pulp3/orchestration/repository/generate_metadata.rb +12 -5
  84. data/app/lib/katello/concerns/base_template_scope_extensions.rb +4 -9
  85. data/app/lib/katello/resources/cdn.rb +4 -0
  86. data/app/lib/katello/validators/alternate_content_source_products_validator.rb +1 -1
  87. data/app/models/katello/candlepin/repository_mapper.rb +1 -0
  88. data/app/models/katello/cdn_configuration.rb +4 -0
  89. data/app/models/katello/concerns/host_managed_extensions.rb +57 -4
  90. data/app/models/katello/content_view.rb +21 -3
  91. data/app/models/katello/content_view_component.rb +1 -1
  92. data/app/models/katello/content_view_version.rb +4 -0
  93. data/app/models/katello/docker_meta_tag.rb +3 -1
  94. data/app/models/katello/host/content_facet.rb +10 -8
  95. data/app/models/katello/kt_environment.rb +1 -1
  96. data/app/models/katello/ping.rb +1 -12
  97. data/app/models/katello/product_content.rb +14 -1
  98. data/app/models/katello/repository.rb +6 -1
  99. data/app/models/katello/root_repository.rb +2 -8
  100. data/app/services/katello/applicability/applicable_content_helper.rb +2 -2
  101. data/app/services/katello/registration_manager.rb +2 -12
  102. data/app/views/foreman/job_templates/configure_host_for_new_content_source.erb +25 -0
  103. data/app/views/katello/api/v2/capsule_content/sync_status.json.rabl +1 -1
  104. data/app/views/katello/api/v2/content_facet/show.json.rabl +0 -12
  105. data/app/views/katello/api/v2/content_view_components/show.json.rabl +4 -1
  106. data/app/views/katello/api/v2/content_views/base.json.rabl +6 -2
  107. data/app/views/katello/api/v2/products/show.json.rabl +3 -0
  108. data/app/views/katello/api/v2/repositories/base.json.rabl +18 -0
  109. data/app/views/katello/api/v2/repositories/show.json.rabl +0 -1
  110. data/app/views/katello/api/v2/repository_sets/show.json.rabl +2 -2
  111. data/app/views/overrides/activation_keys/_host_environment_select.html.erb +4 -5
  112. data/app/views/overrides/activation_keys/_host_media_type_select.html.erb +11 -3
  113. data/app/views/overrides/activation_keys/_host_synced_content_select.html.erb +15 -7
  114. data/config/initializers/monkeys.rb +1 -0
  115. data/config/katello.yaml.example +0 -4
  116. data/config/routes/api/v2.rb +3 -0
  117. data/config/routes/overrides.rb +0 -11
  118. data/db/migrate/20220228173251_remove_drpm_from_ignorable_content.rb +1 -0
  119. data/db/migrate/20230609155411_add_custom_cdn_auth_enabled_to_katello_cdn_configurations.rb +5 -0
  120. data/db/migrate/20230710190626_remove_relative_path_limit.rb +5 -0
  121. data/db/migrate/20230717150442_change_change_content_source_job_template_name.rb +20 -0
  122. data/db/migrate/20230828143236_remove_katello_agent_dispatch_history.rb +15 -0
  123. data/db/seeds.d/111-upgrade_tasks.rb +1 -2
  124. data/engines/bastion/app/views/bastion/layouts/assets.html.erb +1 -1
  125. data/engines/bastion_katello/README.md +2 -1
  126. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/activation-keys.controller.js +4 -2
  127. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-associations-content-hosts.html +2 -2
  128. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html +8 -3
  129. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-errata-modal.controller.js +3 -44
  130. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-module-streams-modal.controller.js +0 -1
  131. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js +1 -65
  132. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html +1 -3
  133. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html +1 -6
  134. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-applicable.controller.js +1 -1
  135. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js +1 -16
  136. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-module-streams.controller.js +0 -1
  137. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-actions.controller.js +0 -1
  138. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-applicable.controller.js +2 -11
  139. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-installed.controller.js +0 -2
  140. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages.controller.js +1 -39
  141. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html +2 -2
  142. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +1 -4
  143. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html +2 -4
  144. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html +4 -6
  145. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html +1 -3
  146. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html +0 -14
  147. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js +1 -2
  148. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/file-content-views.controller.js +2 -1
  149. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/views/file-content-views.html +1 -1
  150. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +235 -521
  151. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/product-details.controller.js +2 -0
  152. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details.controller.js +17 -4
  153. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html +55 -6
  154. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html +2 -2
  155. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-packages.html +13 -2
  156. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html +2 -2
  157. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html +4 -1
  158. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-details.html +5 -0
  159. data/engines/bastion_katello/lib/bastion_katello/engine.rb +1 -3
  160. data/lib/katello/engine.rb +0 -18
  161. data/lib/katello/permission_creator.rb +1 -1
  162. data/lib/katello/plugin.rb +0 -25
  163. data/lib/katello/version.rb +1 -1
  164. data/lib/monkeys/remove_hidden_distribution.rb +383 -0
  165. data/locale/action_names.rb +3 -1
  166. data/locale/bn/katello.po +130 -39
  167. data/locale/bn_IN/katello.po +130 -39
  168. data/locale/ca/katello.po +130 -39
  169. data/locale/cs/katello.po +130 -39
  170. data/locale/cs_CZ/katello.po +130 -39
  171. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  172. data/locale/de/katello.po +134 -43
  173. data/locale/de_AT/katello.po +130 -39
  174. data/locale/de_DE/katello.po +130 -39
  175. data/locale/el/katello.po +130 -39
  176. data/locale/en/katello.po +130 -39
  177. data/locale/en_GB/katello.po +130 -39
  178. data/locale/en_US/katello.po +130 -39
  179. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  180. data/locale/es/katello.po +133 -42
  181. data/locale/et_EE/katello.po +130 -39
  182. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  183. data/locale/fr/katello.po +138 -47
  184. data/locale/gl/katello.po +130 -39
  185. data/locale/gu/katello.po +130 -39
  186. data/locale/he_IL/katello.po +130 -39
  187. data/locale/hi/katello.po +130 -39
  188. data/locale/id/katello.po +130 -39
  189. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  190. data/locale/it/katello.po +131 -40
  191. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  192. data/locale/ja/katello.po +138 -47
  193. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  194. data/locale/ka/katello.po +131 -40
  195. data/locale/katello.pot +805 -642
  196. data/locale/kn/katello.po +130 -39
  197. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  198. data/locale/ko/katello.po +131 -40
  199. data/locale/ml_IN/katello.po +130 -39
  200. data/locale/mr/katello.po +130 -39
  201. data/locale/nl_NL/katello.po +130 -39
  202. data/locale/or/katello.po +130 -39
  203. data/locale/pa/katello.po +130 -39
  204. data/locale/pl/katello.po +130 -39
  205. data/locale/pl_PL/katello.po +130 -39
  206. data/locale/pt/katello.po +130 -39
  207. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  208. data/locale/pt_BR/katello.po +133 -42
  209. data/locale/ro/katello.po +130 -39
  210. data/locale/ro_RO/katello.po +130 -39
  211. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  212. data/locale/ru/katello.po +131 -40
  213. data/locale/sl/katello.po +130 -39
  214. data/locale/sv_SE/katello.po +130 -39
  215. data/locale/ta/katello.po +130 -39
  216. data/locale/ta_IN/katello.po +130 -39
  217. data/locale/te/katello.po +130 -39
  218. data/locale/tr/katello.po +130 -39
  219. data/locale/vi/katello.po +130 -39
  220. data/locale/vi_VN/katello.po +130 -39
  221. data/locale/zh/katello.po +130 -39
  222. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  223. data/locale/zh_CN/katello.po +138 -47
  224. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  225. data/locale/zh_TW/katello.po +131 -40
  226. data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js +0 -5
  227. data/webpack/components/extensions/HostDetails/Tabs/ContentTab/index.js +9 -3
  228. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +7 -54
  229. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/HostErrataActions.js +2 -11
  230. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/HostPackagesActions.js +1 -40
  231. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/HostPackagesConstants.js +0 -3
  232. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js +5 -40
  233. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js +6 -61
  234. data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +5 -4
  235. data/webpack/components/extensions/HostDetails/Tabs/__tests__/errataTab.test.js +0 -212
  236. data/webpack/components/extensions/HostDetails/Tabs/__tests__/packageInstallModal.test.js +2 -157
  237. data/webpack/components/extensions/HostDetails/hostDetailsHelpers.js +0 -20
  238. data/webpack/containers/Application/config.js +5 -0
  239. data/webpack/scenes/ActivationKeys/Details/ActivationKeyActions.js +31 -0
  240. data/webpack/scenes/ActivationKeys/Details/ActivationKeyConstants.js +3 -0
  241. data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.js +127 -0
  242. data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.scss +37 -0
  243. data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetailsSelectors.js +16 -0
  244. data/webpack/scenes/ActivationKeys/Details/__tests__/activationKeyDetails.test.js +117 -0
  245. data/webpack/scenes/ActivationKeys/Details/components/DeleteMenu.js +77 -0
  246. data/webpack/scenes/ActivationKeys/Details/components/DeleteModal.js +63 -0
  247. data/webpack/scenes/ActivationKeys/Details/components/EditModal.js +199 -0
  248. data/webpack/scenes/ActivationKeys/Details/index.js +3 -0
  249. data/webpack/scenes/AlternateContentSources/Create/Steps/AcsUrlPaths.js +1 -1
  250. data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditCredentials.js +10 -5
  251. data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditProducts.js +8 -3
  252. data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditSmartProxies.js +8 -3
  253. data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditURLPaths.js +1 -1
  254. data/webpack/scenes/AlternateContentSources/Details/__tests__/ACSEdits.test.js +2 -2
  255. data/webpack/scenes/AlternateContentSources/MainTable/ACSTable.js +1 -1
  256. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js +37 -29
  257. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js +53 -37
  258. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +7 -0
  259. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.fixtures.json +15 -6
  260. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.test.js +6 -5
  261. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/publishedContentViewDetails.fixtures.json +43 -197
  262. data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +1 -1
  263. data/webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js +1 -1
  264. data/webpack/scenes/ContentViews/Details/Promote/ContentViewVersionPromote.js +2 -2
  265. data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareConfig.js +1 -1
  266. data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersions.fixtures.json +0 -98
  267. data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersions.test.js +103 -1
  268. data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersionsLatestEnvironment.fixtures.json +634 -0
  269. data/webpack/scenes/ContentViews/components/ContentViewSelect/helpers.js +1 -1
  270. data/webpack/scenes/Hosts/ChangeContentSource/actions.js +14 -12
  271. data/webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js +45 -6
  272. data/webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceTemplate.js +42 -7
  273. data/webpack/scenes/Hosts/ChangeContentSource/index.js +37 -10
  274. data/webpack/scenes/Hosts/ChangeContentSource/styles.scss +5 -0
  275. data/webpack/scenes/RedHatRepositories/__tests__/__snapshots__/RedHatRepositoriesPage.test.js.snap +0 -8
  276. data/webpack/scenes/RedHatRepositories/index.scss +1 -1
  277. data/webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js +2 -2
  278. data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsPage.test.js.snap +0 -8
  279. metadata +85 -80
  280. data/app/lib/actions/katello/agent/dispatch_history_presenter.rb +0 -64
  281. data/app/lib/actions/katello/agent_action.rb +0 -119
  282. data/app/lib/actions/katello/bulk_agent_action.rb +0 -34
  283. data/app/lib/actions/katello/host/erratum/applicable_errata_install.rb +0 -44
  284. data/app/lib/actions/katello/host/erratum/install.rb +0 -38
  285. data/app/lib/actions/katello/host/package/install.rb +0 -34
  286. data/app/lib/actions/katello/host/package/remove.rb +0 -48
  287. data/app/lib/actions/katello/host/package/update.rb +0 -42
  288. data/app/lib/actions/katello/host/package_group/install.rb +0 -30
  289. data/app/lib/actions/katello/host/package_group/remove.rb +0 -30
  290. data/app/lib/katello/agent/base_message.rb +0 -41
  291. data/app/lib/katello/agent/client_message_handler.rb +0 -69
  292. data/app/lib/katello/agent/connection.rb +0 -38
  293. data/app/lib/katello/agent/install_errata_message.rb +0 -25
  294. data/app/lib/katello/agent/install_package_group_message.rb +0 -25
  295. data/app/lib/katello/agent/install_package_message.rb +0 -28
  296. data/app/lib/katello/agent/remove_package_group_message.rb +0 -25
  297. data/app/lib/katello/agent/remove_package_message.rb +0 -28
  298. data/app/lib/katello/agent/update_package_message.rb +0 -33
  299. data/app/lib/katello/event_daemon/services/agent_event_receiver.rb +0 -59
  300. data/app/lib/katello/qpid/connection.rb +0 -149
  301. data/app/lib/katello/util/default_enablement_migrator.rb +0 -183
  302. data/app/models/katello/agent/dispatch_history.rb +0 -19
  303. data/app/models/katello/events/delete_host_agent_queue.rb +0 -19
  304. data/app/services/katello/agent/dispatcher.rb +0 -60
  305. data/app/views/foreman/job_templates/change_content_source.erb +0 -18
  306. data/app/views/katello/api/v2/sync/index.json.rabl +0 -1
  307. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/katello-agent-notice.html +0 -8
  308. data/lib/katello/tasks/upgrades/4.9/update_custom_products_enablement.rake +0 -13
data/locale/fr/katello.po CHANGED
@@ -139,6 +139,9 @@ msgstr "%sUtilisé(e)"
139
139
  msgid "%s ago"
140
140
  msgstr "Il y a %s"
141
141
 
142
+ msgid "%s content type is not enabled."
143
+ msgstr ""
144
+
142
145
  msgid "%s guests"
143
146
  msgstr "%s invités"
144
147
 
@@ -262,6 +265,9 @@ msgstr "Délai d'expiration de la mise à jour du groupe de packages %{group} d
262
265
  msgid "%{group} package group updated"
263
266
  msgstr "Mise à jour du groupe de packages %{group}"
264
267
 
268
+ msgid "%{name} has no %{type} repositories with upstream URLs to add to the alternate content source."
269
+ msgstr ""
270
+
265
271
  msgid "%{package} (%{total} other packages)"
266
272
  msgstr "%{package} ( %{total} autres packages )"
267
273
 
@@ -343,6 +349,9 @@ msgstr "Le {unused_substitutions} ne peut pas être spécifié pour le % {conten
343
349
  msgid "%{used} of %{total}"
344
350
  msgstr "%{used} de %{total} "
345
351
 
352
+ msgid "%{value} can contain only lowercase letters, numbers, dashes and dots."
353
+ msgstr ""
354
+
346
355
  msgid "%{view_label} could not be promoted to %{environment_label} because the content view and the environment are not in the same organization!"
347
356
  msgstr "%{view_label} n'a pas pu être promu en %{environment_label} parce que la vue du contenu et l'environnement ne sont pas dans la même organisation !"
348
357
 
@@ -466,6 +475,9 @@ msgstr "Action non autorisée à être exécutée dans cette organisation."
466
475
  msgid "Action with sub plans"
467
476
  msgstr "Action avec sous-plans"
468
477
 
478
+ msgid "Activation Key will no longer be available for use. This operation cannot be undone."
479
+ msgstr ""
480
+
469
481
  msgid "Activation Keys"
470
482
  msgstr "Clés d'activation"
471
483
 
@@ -475,6 +487,15 @@ msgstr "Clé d'activation"
475
487
  msgid "Activation key ID"
476
488
  msgstr "ID de clé d'activation"
477
489
 
490
+ msgid "Activation key deleted"
491
+ msgstr ""
492
+
493
+ msgid "Activation key details"
494
+ msgstr ""
495
+
496
+ msgid "Activation key details updated"
497
+ msgstr ""
498
+
478
499
  msgid "Activation key for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. For multiple keys use `activation_keys` param instead."
479
500
  msgstr "Clé d'activation pour le client subscription-manager, requise pour CentOS et Red Hat Enterprise Linux. Pour plusieurs clés, utilisez plutôt le paramètre `activation_keys`."
480
501
 
@@ -619,6 +640,9 @@ msgstr "Référentiels affectés"
619
640
  msgid "Affected repositories"
620
641
  msgstr "Référentiels affectés"
621
642
 
643
+ msgid "After configuring Foreman, configuration must also be updated on {hosts}. Choose one of the following options to update {hosts}:"
644
+ msgstr ""
645
+
622
646
  msgid "After generating the incremental update, apply the changes to the specified hosts. Only Errata are supported currently."
623
647
  msgstr "Après avoir effectué la mise à jour croissante, appliquer les modifications aux systèmes spécifiés. Seuls les errata sont actuellement pris en charge."
624
648
 
@@ -1147,6 +1171,9 @@ msgstr "Impossible de supprimer à partir de %s, l'affichage n'y existe pas."
1147
1171
  msgid "Cannot delete product with repositories published in a content view. Product: %{product}, %{view_versions}"
1148
1172
  msgstr "Impossible de supprimer un produit dont les référentiels sont publiés dans une vue de contenu. Produit : %{product}, %{view_versions}"
1149
1173
 
1174
+ msgid "Cannot delete product: %{product} with repositories that are the last affected repository in content view filters. Delete these repositories before deleting product."
1175
+ msgstr ""
1176
+
1150
1177
  msgid "Cannot delete provider with attached products"
1151
1178
  msgstr "Impossible de supprimer le fournisseur avec les produits joints"
1152
1179
 
@@ -1237,9 +1264,6 @@ msgstr "Impossible de télécharger les collections Ansible."
1237
1264
  msgid "Cannot upload Container Image content."
1238
1265
  msgstr "Impossible de télécharger le contenu de l'image du conteneur."
1239
1266
 
1240
- msgid "Cannot validate contents on non-yum/deb repositories."
1241
- msgstr "Impossible de valider le contenu des référentiels non-yum/deb."
1242
-
1243
1267
  msgid "Capacity"
1244
1268
  msgstr "Capacité"
1245
1269
 
@@ -1252,9 +1276,15 @@ msgstr "Changer la source du contenu"
1252
1276
  msgid "Change host content source"
1253
1277
  msgstr "Changer la source du contenu de l'hôte"
1254
1278
 
1279
+ msgid "Changing a host's content source will change the Smart Proxy from which the host gets its content."
1280
+ msgstr ""
1281
+
1255
1282
  msgid "Check audited changes and proceed only if content or filters have changed since last publish"
1256
1283
  msgstr ""
1257
1284
 
1285
+ msgid "Check for long running tasks"
1286
+ msgstr ""
1287
+
1258
1288
  msgid "Check if a connection can be made to Red Hat Subscription Management."
1259
1289
  msgstr "Vérifiez si une connexion peut être établie avec Red Hat Subscription Management."
1260
1290
 
@@ -1363,6 +1393,12 @@ msgstr "Affichages de contenus composites"
1363
1393
  msgid "Compute resource IDs"
1364
1394
  msgstr "IDs de ressource compute"
1365
1395
 
1396
+ msgid "Configuration still must be updated on {hosts}"
1397
+ msgstr ""
1398
+
1399
+ msgid "Configuration updated on Foreman"
1400
+ msgstr ""
1401
+
1366
1402
  msgid "Confirm Deletion"
1367
1403
  msgstr "Confirmer la suppression"
1368
1404
 
@@ -1576,6 +1612,9 @@ msgstr "ID d’affichage de contenu"
1576
1612
  msgid "Content view and environment not set for registration."
1577
1613
  msgstr ""
1578
1614
 
1615
+ msgid "Content view and lifecycle environment must be provided together"
1616
+ msgstr ""
1617
+
1579
1618
  msgid "Content view details"
1580
1619
  msgstr "Détails d'affichage du contenu"
1581
1620
 
@@ -2089,6 +2128,9 @@ msgstr "Supprimer un affichage de contenu"
2089
2128
  msgid "Delete a filter rule"
2090
2129
  msgstr "Supprimer une règle de filtre"
2091
2130
 
2131
+ msgid "Delete activation key?"
2132
+ msgstr ""
2133
+
2092
2134
  msgid "Delete all subscriptions attached to activation keys."
2093
2135
  msgstr "Supprimez tous les abonnements attachés aux clés d'activation."
2094
2136
 
@@ -2104,6 +2146,9 @@ msgstr "Supprimer une requête de téléchargement"
2104
2146
  msgid "Delete content view"
2105
2147
  msgstr "Supprimer l’affichage du contenu"
2106
2148
 
2149
+ msgid "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."
2150
+ msgstr ""
2151
+
2107
2152
  msgid "Delete manifest from Red Hat provider"
2108
2153
  msgstr "Supprimer le fichier manifeste du fournisseur Red Hat"
2109
2154
 
@@ -2137,6 +2182,9 @@ msgstr "Suppression de la version {versionList}"
2137
2182
  msgid "Deleting versions: {versionList}"
2138
2183
  msgstr "Suppression des versions : {versionList}"
2139
2184
 
2185
+ msgid "Deliver notifications about long running tasks"
2186
+ msgstr ""
2187
+
2140
2188
  msgid "Description"
2141
2189
  msgstr "Description"
2142
2190
 
@@ -2296,6 +2344,9 @@ msgstr "Ajouter une règle RPM"
2296
2344
  msgid "Edit URL and subpaths"
2297
2345
  msgstr "Modifier l'URL et les sous-chemins"
2298
2346
 
2347
+ msgid "Edit activation key"
2348
+ msgstr ""
2349
+
2299
2350
  msgid "Edit content view assignment"
2300
2351
  msgstr "Modifier l'affectation de la vue du contenu"
2301
2352
 
@@ -2635,6 +2686,9 @@ msgstr "Filtrer par nom"
2635
2686
  msgid "Filter composite versions whose publish was triggered by the specified component version"
2636
2687
  msgstr "Filtrer les versions composites dont la publication a été déclenchée par la version du composant spécifié"
2637
2688
 
2689
+ msgid "Filter content view versions that contain the file"
2690
+ msgstr ""
2691
+
2638
2692
  msgid "Filter created"
2639
2693
  msgstr "Filtre créé"
2640
2694
 
@@ -2741,11 +2795,11 @@ msgstr ""
2741
2795
  msgid "Force delete the repository by removing it from all content view versions"
2742
2796
  msgstr "Suppression forcée du référentiel en le supprimant de toutes les versions d’affichage de contenu"
2743
2797
 
2744
- msgid "Force metadata regeneration to proceed. Dangerous when repositories use the 'Complete Mirroring' mirroring policy"
2745
- msgstr "Force la régénération des métadonnées à se poursuivre. Dangereux lorsque les référentiels utilisent la politique de mise en miroir \"Complete Mirroring\"."
2798
+ msgid "Force metadata regeneration to proceed. Dangerous operation when version has repositories with the 'Complete Mirroring' mirroring policy"
2799
+ msgstr ""
2746
2800
 
2747
- msgid "Force metadata regeneration to proceed. Dangerous when repositories use the 'Complete Mirroring' mirroring policy."
2748
- msgstr "Force la régénération des métadonnées à se poursuivre. Dangereux lorsque les référentiels utilisent la politique de mise en miroir \"Complete Mirroring\"."
2801
+ msgid "Force metadata regeneration to proceed. Dangerous when repositories use the 'Complete Mirroring' mirroring policy"
2802
+ msgstr ""
2749
2803
 
2750
2804
  msgid "Force promotion"
2751
2805
  msgstr "Forcer promotion"
@@ -2759,8 +2813,8 @@ msgstr "Sync forcée même si aucun changement en amont n'est détecté. Les ré
2759
2813
  msgid "Force sync even if no upstream changes are detected. Only used with yum or deb repositories."
2760
2814
  msgstr ""
2761
2815
 
2762
- msgid "Forces a republish of the specified repository, regenerating metadata and symlinks on the filesystem."
2763
- msgstr "Force une nouvelle publication du référentiel spécifié, en régénérant les métadonnées et les liens symboliques sur le système de fichiers."
2816
+ msgid "Forces a republish of the specified repository, regenerating metadata and symlinks on the filesystem. Not allowed for repositories with the 'Complete Mirroring' mirroring policy."
2817
+ msgstr ""
2764
2818
 
2765
2819
  msgid "Forces a republish of the version's repositories' metadata"
2766
2820
  msgstr "Oblige à republier les métadonnées des référentiels de la version"
@@ -2816,9 +2870,6 @@ msgstr "Obtenir des informations à propos d’un ensemble de référentiels"
2816
2870
  msgid "Get list of available repositories for the repository set"
2817
2871
  msgstr "Obtenir une liste de référentiels disponibles pour un ensemble de référentiels"
2818
2872
 
2819
- msgid "Get status of repo synchronisation for given product"
2820
- msgstr "Obtenir l'état de la synchronisation des référentiels pour un produit donné"
2821
-
2822
2873
  msgid "Get status of synchronisation for given repository"
2823
2874
  msgstr "Obtenir le statut de synchronisation pour un référentiel donné"
2824
2875
 
@@ -2912,6 +2963,9 @@ msgstr "Avis d'errata de l'hôte"
2912
2963
  msgid "Host ID"
2913
2964
  msgstr "ID Hôte"
2914
2965
 
2966
+ msgid "Host Limit"
2967
+ msgstr ""
2968
+
2915
2969
  msgid "Host Profile Assume"
2916
2970
  msgstr "Profil d'hôte Assume"
2917
2971
 
@@ -2939,9 +2993,6 @@ msgstr "Collections d'hôtes"
2939
2993
  msgid "Host collections updated"
2940
2994
  msgstr "Mise à jour des collections d'hôtes"
2941
2995
 
2942
- msgid "Host configurations are not updated yet"
2943
- msgstr ""
2944
-
2945
2996
  msgid "Host content and subscription details"
2946
2997
  msgstr "Contenu de l'hôte et détails de l'abonnement"
2947
2998
 
@@ -3149,8 +3200,10 @@ msgstr "Identifiant des attestations de contenu contenant la clé Client SSL"
3149
3200
  msgid "Identifiers for Lifecycle Environment"
3150
3201
  msgstr "Identifiants de l’Environnement de cycle de vie"
3151
3202
 
3152
- msgid "Identifies whether the repository should be disabled on a client with a non-matching OS version. Pass [] to enable regardless of OS version. Maximum length 1; allowed tags are: %s"
3153
- msgstr "Identifie si le référentiel doit être désactivé sur un client dont la version du système d'exploitation ne correspond pas. Passez [] pour activer le dépôt indépendamment de la version du système d'exploitation. Longueur maximale 1 ; les balises autorisées sont : %s"
3203
+ msgid ""
3204
+ "Identifies whether the repository should be unavailable on a client with a non-matching OS version.\n"
3205
+ "Pass [] to make repo available for clients regardless of OS version. Maximum length 1; allowed tags are: %s"
3206
+ msgstr ""
3154
3207
 
3155
3208
  msgid "Ids of smart proxies to associate"
3156
3209
  msgstr "Ids des proxies smart à associer"
@@ -3161,6 +3214,9 @@ msgstr "Si SSL doit être vérifié pour l'URL amont"
3161
3214
  msgid "If hosts fail to register because of duplicate DMI UUIDs, add their comma-separated values here. Subsequent registrations will generate a unique DMI UUID for the affected hosts."
3162
3215
  msgstr "Si les hôtes ne parviennent pas à s'enregistrer en raison de doublons d'UUID DMI, ajoutez ici leurs valeurs séparées par des virgules. Les enregistrements ultérieurs généreront un DMI UUID unique pour les hôtes concernés."
3163
3216
 
3217
+ msgid "If product certificates should be used to authenticate to a custom CDN."
3218
+ msgstr ""
3219
+
3164
3220
  msgid "If specified, remove the first instance of a subscription with matching id and quantity"
3165
3221
  msgstr "Si spécifié, supprimer la première instance d'un abonnement avec la quantité et l'id correspondants"
3166
3222
 
@@ -3206,7 +3262,7 @@ msgstr "Si vous préférez déplacer certains de ces hôtes vers des vues de con
3206
3262
  msgid "Ignorable content can be only set for Yum repositories."
3207
3263
  msgstr "Le contenu ignorable ne peut être défini que pour les référentiels Yum."
3208
3264
 
3209
- msgid "Ignore %s can not be set in combination with 'Complete Mirroring' mirroring policy."
3265
+ msgid "Ignore %s cannot be set in combination with the 'Complete Mirroring' mirroring policy."
3210
3266
  msgstr ""
3211
3267
 
3212
3268
  msgid "Ignore errors"
@@ -3590,9 +3646,15 @@ msgstr "Job '${description}' terminé"
3590
3646
  msgid "Job '${description}' has started."
3591
3647
  msgstr "Le job ${description} a commencé."
3592
3648
 
3649
+ msgid "Katello 4.10"
3650
+ msgstr ""
3651
+
3593
3652
  msgid "Katello ID of local pool to update"
3594
3653
  msgstr "Katello ID du pool local à mettre à jour"
3595
3654
 
3655
+ msgid "Katello-agent is deprecated and will be removed in Katello 4.10."
3656
+ msgstr ""
3657
+
3596
3658
  msgid "Katello: Install Errata"
3597
3659
  msgstr "Katello : Installer l'errata"
3598
3660
 
@@ -3686,8 +3748,11 @@ msgstr "Dernier errata"
3686
3748
  msgid "Latest version"
3687
3749
  msgstr "Dernière version"
3688
3750
 
3689
- msgid "Learn more about adding Subscription Manifests"
3690
- msgstr "En savoir plus sur l'ajout de manifestes de souscription"
3751
+ msgid "Learn more about adding Subscription Manifests "
3752
+ msgstr ""
3753
+
3754
+ msgid "Legacy UI"
3755
+ msgstr ""
3691
3756
 
3692
3757
  msgid "Legacy content host UI"
3693
3758
  msgstr "Interface utilisateur de l'hôte de contenu hérité"
@@ -4049,6 +4114,9 @@ msgstr "L'historique du manifeste"
4049
4114
  msgid "Manifest deleted"
4050
4115
  msgstr "Manifeste supprimé"
4051
4116
 
4117
+ msgid "Manifest does not have a valid subscription"
4118
+ msgstr ""
4119
+
4052
4120
  msgid "Manifest imported"
4053
4121
  msgstr "Manifeste importé"
4054
4122
 
@@ -4121,8 +4189,10 @@ msgstr "Message"
4121
4189
  msgid "Messaging connection"
4122
4190
  msgstr "Connexion à la messagerie"
4123
4191
 
4124
- msgid "Metadata republishing must be forced because it is a dangerous operation."
4125
- msgstr "La republication des métadonnées doit être forcée car c'est une opération dangereuse."
4192
+ msgid ""
4193
+ "Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
4194
+ "Alternatively, 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."
4195
+ msgstr ""
4126
4196
 
4127
4197
  msgid "Metadata taken from the upstream export history for this Content View Version"
4128
4198
  msgstr "Métadonnées tirées de l'historique des exportations en amont pour cette version de la vue du contenu"
@@ -4178,9 +4248,6 @@ msgstr "N/A"
4178
4248
  msgid "NOTE: Content view version '%{content_view} %{current}' does not have any exportable repositories. At least one repository with any of the following types is required to be able to export: '%{exportable_types}'."
4179
4249
  msgstr ""
4180
4250
 
4181
- msgid "NOTE: Katello-agent is deprecated and will be removed in %s. Consider using remote execution instead."
4182
- msgstr "NOTE : Katello-agent est déprécié et sera supprimé dans %s. Pensez à utiliser l'exécution à distance à la place."
4183
-
4184
4251
  msgid "NOTE: Unable to export repository '%{repository}' because it does not have an exportable content type."
4185
4252
  msgstr "NOTE : Impossible d'exporter le référentiel '%{repository}' car il n'a pas de type de contenu exportable."
4186
4253
 
@@ -4652,6 +4719,9 @@ msgstr "Non spécifié"
4652
4719
  msgid "Not yet published"
4653
4720
  msgstr "Pas encore publié"
4654
4721
 
4722
+ msgid "Note: Deleting a subscription manifest is STRONGLY discouraged."
4723
+ msgstr ""
4724
+
4655
4725
  msgid "Note: Deleting a subscription manifest is STRONGLY discouraged. Deleting a manifest will:"
4656
4726
  msgstr "Remarque : la suppression d'un manifeste d'abonnement est VIVEMENT déconseillée. La suppression d'un manifeste entraînera :"
4657
4727
 
@@ -5466,6 +5536,9 @@ msgstr "Rafraîchir les statuts d’hôtes de contenu pour %s"
5466
5536
  msgid "Refresh Manifest"
5467
5537
  msgstr "Actualiser le fichier manifeste"
5468
5538
 
5539
+ msgid "Refresh all alternate content sources"
5540
+ msgstr ""
5541
+
5469
5542
  msgid "Refresh alternate content sources"
5470
5543
  msgstr "Réactualiser les sources de contenu alternatives"
5471
5544
 
@@ -5691,8 +5764,11 @@ msgstr "Les référentiels des affichages de contenu publiés ne sont pas autori
5691
5764
  msgid "Repository"
5692
5765
  msgstr "Référentiel"
5693
5766
 
5694
- msgid "Repository %s cannot be deleted since it has already been included in a published Content View."
5695
- msgstr "Le référentiel %s ne peut pas être supprimé car il a déjà été inclus dans un affichage de contenu publié."
5767
+ msgid "Repository %s cannot be deleted since it has already been included in a published Content View. Use repository details page to delete"
5768
+ msgstr ""
5769
+
5770
+ msgid "Repository %s cannot be deleted since it is the last affected repository in a filter. Use repository details page to delete."
5771
+ msgstr ""
5696
5772
 
5697
5773
  msgid "Repository '%(repoName)s' has been disabled."
5698
5774
  msgstr "Le référentiel '%(repoName)s' a été désactivé"
@@ -5769,6 +5845,9 @@ msgstr "Republier les référentiels de %{name}%{version} "
5769
5845
  msgid "Republish Version Repositories"
5770
5846
  msgstr "Publier de nouveau les référentiels de version"
5771
5847
 
5848
+ msgid "Republish repository metadata"
5849
+ msgstr ""
5850
+
5772
5851
  msgid "Require you to upload the subscription-manifest and re-attach subscriptions to hosts and activation keys."
5773
5852
  msgstr "Nécessite que vous chargiez le subscription-manifest et que vous ré-attachiez les abonnements aux hôtes et aux clés d'activation."
5774
5853
 
@@ -5946,6 +6025,9 @@ msgstr "Règles à ajouter"
5946
6025
  msgid "Run Sync Plan:"
5947
6026
  msgstr "Exécuter Plan Sync :"
5948
6027
 
6028
+ msgid "Run job invocation"
6029
+ msgstr ""
6030
+
5949
6031
  msgid "Running"
5950
6032
  msgstr "Exécution en cours"
5951
6033
 
@@ -6072,6 +6154,9 @@ msgstr "Sélectionnez un environnement de cycle de vie et une vue de contenu pou
6072
6154
  msgid "Select a lifecycle environment and a content view to move this host."
6073
6155
  msgstr "Sélectionnez un environnement de cycle de vie et une vue de contenu pour déplacer cet hôte."
6074
6156
 
6157
+ msgid "Select a lifecycle environment first"
6158
+ msgstr ""
6159
+
6075
6160
  msgid "Select a lifecycle environment from the available promotion paths to promote new version."
6076
6161
  msgstr "Sélectionnez un environnement de cycle de vie parmi les chemins de promotion disponibles pour promouvoir la nouvelle version."
6077
6162
 
@@ -6096,15 +6181,15 @@ msgstr "Sélectionner une organisation"
6096
6181
  msgid "Select an environment"
6097
6182
  msgstr "Sélectionnez un environnement"
6098
6183
 
6099
- msgid "Select an environment first"
6100
- msgstr ""
6101
-
6102
6184
  msgid "Select an option"
6103
6185
  msgstr "Sélectionnez une option"
6104
6186
 
6105
6187
  msgid "Select an organization"
6106
6188
  msgstr "Sélectionner une organisation"
6107
6189
 
6190
+ msgid "Select attributes for ${akDetails.name}"
6191
+ msgstr ""
6192
+
6108
6193
  msgid "Select available version of ${cvName} to use"
6109
6194
  msgstr "Sélectionnez une version disponible de {cvName} à utiliser"
6110
6195
 
@@ -7004,9 +7089,6 @@ msgstr "La page à laquelle vous tentez d'accéder nécessite la sélection d'un
7004
7089
  msgid "The path %{real_path} does not seem to be a valid repository. If you think this is an error, please try refreshing your manifest."
7005
7090
  msgstr "Le chemin %{real_path} ne semble pas être un référentiel valide. Si vous pensez qu'il s'agit d'une erreur, veuillez essayer de rafraîchir votre manifeste."
7006
7091
 
7007
- msgid "The product %{name} has no %{type} repositories with upstream URLs to add to the alternate content source."
7008
- msgstr "Le produit %{name} n'a pas de référentiels %{type} avec des URL en amont à ajouter à la source de contenu alternative."
7009
-
7010
7092
  msgid "The promotion of %{content_view} to %{environment} has completed. %{count} errata are available to your hosts."
7011
7093
  msgstr "La promotion du %{content_view} à %{environment} a terminé. %{count} errata sont à la disposition de vos hôtes."
7012
7094
 
@@ -7130,6 +7212,9 @@ msgstr "Le manifeste de souscription de cette organisation a expiré. Veuillez i
7130
7212
  msgid "This action doesn't support package groups"
7131
7213
  msgstr "Cette action de prend pas en charge les groupes de packages"
7132
7214
 
7215
+ msgid "This action should only be taken for debugging purposes."
7216
+ msgstr ""
7217
+
7133
7218
  msgid "This action should only be taken in extreme circumstances or for debugging purposes."
7134
7219
  msgstr "Cette action doit être prise uniquement dans des circonstances extrêmes ou à des fins de débogage."
7135
7220
 
@@ -7229,8 +7314,8 @@ msgstr "Cette version sera retirée de :"
7229
7314
  msgid "This will create a copy of {cv}, including details, repositories, and filters. Generated data such as history, tasks and versions will not be copied."
7230
7315
  msgstr "Cela créera une copie de {cv}, y compris les détails, les référentiels et les filtres. Les données générées telles que l'historique, les tâches et les versions ne seront pas copiées."
7231
7316
 
7232
- msgid "Time in minutes to consider orphan content as orphaned."
7233
- msgstr "Durée (en minutes) pour considérer un contenu comme orphelin."
7317
+ msgid "Time in minutes before content that is not contained within a repository and has not been accessed is considered orphaned."
7318
+ msgstr ""
7234
7319
 
7235
7320
  msgid "Time in seconds to wait for a host to finish a katello-agent action"
7236
7321
  msgstr "Temps en secondes pour attendre qu'un hôte termine une action de katello-agent."
@@ -7256,6 +7341,9 @@ msgstr ""
7256
7341
  msgid "To enable them, add the environment to the host's content source, or "
7257
7342
  msgstr ""
7258
7343
 
7344
+ msgid "To finish the process of changing the content source, run the following script manually on {hosts}."
7345
+ msgstr ""
7346
+
7259
7347
  msgid "To get started, add a filter rule to this filter"
7260
7348
  msgstr ""
7261
7349
 
@@ -7265,12 +7353,6 @@ msgstr "Pour commencer, ajoutez cet hôte à une collection d'hôtes."
7265
7353
  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."
7266
7354
  msgstr ""
7267
7355
 
7268
- msgid "To update the selected host configuration, update hosts manually in the next section."
7269
- msgstr ""
7270
-
7271
- msgid "To update the selected host configuration, {link}, or update hosts manually in the next section."
7272
- msgstr ""
7273
-
7274
7356
  msgid "Toggling Simple Content Access will refresh your manifest."
7275
7357
  msgstr "En basculant l'accès au contenu simple, votre manifeste sera actualisé."
7276
7358
 
@@ -7430,6 +7512,9 @@ msgstr "Impossible de réassigner les hôtes de contenu. Veuillez fournir system
7430
7512
  msgid "Unable to reassign systems. Please check system_content_view_id and system_environment_id."
7431
7513
  msgstr "Impossible de réassigner des systèmes. Veuillez vérifier system_content_view_id et system_environment_id."
7432
7514
 
7515
+ msgid "Unable to refresh any alternate content source. You either do not have the permission to refresh, or no alternate content sources exist."
7516
+ msgstr ""
7517
+
7433
7518
  msgid "Unable to refresh any alternate content source. You either do not have the permission to refresh, or none of the alternate content sources exist."
7434
7519
  msgstr "Impossible d'actualiser une source de contenu alternative. Soit vous n'avez pas l'autorisation d'actualiser, soit aucune des sources de contenu alternatives n'existe."
7435
7520
 
@@ -7580,6 +7665,9 @@ msgstr "Mise à jour de l'hôte"
7580
7665
  msgid "Update for host %s"
7581
7666
  msgstr "Mise à jour de l'hôte %s"
7582
7667
 
7668
+ msgid "Update hosts manually"
7669
+ msgstr ""
7670
+
7583
7671
  msgid "Update http proxy"
7584
7672
  msgstr "Mettre à jour proxy http"
7585
7673
 
@@ -7931,6 +8019,9 @@ msgstr "Invités virtuels"
7931
8019
  msgid "Virtual host"
7932
8020
  msgstr "Hôte virtuel"
7933
8021
 
8022
+ msgid "WARNING: Katello-agent is deprecated and will be removed in %s. Migrate to remote execution now."
8023
+ msgstr ""
8024
+
7934
8025
  msgid "Waiting to start."
7935
8026
  msgstr "Attente de démarrage."
7936
8027
 
@@ -8108,9 +8199,6 @@ msgstr "une balise Docker"
8108
8199
  msgid "a file"
8109
8200
  msgstr "un fichier"
8110
8201
 
8111
- msgid "a future release"
8112
- msgstr "une version ultérieure"
8113
-
8114
8202
  msgid "a module stream"
8115
8203
  msgstr "un flux de module"
8116
8204
 
@@ -8759,9 +8847,6 @@ msgstr "nœud racine de réponses à ressource unique (facultatif)"
8759
8847
  msgid "rule identifier"
8760
8848
  msgstr "identifiant de règle"
8761
8849
 
8762
- msgid "run job invocation"
8763
- msgstr ""
8764
-
8765
8850
  msgid "security advisories"
8766
8851
  msgstr ""
8767
8852
 
@@ -8816,6 +8901,12 @@ msgstr "remplace l'URL de flux pour la sync de façon temporaire"
8816
8901
  msgid "the following attributes can not be updated for the Red Hat provider: [ %s ]"
8817
8902
  msgstr "les attributs suivants ne peuvent pas être mis à jour pour le fournisseur Red Hat : [ %s ]"
8818
8903
 
8904
+ msgid "the host"
8905
+ msgstr ""
8906
+
8907
+ msgid "the hosts"
8908
+ msgstr ""
8909
+
8819
8910
  msgid "to"
8820
8911
  msgstr "à"
8821
8912