katello 4.7.4 → 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 (334) 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/migrate/20230119003859_ensure_repo_username_password_nil_not_blank.rb +1 -1
  113. data/db/seeds.d/111-upgrade_tasks.rb +2 -1
  114. data/engines/bastion/app/assets/stylesheets/bastion/bastion.scss +4 -0
  115. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details.controller.js +2 -4
  116. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-errata-modal.controller.js +0 -1
  117. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details.controller.js +2 -4
  118. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +2 -1
  119. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js +11 -3
  120. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-hosts-list.html +1 -1
  121. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +8 -4
  122. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +5485 -0
  123. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +5397 -0
  124. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +5658 -0
  125. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +5284 -0
  126. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +5231 -0
  127. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +5275 -0
  128. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +5389 -0
  129. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +5212 -0
  130. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +5145 -0
  131. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +9 -0
  132. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html +2 -2
  133. data/lib/katello/engine.rb +2 -1
  134. data/lib/katello/permission_creator.rb +2 -4
  135. data/lib/katello/permissions/registry_permissions.rb +5 -5
  136. data/lib/katello/plugin.rb +22 -14
  137. data/lib/katello/repository_types/README.md +136 -19
  138. data/lib/katello/repository_types/deb.rb +0 -1
  139. data/lib/katello/repository_types/docker.rb +0 -1
  140. data/lib/katello/repository_types/file.rb +0 -1
  141. data/lib/katello/repository_types/yum.rb +0 -4
  142. data/lib/katello/tasks/clean_candlepin_orphaned_products.rake +38 -0
  143. data/lib/katello/tasks/clean_orphaned_facets.rb +20 -0
  144. data/lib/katello/tasks/reimport.rake +1 -2
  145. data/lib/katello/tasks/repository.rake +1 -22
  146. data/lib/katello/tasks/reset.rake +1 -0
  147. data/lib/katello/tasks/upgrades/4.8/fix_incorrect_providers.rake +29 -0
  148. data/lib/katello/version.rb +1 -1
  149. data/lib/katello.rb +0 -5
  150. data/locale/bn/katello.po +69 -27
  151. data/locale/cs/katello.po +69 -27
  152. data/locale/de/katello.po +78 -36
  153. data/locale/en/katello.po +69 -27
  154. data/locale/es/katello.po +70 -28
  155. data/locale/fr/katello.po +73 -31
  156. data/locale/gu/katello.po +69 -27
  157. data/locale/hi/katello.po +69 -27
  158. data/locale/it/katello.po +69 -27
  159. data/locale/ja/katello.po +73 -31
  160. data/locale/ka/katello.po +73 -31
  161. data/locale/katello.pot +335 -262
  162. data/locale/kn/katello.po +69 -27
  163. data/locale/ko/katello.po +69 -27
  164. data/locale/mr/katello.po +69 -27
  165. data/locale/or/katello.po +69 -27
  166. data/locale/pa/katello.po +69 -27
  167. data/locale/pt/katello.po +69 -27
  168. data/locale/pt_BR/katello.po +70 -28
  169. data/locale/ru/katello.po +70 -28
  170. data/locale/ta/katello.po +69 -27
  171. data/locale/te/katello.po +69 -27
  172. data/locale/zh_CN/katello.po +73 -31
  173. data/locale/zh_TW/katello.po +70 -28
  174. data/webpack/components/Content/ContentPage.js +51 -35
  175. data/webpack/components/Content/__tests__/ContentPage.test.js +2 -4
  176. data/webpack/components/Content/__tests__/__snapshots__/ContentPage.test.js.snap +22 -3
  177. data/webpack/components/Table/EmptyStateMessage.js +14 -11
  178. data/webpack/components/Table/MainTable.js +36 -15
  179. data/webpack/components/Table/TableWrapper.js +25 -25
  180. data/webpack/components/Table/__test__/emptyStateMessage.test.js +51 -0
  181. data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js +5 -4
  182. data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js +1 -1
  183. data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/__tests__/hostCollectionsModal.test.js +1 -17
  184. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +18 -9
  185. data/webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js +1 -2
  186. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js +1 -2
  187. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js +1 -2
  188. data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +47 -27
  189. data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesTab.js +1 -2
  190. data/webpack/components/extensions/HostDetails/Tabs/__tests__/errataTab.test.js +2 -21
  191. data/webpack/components/extensions/HostDetails/Tabs/__tests__/moduleStreamsTab.test.js +1 -28
  192. data/webpack/components/extensions/HostDetails/Tabs/__tests__/packageInstallModal.test.js +1 -10
  193. data/webpack/components/extensions/HostDetails/Tabs/__tests__/packagesTab.test.js +1 -18
  194. data/webpack/components/extensions/HostDetails/Tabs/__tests__/repositorySetsTab.test.js +1 -17
  195. data/webpack/components/extensions/HostDetails/Tabs/__tests__/tracesTab.test.js +1 -15
  196. data/webpack/global_test_setup.js +1 -1
  197. data/webpack/scenes/AlternateContentSources/Create/ACSCreateWizard.js +12 -10
  198. data/webpack/scenes/AlternateContentSources/Create/Steps/ACSCredentials.js +6 -0
  199. data/webpack/scenes/AlternateContentSources/Create/Steps/ACSSmartProxies.js +1 -0
  200. data/webpack/scenes/AlternateContentSources/Create/Steps/AcsUrlPaths.js +3 -10
  201. data/webpack/scenes/AlternateContentSources/Create/Steps/NameACS.js +1 -0
  202. data/webpack/scenes/AlternateContentSources/Create/__tests__/acsCreate.test.js +3 -3
  203. data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditDetails.js +1 -0
  204. data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditURLPaths.js +12 -4
  205. data/webpack/scenes/AlternateContentSources/MainTable/ACSTable.js +7 -4
  206. data/webpack/scenes/AlternateContentSources/MainTable/__tests__/acsTable.test.js +4 -8
  207. data/webpack/scenes/AlternateContentSources/helpers.js +1 -1
  208. data/webpack/scenes/Content/Details/ContentRepositories.js +5 -4
  209. data/webpack/scenes/Content/Details/__tests__/contentDetail.test.js +1 -12
  210. data/webpack/scenes/Content/Table/ContentTable.js +2 -1
  211. data/webpack/scenes/Content/__tests__/contentTable.test.js +1 -14
  212. data/webpack/scenes/ContentViews/Delete/__tests__/contentViewDelete.test.js +1 -25
  213. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +2 -1
  214. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.test.js +44 -31
  215. data/webpack/scenes/ContentViews/Details/ContentViewDetails.js +2 -0
  216. data/webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositoryTable.js +6 -1
  217. data/webpack/scenes/ContentViews/Details/Filters/CVContainerImageFilterContent.js +2 -1
  218. data/webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js +2 -1
  219. data/webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js +3 -1
  220. data/webpack/scenes/ContentViews/Details/Filters/CVModuleStreamFilterContent.js +3 -1
  221. data/webpack/scenes/ContentViews/Details/Filters/CVPackageGroupFilterContent.js +3 -1
  222. data/webpack/scenes/ContentViews/Details/Filters/CVRpmFilterContent.js +2 -1
  223. data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilterDetailsHeader.js +2 -0
  224. data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilters.js +2 -1
  225. data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/CVDebMatchContentModal.js +1 -1
  226. data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/CVRpmMatchContentModal.js +1 -1
  227. data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/__tests__/CVRpmMatchContentModal.test.js +35 -33
  228. data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVContainerImageFilterContent.test.js +48 -45
  229. data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVRpmFilterContent.test.js +58 -24
  230. data/webpack/scenes/ContentViews/Details/Filters/__tests__/ContentViewPackageGroupFilter.test.js +64 -0
  231. data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilterDetails.test.js +36 -20
  232. data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilters.test.js +40 -23
  233. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataIDFilter.test.js +0 -13
  234. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvModuleStreamFilter.test.js +0 -13
  235. data/webpack/scenes/ContentViews/Details/Histories/ContentViewHistories.js +2 -1
  236. data/webpack/scenes/ContentViews/Details/Histories/__tests__/contentViewHistory.test.js +1 -10
  237. data/webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js +2 -1
  238. data/webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewAddRemove.test.js +1 -10
  239. data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareConfig.js +21 -9
  240. data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareTable.js +4 -0
  241. data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/CVVersionCompare.test.js +1 -32
  242. data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js +3 -1
  243. data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvVersionRemove.test.js +1 -15
  244. data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedActivationKeys.js +1 -1
  245. data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedHosts.js +1 -2
  246. data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js +31 -9
  247. data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsTable.js +4 -0
  248. data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDetails.test.js +30 -14
  249. data/webpack/scenes/ContentViews/Table/ContentViewsTable.js +1 -1
  250. data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +55 -120
  251. data/webpack/scenes/ContentViews/components/WizardHeader.js +1 -1
  252. data/webpack/scenes/ContentViews/expansions/RelatedContentViewComponentsModal.js +1 -1
  253. data/webpack/scenes/ContentViews/expansions/__tests__/contentViewComponentsModal.test.js +8 -1
  254. data/webpack/scenes/ModuleStreams/ModuleStreamsPage.js +3 -9
  255. data/webpack/scenes/ModuleStreams/__tests__/__snapshots__/ModuleStreamPage.test.js.snap +7 -1
  256. data/webpack/scenes/RedHatRepositories/components/Search.js +22 -16
  257. data/webpack/scenes/RedHatRepositories/index.scss +20 -1
  258. data/webpack/scenes/SmartProxy/SmartProxyContentTable.js +12 -1
  259. data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CdnTypeForm.js +1 -1
  260. data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CustomCdnTypeForm.js +1 -1
  261. data/webpack/scenes/Subscriptions/SubscriptionsPage.js +21 -19
  262. data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsPage.test.js.snap +34 -1
  263. data/webpack/scenes/Subscriptions/components/SubscriptionsToolbar/SubscriptionsToolbar.js +20 -7
  264. data/webpack/scenes/Subscriptions/components/SubscriptionsToolbar/SubscriptionsToolbar.test.js +0 -1
  265. data/webpack/scenes/Subscriptions/components/SubscriptionsToolbar/__snapshots__/SubscriptionsToolbar.test.js.snap +65 -15
  266. metadata +50 -116
  267. data/app/lib/actions/katello/pulp_selector.rb +0 -24
  268. data/app/lib/actions/katello/repository/correct_checksum.rb +0 -24
  269. data/app/lib/actions/katello/repository/destroy_package_group.rb +0 -26
  270. data/app/lib/actions/katello/repository/upload_package_group.rb +0 -24
  271. data/app/lib/actions/pulp/abstract.rb +0 -37
  272. data/app/lib/actions/pulp/abstract_async_task.rb +0 -154
  273. data/app/lib/actions/pulp/abstract_async_task_group.rb +0 -94
  274. data/app/lib/actions/pulp/consumer/sync_capsule.rb +0 -45
  275. data/app/lib/actions/pulp/consumer/unassociate_units.rb +0 -20
  276. data/app/lib/actions/pulp/expect_one_task.rb +0 -11
  277. data/app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb +0 -16
  278. data/app/lib/actions/pulp/orchestration/repository/copy_all_units.rb +0 -19
  279. data/app/lib/actions/pulp/orchestration/repository/delete.rb +0 -15
  280. data/app/lib/actions/pulp/orchestration/repository/refresh.rb +0 -14
  281. data/app/lib/actions/pulp/orchestration/repository/refresh_if_needed.rb +0 -13
  282. data/app/lib/actions/pulp/orchestration/repository/refresh_repos.rb +0 -19
  283. data/app/lib/actions/pulp/orchestration/repository/remove_units.rb +0 -14
  284. data/app/lib/actions/pulp/orchestration/repository/smart_proxy_sync.rb +0 -34
  285. data/app/lib/actions/pulp/orchestration/repository/sync.rb +0 -18
  286. data/app/lib/actions/pulp/orchestration/repository/upload_content.rb +0 -37
  287. data/app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb +0 -15
  288. data/app/lib/actions/pulp/orphan_cleanup/remove_unneeded_repos.rb +0 -16
  289. data/app/lib/actions/pulp/repository/abstract_copy_content.rb +0 -45
  290. data/app/lib/actions/pulp/repository/abstract_remove_content.rb +0 -32
  291. data/app/lib/actions/pulp/repository/clear.rb +0 -18
  292. data/app/lib/actions/pulp/repository/copy_all_units.rb +0 -30
  293. data/app/lib/actions/pulp/repository/copy_units.rb +0 -25
  294. data/app/lib/actions/pulp/repository/create.rb +0 -28
  295. data/app/lib/actions/pulp/repository/create_in_plan.rb +0 -15
  296. data/app/lib/actions/pulp/repository/create_upload_request.rb +0 -20
  297. data/app/lib/actions/pulp/repository/delete_upload_request.rb +0 -19
  298. data/app/lib/actions/pulp/repository/destroy.rb +0 -28
  299. data/app/lib/actions/pulp/repository/distributor_publish.rb +0 -25
  300. data/app/lib/actions/pulp/repository/download.rb +0 -16
  301. data/app/lib/actions/pulp/repository/import_upload.rb +0 -19
  302. data/app/lib/actions/pulp/repository/presenters/abstract_sync_presenter.rb +0 -47
  303. data/app/lib/actions/pulp/repository/presenters/deb_presenter.rb +0 -95
  304. data/app/lib/actions/pulp/repository/presenters/docker_presenter.rb +0 -103
  305. data/app/lib/actions/pulp/repository/presenters/file_unit_presenter.rb +0 -42
  306. data/app/lib/actions/pulp/repository/presenters/yum_presenter.rb +0 -131
  307. data/app/lib/actions/pulp/repository/refresh.rb +0 -21
  308. data/app/lib/actions/pulp/repository/regenerate_applicability.rb +0 -21
  309. data/app/lib/actions/pulp/repository/remove_distribution.rb +0 -11
  310. data/app/lib/actions/pulp/repository/remove_units.rb +0 -44
  311. data/app/lib/actions/pulp/repository/sync.rb +0 -99
  312. data/app/lib/actions/pulp/repository/upload_file.rb +0 -28
  313. data/app/lib/actions/pulp/repository_group/create.rb +0 -31
  314. data/app/lib/actions/pulp/repository_group/delete.rb +0 -17
  315. data/app/lib/actions/pulp/repository_group/export.rb +0 -51
  316. data/app/lib/katello/util/package_clause_generator.rb +0 -77
  317. data/app/models/katello/glue/pulp/pulp_errors.rb +0 -9
  318. data/app/models/katello/glue/pulp/repo.rb +0 -353
  319. data/app/models/katello/pulp_sync_status.rb +0 -165
  320. data/app/models/katello/pulp_task_status.rb +0 -63
  321. data/app/services/katello/pulp/content.rb +0 -24
  322. data/app/services/katello/pulp/importer_comparison.rb +0 -28
  323. data/app/services/katello/pulp/repository/deb.rb +0 -61
  324. data/app/services/katello/pulp/repository/docker.rb +0 -82
  325. data/app/services/katello/pulp/repository/file.rb +0 -52
  326. data/app/services/katello/pulp/repository/yum.rb +0 -205
  327. data/app/services/katello/pulp/repository.rb +0 -327
  328. data/app/services/katello/pulp/server.rb +0 -35
  329. data/app/services/katello/pulp/simple_package.rb +0 -24
  330. data/app/services/katello/pulp/smart_proxy_repository.rb +0 -52
  331. data/lib/monkeys/fix_deb_optimized_sync.rb +0 -35
  332. data/lib/monkeys/fix_pulp_container_path.rb +0 -35
  333. data/locale/zanata.xml +0 -30
  334. data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/__tests__/CVRpmMatchContentSearch.fixtures.json +0 -33
data/locale/kn/katello.po CHANGED
@@ -8,7 +8,7 @@
8
8
  #
9
9
  msgid ""
10
10
  msgstr ""
11
- "Project-Id-Version: katello 4.7.0\n"
11
+ "Project-Id-Version: katello 2.4.0-RC1\n"
12
12
  "Report-Msgid-Bugs-To: \n"
13
13
  "PO-Revision-Date: 2017-12-19 20:14+0000\n"
14
14
  "Last-Translator: 0868a4d1af5275b3f70b0a6dac4c99a4, 2022\n"
@@ -650,6 +650,9 @@ msgstr ""
650
650
  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)"
651
651
  msgstr ""
652
652
 
653
+ msgid "Allow a host to be registered to multiple content view environments with 'subscription-manager register --environments'."
654
+ msgstr ""
655
+
653
656
  msgid "Allow deleting repositories in published content views"
654
657
  msgstr ""
655
658
 
@@ -659,6 +662,9 @@ msgstr ""
659
662
  msgid "Allow hosts to re-register themselves only when they are in build mode"
660
663
  msgstr ""
661
664
 
665
+ msgid "Allow multiple content views"
666
+ msgstr ""
667
+
662
668
  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."
663
669
  msgstr ""
664
670
 
@@ -1097,6 +1103,9 @@ msgstr ""
1097
1103
  msgid "Candlepin is not running properly"
1098
1104
  msgstr ""
1099
1105
 
1106
+ msgid "Candlepin returned different consumer uuid than requested (%s), updating uuid in subscription_facet."
1107
+ msgstr ""
1108
+
1100
1109
  msgid "Cannot add %s repositories to a content view."
1101
1110
  msgstr ""
1102
1111
 
@@ -1481,9 +1490,6 @@ msgstr ""
1481
1490
  msgid "Content View Version: '%{cvv}', Product: '%{product}', Repository: '%{repo}' "
1482
1491
  msgstr ""
1483
1492
 
1484
- msgid "Content View and Environment not set for registration."
1485
- msgstr ""
1486
-
1487
1493
  msgid "Content View id"
1488
1494
  msgstr ""
1489
1495
 
@@ -1502,6 +1508,12 @@ msgstr ""
1502
1508
  msgid "Content credentials"
1503
1509
  msgstr ""
1504
1510
 
1511
+ msgid "Content facet for host %s has more than one content view. Use #content_views instead."
1512
+ msgstr ""
1513
+
1514
+ msgid "Content facet for host %s has more than one lifecycle environment. Use #lifecycle_environments instead."
1515
+ msgstr ""
1516
+
1505
1517
  msgid "Content files to upload. Can be a single file or array of files."
1506
1518
  msgstr ""
1507
1519
 
@@ -1544,6 +1556,9 @@ msgstr ""
1544
1556
  msgid "Content view ${name} created"
1545
1557
  msgstr ""
1546
1558
 
1559
+ msgid "Content view '%{cv_name}' is a generated content view, which cannot be assigned to hosts or activation keys."
1560
+ msgstr ""
1561
+
1547
1562
  msgid "Content view '%{view}' is not in environment '%{env}'"
1548
1563
  msgstr ""
1549
1564
 
@@ -1553,9 +1568,18 @@ msgstr ""
1553
1568
  msgid "Content view ID"
1554
1569
  msgstr ""
1555
1570
 
1571
+ msgid "Content view and environment not set for registration."
1572
+ msgstr ""
1573
+
1556
1574
  msgid "Content view details"
1557
1575
  msgstr ""
1558
1576
 
1577
+ msgid "Content view environments and activation key must all belong to the same organization"
1578
+ msgstr ""
1579
+
1580
+ msgid "Content view environments must have both a content view and an environment"
1581
+ msgstr ""
1582
+
1559
1583
  msgid "Content view has repository label '%s' which is not specified in repos_units parameter."
1560
1584
  msgstr ""
1561
1585
 
@@ -1565,6 +1589,9 @@ msgstr ""
1565
1589
  msgid "Content view label"
1566
1590
  msgstr ""
1567
1591
 
1592
+ msgid "Content view must be specified"
1593
+ msgstr ""
1594
+
1568
1595
  msgid "Content view name"
1569
1596
  msgstr ""
1570
1597
 
@@ -1742,7 +1769,7 @@ msgstr ""
1742
1769
  msgid "Couldn't find smart proxies with name '%s'"
1743
1770
  msgstr ""
1744
1771
 
1745
- msgid "Couldn't find specified Content View and Lifecycle Environment."
1772
+ msgid "Couldn't find specified content view and lifecycle environment."
1746
1773
  msgstr ""
1747
1774
 
1748
1775
  msgid "Couldn't find subject of synchronization"
@@ -2753,7 +2780,7 @@ msgstr ""
2753
2780
  msgid "Generated"
2754
2781
  msgstr ""
2755
2782
 
2756
- msgid "Generated Content views cannot be assigned to Host/Activation Keys"
2783
+ msgid "Generated content views cannot be assigned to hosts or activation keys"
2757
2784
  msgstr ""
2758
2785
 
2759
2786
  msgid "Generated content views cannot be directly published. They can updated only via export."
@@ -3167,7 +3194,7 @@ msgstr ""
3167
3194
  msgid "Ignorable content can be only set for Yum repositories."
3168
3195
  msgstr ""
3169
3196
 
3170
- msgid "Ignore SRPMs can not be set in combination with 'Complete Mirroring' mirroring policy."
3197
+ msgid "Ignore %s can not be set in combination with 'Complete Mirroring' mirroring policy."
3171
3198
  msgstr ""
3172
3199
 
3173
3200
  msgid "Ignore errors"
@@ -3698,6 +3725,9 @@ msgstr ""
3698
3725
  msgid "Lifecycle environment for the host."
3699
3726
  msgstr ""
3700
3727
 
3728
+ msgid "Lifecycle environment must be specified"
3729
+ msgstr ""
3730
+
3701
3731
  msgid "Lifecycle environment was not attached to the smart proxy; therefore, no changes were made."
3702
3732
  msgstr ""
3703
3733
 
@@ -4124,9 +4154,6 @@ msgstr ""
4124
4154
  msgid "Multi-entitlement"
4125
4155
  msgstr ""
4126
4156
 
4127
- msgid "Multiple environments are not supported."
4128
- msgstr ""
4129
-
4130
4157
  msgid "Must supply at least one of mandatory_package_names, optional_package_names, conditional_package_names, default_package_names parameters"
4131
4158
  msgstr ""
4132
4159
 
@@ -4214,12 +4241,6 @@ msgstr ""
4214
4241
  msgid "Never Synced"
4215
4242
  msgstr ""
4216
4243
 
4217
- msgid "Never checked in"
4218
- msgstr ""
4219
-
4220
- msgid "Never registered"
4221
- msgstr ""
4222
-
4223
4244
  msgid "New Errata"
4224
4245
  msgstr ""
4225
4246
 
@@ -4706,6 +4727,9 @@ msgstr ""
4706
4727
  msgid "Orphaned Content Protection Time"
4707
4728
  msgstr ""
4708
4729
 
4730
+ 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!"
4731
+ msgstr ""
4732
+
4709
4733
  msgid "Other"
4710
4734
  msgstr ""
4711
4735
 
@@ -5197,9 +5221,6 @@ msgstr ""
5197
5221
  msgid "Pulp 3 is not enabled on Smart proxy!"
5198
5222
  msgstr ""
5199
5223
 
5200
- msgid "Pulp Docker registry port"
5201
- msgstr ""
5202
-
5203
5224
  msgid "Pulp bulk load size"
5204
5225
  msgstr ""
5205
5226
 
@@ -5434,6 +5455,9 @@ msgstr ""
5434
5455
  msgid "Registered on"
5435
5456
  msgstr ""
5436
5457
 
5458
+ msgid "Registering to multiple environments is not enabled."
5459
+ msgstr ""
5460
+
5437
5461
  msgid "Registration details"
5438
5462
  msgstr ""
5439
5463
 
@@ -6911,9 +6935,6 @@ msgstr ""
6911
6935
  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."
6912
6936
  msgstr ""
6913
6937
 
6914
- msgid "The port used by Pulp Crane to provide Docker Registries"
6915
- msgstr ""
6916
-
6917
6938
  msgid "The product %{name} has no %{type} repositories with upstream URLs to add to the alternate content source."
6918
6939
  msgstr ""
6919
6940
 
@@ -7073,7 +7094,7 @@ msgstr ""
7073
7094
  msgid "This host does not have any packages."
7074
7095
  msgstr ""
7075
7096
 
7076
- msgid "This host has errata that are applicable, but not installable."
7097
+ msgid "This host has errata that are applicable, but not installable. Adjust your filters and try again."
7077
7098
  msgstr ""
7078
7099
 
7079
7100
  msgid "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled."
@@ -7106,7 +7127,7 @@ msgstr ""
7106
7127
  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}."
7107
7128
  msgstr ""
7108
7129
 
7109
- msgid "This organization is not using {scaLink}. Legacy subscription management is deprecated and will be removed in a future version."
7130
+ msgid "This organization is not using {scaLink}. Entitlement-based subscription management is deprecated and will be removed in a future version."
7110
7131
  msgstr ""
7111
7132
 
7112
7133
  msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
@@ -7286,6 +7307,9 @@ msgstr ""
7286
7307
  msgid "Unable to connect. Got: %s"
7287
7308
  msgstr ""
7288
7309
 
7310
+ msgid "Unable to create ContentViewEnvironment. Check the logs for more information."
7311
+ msgstr ""
7312
+
7289
7313
  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."
7290
7314
  msgstr ""
7291
7315
 
@@ -7784,6 +7808,9 @@ msgstr ""
7784
7808
  msgid "View a report of the affected hosts"
7785
7809
  msgstr ""
7786
7810
 
7811
+ msgid "View applicable errata"
7812
+ msgstr ""
7813
+
7787
7814
  msgid "View by"
7788
7815
  msgstr ""
7789
7816
 
@@ -7928,9 +7955,6 @@ msgstr ""
7928
7955
  msgid "You have unsaved changes. Do you want to exit without saving your changes?"
7929
7956
  msgstr ""
7930
7957
 
7931
- msgid "You may want to check the host's content view and lifecycle environment."
7932
- msgstr ""
7933
-
7934
7958
  msgid "You were not allowed to add %s"
7935
7959
  msgstr ""
7936
7960
 
@@ -8069,6 +8093,12 @@ msgstr ""
8069
8093
  msgid "base url to perform repo discovery on"
8070
8094
  msgstr ""
8071
8095
 
8096
+ msgid "bug fix"
8097
+ msgstr ""
8098
+
8099
+ msgid "bug fixes"
8100
+ msgstr ""
8101
+
8072
8102
  msgid "bulk add filter rules"
8073
8103
  msgstr ""
8074
8104
 
@@ -8243,6 +8273,12 @@ msgstr ""
8243
8273
  msgid "enables or disables synchronization"
8244
8274
  msgstr ""
8245
8275
 
8276
+ msgid "enhancement"
8277
+ msgstr ""
8278
+
8279
+ msgid "enhancements"
8280
+ msgstr ""
8281
+
8246
8282
  msgid "environment"
8247
8283
  msgstr ""
8248
8284
 
@@ -8657,6 +8693,12 @@ msgstr ""
8657
8693
  msgid "run job invocation"
8658
8694
  msgstr ""
8659
8695
 
8696
+ msgid "security advisories"
8697
+ msgstr ""
8698
+
8699
+ msgid "security advisory"
8700
+ msgstr ""
8701
+
8660
8702
  msgid "service level"
8661
8703
  msgstr ""
8662
8704
 
data/locale/ko/katello.po CHANGED
@@ -10,7 +10,7 @@
10
10
  #
11
11
  msgid ""
12
12
  msgstr ""
13
- "Project-Id-Version: katello 4.7.0\n"
13
+ "Project-Id-Version: katello 2.4.0-RC1\n"
14
14
  "Report-Msgid-Bugs-To: \n"
15
15
  "PO-Revision-Date: 2017-12-19 20:14+0000\n"
16
16
  "Last-Translator: 진선재, 2022\n"
@@ -652,6 +652,9 @@ msgstr ""
652
652
  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)"
653
653
  msgstr ""
654
654
 
655
+ msgid "Allow a host to be registered to multiple content view environments with 'subscription-manager register --environments'."
656
+ msgstr ""
657
+
655
658
  msgid "Allow deleting repositories in published content views"
656
659
  msgstr ""
657
660
 
@@ -661,6 +664,9 @@ msgstr ""
661
664
  msgid "Allow hosts to re-register themselves only when they are in build mode"
662
665
  msgstr ""
663
666
 
667
+ msgid "Allow multiple content views"
668
+ msgstr ""
669
+
664
670
  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."
665
671
  msgstr ""
666
672
 
@@ -1100,6 +1106,9 @@ msgstr ""
1100
1106
  msgid "Candlepin is not running properly"
1101
1107
  msgstr ""
1102
1108
 
1109
+ msgid "Candlepin returned different consumer uuid than requested (%s), updating uuid in subscription_facet."
1110
+ msgstr ""
1111
+
1103
1112
  msgid "Cannot add %s repositories to a content view."
1104
1113
  msgstr "컨텐츠 뷰에 %s 리포지터리를 추가할 수 없습니다. "
1105
1114
 
@@ -1484,9 +1493,6 @@ msgstr ""
1484
1493
  msgid "Content View Version: '%{cvv}', Product: '%{product}', Repository: '%{repo}' "
1485
1494
  msgstr ""
1486
1495
 
1487
- msgid "Content View and Environment not set for registration."
1488
- msgstr "등록할 컨텐츠 뷰 및 환경이 설정되지 않았습니다."
1489
-
1490
1496
  msgid "Content View id"
1491
1497
  msgstr ""
1492
1498
 
@@ -1505,6 +1511,12 @@ msgstr ""
1505
1511
  msgid "Content credentials"
1506
1512
  msgstr ""
1507
1513
 
1514
+ msgid "Content facet for host %s has more than one content view. Use #content_views instead."
1515
+ msgstr ""
1516
+
1517
+ msgid "Content facet for host %s has more than one lifecycle environment. Use #lifecycle_environments instead."
1518
+ msgstr ""
1519
+
1508
1520
  msgid "Content files to upload. Can be a single file or array of files."
1509
1521
  msgstr "업로드할 컨텐츠 파일입니다. 단일 파일 또는 파일 어레이를 지정할 수 있습니다."
1510
1522
 
@@ -1547,6 +1559,9 @@ msgstr ""
1547
1559
  msgid "Content view ${name} created"
1548
1560
  msgstr ""
1549
1561
 
1562
+ msgid "Content view '%{cv_name}' is a generated content view, which cannot be assigned to hosts or activation keys."
1563
+ msgstr ""
1564
+
1550
1565
  msgid "Content view '%{view}' is not in environment '%{env}'"
1551
1566
  msgstr "컨텐츠 보기 '%{view}'가 환경 '%{env}'에 있지 않습니다 "
1552
1567
 
@@ -1556,9 +1571,18 @@ msgstr "컨텐츠 뷰 '%{view}'가 라이프사이클 환경 '%{env}'에 없습
1556
1571
  msgid "Content view ID"
1557
1572
  msgstr ""
1558
1573
 
1574
+ msgid "Content view and environment not set for registration."
1575
+ msgstr ""
1576
+
1559
1577
  msgid "Content view details"
1560
1578
  msgstr ""
1561
1579
 
1580
+ msgid "Content view environments and activation key must all belong to the same organization"
1581
+ msgstr ""
1582
+
1583
+ msgid "Content view environments must have both a content view and an environment"
1584
+ msgstr ""
1585
+
1562
1586
  msgid "Content view has repository label '%s' which is not specified in repos_units parameter."
1563
1587
  msgstr ""
1564
1588
 
@@ -1568,6 +1592,9 @@ msgstr "컨텐츠 뷰 ID "
1568
1592
  msgid "Content view label"
1569
1593
  msgstr "컨텐츠 뷰 레이블 "
1570
1594
 
1595
+ msgid "Content view must be specified"
1596
+ msgstr ""
1597
+
1571
1598
  msgid "Content view name"
1572
1599
  msgstr ""
1573
1600
 
@@ -1745,7 +1772,7 @@ msgstr ""
1745
1772
  msgid "Couldn't find smart proxies with name '%s'"
1746
1773
  msgstr ""
1747
1774
 
1748
- msgid "Couldn't find specified Content View and Lifecycle Environment."
1775
+ msgid "Couldn't find specified content view and lifecycle environment."
1749
1776
  msgstr ""
1750
1777
 
1751
1778
  msgid "Couldn't find subject of synchronization"
@@ -2755,7 +2782,7 @@ msgstr ""
2755
2782
  msgid "Generated"
2756
2783
  msgstr ""
2757
2784
 
2758
- msgid "Generated Content views cannot be assigned to Host/Activation Keys"
2785
+ msgid "Generated content views cannot be assigned to hosts or activation keys"
2759
2786
  msgstr ""
2760
2787
 
2761
2788
  msgid "Generated content views cannot be directly published. They can updated only via export."
@@ -3169,7 +3196,7 @@ msgstr ""
3169
3196
  msgid "Ignorable content can be only set for Yum repositories."
3170
3197
  msgstr ""
3171
3198
 
3172
- msgid "Ignore SRPMs can not be set in combination with 'Complete Mirroring' mirroring policy."
3199
+ msgid "Ignore %s can not be set in combination with 'Complete Mirroring' mirroring policy."
3173
3200
  msgstr ""
3174
3201
 
3175
3202
  msgid "Ignore errors"
@@ -3700,6 +3727,9 @@ msgstr ""
3700
3727
  msgid "Lifecycle environment for the host."
3701
3728
  msgstr ""
3702
3729
 
3730
+ msgid "Lifecycle environment must be specified"
3731
+ msgstr ""
3732
+
3703
3733
  msgid "Lifecycle environment was not attached to the smart proxy; therefore, no changes were made."
3704
3734
  msgstr ""
3705
3735
 
@@ -4126,9 +4156,6 @@ msgstr ""
4126
4156
  msgid "Multi-entitlement"
4127
4157
  msgstr "멀티 인타이틀먼트 "
4128
4158
 
4129
- msgid "Multiple environments are not supported."
4130
- msgstr ""
4131
-
4132
4159
  msgid "Must supply at least one of mandatory_package_names, optional_package_names, conditional_package_names, default_package_names parameters"
4133
4160
  msgstr ""
4134
4161
 
@@ -4216,12 +4243,6 @@ msgstr "사용 안 함"
4216
4243
  msgid "Never Synced"
4217
4244
  msgstr "동기화하지 않음 "
4218
4245
 
4219
- msgid "Never checked in"
4220
- msgstr "체크인 안 함"
4221
-
4222
- msgid "Never registered"
4223
- msgstr "등록되지 않음"
4224
-
4225
4246
  msgid "New Errata"
4226
4247
  msgstr "새 에라타 "
4227
4248
 
@@ -4708,6 +4729,9 @@ msgstr "필요한 조직 "
4708
4729
  msgid "Orphaned Content Protection Time"
4709
4730
  msgstr ""
4710
4731
 
4732
+ 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!"
4733
+ msgstr ""
4734
+
4711
4735
  msgid "Other"
4712
4736
  msgstr "기타 "
4713
4737
 
@@ -5199,9 +5223,6 @@ msgstr ""
5199
5223
  msgid "Pulp 3 is not enabled on Smart proxy!"
5200
5224
  msgstr ""
5201
5225
 
5202
- msgid "Pulp Docker registry port"
5203
- msgstr ""
5204
-
5205
5226
  msgid "Pulp bulk load size"
5206
5227
  msgstr ""
5207
5228
 
@@ -5436,6 +5457,9 @@ msgstr ""
5436
5457
  msgid "Registered on"
5437
5458
  msgstr ""
5438
5459
 
5460
+ msgid "Registering to multiple environments is not enabled."
5461
+ msgstr ""
5462
+
5439
5463
  msgid "Registration details"
5440
5464
  msgstr ""
5441
5465
 
@@ -6913,9 +6937,6 @@ msgstr "액세스하려는 페이지에서 특정 조직을 선택해야 합니
6913
6937
  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."
6914
6938
  msgstr ""
6915
6939
 
6916
- msgid "The port used by Pulp Crane to provide Docker Registries"
6917
- msgstr ""
6918
-
6919
6940
  msgid "The product %{name} has no %{type} repositories with upstream URLs to add to the alternate content source."
6920
6941
  msgstr ""
6921
6942
 
@@ -7075,7 +7096,7 @@ msgstr ""
7075
7096
  msgid "This host does not have any packages."
7076
7097
  msgstr ""
7077
7098
 
7078
- msgid "This host has errata that are applicable, but not installable."
7099
+ msgid "This host has errata that are applicable, but not installable. Adjust your filters and try again."
7079
7100
  msgstr ""
7080
7101
 
7081
7102
  msgid "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled."
@@ -7108,7 +7129,7 @@ msgstr ""
7108
7129
  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}."
7109
7130
  msgstr ""
7110
7131
 
7111
- msgid "This organization is not using {scaLink}. Legacy subscription management is deprecated and will be removed in a future version."
7132
+ msgid "This organization is not using {scaLink}. Entitlement-based subscription management is deprecated and will be removed in a future version."
7112
7133
  msgstr ""
7113
7134
 
7114
7135
  msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
@@ -7288,6 +7309,9 @@ msgstr "연결할 수 없음"
7288
7309
  msgid "Unable to connect. Got: %s"
7289
7310
  msgstr "연결할 수 없습니다. 오류 메시지: %s"
7290
7311
 
7312
+ msgid "Unable to create ContentViewEnvironment. Check the logs for more information."
7313
+ msgstr ""
7314
+
7291
7315
  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."
7292
7316
  msgstr ""
7293
7317
 
@@ -7786,6 +7810,9 @@ msgstr ""
7786
7810
  msgid "View a report of the affected hosts"
7787
7811
  msgstr ""
7788
7812
 
7813
+ msgid "View applicable errata"
7814
+ msgstr ""
7815
+
7789
7816
  msgid "View by"
7790
7817
  msgstr ""
7791
7818
 
@@ -7930,9 +7957,6 @@ msgstr ""
7930
7957
  msgid "You have unsaved changes. Do you want to exit without saving your changes?"
7931
7958
  msgstr ""
7932
7959
 
7933
- msgid "You may want to check the host's content view and lifecycle environment."
7934
- msgstr ""
7935
-
7936
7960
  msgid "You were not allowed to add %s"
7937
7961
  msgstr "%s을(를) 추가할 수 없습니다 "
7938
7962
 
@@ -8071,6 +8095,12 @@ msgstr "등록 시 서브스크립션을 자동으로 첨부 "
8071
8095
  msgid "base url to perform repo discovery on"
8072
8096
  msgstr "리포지터리 검색을 실행하기 위한 기본 url "
8073
8097
 
8098
+ msgid "bug fix"
8099
+ msgstr ""
8100
+
8101
+ msgid "bug fixes"
8102
+ msgstr ""
8103
+
8074
8104
  msgid "bulk add filter rules"
8075
8105
  msgstr ""
8076
8106
 
@@ -8245,6 +8275,12 @@ msgstr ""
8245
8275
  msgid "enables or disables synchronization"
8246
8276
  msgstr "동기화 활성화 또는 비활성화 "
8247
8277
 
8278
+ msgid "enhancement"
8279
+ msgstr ""
8280
+
8281
+ msgid "enhancements"
8282
+ msgstr ""
8283
+
8248
8284
  msgid "environment"
8249
8285
  msgstr "환경 "
8250
8286
 
@@ -8659,6 +8695,12 @@ msgstr "규칙 ID "
8659
8695
  msgid "run job invocation"
8660
8696
  msgstr ""
8661
8697
 
8698
+ msgid "security advisories"
8699
+ msgstr ""
8700
+
8701
+ msgid "security advisory"
8702
+ msgstr ""
8703
+
8662
8704
  msgid "service level"
8663
8705
  msgstr "서비스 레벨 "
8664
8706