katello 4.7.3 → 4.8.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 (333) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/katello/api/registry/registry_proxies_controller.rb +6 -4
  3. data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +15 -12
  4. data/app/controllers/katello/api/v2/capsule_content_controller.rb +0 -4
  5. data/app/controllers/katello/api/v2/content_export_incrementals_controller.rb +22 -81
  6. data/app/controllers/katello/api/v2/content_exports_controller.rb +11 -80
  7. data/app/controllers/katello/api/v2/content_imports_controller.rb +1 -0
  8. data/app/controllers/katello/api/v2/exports_controller.rb +130 -0
  9. data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +7 -8
  10. data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +8 -4
  11. data/app/controllers/katello/api/v2/organizations_controller.rb +3 -0
  12. data/app/controllers/katello/api/v2/package_groups_controller.rb +0 -52
  13. data/app/controllers/katello/concerns/api/v2/bulk_hosts_extensions.rb +4 -6
  14. data/app/controllers/katello/concerns/api/v2/registration_controller_extensions.rb +1 -2
  15. data/app/controllers/katello/concerns/authorization/api/v2/content_views_controller.rb +4 -1
  16. data/app/controllers/katello/concerns/content_facet_hosts_controller_extensions.rb +24 -0
  17. data/app/controllers/katello/concerns/hosts_controller_extensions.rb +3 -3
  18. data/app/helpers/katello/hosts_and_hostgroups_helper.rb +55 -24
  19. data/app/helpers/katello/katello_urls_helper.rb +0 -15
  20. data/app/helpers/katello/sync_management_helper.rb +0 -4
  21. data/app/lib/actions/candlepin/owner/destroy_imports.rb +1 -1
  22. data/app/lib/actions/katello/capsule_content/sync.rb +0 -4
  23. data/app/lib/actions/katello/capsule_content/sync_capsule.rb +1 -2
  24. data/app/lib/actions/katello/content_view/publish.rb +6 -2
  25. data/app/lib/actions/katello/content_view/remove.rb +8 -2
  26. data/app/lib/actions/katello/content_view_version/destroy.rb +1 -1
  27. data/app/lib/actions/katello/environment/destroy.rb +8 -2
  28. data/app/lib/actions/katello/host/reassign.rb +4 -2
  29. data/app/lib/actions/katello/orphan_cleanup/remove_orphans.rb +0 -1
  30. data/app/lib/actions/katello/product/destroy.rb +2 -1
  31. data/app/lib/actions/katello/repository/filtered_index_content.rb +2 -10
  32. data/app/lib/actions/katello/repository/import_upload.rb +0 -1
  33. data/app/lib/actions/katello/repository/sync.rb +0 -1
  34. data/app/lib/actions/katello/repository/update.rb +5 -3
  35. data/app/lib/actions/katello/repository/upload_files.rb +0 -1
  36. data/app/lib/actions/pulp3/abstract.rb +0 -6
  37. data/app/lib/actions/pulp3/content_view/delete_repository_references.rb +1 -2
  38. data/app/lib/actions/pulp3/content_view_version/create_syncable_export_history.rb +4 -0
  39. data/app/lib/actions/pulp3/orchestration/content_view_version/export.rb +1 -0
  40. data/app/lib/actions/pulp3/orchestration/content_view_version/export_repository.rb +7 -2
  41. data/app/lib/actions/pulp3/orchestration/content_view_version/syncable_export.rb +7 -2
  42. data/app/lib/actions/pulp3/repository/refresh_distribution.rb +1 -2
  43. data/app/lib/actions/pulp3/repository/save_distribution_references.rb +2 -2
  44. data/app/lib/katello/concerns/renderer_extensions.rb +1 -1
  45. data/app/lib/katello/event_daemon/runner.rb +12 -9
  46. data/app/lib/katello/resources/candlepin/consumer.rb +6 -6
  47. data/app/lib/katello/resources/candlepin/owner.rb +1 -1
  48. data/app/lib/katello/resources/candlepin/upstream_consumer.rb +3 -4
  49. data/app/lib/katello/resources/candlepin.rb +4 -4
  50. data/app/lib/katello/util/errata.rb +12 -10
  51. data/app/lib/katello/util/search.rb +0 -1
  52. data/app/lib/katello/validators/content_view_environment_org_validator.rb +5 -2
  53. data/app/lib/katello/validators/content_view_environment_validator.rb +1 -2
  54. data/app/lib/katello/validators/generated_content_view_validator.rb +16 -0
  55. data/app/mailers/katello/errata_mailer.rb +4 -2
  56. data/app/models/katello/alternate_content_source.rb +5 -1
  57. data/app/models/katello/concerns/content_facet_host_extensions.rb +25 -14
  58. data/app/models/katello/concerns/host_managed_extensions.rb +17 -8
  59. data/app/models/katello/concerns/redhat_extensions.rb +16 -6
  60. data/app/models/katello/concerns/smart_proxy_extensions.rb +0 -12
  61. data/app/models/katello/concerns/subscription_facet_host_extensions.rb +1 -0
  62. data/app/models/katello/content_view.rb +22 -5
  63. data/app/models/katello/content_view_environment.rb +11 -2
  64. data/app/models/katello/content_view_environment_content_facet.rb +9 -0
  65. data/app/models/katello/content_view_version.rb +10 -5
  66. data/app/models/katello/erratum.rb +6 -1
  67. data/app/models/katello/glue/candlepin/pool.rb +6 -0
  68. data/app/models/katello/glue/candlepin/product.rb +7 -1
  69. data/app/models/katello/glue/candlepin/subscription.rb +5 -0
  70. data/app/models/katello/glue/provider.rb +26 -26
  71. data/app/models/katello/host/content_facet.rb +106 -18
  72. data/app/models/katello/host/info_provider.rb +25 -21
  73. data/app/models/katello/host/subscription_facet.rb +18 -14
  74. data/app/models/katello/kt_environment.rb +12 -7
  75. data/app/models/katello/package_group.rb +0 -12
  76. data/app/models/katello/pool.rb +4 -1
  77. data/app/models/katello/product.rb +11 -1
  78. data/app/models/katello/repository.rb +11 -11
  79. data/app/models/katello/root_repository.rb +5 -4
  80. data/app/models/katello/task_status.rb +0 -18
  81. data/app/services/katello/candlepin/consumer.rb +2 -2
  82. data/app/services/katello/host/package_profile_uploader.rb +1 -1
  83. data/app/services/katello/product_content_finder.rb +11 -8
  84. data/app/services/katello/pulp3/content_view_version/export.rb +8 -65
  85. data/app/services/katello/pulp3/content_view_version/export_validation_error.rb +7 -0
  86. data/app/services/katello/pulp3/content_view_version/export_validator.rb +105 -0
  87. data/app/services/katello/pulp3/content_view_version/importable_products.rb +1 -1
  88. data/app/services/katello/pulp3/content_view_version/syncable_format_export.rb +7 -1
  89. data/app/services/katello/pulp3/erratum.rb +1 -0
  90. data/app/services/katello/pulp3/module_stream.rb +26 -11
  91. data/app/services/katello/pulp3/repository/yum.rb +2 -1
  92. data/app/services/katello/pulp3/smart_proxy_mirror_repository.rb +2 -1
  93. data/app/services/katello/registration_manager.rb +46 -26
  94. data/app/services/katello/repository_type.rb +3 -9
  95. data/app/services/katello/simple_package.rb +22 -0
  96. data/app/views/foreman/smart_proxies/_content_sync.html.erb +1 -0
  97. data/app/views/foreman/smart_proxies/_reclaim_space.html.erb +1 -0
  98. data/app/views/katello/api/v2/content_facet/base.json.rabl +23 -2
  99. data/app/views/katello/api/v2/content_facet/show.json.rabl +11 -8
  100. data/app/views/katello/api/v2/content_views/base.json.rabl +1 -1
  101. data/app/views/katello/api/v2/hosts/base.json.rabl +22 -2
  102. data/app/views/overrides/activation_keys/_host_environment_select.html.erb +2 -2
  103. data/config/initializers/monkeys.rb +0 -2
  104. data/config/routes/api/registry.rb +8 -7
  105. data/config/routes/api/v2.rb +0 -2
  106. data/config/routes.rb +3 -0
  107. data/db/migrate/20200429153103_installed_package_bad_nvrea.rb +1 -1
  108. data/db/migrate/20220228173251_remove_drpm_from_ignorable_content.rb +7 -3
  109. data/db/migrate/20220419193414_content_settings_to_dsl_category.rb +1 -1
  110. data/db/migrate/20220929204746_add_content_view_environment_content_facet.rb +52 -0
  111. data/db/migrate/20221123212341_remove_pulp_docker_registry_port_setting.rb +5 -0
  112. data/db/seeds.d/111-upgrade_tasks.rb +2 -1
  113. data/engines/bastion/app/assets/stylesheets/bastion/bastion.scss +4 -0
  114. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details.controller.js +2 -4
  115. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-errata-modal.controller.js +0 -1
  116. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details.controller.js +2 -4
  117. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +2 -1
  118. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js +11 -3
  119. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-hosts-list.html +1 -1
  120. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +8 -4
  121. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +5485 -0
  122. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +5397 -0
  123. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +5658 -0
  124. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +5284 -0
  125. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +5231 -0
  126. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +5275 -0
  127. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +5389 -0
  128. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +5212 -0
  129. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +5145 -0
  130. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +9 -0
  131. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html +2 -2
  132. data/lib/katello/engine.rb +2 -1
  133. data/lib/katello/permission_creator.rb +2 -4
  134. data/lib/katello/permissions/registry_permissions.rb +5 -5
  135. data/lib/katello/plugin.rb +22 -14
  136. data/lib/katello/repository_types/README.md +136 -19
  137. data/lib/katello/repository_types/deb.rb +0 -1
  138. data/lib/katello/repository_types/docker.rb +0 -1
  139. data/lib/katello/repository_types/file.rb +0 -1
  140. data/lib/katello/repository_types/yum.rb +0 -4
  141. data/lib/katello/tasks/clean_candlepin_orphaned_products.rake +38 -0
  142. data/lib/katello/tasks/clean_orphaned_facets.rb +20 -0
  143. data/lib/katello/tasks/reimport.rake +1 -2
  144. data/lib/katello/tasks/repository.rake +1 -22
  145. data/lib/katello/tasks/reset.rake +1 -0
  146. data/lib/katello/tasks/upgrades/4.8/fix_incorrect_providers.rake +29 -0
  147. data/lib/katello/version.rb +1 -1
  148. data/lib/katello.rb +0 -5
  149. data/locale/bn/katello.po +69 -27
  150. data/locale/cs/katello.po +69 -27
  151. data/locale/de/katello.po +78 -36
  152. data/locale/en/katello.po +69 -27
  153. data/locale/es/katello.po +70 -28
  154. data/locale/fr/katello.po +73 -31
  155. data/locale/gu/katello.po +69 -27
  156. data/locale/hi/katello.po +69 -27
  157. data/locale/it/katello.po +69 -27
  158. data/locale/ja/katello.po +73 -31
  159. data/locale/ka/katello.po +73 -31
  160. data/locale/katello.pot +335 -262
  161. data/locale/kn/katello.po +69 -27
  162. data/locale/ko/katello.po +69 -27
  163. data/locale/mr/katello.po +69 -27
  164. data/locale/or/katello.po +69 -27
  165. data/locale/pa/katello.po +69 -27
  166. data/locale/pt/katello.po +69 -27
  167. data/locale/pt_BR/katello.po +70 -28
  168. data/locale/ru/katello.po +70 -28
  169. data/locale/ta/katello.po +69 -27
  170. data/locale/te/katello.po +69 -27
  171. data/locale/zh_CN/katello.po +73 -31
  172. data/locale/zh_TW/katello.po +70 -28
  173. data/webpack/components/Content/ContentPage.js +51 -35
  174. data/webpack/components/Content/__tests__/ContentPage.test.js +2 -4
  175. data/webpack/components/Content/__tests__/__snapshots__/ContentPage.test.js.snap +22 -3
  176. data/webpack/components/Table/EmptyStateMessage.js +14 -11
  177. data/webpack/components/Table/MainTable.js +36 -15
  178. data/webpack/components/Table/TableWrapper.js +25 -25
  179. data/webpack/components/Table/__test__/emptyStateMessage.test.js +51 -0
  180. data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js +5 -4
  181. data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js +1 -1
  182. data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/__tests__/hostCollectionsModal.test.js +1 -17
  183. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +18 -9
  184. data/webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js +1 -2
  185. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js +1 -2
  186. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js +1 -2
  187. data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +47 -27
  188. data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesTab.js +1 -2
  189. data/webpack/components/extensions/HostDetails/Tabs/__tests__/errataTab.test.js +2 -21
  190. data/webpack/components/extensions/HostDetails/Tabs/__tests__/moduleStreamsTab.test.js +1 -28
  191. data/webpack/components/extensions/HostDetails/Tabs/__tests__/packageInstallModal.test.js +1 -10
  192. data/webpack/components/extensions/HostDetails/Tabs/__tests__/packagesTab.test.js +1 -18
  193. data/webpack/components/extensions/HostDetails/Tabs/__tests__/repositorySetsTab.test.js +1 -17
  194. data/webpack/components/extensions/HostDetails/Tabs/__tests__/tracesTab.test.js +1 -15
  195. data/webpack/global_test_setup.js +1 -1
  196. data/webpack/scenes/AlternateContentSources/Create/ACSCreateWizard.js +12 -10
  197. data/webpack/scenes/AlternateContentSources/Create/Steps/ACSCredentials.js +6 -0
  198. data/webpack/scenes/AlternateContentSources/Create/Steps/ACSSmartProxies.js +1 -0
  199. data/webpack/scenes/AlternateContentSources/Create/Steps/AcsUrlPaths.js +3 -10
  200. data/webpack/scenes/AlternateContentSources/Create/Steps/NameACS.js +1 -0
  201. data/webpack/scenes/AlternateContentSources/Create/__tests__/acsCreate.test.js +3 -3
  202. data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditDetails.js +1 -0
  203. data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditURLPaths.js +12 -4
  204. data/webpack/scenes/AlternateContentSources/MainTable/ACSTable.js +7 -4
  205. data/webpack/scenes/AlternateContentSources/MainTable/__tests__/acsTable.test.js +4 -8
  206. data/webpack/scenes/AlternateContentSources/helpers.js +1 -1
  207. data/webpack/scenes/Content/Details/ContentRepositories.js +5 -4
  208. data/webpack/scenes/Content/Details/__tests__/contentDetail.test.js +1 -12
  209. data/webpack/scenes/Content/Table/ContentTable.js +2 -1
  210. data/webpack/scenes/Content/__tests__/contentTable.test.js +1 -14
  211. data/webpack/scenes/ContentViews/Delete/__tests__/contentViewDelete.test.js +1 -25
  212. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +2 -1
  213. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.test.js +44 -31
  214. data/webpack/scenes/ContentViews/Details/ContentViewDetails.js +2 -0
  215. data/webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositoryTable.js +6 -1
  216. data/webpack/scenes/ContentViews/Details/Filters/CVContainerImageFilterContent.js +2 -1
  217. data/webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js +2 -1
  218. data/webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js +3 -1
  219. data/webpack/scenes/ContentViews/Details/Filters/CVModuleStreamFilterContent.js +3 -1
  220. data/webpack/scenes/ContentViews/Details/Filters/CVPackageGroupFilterContent.js +3 -1
  221. data/webpack/scenes/ContentViews/Details/Filters/CVRpmFilterContent.js +2 -1
  222. data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilterDetailsHeader.js +2 -0
  223. data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilters.js +2 -1
  224. data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/CVDebMatchContentModal.js +1 -1
  225. data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/CVRpmMatchContentModal.js +1 -1
  226. data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/__tests__/CVRpmMatchContentModal.test.js +35 -33
  227. data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVContainerImageFilterContent.test.js +48 -45
  228. data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVRpmFilterContent.test.js +58 -24
  229. data/webpack/scenes/ContentViews/Details/Filters/__tests__/ContentViewPackageGroupFilter.test.js +64 -0
  230. data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilterDetails.test.js +36 -20
  231. data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilters.test.js +40 -23
  232. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataIDFilter.test.js +0 -13
  233. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvModuleStreamFilter.test.js +0 -13
  234. data/webpack/scenes/ContentViews/Details/Histories/ContentViewHistories.js +2 -1
  235. data/webpack/scenes/ContentViews/Details/Histories/__tests__/contentViewHistory.test.js +1 -10
  236. data/webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js +2 -1
  237. data/webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewAddRemove.test.js +1 -10
  238. data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareConfig.js +21 -9
  239. data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareTable.js +4 -0
  240. data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/CVVersionCompare.test.js +1 -32
  241. data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js +3 -1
  242. data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvVersionRemove.test.js +1 -15
  243. data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedActivationKeys.js +1 -1
  244. data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedHosts.js +1 -2
  245. data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js +31 -9
  246. data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsTable.js +4 -0
  247. data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDetails.test.js +30 -14
  248. data/webpack/scenes/ContentViews/Table/ContentViewsTable.js +1 -1
  249. data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +55 -120
  250. data/webpack/scenes/ContentViews/components/WizardHeader.js +1 -1
  251. data/webpack/scenes/ContentViews/expansions/RelatedContentViewComponentsModal.js +1 -1
  252. data/webpack/scenes/ContentViews/expansions/__tests__/contentViewComponentsModal.test.js +8 -1
  253. data/webpack/scenes/ModuleStreams/ModuleStreamsPage.js +3 -9
  254. data/webpack/scenes/ModuleStreams/__tests__/__snapshots__/ModuleStreamPage.test.js.snap +7 -1
  255. data/webpack/scenes/RedHatRepositories/components/Search.js +22 -16
  256. data/webpack/scenes/RedHatRepositories/index.scss +20 -1
  257. data/webpack/scenes/SmartProxy/SmartProxyContentTable.js +12 -1
  258. data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CdnTypeForm.js +1 -1
  259. data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CustomCdnTypeForm.js +1 -1
  260. data/webpack/scenes/Subscriptions/SubscriptionsPage.js +21 -19
  261. data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsPage.test.js.snap +34 -1
  262. data/webpack/scenes/Subscriptions/components/SubscriptionsToolbar/SubscriptionsToolbar.js +20 -7
  263. data/webpack/scenes/Subscriptions/components/SubscriptionsToolbar/SubscriptionsToolbar.test.js +0 -1
  264. data/webpack/scenes/Subscriptions/components/SubscriptionsToolbar/__snapshots__/SubscriptionsToolbar.test.js.snap +65 -15
  265. metadata +47 -113
  266. data/app/lib/actions/katello/pulp_selector.rb +0 -24
  267. data/app/lib/actions/katello/repository/correct_checksum.rb +0 -24
  268. data/app/lib/actions/katello/repository/destroy_package_group.rb +0 -26
  269. data/app/lib/actions/katello/repository/upload_package_group.rb +0 -24
  270. data/app/lib/actions/pulp/abstract.rb +0 -37
  271. data/app/lib/actions/pulp/abstract_async_task.rb +0 -154
  272. data/app/lib/actions/pulp/abstract_async_task_group.rb +0 -94
  273. data/app/lib/actions/pulp/consumer/sync_capsule.rb +0 -45
  274. data/app/lib/actions/pulp/consumer/unassociate_units.rb +0 -20
  275. data/app/lib/actions/pulp/expect_one_task.rb +0 -11
  276. data/app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb +0 -16
  277. data/app/lib/actions/pulp/orchestration/repository/copy_all_units.rb +0 -19
  278. data/app/lib/actions/pulp/orchestration/repository/delete.rb +0 -15
  279. data/app/lib/actions/pulp/orchestration/repository/refresh.rb +0 -14
  280. data/app/lib/actions/pulp/orchestration/repository/refresh_if_needed.rb +0 -13
  281. data/app/lib/actions/pulp/orchestration/repository/refresh_repos.rb +0 -19
  282. data/app/lib/actions/pulp/orchestration/repository/remove_units.rb +0 -14
  283. data/app/lib/actions/pulp/orchestration/repository/smart_proxy_sync.rb +0 -34
  284. data/app/lib/actions/pulp/orchestration/repository/sync.rb +0 -18
  285. data/app/lib/actions/pulp/orchestration/repository/upload_content.rb +0 -37
  286. data/app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb +0 -15
  287. data/app/lib/actions/pulp/orphan_cleanup/remove_unneeded_repos.rb +0 -16
  288. data/app/lib/actions/pulp/repository/abstract_copy_content.rb +0 -45
  289. data/app/lib/actions/pulp/repository/abstract_remove_content.rb +0 -32
  290. data/app/lib/actions/pulp/repository/clear.rb +0 -18
  291. data/app/lib/actions/pulp/repository/copy_all_units.rb +0 -30
  292. data/app/lib/actions/pulp/repository/copy_units.rb +0 -25
  293. data/app/lib/actions/pulp/repository/create.rb +0 -28
  294. data/app/lib/actions/pulp/repository/create_in_plan.rb +0 -15
  295. data/app/lib/actions/pulp/repository/create_upload_request.rb +0 -20
  296. data/app/lib/actions/pulp/repository/delete_upload_request.rb +0 -19
  297. data/app/lib/actions/pulp/repository/destroy.rb +0 -28
  298. data/app/lib/actions/pulp/repository/distributor_publish.rb +0 -25
  299. data/app/lib/actions/pulp/repository/download.rb +0 -16
  300. data/app/lib/actions/pulp/repository/import_upload.rb +0 -19
  301. data/app/lib/actions/pulp/repository/presenters/abstract_sync_presenter.rb +0 -47
  302. data/app/lib/actions/pulp/repository/presenters/deb_presenter.rb +0 -95
  303. data/app/lib/actions/pulp/repository/presenters/docker_presenter.rb +0 -103
  304. data/app/lib/actions/pulp/repository/presenters/file_unit_presenter.rb +0 -42
  305. data/app/lib/actions/pulp/repository/presenters/yum_presenter.rb +0 -131
  306. data/app/lib/actions/pulp/repository/refresh.rb +0 -21
  307. data/app/lib/actions/pulp/repository/regenerate_applicability.rb +0 -21
  308. data/app/lib/actions/pulp/repository/remove_distribution.rb +0 -11
  309. data/app/lib/actions/pulp/repository/remove_units.rb +0 -44
  310. data/app/lib/actions/pulp/repository/sync.rb +0 -99
  311. data/app/lib/actions/pulp/repository/upload_file.rb +0 -28
  312. data/app/lib/actions/pulp/repository_group/create.rb +0 -31
  313. data/app/lib/actions/pulp/repository_group/delete.rb +0 -17
  314. data/app/lib/actions/pulp/repository_group/export.rb +0 -51
  315. data/app/lib/katello/util/package_clause_generator.rb +0 -77
  316. data/app/models/katello/glue/pulp/pulp_errors.rb +0 -9
  317. data/app/models/katello/glue/pulp/repo.rb +0 -353
  318. data/app/models/katello/pulp_sync_status.rb +0 -165
  319. data/app/models/katello/pulp_task_status.rb +0 -63
  320. data/app/services/katello/pulp/content.rb +0 -24
  321. data/app/services/katello/pulp/importer_comparison.rb +0 -28
  322. data/app/services/katello/pulp/repository/deb.rb +0 -61
  323. data/app/services/katello/pulp/repository/docker.rb +0 -82
  324. data/app/services/katello/pulp/repository/file.rb +0 -52
  325. data/app/services/katello/pulp/repository/yum.rb +0 -205
  326. data/app/services/katello/pulp/repository.rb +0 -327
  327. data/app/services/katello/pulp/server.rb +0 -35
  328. data/app/services/katello/pulp/simple_package.rb +0 -24
  329. data/app/services/katello/pulp/smart_proxy_repository.rb +0 -52
  330. data/lib/monkeys/fix_deb_optimized_sync.rb +0 -35
  331. data/lib/monkeys/fix_pulp_container_path.rb +0 -35
  332. data/locale/zanata.xml +0 -30
  333. data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/__tests__/CVRpmMatchContentSearch.fixtures.json +0 -33
data/locale/es/katello.po CHANGED
@@ -17,7 +17,7 @@
17
17
  #
18
18
  msgid ""
19
19
  msgstr ""
20
- "Project-Id-Version: katello 4.7.0\n"
20
+ "Project-Id-Version: katello 2.4.0-RC1\n"
21
21
  "Report-Msgid-Bugs-To: \n"
22
22
  "PO-Revision-Date: 2017-12-19 20:14+0000\n"
23
23
  "Last-Translator: Amit Upadhye <aupadhye@redhat.com>, 2022\n"
@@ -661,6 +661,9 @@ msgstr ""
661
661
  msgid "Allow Katello to update host installed packages, enabled repos, and module inventory directly instead of wrapped in Dynflow tasks (try turning off if Puma processes are using too much memory)"
662
662
  msgstr ""
663
663
 
664
+ msgid "Allow a host to be registered to multiple content view environments with 'subscription-manager register --environments'."
665
+ msgstr ""
666
+
664
667
  msgid "Allow deleting repositories in published content views"
665
668
  msgstr ""
666
669
 
@@ -670,6 +673,9 @@ msgstr ""
670
673
  msgid "Allow hosts to re-register themselves only when they are in build mode"
671
674
  msgstr ""
672
675
 
676
+ msgid "Allow multiple content views"
677
+ msgstr ""
678
+
673
679
  msgid "Allow new host registrations to assume registered profiles with matching hostname as long as the registering DMI UUID is not used by another host."
674
680
  msgstr ""
675
681
 
@@ -1111,6 +1117,9 @@ msgstr "El consumidor de Candlepin %s ya ha sido eliminado"
1111
1117
  msgid "Candlepin is not running properly"
1112
1118
  msgstr "Candlepin no está funcionando correctamente"
1113
1119
 
1120
+ msgid "Candlepin returned different consumer uuid than requested (%s), updating uuid in subscription_facet."
1121
+ msgstr ""
1122
+
1114
1123
  msgid "Cannot add %s repositories to a content view."
1115
1124
  msgstr "No se pueden añadir repositorios %s a una vista de contenido."
1116
1125
 
@@ -1495,9 +1504,6 @@ msgstr ""
1495
1504
  msgid "Content View Version: '%{cvv}', Product: '%{product}', Repository: '%{repo}' "
1496
1505
  msgstr ""
1497
1506
 
1498
- msgid "Content View and Environment not set for registration."
1499
- msgstr "La vista de contenido y el entorno no están configurados para el registro."
1500
-
1501
1507
  msgid "Content View id"
1502
1508
  msgstr ""
1503
1509
 
@@ -1516,6 +1522,12 @@ msgstr ""
1516
1522
  msgid "Content credentials"
1517
1523
  msgstr ""
1518
1524
 
1525
+ msgid "Content facet for host %s has more than one content view. Use #content_views instead."
1526
+ msgstr ""
1527
+
1528
+ msgid "Content facet for host %s has more than one lifecycle environment. Use #lifecycle_environments instead."
1529
+ msgstr ""
1530
+
1519
1531
  msgid "Content files to upload. Can be a single file or array of files."
1520
1532
  msgstr "Archivos de contenido para cargar. Puede ser uno o varios archivos."
1521
1533
 
@@ -1558,6 +1570,9 @@ msgstr ""
1558
1570
  msgid "Content view ${name} created"
1559
1571
  msgstr ""
1560
1572
 
1573
+ msgid "Content view '%{cv_name}' is a generated content view, which cannot be assigned to hosts or activation keys."
1574
+ msgstr ""
1575
+
1561
1576
  msgid "Content view '%{view}' is not in environment '%{env}'"
1562
1577
  msgstr "La vista de contenido '%{view}' no está en el entorno '%{env}'"
1563
1578
 
@@ -1567,9 +1582,18 @@ msgstr "La vista de contenido '%{view}' no está en el entorno del ciclo de vida
1567
1582
  msgid "Content view ID"
1568
1583
  msgstr "ID de vista de contenido"
1569
1584
 
1585
+ msgid "Content view and environment not set for registration."
1586
+ msgstr ""
1587
+
1570
1588
  msgid "Content view details"
1571
1589
  msgstr ""
1572
1590
 
1591
+ msgid "Content view environments and activation key must all belong to the same organization"
1592
+ msgstr ""
1593
+
1594
+ msgid "Content view environments must have both a content view and an environment"
1595
+ msgstr ""
1596
+
1573
1597
  msgid "Content view has repository label '%s' which is not specified in repos_units parameter."
1574
1598
  msgstr "La vista de contenido tiene la etiqueta de repositorio '%s' que no está especificada en el parámetro repos_units."
1575
1599
 
@@ -1579,6 +1603,9 @@ msgstr "identificador de vista de contenido"
1579
1603
  msgid "Content view label"
1580
1604
  msgstr "Etiqueta de vista de contenido"
1581
1605
 
1606
+ msgid "Content view must be specified"
1607
+ msgstr ""
1608
+
1582
1609
  msgid "Content view name"
1583
1610
  msgstr ""
1584
1611
 
@@ -1756,8 +1783,8 @@ msgstr ""
1756
1783
  msgid "Couldn't find smart proxies with name '%s'"
1757
1784
  msgstr ""
1758
1785
 
1759
- msgid "Couldn't find specified Content View and Lifecycle Environment."
1760
- msgstr "No se encontró la vista de contenido y el entorno de ciclo de vida especificados."
1786
+ msgid "Couldn't find specified content view and lifecycle environment."
1787
+ msgstr ""
1761
1788
 
1762
1789
  msgid "Couldn't find subject of synchronization"
1763
1790
  msgstr "No se encontró asunto de sincronización"
@@ -2770,7 +2797,7 @@ msgstr "Generar la aplicabilidad del repositorio"
2770
2797
  msgid "Generated"
2771
2798
  msgstr ""
2772
2799
 
2773
- msgid "Generated Content views cannot be assigned to Host/Activation Keys"
2800
+ msgid "Generated content views cannot be assigned to hosts or activation keys"
2774
2801
  msgstr ""
2775
2802
 
2776
2803
  msgid "Generated content views cannot be directly published. They can updated only via export."
@@ -3184,7 +3211,7 @@ msgstr ""
3184
3211
  msgid "Ignorable content can be only set for Yum repositories."
3185
3212
  msgstr "El contenido ignorable solo puede ser configurado para los depósitos de Yum."
3186
3213
 
3187
- msgid "Ignore SRPMs can not be set in combination with 'Complete Mirroring' mirroring policy."
3214
+ msgid "Ignore %s can not be set in combination with 'Complete Mirroring' mirroring policy."
3188
3215
  msgstr ""
3189
3216
 
3190
3217
  msgid "Ignore errors"
@@ -3715,6 +3742,9 @@ msgstr "ID de entorno de ciclo de vida"
3715
3742
  msgid "Lifecycle environment for the host."
3716
3743
  msgstr ""
3717
3744
 
3745
+ msgid "Lifecycle environment must be specified"
3746
+ msgstr ""
3747
+
3718
3748
  msgid "Lifecycle environment was not attached to the smart proxy; therefore, no changes were made."
3719
3749
  msgstr "El entorno del ciclo de vida no estaba adjunto al proxy inteligente; por lo tanto, no se realizaron cambios."
3720
3750
 
@@ -4141,9 +4171,6 @@ msgstr ""
4141
4171
  msgid "Multi-entitlement"
4142
4172
  msgstr "Multiderecho"
4143
4173
 
4144
- msgid "Multiple environments are not supported."
4145
- msgstr ""
4146
-
4147
4174
  msgid "Must supply at least one of mandatory_package_names, optional_package_names, conditional_package_names, default_package_names parameters"
4148
4175
  msgstr "Debe proporcionar al menos uno de los parámetros mandatory_package_names, optional_package_names, conditional_package_names, default_package_names"
4149
4176
 
@@ -4231,12 +4258,6 @@ msgstr "Nunca"
4231
4258
  msgid "Never Synced"
4232
4259
  msgstr "Nunca sincronizado"
4233
4260
 
4234
- msgid "Never checked in"
4235
- msgstr ""
4236
-
4237
- msgid "Never registered"
4238
- msgstr ""
4239
-
4240
4261
  msgid "New Errata"
4241
4262
  msgstr "Nuevas erratas"
4242
4263
 
@@ -4723,6 +4744,9 @@ msgstr "Se requiere organización"
4723
4744
  msgid "Orphaned Content Protection Time"
4724
4745
  msgstr ""
4725
4746
 
4747
+ msgid "Orphaned content facets for deleted hosts exist for the content view and environment. Please run rake task : katello:clean_orphaned_facets and try again!"
4748
+ msgstr ""
4749
+
4726
4750
  msgid "Other"
4727
4751
  msgstr "Otro"
4728
4752
 
@@ -5216,9 +5240,6 @@ msgstr ""
5216
5240
  msgid "Pulp 3 is not enabled on Smart proxy!"
5217
5241
  msgstr ""
5218
5242
 
5219
- msgid "Pulp Docker registry port"
5220
- msgstr "Puerto de registro de Pulp Docker"
5221
-
5222
5243
  msgid "Pulp bulk load size"
5223
5244
  msgstr ""
5224
5245
 
@@ -5453,6 +5474,9 @@ msgstr ""
5453
5474
  msgid "Registered on"
5454
5475
  msgstr ""
5455
5476
 
5477
+ msgid "Registering to multiple environments is not enabled."
5478
+ msgstr ""
5479
+
5456
5480
  msgid "Registration details"
5457
5481
  msgstr ""
5458
5482
 
@@ -6930,9 +6954,6 @@ msgstr "La página a la que intenta acceder requiere seleccionar una organizaci
6930
6954
  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."
6931
6955
  msgstr "La ruta %{real_path} no parece ser un repositorio válido. Si cree que se trata de un error, intente actualizar su manifiesto."
6932
6956
 
6933
- msgid "The port used by Pulp Crane to provide Docker Registries"
6934
- msgstr "El puerto utilizado por Pulp Crane para proporcionar los registros de Docker"
6935
-
6936
6957
  msgid "The product %{name} has no %{type} repositories with upstream URLs to add to the alternate content source."
6937
6958
  msgstr ""
6938
6959
 
@@ -7092,7 +7113,7 @@ msgstr ""
7092
7113
  msgid "This host does not have any packages."
7093
7114
  msgstr ""
7094
7115
 
7095
- msgid "This host has errata that are applicable, but not installable."
7116
+ msgid "This host has errata that are applicable, but not installable. Adjust your filters and try again."
7096
7117
  msgstr ""
7097
7118
 
7098
7119
  msgid "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled."
@@ -7125,7 +7146,7 @@ msgstr "Este no es un repositorio vinculado"
7125
7146
  msgid "This organization has Simple Content Access enabled. Hosts are not required to have subscriptions attached to access repositories. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
7126
7147
  msgstr ""
7127
7148
 
7128
- msgid "This organization is not using {scaLink}. Legacy subscription management is deprecated and will be removed in a future version."
7149
+ msgid "This organization is not using {scaLink}. Entitlement-based subscription management is deprecated and will be removed in a future version."
7129
7150
  msgstr ""
7130
7151
 
7131
7152
  msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
@@ -7305,6 +7326,9 @@ msgstr "Incapaz de conectar"
7305
7326
  msgid "Unable to connect. Got: %s"
7306
7327
  msgstr "No se puede conectar. Lo tengo: %s"
7307
7328
 
7329
+ msgid "Unable to create ContentViewEnvironment. Check the logs for more information."
7330
+ msgstr ""
7331
+
7308
7332
  msgid "Unable to delete any alternate content source. You either do not have the permission to delete, or none of the alternate content sources exist."
7309
7333
  msgstr ""
7310
7334
 
@@ -7803,6 +7827,9 @@ msgstr ""
7803
7827
  msgid "View a report of the affected hosts"
7804
7828
  msgstr "Ver un informe de los hosts afectados"
7805
7829
 
7830
+ msgid "View applicable errata"
7831
+ msgstr ""
7832
+
7806
7833
  msgid "View by"
7807
7834
  msgstr ""
7808
7835
 
@@ -7947,9 +7974,6 @@ msgstr "Tiene suscripciones que vencen en %s días"
7947
7974
  msgid "You have unsaved changes. Do you want to exit without saving your changes?"
7948
7975
  msgstr "Tienes cambios no guardados. ¿Quiere salir sin guardar sus cambios?"
7949
7976
 
7950
- msgid "You may want to check the host's content view and lifecycle environment."
7951
- msgstr ""
7952
-
7953
7977
  msgid "You were not allowed to add %s"
7954
7978
  msgstr "No se le permitió añadir %s"
7955
7979
 
@@ -8088,6 +8112,12 @@ msgstr "Autovincular suscripciones tras el registro"
8088
8112
  msgid "base url to perform repo discovery on"
8089
8113
  msgstr "URL base en la que realizar la detección de repositorio"
8090
8114
 
8115
+ msgid "bug fix"
8116
+ msgstr ""
8117
+
8118
+ msgid "bug fixes"
8119
+ msgstr ""
8120
+
8091
8121
  msgid "bulk add filter rules"
8092
8122
  msgstr ""
8093
8123
 
@@ -8262,6 +8292,12 @@ msgstr ""
8262
8292
  msgid "enables or disables synchronization"
8263
8293
  msgstr "Activar o desactivar sincronización"
8264
8294
 
8295
+ msgid "enhancement"
8296
+ msgstr ""
8297
+
8298
+ msgid "enhancements"
8299
+ msgstr ""
8300
+
8265
8301
  msgid "environment"
8266
8302
  msgstr "Entorno"
8267
8303
 
@@ -8676,6 +8712,12 @@ msgstr "identificador de regla"
8676
8712
  msgid "run job invocation"
8677
8713
  msgstr ""
8678
8714
 
8715
+ msgid "security advisories"
8716
+ msgstr ""
8717
+
8718
+ msgid "security advisory"
8719
+ msgstr ""
8720
+
8679
8721
  msgid "service level"
8680
8722
  msgstr "nivel de servicio"
8681
8723
 
data/locale/fr/katello.po CHANGED
@@ -15,7 +15,7 @@
15
15
  #
16
16
  msgid ""
17
17
  msgstr ""
18
- "Project-Id-Version: katello 4.7.0\n"
18
+ "Project-Id-Version: katello 2.4.0-RC1\n"
19
19
  "Report-Msgid-Bugs-To: \n"
20
20
  "PO-Revision-Date: 2017-12-19 20:14+0000\n"
21
21
  "Last-Translator: Amit Upadhye <aupadhye@redhat.com>, 2023\n"
@@ -661,6 +661,9 @@ msgstr "Toutes les versions seront supprimées de ces environnements"
661
661
  msgid "Allow Katello to update host installed packages, enabled repos, and module inventory directly instead of wrapped in Dynflow tasks (try turning off if Puma processes are using too much memory)"
662
662
  msgstr "Permettre à Katello de mettre à jour les packages installés sur l'hôte, les référentiels activés et l'inventaire des modules directement au lieu d'être intégrés dans des tâches Dynflow (essayez de le désactiver si les processus Puma utilisent trop de mémoire)."
663
663
 
664
+ msgid "Allow a host to be registered to multiple content view environments with 'subscription-manager register --environments'."
665
+ msgstr ""
666
+
664
667
  msgid "Allow deleting repositories in published content views"
665
668
  msgstr "Permettre la suppression des référentiels dans les vues de contenu publié"
666
669
 
@@ -670,6 +673,9 @@ msgstr "Permettre aux enregistrements d'hôtes de contourner la \"Profile d’h
670
673
  msgid "Allow hosts to re-register themselves only when they are in build mode"
671
674
  msgstr "Autoriser les hôtes à se réenregistrer uniquement lorsqu'ils sont en mode \"build\""
672
675
 
676
+ msgid "Allow multiple content views"
677
+ msgstr ""
678
+
673
679
  msgid "Allow new host registrations to assume registered profiles with matching hostname as long as the registering DMI UUID is not used by another host."
674
680
  msgstr "Autoriser les nouveaux enregistrements d'hôtes à assumer des profils enregistrés avec un nom d'hôte correspondant tant que l'UUID du DMI d'enregistrement n'est pas utilisé par un autre hôte."
675
681
 
@@ -1111,6 +1117,9 @@ msgstr "Le consommateur Candlepin %s a déjà été supprimé"
1111
1117
  msgid "Candlepin is not running properly"
1112
1118
  msgstr "Candlepin ne fonctionne pas correctement"
1113
1119
 
1120
+ msgid "Candlepin returned different consumer uuid than requested (%s), updating uuid in subscription_facet."
1121
+ msgstr ""
1122
+
1114
1123
  msgid "Cannot add %s repositories to a content view."
1115
1124
  msgstr "Impossible d'ajouter %s référentiels à un affichage de contenu."
1116
1125
 
@@ -1495,9 +1504,6 @@ msgstr "Content View Version spécifiée dans les métadonnées - '%{name}' exis
1495
1504
  msgid "Content View Version: '%{cvv}', Product: '%{product}', Repository: '%{repo}' "
1496
1505
  msgstr "Content View Version : '%{cvv}', Product : '%{product}', Repository : '%{repo}' "
1497
1506
 
1498
- msgid "Content View and Environment not set for registration."
1499
- msgstr "Affichage de contenu et environnement non définis pour l'enregistrement."
1500
-
1501
1507
  msgid "Content View id"
1502
1508
  msgstr "ID de la vue de contenu"
1503
1509
 
@@ -1516,6 +1522,12 @@ msgstr "Identifiants de contenu"
1516
1522
  msgid "Content credentials"
1517
1523
  msgstr "Identifiants de contenu"
1518
1524
 
1525
+ msgid "Content facet for host %s has more than one content view. Use #content_views instead."
1526
+ msgstr ""
1527
+
1528
+ msgid "Content facet for host %s has more than one lifecycle environment. Use #lifecycle_environments instead."
1529
+ msgstr ""
1530
+
1519
1531
  msgid "Content files to upload. Can be a single file or array of files."
1520
1532
  msgstr "Fichiers de contenu à télécharger. Il peut s'agir d'un fichier unique ou d'un ensemble de fichiers."
1521
1533
 
@@ -1558,6 +1570,9 @@ msgstr "Affichage de contenu"
1558
1570
  msgid "Content view ${name} created"
1559
1571
  msgstr "Vue de contenu {name} créée"
1560
1572
 
1573
+ msgid "Content view '%{cv_name}' is a generated content view, which cannot be assigned to hosts or activation keys."
1574
+ msgstr ""
1575
+
1561
1576
  msgid "Content view '%{view}' is not in environment '%{env}'"
1562
1577
  msgstr "L'affichage de contenu '%{view}' ne se trouve pas dans l'environnement '%{env}' "
1563
1578
 
@@ -1567,9 +1582,18 @@ msgstr "L'affichage de contenu '%{view}' ne se trouve pas dans l'environnement d
1567
1582
  msgid "Content view ID"
1568
1583
  msgstr "ID d’affichage de contenu"
1569
1584
 
1585
+ msgid "Content view and environment not set for registration."
1586
+ msgstr ""
1587
+
1570
1588
  msgid "Content view details"
1571
1589
  msgstr "Détails d'affichage du contenu"
1572
1590
 
1591
+ msgid "Content view environments and activation key must all belong to the same organization"
1592
+ msgstr ""
1593
+
1594
+ msgid "Content view environments must have both a content view and an environment"
1595
+ msgstr ""
1596
+
1573
1597
  msgid "Content view has repository label '%s' which is not specified in repos_units parameter."
1574
1598
  msgstr "La vue du contenu a un label de référentiel '%s' qui n'est pas spécifié dans le paramètre repos_units."
1575
1599
 
@@ -1579,6 +1603,9 @@ msgstr "Identifiant d'affichage du contenu"
1579
1603
  msgid "Content view label"
1580
1604
  msgstr "Balise d'affichage du contenu"
1581
1605
 
1606
+ msgid "Content view must be specified"
1607
+ msgstr ""
1608
+
1582
1609
  msgid "Content view name"
1583
1610
  msgstr "Nom de la vue de contenu"
1584
1611
 
@@ -1756,8 +1783,8 @@ msgstr "Impossible de trouver les proxies smart avec l'id '%s'."
1756
1783
  msgid "Couldn't find smart proxies with name '%s'"
1757
1784
  msgstr "Impossible de trouver les proxies avec l'id '%s'."
1758
1785
 
1759
- msgid "Couldn't find specified Content View and Lifecycle Environment."
1760
- msgstr "Impossible de trouver l’affichage du contenu et l'environnement du cycle de vie spécifiés."
1786
+ msgid "Couldn't find specified content view and lifecycle environment."
1787
+ msgstr ""
1761
1788
 
1762
1789
  msgid "Couldn't find subject of synchronization"
1763
1790
  msgstr "Sujet de la synchronisation introuvable"
@@ -2772,8 +2799,8 @@ msgstr "Générer l'applicabilité du référentiel"
2772
2799
  msgid "Generated"
2773
2800
  msgstr "Généré"
2774
2801
 
2775
- msgid "Generated Content views cannot be assigned to Host/Activation Keys"
2776
- msgstr "Les vues de contenu généré ne peuvent pas être attribuées à des clés d'hôte/d'activation."
2802
+ msgid "Generated content views cannot be assigned to hosts or activation keys"
2803
+ msgstr ""
2777
2804
 
2778
2805
  msgid "Generated content views cannot be directly published. They can updated only via export."
2779
2806
  msgstr "Les vues de contenu générées ne peuvent pas être publiées directement. Elles ne peuvent être mises à jour uniquement via l'exportation."
@@ -3186,7 +3213,7 @@ msgstr "Si vous préférez déplacer certains de ces hôtes vers des vues de con
3186
3213
  msgid "Ignorable content can be only set for Yum repositories."
3187
3214
  msgstr "Le contenu ignorable ne peut être défini que pour les référentiels Yum."
3188
3215
 
3189
- msgid "Ignore SRPMs can not be set in combination with 'Complete Mirroring' mirroring policy."
3216
+ msgid "Ignore %s can not be set in combination with 'Complete Mirroring' mirroring policy."
3190
3217
  msgstr ""
3191
3218
 
3192
3219
  msgid "Ignore errors"
@@ -3717,6 +3744,9 @@ msgstr "ID d’environnement de cycle de vie"
3717
3744
  msgid "Lifecycle environment for the host."
3718
3745
  msgstr "Environnement du cycle de vie de l'hôte."
3719
3746
 
3747
+ msgid "Lifecycle environment must be specified"
3748
+ msgstr ""
3749
+
3720
3750
  msgid "Lifecycle environment was not attached to the smart proxy; therefore, no changes were made."
3721
3751
  msgstr "L'environnement de cycle de vie n'était pas attaché au proxy smart; de ce fait, aucun changement n'a été fait."
3722
3752
 
@@ -4143,9 +4173,6 @@ msgstr "Les flux de modules apparaîtront ici après avoir activé les référen
4143
4173
  msgid "Multi-entitlement"
4144
4174
  msgstr "Droits d’accès multiples"
4145
4175
 
4146
- msgid "Multiple environments are not supported."
4147
- msgstr "Les environnements multiples ne sont pas pris en charge."
4148
-
4149
4176
  msgid "Must supply at least one of mandatory_package_names, optional_package_names, conditional_package_names, default_package_names parameters"
4150
4177
  msgstr "Doit fournir au moins un des paramètres suivants : mandatory_package_names, optional_package_names, conditional_package_names, default_package_names"
4151
4178
 
@@ -4239,12 +4266,6 @@ msgstr "Jamais"
4239
4266
  msgid "Never Synced"
4240
4267
  msgstr "Jamais sync"
4241
4268
 
4242
- msgid "Never checked in"
4243
- msgstr "Jamais enregistré dans"
4244
-
4245
- msgid "Never registered"
4246
- msgstr "Jamais enregistré"
4247
-
4248
4269
  msgid "New Errata"
4249
4270
  msgstr "Nouveaux errata"
4250
4271
 
@@ -4731,6 +4752,9 @@ msgstr "Organisation requise"
4731
4752
  msgid "Orphaned Content Protection Time"
4732
4753
  msgstr "Temps de protection du contenu orphelin"
4733
4754
 
4755
+ msgid "Orphaned content facets for deleted hosts exist for the content view and environment. Please run rake task : katello:clean_orphaned_facets and try again!"
4756
+ msgstr ""
4757
+
4734
4758
  msgid "Other"
4735
4759
  msgstr "Autre"
4736
4760
 
@@ -5224,9 +5248,6 @@ msgstr "Chemin de fichier de destination d'exportation Pulp3"
5224
5248
  msgid "Pulp 3 is not enabled on Smart proxy!"
5225
5249
  msgstr "Pulp 3 n'est pas activé sur Smart proxy !"
5226
5250
 
5227
- msgid "Pulp Docker registry port"
5228
- msgstr "Port d'enregistrement de Pulp Docker"
5229
-
5230
5251
  msgid "Pulp bulk load size"
5231
5252
  msgstr "Taille de la charge Pulp"
5232
5253
 
@@ -5461,6 +5482,9 @@ msgstr "Enregistré par"
5461
5482
  msgid "Registered on"
5462
5483
  msgstr "Enregistré le"
5463
5484
 
5485
+ msgid "Registering to multiple environments is not enabled."
5486
+ msgstr ""
5487
+
5464
5488
  msgid "Registration details"
5465
5489
  msgstr "Détails de l'inscription"
5466
5490
 
@@ -6942,9 +6966,6 @@ msgstr "La page à laquelle vous tentez d'accéder nécessite la sélection d'un
6942
6966
  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."
6943
6967
  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."
6944
6968
 
6945
- msgid "The port used by Pulp Crane to provide Docker Registries"
6946
- msgstr "Le port utilisé par Pulp Crane pour fournir des registres de dockers"
6947
-
6948
6969
  msgid "The product %{name} has no %{type} repositories with upstream URLs to add to the alternate content source."
6949
6970
  msgstr "Le produit %{name} n'a pas de référentiels %{type} avec des URL en amont à ajouter à la source de contenu alternative."
6950
6971
 
@@ -7104,8 +7125,8 @@ msgstr "Cet hôte n'a pas de flux de modules."
7104
7125
  msgid "This host does not have any packages."
7105
7126
  msgstr "Cet hôte n’a pas d’errata installable."
7106
7127
 
7107
- msgid "This host has errata that are applicable, but not installable."
7108
- msgstr "Cet hôte a des errata qui sont applicables, mais non installables."
7128
+ msgid "This host has errata that are applicable, but not installable. Adjust your filters and try again."
7129
+ msgstr ""
7109
7130
 
7110
7131
  msgid "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled."
7111
7132
  msgstr "L'organisation de cet hôte est en mode d'accès simple au contenu. L'ajout d'abonnements est désactivé."
@@ -7137,8 +7158,8 @@ msgstr "Il ne s'agit pas d'un référentiel associé"
7137
7158
  msgid "This organization has Simple Content Access enabled. Hosts are not required to have subscriptions attached to access repositories. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
7138
7159
  msgstr "Cette organisation a activé l'accès au contenu simple. Les hôtes ne sont pas tenus de souscrire un abonnement pour accéder aux référentiels. {br} Pour en savoir davantage sur les abonnements, visitez {subscriptionsService}."
7139
7160
 
7140
- msgid "This organization is not using {scaLink}. Legacy subscription management is deprecated and will be removed in a future version."
7141
- msgstr ""
7161
+ msgid "This organization is not using {scaLink}. Entitlement-based subscription management is deprecated and will be removed in a future version."
7162
+ msgstr "Cette organisation n'utilise pas {scaLink}. L'ancienne gestion des abonnements est dépréciée et sera supprimée dans une prochaine version."
7142
7163
 
7143
7164
  msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
7144
7165
  msgstr "Ce référentiel n'est pas suggéré. Veuillez consulter la %(anchorBegin)sdocumentation%(anchorEnd)s supplémentaire avant l'utilisation."
@@ -7317,6 +7338,9 @@ msgstr "Impossible de se connecter"
7317
7338
  msgid "Unable to connect. Got: %s"
7318
7339
  msgstr "Impossible de se connecter. Obtenu: %s"
7319
7340
 
7341
+ msgid "Unable to create ContentViewEnvironment. Check the logs for more information."
7342
+ msgstr ""
7343
+
7320
7344
  msgid "Unable to delete any alternate content source. You either do not have the permission to delete, or none of the alternate content sources exist."
7321
7345
  msgstr "Impossible de supprimer une source de contenu alternative. Soit vous n'avez pas l'autorisation de supprimer, soit aucune des sources de contenu alternatives n'existe."
7322
7346
 
@@ -7815,6 +7839,9 @@ msgstr "Afficher l'utilisation de l'abonnement"
7815
7839
  msgid "View a report of the affected hosts"
7816
7840
  msgstr "Voir un rapport sur les hôtes concernés"
7817
7841
 
7842
+ msgid "View applicable errata"
7843
+ msgstr ""
7844
+
7818
7845
  msgid "View by"
7819
7846
  msgstr "Afficher par"
7820
7847
 
@@ -7959,9 +7986,6 @@ msgstr "Vous avez des abonnements qui expirent dans %s jours"
7959
7986
  msgid "You have unsaved changes. Do you want to exit without saving your changes?"
7960
7987
  msgstr "Vous avez des modifications non sauvegardées. Voulez-vous sortir sans sauvegarder vos modifications ?"
7961
7988
 
7962
- msgid "You may want to check the host's content view and lifecycle environment."
7963
- msgstr "Vous pouvez vérifier la vue du contenu et l'environnement du cycle de vie de l'hôte."
7964
-
7965
7989
  msgid "You were not allowed to add %s"
7966
7990
  msgstr "Vous n'êtes pas autorisé à ajouter %s"
7967
7991
 
@@ -8100,6 +8124,12 @@ msgstr "joindre automatiquement les abonnements lors de l'enregistrement"
8100
8124
  msgid "base url to perform repo discovery on"
8101
8125
  msgstr "url de base sur lequel effectuer la découverte de référentiel "
8102
8126
 
8127
+ msgid "bug fix"
8128
+ msgstr ""
8129
+
8130
+ msgid "bug fixes"
8131
+ msgstr ""
8132
+
8103
8133
  msgid "bulk add filter rules"
8104
8134
  msgstr "bulk - ajouter règles de filtre"
8105
8135
 
@@ -8274,6 +8304,12 @@ msgstr "politique de téléchargement pour les dépôts yum, deb et docker (soit
8274
8304
  msgid "enables or disables synchronization"
8275
8305
  msgstr "active ou désactive la synchronisation"
8276
8306
 
8307
+ msgid "enhancement"
8308
+ msgstr ""
8309
+
8310
+ msgid "enhancements"
8311
+ msgstr ""
8312
+
8277
8313
  msgid "environment"
8278
8314
  msgstr "environnement"
8279
8315
 
@@ -8688,6 +8724,12 @@ msgstr "identifiant de règle"
8688
8724
  msgid "run job invocation"
8689
8725
  msgstr ""
8690
8726
 
8727
+ msgid "security advisories"
8728
+ msgstr ""
8729
+
8730
+ msgid "security advisory"
8731
+ msgstr ""
8732
+
8691
8733
  msgid "service level"
8692
8734
  msgstr "niveau de service"
8693
8735