katello 4.7.4 → 4.8.0.rc2

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

Potentially problematic release.


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

Files changed (356) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/katello/api/registry/registry_proxies_controller.rb +8 -22
  3. data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +15 -12
  4. data/app/controllers/katello/api/v2/alternate_content_sources_controller.rb +7 -5
  5. data/app/controllers/katello/api/v2/capsule_content_controller.rb +0 -4
  6. data/app/controllers/katello/api/v2/content_export_incrementals_controller.rb +22 -81
  7. data/app/controllers/katello/api/v2/content_exports_controller.rb +11 -80
  8. data/app/controllers/katello/api/v2/content_imports_controller.rb +1 -0
  9. data/app/controllers/katello/api/v2/exports_controller.rb +130 -0
  10. data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +7 -8
  11. data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +8 -4
  12. data/app/controllers/katello/api/v2/organizations_controller.rb +3 -0
  13. data/app/controllers/katello/api/v2/package_groups_controller.rb +0 -52
  14. data/app/controllers/katello/api/v2/repositories_controller.rb +3 -18
  15. data/app/controllers/katello/concerns/api/v2/bulk_hosts_extensions.rb +4 -6
  16. data/app/controllers/katello/concerns/api/v2/registration_controller_extensions.rb +1 -2
  17. data/app/controllers/katello/concerns/authorization/api/v2/content_views_controller.rb +4 -1
  18. data/app/controllers/katello/concerns/content_facet_hosts_controller_extensions.rb +24 -0
  19. data/app/controllers/katello/concerns/hosts_controller_extensions.rb +3 -3
  20. data/app/helpers/katello/hosts_and_hostgroups_helper.rb +59 -23
  21. data/app/helpers/katello/katello_urls_helper.rb +0 -15
  22. data/app/helpers/katello/sync_management_helper.rb +0 -4
  23. data/app/lib/actions/candlepin/owner/destroy_imports.rb +1 -1
  24. data/app/lib/actions/katello/alternate_content_source/create.rb +3 -1
  25. data/app/lib/actions/katello/alternate_content_source/update.rb +3 -1
  26. data/app/lib/actions/katello/capsule_content/sync.rb +0 -4
  27. data/app/lib/actions/katello/capsule_content/sync_capsule.rb +1 -2
  28. data/app/lib/actions/katello/content_view/publish.rb +6 -2
  29. data/app/lib/actions/katello/content_view/remove.rb +8 -2
  30. data/app/lib/actions/katello/content_view_version/destroy.rb +1 -1
  31. data/app/lib/actions/katello/environment/destroy.rb +8 -2
  32. data/app/lib/actions/katello/host/reassign.rb +4 -2
  33. data/app/lib/actions/katello/orphan_cleanup/remove_orphans.rb +0 -1
  34. data/app/lib/actions/katello/product/destroy.rb +2 -1
  35. data/app/lib/actions/katello/repository/filtered_index_content.rb +2 -10
  36. data/app/lib/actions/katello/repository/import_upload.rb +0 -1
  37. data/app/lib/actions/katello/repository/sync.rb +0 -1
  38. data/app/lib/actions/katello/repository/update.rb +5 -3
  39. data/app/lib/actions/katello/repository/upload_files.rb +0 -1
  40. data/app/lib/actions/pulp3/abstract.rb +0 -6
  41. data/app/lib/actions/pulp3/content_view/delete_repository_references.rb +1 -2
  42. data/app/lib/actions/pulp3/content_view_version/create_syncable_export_history.rb +4 -0
  43. data/app/lib/actions/pulp3/orchestration/content_view_version/copy_version_units_to_library.rb +1 -1
  44. data/app/lib/actions/pulp3/orchestration/content_view_version/export.rb +12 -11
  45. data/app/lib/actions/pulp3/orchestration/content_view_version/export_repository.rb +7 -2
  46. data/app/lib/actions/pulp3/orchestration/content_view_version/syncable_export.rb +7 -4
  47. data/app/lib/actions/pulp3/repository/reclaim_space.rb +1 -1
  48. data/app/lib/actions/pulp3/repository/refresh_distribution.rb +1 -2
  49. data/app/lib/actions/pulp3/repository/save_distribution_references.rb +2 -2
  50. data/app/lib/katello/api/v2/error_handling.rb +12 -2
  51. data/app/lib/katello/concerns/base_template_scope_extensions.rb +7 -3
  52. data/app/lib/katello/concerns/renderer_extensions.rb +1 -1
  53. data/app/lib/katello/event_daemon/runner.rb +12 -9
  54. data/app/lib/katello/resources/candlepin/consumer.rb +6 -6
  55. data/app/lib/katello/resources/candlepin/owner.rb +1 -1
  56. data/app/lib/katello/resources/candlepin/upstream_consumer.rb +3 -4
  57. data/app/lib/katello/resources/candlepin.rb +4 -4
  58. data/app/lib/katello/util/errata.rb +12 -10
  59. data/app/lib/katello/util/search.rb +0 -1
  60. data/app/lib/katello/validators/content_view_environment_org_validator.rb +5 -2
  61. data/app/lib/katello/validators/content_view_environment_validator.rb +1 -2
  62. data/app/lib/katello/validators/generated_content_view_validator.rb +16 -0
  63. data/app/mailers/katello/errata_mailer.rb +4 -2
  64. data/app/models/katello/alternate_content_source.rb +59 -5
  65. data/app/models/katello/concerns/content_facet_host_extensions.rb +25 -14
  66. data/app/models/katello/concerns/host_managed_extensions.rb +31 -8
  67. data/app/models/katello/concerns/redhat_extensions.rb +16 -6
  68. data/app/models/katello/concerns/smart_proxy_extensions.rb +0 -12
  69. data/app/models/katello/concerns/subscription_facet_host_extensions.rb +1 -0
  70. data/app/models/katello/content_view.rb +22 -5
  71. data/app/models/katello/content_view_environment.rb +11 -2
  72. data/app/models/katello/content_view_environment_content_facet.rb +9 -0
  73. data/app/models/katello/content_view_version.rb +10 -5
  74. data/app/models/katello/erratum.rb +6 -1
  75. data/app/models/katello/glue/candlepin/pool.rb +6 -0
  76. data/app/models/katello/glue/candlepin/product.rb +7 -1
  77. data/app/models/katello/glue/candlepin/subscription.rb +5 -0
  78. data/app/models/katello/glue/provider.rb +26 -26
  79. data/app/models/katello/host/content_facet.rb +108 -18
  80. data/app/models/katello/host/info_provider.rb +25 -21
  81. data/app/models/katello/host/subscription_facet.rb +18 -14
  82. data/app/models/katello/kt_environment.rb +12 -7
  83. data/app/models/katello/package_group.rb +0 -12
  84. data/app/models/katello/pool.rb +4 -1
  85. data/app/models/katello/product.rb +11 -1
  86. data/app/models/katello/repository.rb +11 -11
  87. data/app/models/katello/root_repository.rb +5 -4
  88. data/app/models/katello/task_status.rb +0 -18
  89. data/app/services/katello/candlepin/consumer.rb +2 -2
  90. data/app/services/katello/host/package_profile_uploader.rb +1 -1
  91. data/app/services/katello/product_content_finder.rb +11 -8
  92. data/app/services/katello/pulp3/content_view_version/export.rb +8 -65
  93. data/app/services/katello/pulp3/content_view_version/export_validation_error.rb +7 -0
  94. data/app/services/katello/pulp3/content_view_version/export_validator.rb +121 -0
  95. data/app/services/katello/pulp3/content_view_version/importable_products.rb +1 -1
  96. data/app/services/katello/pulp3/content_view_version/syncable_format_export.rb +7 -1
  97. data/app/services/katello/pulp3/erratum.rb +1 -0
  98. data/app/services/katello/pulp3/module_stream.rb +26 -11
  99. data/app/services/katello/pulp3/repository/yum.rb +2 -1
  100. data/app/services/katello/pulp3/smart_proxy_mirror_repository.rb +2 -1
  101. data/app/services/katello/registration_manager.rb +46 -26
  102. data/app/services/katello/repository_type.rb +3 -9
  103. data/app/services/katello/simple_package.rb +22 -0
  104. data/app/views/foreman/smart_proxies/_content_sync.html.erb +2 -1
  105. data/app/views/foreman/smart_proxies/_reclaim_space.html.erb +1 -0
  106. data/app/views/katello/api/v2/content_facet/base.json.rabl +23 -2
  107. data/app/views/katello/api/v2/content_facet/show.json.rabl +11 -8
  108. data/app/views/katello/api/v2/content_views/base.json.rabl +1 -1
  109. data/app/views/katello/api/v2/hosts/base.json.rabl +22 -2
  110. data/app/views/overrides/activation_keys/_host_environment_select.html.erb +2 -2
  111. data/config/initializers/monkeys.rb +0 -2
  112. data/config/routes/api/registry.rb +8 -7
  113. data/config/routes/api/v2.rb +0 -2
  114. data/config/routes.rb +3 -0
  115. data/db/migrate/20200429153103_installed_package_bad_nvrea.rb +1 -1
  116. data/db/migrate/20220228173251_remove_drpm_from_ignorable_content.rb +7 -3
  117. data/db/migrate/20220419193414_content_settings_to_dsl_category.rb +1 -1
  118. data/db/migrate/20220929204746_add_content_view_environment_content_facet.rb +52 -0
  119. data/db/migrate/20221123212341_remove_pulp_docker_registry_port_setting.rb +5 -0
  120. data/db/migrate/20230119003859_ensure_repo_username_password_nil_not_blank.rb +1 -1
  121. data/db/migrate/20230203141353_set_new_acs_verify_ssl_default.rb +5 -0
  122. data/db/seeds.d/111-upgrade_tasks.rb +3 -1
  123. data/engines/bastion/app/assets/stylesheets/bastion/bastion.scss +4 -0
  124. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details.controller.js +2 -4
  125. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-errata-modal.controller.js +0 -1
  126. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details.controller.js +2 -4
  127. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +2 -1
  128. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js +11 -3
  129. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-hosts-list.html +1 -1
  130. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +8 -4
  131. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +5485 -0
  132. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +5397 -0
  133. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +5658 -0
  134. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +5284 -0
  135. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +5231 -0
  136. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +5275 -0
  137. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +5389 -0
  138. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +5212 -0
  139. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +5145 -0
  140. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +9 -0
  141. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html +2 -2
  142. data/lib/katello/engine.rb +2 -1
  143. data/lib/katello/permission_creator.rb +2 -4
  144. data/lib/katello/permissions/registry_permissions.rb +5 -5
  145. data/lib/katello/plugin.rb +22 -14
  146. data/lib/katello/repository_types/README.md +136 -19
  147. data/lib/katello/repository_types/deb.rb +0 -1
  148. data/lib/katello/repository_types/docker.rb +0 -1
  149. data/lib/katello/repository_types/file.rb +0 -1
  150. data/lib/katello/repository_types/yum.rb +0 -4
  151. data/lib/katello/tasks/clean_candlepin_orphaned_products.rake +38 -0
  152. data/lib/katello/tasks/clean_orphaned_facets.rb +20 -0
  153. data/lib/katello/tasks/reimport.rake +1 -2
  154. data/lib/katello/tasks/repository.rake +1 -22
  155. data/lib/katello/tasks/reset.rake +1 -0
  156. data/lib/katello/tasks/upgrades/4.8/fix_incorrect_providers.rake +29 -0
  157. data/lib/katello/tasks/upgrades/4.8/regenerate_imported_repository_metadata.rake +33 -0
  158. data/lib/katello/version.rb +1 -1
  159. data/lib/katello.rb +0 -5
  160. data/locale/bn/katello.po +69 -27
  161. data/locale/cs/katello.po +69 -27
  162. data/locale/de/katello.po +78 -36
  163. data/locale/en/katello.po +69 -27
  164. data/locale/es/katello.po +70 -28
  165. data/locale/fr/katello.po +73 -31
  166. data/locale/gu/katello.po +69 -27
  167. data/locale/hi/katello.po +69 -27
  168. data/locale/it/katello.po +69 -27
  169. data/locale/ja/katello.po +73 -31
  170. data/locale/ka/katello.po +73 -31
  171. data/locale/katello.pot +335 -262
  172. data/locale/kn/katello.po +69 -27
  173. data/locale/ko/katello.po +69 -27
  174. data/locale/mr/katello.po +69 -27
  175. data/locale/or/katello.po +69 -27
  176. data/locale/pa/katello.po +69 -27
  177. data/locale/pt/katello.po +69 -27
  178. data/locale/pt_BR/katello.po +70 -28
  179. data/locale/ru/katello.po +70 -28
  180. data/locale/ta/katello.po +69 -27
  181. data/locale/te/katello.po +69 -27
  182. data/locale/zh_CN/katello.po +73 -31
  183. data/locale/zh_TW/katello.po +70 -28
  184. data/webpack/components/Content/ContentPage.js +51 -35
  185. data/webpack/components/Content/__tests__/ContentPage.test.js +2 -4
  186. data/webpack/components/Content/__tests__/__snapshots__/ContentPage.test.js.snap +22 -3
  187. data/webpack/components/Table/EmptyStateMessage.js +14 -11
  188. data/webpack/components/Table/MainTable.js +36 -15
  189. data/webpack/components/Table/TableWrapper.js +25 -25
  190. data/webpack/components/Table/__test__/emptyStateMessage.test.js +51 -0
  191. data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js +10 -72
  192. data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js +5 -4
  193. data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js +1 -1
  194. data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/__tests__/hostCollectionsModal.test.js +1 -17
  195. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +18 -9
  196. data/webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js +1 -2
  197. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js +1 -2
  198. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js +1 -2
  199. data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +47 -27
  200. data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesTab.js +1 -2
  201. data/webpack/components/extensions/HostDetails/Tabs/__tests__/errataTab.test.js +2 -21
  202. data/webpack/components/extensions/HostDetails/Tabs/__tests__/moduleStreamsTab.test.js +1 -28
  203. data/webpack/components/extensions/HostDetails/Tabs/__tests__/packageInstallModal.test.js +1 -10
  204. data/webpack/components/extensions/HostDetails/Tabs/__tests__/packagesTab.test.js +1 -18
  205. data/webpack/components/extensions/HostDetails/Tabs/__tests__/repositorySetsTab.test.js +1 -17
  206. data/webpack/components/extensions/HostDetails/Tabs/__tests__/tracesTab.test.js +1 -15
  207. data/webpack/global_test_setup.js +1 -1
  208. data/webpack/redux/actions/RedHatRepositories/helpers.js +5 -3
  209. data/webpack/scenes/AlternateContentSources/Create/ACSCreateWizard.js +12 -10
  210. data/webpack/scenes/AlternateContentSources/Create/Steps/ACSCredentials.js +6 -0
  211. data/webpack/scenes/AlternateContentSources/Create/Steps/ACSSmartProxies.js +1 -0
  212. data/webpack/scenes/AlternateContentSources/Create/Steps/AcsUrlPaths.js +3 -10
  213. data/webpack/scenes/AlternateContentSources/Create/Steps/NameACS.js +1 -0
  214. data/webpack/scenes/AlternateContentSources/Create/__tests__/acsCreate.test.js +3 -3
  215. data/webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js +6 -5
  216. data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditCredentials.js +1 -0
  217. data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditDetails.js +3 -1
  218. data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditProducts.js +1 -0
  219. data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditSmartProxies.js +2 -0
  220. data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditURLPaths.js +13 -4
  221. data/webpack/scenes/AlternateContentSources/MainTable/ACSTable.js +7 -4
  222. data/webpack/scenes/AlternateContentSources/MainTable/__tests__/acsTable.test.js +4 -8
  223. data/webpack/scenes/AlternateContentSources/helpers.js +1 -1
  224. data/webpack/scenes/Content/Details/ContentRepositories.js +5 -4
  225. data/webpack/scenes/Content/Details/__tests__/contentDetail.test.js +1 -12
  226. data/webpack/scenes/Content/Table/ContentTable.js +2 -1
  227. data/webpack/scenes/Content/__tests__/contentTable.test.js +1 -14
  228. data/webpack/scenes/ContentViews/Delete/__tests__/contentViewDelete.test.js +1 -25
  229. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +2 -1
  230. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.test.js +44 -31
  231. data/webpack/scenes/ContentViews/Details/ContentViewDetails.js +3 -0
  232. data/webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositoryTable.js +6 -1
  233. data/webpack/scenes/ContentViews/Details/Filters/CVContainerImageFilterContent.js +2 -1
  234. data/webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js +2 -1
  235. data/webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js +3 -1
  236. data/webpack/scenes/ContentViews/Details/Filters/CVModuleStreamFilterContent.js +3 -1
  237. data/webpack/scenes/ContentViews/Details/Filters/CVPackageGroupFilterContent.js +3 -1
  238. data/webpack/scenes/ContentViews/Details/Filters/CVRpmFilterContent.js +2 -1
  239. data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilterDetailsHeader.js +2 -0
  240. data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilters.js +2 -1
  241. data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/CVDebMatchContentModal.js +1 -1
  242. data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/CVRpmMatchContentModal.js +1 -1
  243. data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/__tests__/CVRpmMatchContentModal.test.js +35 -33
  244. data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVContainerImageFilterContent.test.js +48 -45
  245. data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVRpmFilterContent.test.js +58 -24
  246. data/webpack/scenes/ContentViews/Details/Filters/__tests__/ContentViewPackageGroupFilter.test.js +64 -0
  247. data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilterDetails.test.js +36 -20
  248. data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilters.test.js +40 -23
  249. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataIDFilter.test.js +0 -13
  250. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvModuleStreamFilter.test.js +0 -13
  251. data/webpack/scenes/ContentViews/Details/Histories/ContentViewHistories.js +2 -1
  252. data/webpack/scenes/ContentViews/Details/Histories/__tests__/contentViewHistory.test.js +1 -10
  253. data/webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js +2 -1
  254. data/webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewAddRemove.test.js +1 -10
  255. data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareConfig.js +21 -9
  256. data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareTable.js +4 -0
  257. data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/CVVersionCompare.test.js +1 -32
  258. data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js +3 -1
  259. data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvVersionRemove.test.js +1 -15
  260. data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedActivationKeys.js +1 -1
  261. data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedHosts.js +1 -2
  262. data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js +31 -9
  263. data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsTable.js +4 -0
  264. data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDetails.test.js +30 -14
  265. data/webpack/scenes/ContentViews/Table/ContentViewsTable.js +1 -1
  266. data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +55 -120
  267. data/webpack/scenes/ContentViews/components/ContentViewSelect/ContentViewSelectOption.js +87 -0
  268. data/webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPaths.js +1 -1
  269. data/webpack/scenes/ContentViews/components/WizardHeader.js +1 -1
  270. data/webpack/scenes/ContentViews/expansions/RelatedContentViewComponentsModal.js +1 -1
  271. data/webpack/scenes/ContentViews/expansions/__tests__/contentViewComponentsModal.test.js +8 -1
  272. data/webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js +153 -28
  273. data/webpack/scenes/Hosts/ChangeContentSource/index.js +14 -15
  274. data/webpack/scenes/Hosts/ChangeContentSource/selectors.js +4 -0
  275. data/webpack/scenes/Hosts/ChangeContentSource/styles.scss +4 -0
  276. data/webpack/scenes/ModuleStreams/ModuleStreamsPage.js +3 -9
  277. data/webpack/scenes/ModuleStreams/__tests__/__snapshots__/ModuleStreamPage.test.js.snap +7 -1
  278. data/webpack/scenes/RedHatRepositories/components/Search.js +22 -16
  279. data/webpack/scenes/RedHatRepositories/index.scss +20 -1
  280. data/webpack/scenes/SmartProxy/SmartProxyContentTable.js +12 -1
  281. data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CdnTypeForm.js +1 -1
  282. data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CustomCdnTypeForm.js +1 -1
  283. data/webpack/scenes/Subscriptions/SubscriptionsPage.js +21 -19
  284. data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsPage.test.js.snap +34 -1
  285. data/webpack/scenes/Subscriptions/components/SubscriptionsToolbar/SubscriptionsToolbar.js +20 -7
  286. data/webpack/scenes/Subscriptions/components/SubscriptionsToolbar/SubscriptionsToolbar.test.js +0 -1
  287. data/webpack/scenes/Subscriptions/components/SubscriptionsToolbar/__snapshots__/SubscriptionsToolbar.test.js.snap +65 -15
  288. metadata +52 -115
  289. data/app/lib/actions/katello/pulp_selector.rb +0 -24
  290. data/app/lib/actions/katello/repository/correct_checksum.rb +0 -24
  291. data/app/lib/actions/katello/repository/destroy_package_group.rb +0 -26
  292. data/app/lib/actions/katello/repository/upload_package_group.rb +0 -24
  293. data/app/lib/actions/pulp/abstract.rb +0 -37
  294. data/app/lib/actions/pulp/abstract_async_task.rb +0 -154
  295. data/app/lib/actions/pulp/abstract_async_task_group.rb +0 -94
  296. data/app/lib/actions/pulp/consumer/sync_capsule.rb +0 -45
  297. data/app/lib/actions/pulp/consumer/unassociate_units.rb +0 -20
  298. data/app/lib/actions/pulp/expect_one_task.rb +0 -11
  299. data/app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb +0 -16
  300. data/app/lib/actions/pulp/orchestration/repository/copy_all_units.rb +0 -19
  301. data/app/lib/actions/pulp/orchestration/repository/delete.rb +0 -15
  302. data/app/lib/actions/pulp/orchestration/repository/refresh.rb +0 -14
  303. data/app/lib/actions/pulp/orchestration/repository/refresh_if_needed.rb +0 -13
  304. data/app/lib/actions/pulp/orchestration/repository/refresh_repos.rb +0 -19
  305. data/app/lib/actions/pulp/orchestration/repository/remove_units.rb +0 -14
  306. data/app/lib/actions/pulp/orchestration/repository/smart_proxy_sync.rb +0 -34
  307. data/app/lib/actions/pulp/orchestration/repository/sync.rb +0 -18
  308. data/app/lib/actions/pulp/orchestration/repository/upload_content.rb +0 -37
  309. data/app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb +0 -15
  310. data/app/lib/actions/pulp/orphan_cleanup/remove_unneeded_repos.rb +0 -16
  311. data/app/lib/actions/pulp/repository/abstract_copy_content.rb +0 -45
  312. data/app/lib/actions/pulp/repository/abstract_remove_content.rb +0 -32
  313. data/app/lib/actions/pulp/repository/clear.rb +0 -18
  314. data/app/lib/actions/pulp/repository/copy_all_units.rb +0 -30
  315. data/app/lib/actions/pulp/repository/copy_units.rb +0 -25
  316. data/app/lib/actions/pulp/repository/create.rb +0 -28
  317. data/app/lib/actions/pulp/repository/create_in_plan.rb +0 -15
  318. data/app/lib/actions/pulp/repository/create_upload_request.rb +0 -20
  319. data/app/lib/actions/pulp/repository/delete_upload_request.rb +0 -19
  320. data/app/lib/actions/pulp/repository/destroy.rb +0 -28
  321. data/app/lib/actions/pulp/repository/distributor_publish.rb +0 -25
  322. data/app/lib/actions/pulp/repository/download.rb +0 -16
  323. data/app/lib/actions/pulp/repository/import_upload.rb +0 -19
  324. data/app/lib/actions/pulp/repository/presenters/abstract_sync_presenter.rb +0 -47
  325. data/app/lib/actions/pulp/repository/presenters/deb_presenter.rb +0 -95
  326. data/app/lib/actions/pulp/repository/presenters/docker_presenter.rb +0 -103
  327. data/app/lib/actions/pulp/repository/presenters/file_unit_presenter.rb +0 -42
  328. data/app/lib/actions/pulp/repository/presenters/yum_presenter.rb +0 -131
  329. data/app/lib/actions/pulp/repository/refresh.rb +0 -21
  330. data/app/lib/actions/pulp/repository/regenerate_applicability.rb +0 -21
  331. data/app/lib/actions/pulp/repository/remove_distribution.rb +0 -11
  332. data/app/lib/actions/pulp/repository/remove_units.rb +0 -44
  333. data/app/lib/actions/pulp/repository/sync.rb +0 -99
  334. data/app/lib/actions/pulp/repository/upload_file.rb +0 -28
  335. data/app/lib/actions/pulp/repository_group/create.rb +0 -31
  336. data/app/lib/actions/pulp/repository_group/delete.rb +0 -17
  337. data/app/lib/actions/pulp/repository_group/export.rb +0 -51
  338. data/app/lib/katello/util/package_clause_generator.rb +0 -77
  339. data/app/models/katello/glue/pulp/pulp_errors.rb +0 -9
  340. data/app/models/katello/glue/pulp/repo.rb +0 -353
  341. data/app/models/katello/pulp_sync_status.rb +0 -165
  342. data/app/models/katello/pulp_task_status.rb +0 -63
  343. data/app/services/katello/pulp/content.rb +0 -24
  344. data/app/services/katello/pulp/importer_comparison.rb +0 -28
  345. data/app/services/katello/pulp/repository/deb.rb +0 -61
  346. data/app/services/katello/pulp/repository/docker.rb +0 -82
  347. data/app/services/katello/pulp/repository/file.rb +0 -52
  348. data/app/services/katello/pulp/repository/yum.rb +0 -205
  349. data/app/services/katello/pulp/repository.rb +0 -327
  350. data/app/services/katello/pulp/server.rb +0 -35
  351. data/app/services/katello/pulp/simple_package.rb +0 -24
  352. data/app/services/katello/pulp/smart_proxy_repository.rb +0 -52
  353. data/lib/monkeys/fix_deb_optimized_sync.rb +0 -35
  354. data/lib/monkeys/fix_pulp_container_path.rb +0 -35
  355. data/locale/zanata.xml +0 -30
  356. data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/__tests__/CVRpmMatchContentSearch.fixtures.json +0 -33
@@ -14,7 +14,7 @@
14
14
  #
15
15
  msgid ""
16
16
  msgstr ""
17
- "Project-Id-Version: katello 4.7.0\n"
17
+ "Project-Id-Version: katello 2.4.0-RC1\n"
18
18
  "Report-Msgid-Bugs-To: \n"
19
19
  "PO-Revision-Date: 2017-12-19 20:14+0000\n"
20
20
  "Last-Translator: Amit Upadhye <aupadhye@redhat.com>, 2023\n"
@@ -659,6 +659,9 @@ msgstr ""
659
659
  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)"
660
660
  msgstr ""
661
661
 
662
+ msgid "Allow a host to be registered to multiple content view environments with 'subscription-manager register --environments'."
663
+ msgstr ""
664
+
662
665
  msgid "Allow deleting repositories in published content views"
663
666
  msgstr ""
664
667
 
@@ -668,6 +671,9 @@ msgstr ""
668
671
  msgid "Allow hosts to re-register themselves only when they are in build mode"
669
672
  msgstr ""
670
673
 
674
+ msgid "Allow multiple content views"
675
+ msgstr ""
676
+
671
677
  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."
672
678
  msgstr ""
673
679
 
@@ -1109,6 +1115,9 @@ msgstr "O Candlepin Consumer %s já foi removido"
1109
1115
  msgid "Candlepin is not running properly"
1110
1116
  msgstr "O Candlepin não está em execução corretamente"
1111
1117
 
1118
+ msgid "Candlepin returned different consumer uuid than requested (%s), updating uuid in subscription_facet."
1119
+ msgstr ""
1120
+
1112
1121
  msgid "Cannot add %s repositories to a content view."
1113
1122
  msgstr "Não é possível adicionar %s repositórios a uma visualização de conteúdo."
1114
1123
 
@@ -1493,9 +1502,6 @@ msgstr ""
1493
1502
  msgid "Content View Version: '%{cvv}', Product: '%{product}', Repository: '%{repo}' "
1494
1503
  msgstr ""
1495
1504
 
1496
- msgid "Content View and Environment not set for registration."
1497
- msgstr "O Ambiente e a Visualização de Conteúdo não foram definidos para registro. "
1498
-
1499
1505
  msgid "Content View id"
1500
1506
  msgstr ""
1501
1507
 
@@ -1514,6 +1520,12 @@ msgstr ""
1514
1520
  msgid "Content credentials"
1515
1521
  msgstr ""
1516
1522
 
1523
+ msgid "Content facet for host %s has more than one content view. Use #content_views instead."
1524
+ msgstr ""
1525
+
1526
+ msgid "Content facet for host %s has more than one lifecycle environment. Use #lifecycle_environments instead."
1527
+ msgstr ""
1528
+
1517
1529
  msgid "Content files to upload. Can be a single file or array of files."
1518
1530
  msgstr "Arquivos de conteúdo para carregar. Pode ser um arquivo único ou matriz de arquivos."
1519
1531
 
@@ -1556,6 +1568,9 @@ msgstr ""
1556
1568
  msgid "Content view ${name} created"
1557
1569
  msgstr ""
1558
1570
 
1571
+ msgid "Content view '%{cv_name}' is a generated content view, which cannot be assigned to hosts or activation keys."
1572
+ msgstr ""
1573
+
1559
1574
  msgid "Content view '%{view}' is not in environment '%{env}'"
1560
1575
  msgstr "Vista do conteúdo '%{view}' não está no ambiente '%{env}'"
1561
1576
 
@@ -1565,9 +1580,18 @@ msgstr "A visualização do conteúdo '%{view}' não está em ambiente de ciclo
1565
1580
  msgid "Content view ID"
1566
1581
  msgstr "ID de visualização de conteúdo"
1567
1582
 
1583
+ msgid "Content view and environment not set for registration."
1584
+ msgstr ""
1585
+
1568
1586
  msgid "Content view details"
1569
1587
  msgstr ""
1570
1588
 
1589
+ msgid "Content view environments and activation key must all belong to the same organization"
1590
+ msgstr ""
1591
+
1592
+ msgid "Content view environments must have both a content view and an environment"
1593
+ msgstr ""
1594
+
1571
1595
  msgid "Content view has repository label '%s' which is not specified in repos_units parameter."
1572
1596
  msgstr "A visualização do conteúdo tem a etiqueta de repositório '%s' que não está especificada no parâmetro repos_units."
1573
1597
 
@@ -1577,6 +1601,9 @@ msgstr "Identificador de visualização de conteúdo"
1577
1601
  msgid "Content view label"
1578
1602
  msgstr "Rótulo de Visualização de Conteúdo"
1579
1603
 
1604
+ msgid "Content view must be specified"
1605
+ msgstr ""
1606
+
1580
1607
  msgid "Content view name"
1581
1608
  msgstr ""
1582
1609
 
@@ -1754,8 +1781,8 @@ msgstr ""
1754
1781
  msgid "Couldn't find smart proxies with name '%s'"
1755
1782
  msgstr ""
1756
1783
 
1757
- msgid "Couldn't find specified Content View and Lifecycle Environment."
1758
- msgstr "Não foi possível encontrar a Visualização de conteúdo e o Ambiente de ciclo de vida especificados."
1784
+ msgid "Couldn't find specified content view and lifecycle environment."
1785
+ msgstr ""
1759
1786
 
1760
1787
  msgid "Couldn't find subject of synchronization"
1761
1788
  msgstr "Não foi possível encontrar tópico de sincronização"
@@ -2768,7 +2795,7 @@ msgstr "Gerar aplicabilidade de repositório"
2768
2795
  msgid "Generated"
2769
2796
  msgstr ""
2770
2797
 
2771
- msgid "Generated Content views cannot be assigned to Host/Activation Keys"
2798
+ msgid "Generated content views cannot be assigned to hosts or activation keys"
2772
2799
  msgstr ""
2773
2800
 
2774
2801
  msgid "Generated content views cannot be directly published. They can updated only via export."
@@ -3182,7 +3209,7 @@ msgstr ""
3182
3209
  msgid "Ignorable content can be only set for Yum repositories."
3183
3210
  msgstr "O conteúdo ignorável só pode ser definido para repositórios Yum."
3184
3211
 
3185
- msgid "Ignore SRPMs can not be set in combination with 'Complete Mirroring' mirroring policy."
3212
+ msgid "Ignore %s can not be set in combination with 'Complete Mirroring' mirroring policy."
3186
3213
  msgstr ""
3187
3214
 
3188
3215
  msgid "Ignore errors"
@@ -3713,6 +3740,9 @@ msgstr "ID do ambiente de ciclo de vida"
3713
3740
  msgid "Lifecycle environment for the host."
3714
3741
  msgstr ""
3715
3742
 
3743
+ msgid "Lifecycle environment must be specified"
3744
+ msgstr ""
3745
+
3716
3746
  msgid "Lifecycle environment was not attached to the smart proxy; therefore, no changes were made."
3717
3747
  msgstr "O ambiente de ciclo de vida não foi anexado ao proxy inteligente; portanto, nenhuma alteração foi feita."
3718
3748
 
@@ -4139,9 +4169,6 @@ msgstr ""
4139
4169
  msgid "Multi-entitlement"
4140
4170
  msgstr "Direitos múltiplos"
4141
4171
 
4142
- msgid "Multiple environments are not supported."
4143
- msgstr ""
4144
-
4145
4172
  msgid "Must supply at least one of mandatory_package_names, optional_package_names, conditional_package_names, default_package_names parameters"
4146
4173
  msgstr "Deve fornecer pelo menos um dos parâmetros mandatory_package_names, optional_package_names, conditional_package_names, default_package_names"
4147
4174
 
@@ -4229,12 +4256,6 @@ msgstr "Nunca"
4229
4256
  msgid "Never Synced"
4230
4257
  msgstr "Nunca Sincronizado"
4231
4258
 
4232
- msgid "Never checked in"
4233
- msgstr ""
4234
-
4235
- msgid "Never registered"
4236
- msgstr ""
4237
-
4238
4259
  msgid "New Errata"
4239
4260
  msgstr "Nova Errata"
4240
4261
 
@@ -4721,6 +4742,9 @@ msgstr "Organização necessária"
4721
4742
  msgid "Orphaned Content Protection Time"
4722
4743
  msgstr ""
4723
4744
 
4745
+ 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!"
4746
+ msgstr ""
4747
+
4724
4748
  msgid "Other"
4725
4749
  msgstr "Outros"
4726
4750
 
@@ -5214,9 +5238,6 @@ msgstr ""
5214
5238
  msgid "Pulp 3 is not enabled on Smart proxy!"
5215
5239
  msgstr ""
5216
5240
 
5217
- msgid "Pulp Docker registry port"
5218
- msgstr "Porta de registro do Docker do pulp"
5219
-
5220
5241
  msgid "Pulp bulk load size"
5221
5242
  msgstr ""
5222
5243
 
@@ -5451,6 +5472,9 @@ msgstr ""
5451
5472
  msgid "Registered on"
5452
5473
  msgstr ""
5453
5474
 
5475
+ msgid "Registering to multiple environments is not enabled."
5476
+ msgstr ""
5477
+
5454
5478
  msgid "Registration details"
5455
5479
  msgstr ""
5456
5480
 
@@ -6928,9 +6952,6 @@ msgstr "A página que você está tentando acessar requer a seleção de uma org
6928
6952
  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."
6929
6953
  msgstr "O caminho %{real_path} não parece ser um repositório válido. Se você acha que isto é um erro, por favor, tente atualizar seu manifesto."
6930
6954
 
6931
- msgid "The port used by Pulp Crane to provide Docker Registries"
6932
- msgstr "A porta utilizada pelo Pulp Crane para fornecer Registros do Docker"
6933
-
6934
6955
  msgid "The product %{name} has no %{type} repositories with upstream URLs to add to the alternate content source."
6935
6956
  msgstr ""
6936
6957
 
@@ -7090,7 +7111,7 @@ msgstr ""
7090
7111
  msgid "This host does not have any packages."
7091
7112
  msgstr ""
7092
7113
 
7093
- msgid "This host has errata that are applicable, but not installable."
7114
+ msgid "This host has errata that are applicable, but not installable. Adjust your filters and try again."
7094
7115
  msgstr ""
7095
7116
 
7096
7117
  msgid "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled."
@@ -7123,7 +7144,7 @@ msgstr "Isto não é um repositório vinculado"
7123
7144
  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}."
7124
7145
  msgstr ""
7125
7146
 
7126
- msgid "This organization is not using {scaLink}. Legacy subscription management is deprecated and will be removed in a future version."
7147
+ msgid "This organization is not using {scaLink}. Entitlement-based subscription management is deprecated and will be removed in a future version."
7127
7148
  msgstr ""
7128
7149
 
7129
7150
  msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
@@ -7303,6 +7324,9 @@ msgstr "Não é possível conectar"
7303
7324
  msgid "Unable to connect. Got: %s"
7304
7325
  msgstr "Incapaz de se conectar. Consegui: %s"
7305
7326
 
7327
+ msgid "Unable to create ContentViewEnvironment. Check the logs for more information."
7328
+ msgstr ""
7329
+
7306
7330
  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."
7307
7331
  msgstr ""
7308
7332
 
@@ -7801,6 +7825,9 @@ msgstr ""
7801
7825
  msgid "View a report of the affected hosts"
7802
7826
  msgstr "Exibir um relatório dos hosts afetados"
7803
7827
 
7828
+ msgid "View applicable errata"
7829
+ msgstr ""
7830
+
7804
7831
  msgid "View by"
7805
7832
  msgstr ""
7806
7833
 
@@ -7945,9 +7972,6 @@ msgstr "Você tem assinaturas que expiram dentro de %s dias"
7945
7972
  msgid "You have unsaved changes. Do you want to exit without saving your changes?"
7946
7973
  msgstr "Você tem mudanças não salvas. Quer sair sem salvar suas alterações?"
7947
7974
 
7948
- msgid "You may want to check the host's content view and lifecycle environment."
7949
- msgstr ""
7950
-
7951
7975
  msgid "You were not allowed to add %s"
7952
7976
  msgstr "Você não estava autorizado a acrescentar %s"
7953
7977
 
@@ -8086,6 +8110,12 @@ msgstr "Anexar automaticamente as subscrições após registro"
8086
8110
  msgid "base url to perform repo discovery on"
8087
8111
  msgstr "url base onde realizar a descoberta do repo"
8088
8112
 
8113
+ msgid "bug fix"
8114
+ msgstr ""
8115
+
8116
+ msgid "bug fixes"
8117
+ msgstr ""
8118
+
8089
8119
  msgid "bulk add filter rules"
8090
8120
  msgstr ""
8091
8121
 
@@ -8260,6 +8290,12 @@ msgstr ""
8260
8290
  msgid "enables or disables synchronization"
8261
8291
  msgstr "habilita ou desabilita sincronização"
8262
8292
 
8293
+ msgid "enhancement"
8294
+ msgstr ""
8295
+
8296
+ msgid "enhancements"
8297
+ msgstr ""
8298
+
8263
8299
  msgid "environment"
8264
8300
  msgstr "ambiente"
8265
8301
 
@@ -8674,6 +8710,12 @@ msgstr "identificador de regra"
8674
8710
  msgid "run job invocation"
8675
8711
  msgstr ""
8676
8712
 
8713
+ msgid "security advisories"
8714
+ msgstr ""
8715
+
8716
+ msgid "security advisory"
8717
+ msgstr ""
8718
+
8677
8719
  msgid "service level"
8678
8720
  msgstr "nível de serviço"
8679
8721
 
data/locale/ru/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: Bryan Kearney <bryan.kearney@gmail.com>, 2022\n"
@@ -659,6 +659,9 @@ msgstr ""
659
659
  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)"
660
660
  msgstr ""
661
661
 
662
+ msgid "Allow a host to be registered to multiple content view environments with 'subscription-manager register --environments'."
663
+ msgstr ""
664
+
662
665
  msgid "Allow deleting repositories in published content views"
663
666
  msgstr ""
664
667
 
@@ -668,6 +671,9 @@ msgstr ""
668
671
  msgid "Allow hosts to re-register themselves only when they are in build mode"
669
672
  msgstr ""
670
673
 
674
+ msgid "Allow multiple content views"
675
+ msgstr ""
676
+
671
677
  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."
672
678
  msgstr ""
673
679
 
@@ -1108,6 +1114,9 @@ msgstr ""
1108
1114
  msgid "Candlepin is not running properly"
1109
1115
  msgstr ""
1110
1116
 
1117
+ msgid "Candlepin returned different consumer uuid than requested (%s), updating uuid in subscription_facet."
1118
+ msgstr ""
1119
+
1111
1120
  msgid "Cannot add %s repositories to a content view."
1112
1121
  msgstr "Репозитории %s не могут быть добавлены в представление."
1113
1122
 
@@ -1492,9 +1501,6 @@ msgstr ""
1492
1501
  msgid "Content View Version: '%{cvv}', Product: '%{product}', Repository: '%{repo}' "
1493
1502
  msgstr ""
1494
1503
 
1495
- msgid "Content View and Environment not set for registration."
1496
- msgstr "Для регистрации необходимо представить представление и окружение."
1497
-
1498
1504
  msgid "Content View id"
1499
1505
  msgstr ""
1500
1506
 
@@ -1513,6 +1519,12 @@ msgstr ""
1513
1519
  msgid "Content credentials"
1514
1520
  msgstr ""
1515
1521
 
1522
+ msgid "Content facet for host %s has more than one content view. Use #content_views instead."
1523
+ msgstr ""
1524
+
1525
+ msgid "Content facet for host %s has more than one lifecycle environment. Use #lifecycle_environments instead."
1526
+ msgstr ""
1527
+
1516
1528
  msgid "Content files to upload. Can be a single file or array of files."
1517
1529
  msgstr "Отправляемые файлы (один или несколько)."
1518
1530
 
@@ -1555,6 +1567,9 @@ msgstr ""
1555
1567
  msgid "Content view ${name} created"
1556
1568
  msgstr ""
1557
1569
 
1570
+ msgid "Content view '%{cv_name}' is a generated content view, which cannot be assigned to hosts or activation keys."
1571
+ msgstr ""
1572
+
1558
1573
  msgid "Content view '%{view}' is not in environment '%{env}'"
1559
1574
  msgstr "Представление «%{view} не входит в окружение «%{env}»."
1560
1575
 
@@ -1564,9 +1579,18 @@ msgstr "Представление «%{view} не входит в окружен
1564
1579
  msgid "Content view ID"
1565
1580
  msgstr ""
1566
1581
 
1582
+ msgid "Content view and environment not set for registration."
1583
+ msgstr ""
1584
+
1567
1585
  msgid "Content view details"
1568
1586
  msgstr ""
1569
1587
 
1588
+ msgid "Content view environments and activation key must all belong to the same organization"
1589
+ msgstr ""
1590
+
1591
+ msgid "Content view environments must have both a content view and an environment"
1592
+ msgstr ""
1593
+
1570
1594
  msgid "Content view has repository label '%s' which is not specified in repos_units parameter."
1571
1595
  msgstr ""
1572
1596
 
@@ -1576,6 +1600,9 @@ msgstr "Идентификатор представления"
1576
1600
  msgid "Content view label"
1577
1601
  msgstr "Метка представления"
1578
1602
 
1603
+ msgid "Content view must be specified"
1604
+ msgstr ""
1605
+
1579
1606
  msgid "Content view name"
1580
1607
  msgstr ""
1581
1608
 
@@ -1753,8 +1780,8 @@ msgstr ""
1753
1780
  msgid "Couldn't find smart proxies with name '%s'"
1754
1781
  msgstr ""
1755
1782
 
1756
- msgid "Couldn't find specified Content View and Lifecycle Environment."
1757
- msgstr "Не удалось найти указанное представление и окружение жизненного цикла."
1783
+ msgid "Couldn't find specified content view and lifecycle environment."
1784
+ msgstr ""
1758
1785
 
1759
1786
  msgid "Couldn't find subject of synchronization"
1760
1787
  msgstr "Не удалось найти объект синхронизации"
@@ -2764,7 +2791,7 @@ msgstr ""
2764
2791
  msgid "Generated"
2765
2792
  msgstr ""
2766
2793
 
2767
- msgid "Generated Content views cannot be assigned to Host/Activation Keys"
2794
+ msgid "Generated content views cannot be assigned to hosts or activation keys"
2768
2795
  msgstr ""
2769
2796
 
2770
2797
  msgid "Generated content views cannot be directly published. They can updated only via export."
@@ -3178,7 +3205,7 @@ msgstr ""
3178
3205
  msgid "Ignorable content can be only set for Yum repositories."
3179
3206
  msgstr ""
3180
3207
 
3181
- msgid "Ignore SRPMs can not be set in combination with 'Complete Mirroring' mirroring policy."
3208
+ msgid "Ignore %s can not be set in combination with 'Complete Mirroring' mirroring policy."
3182
3209
  msgstr ""
3183
3210
 
3184
3211
  msgid "Ignore errors"
@@ -3709,6 +3736,9 @@ msgstr ""
3709
3736
  msgid "Lifecycle environment for the host."
3710
3737
  msgstr ""
3711
3738
 
3739
+ msgid "Lifecycle environment must be specified"
3740
+ msgstr ""
3741
+
3712
3742
  msgid "Lifecycle environment was not attached to the smart proxy; therefore, no changes were made."
3713
3743
  msgstr ""
3714
3744
 
@@ -4135,9 +4165,6 @@ msgstr ""
4135
4165
  msgid "Multi-entitlement"
4136
4166
  msgstr "Многократные полномочия"
4137
4167
 
4138
- msgid "Multiple environments are not supported."
4139
- msgstr ""
4140
-
4141
4168
  msgid "Must supply at least one of mandatory_package_names, optional_package_names, conditional_package_names, default_package_names parameters"
4142
4169
  msgstr ""
4143
4170
 
@@ -4225,12 +4252,6 @@ msgstr "Никогда"
4225
4252
  msgid "Never Synced"
4226
4253
  msgstr "Никогда"
4227
4254
 
4228
- msgid "Never checked in"
4229
- msgstr ""
4230
-
4231
- msgid "Never registered"
4232
- msgstr ""
4233
-
4234
4255
  msgid "New Errata"
4235
4256
  msgstr "Новые исправления"
4236
4257
 
@@ -4717,6 +4738,9 @@ msgstr "Требуется организация"
4717
4738
  msgid "Orphaned Content Protection Time"
4718
4739
  msgstr ""
4719
4740
 
4741
+ 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!"
4742
+ msgstr ""
4743
+
4720
4744
  msgid "Other"
4721
4745
  msgstr "Другие"
4722
4746
 
@@ -5208,9 +5232,6 @@ msgstr ""
5208
5232
  msgid "Pulp 3 is not enabled on Smart proxy!"
5209
5233
  msgstr ""
5210
5234
 
5211
- msgid "Pulp Docker registry port"
5212
- msgstr ""
5213
-
5214
5235
  msgid "Pulp bulk load size"
5215
5236
  msgstr ""
5216
5237
 
@@ -5445,6 +5466,9 @@ msgstr ""
5445
5466
  msgid "Registered on"
5446
5467
  msgstr ""
5447
5468
 
5469
+ msgid "Registering to multiple environments is not enabled."
5470
+ msgstr ""
5471
+
5448
5472
  msgid "Registration details"
5449
5473
  msgstr ""
5450
5474
 
@@ -6922,9 +6946,6 @@ msgstr "Для доступа к этой странице надо выбрат
6922
6946
  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."
6923
6947
  msgstr ""
6924
6948
 
6925
- msgid "The port used by Pulp Crane to provide Docker Registries"
6926
- msgstr ""
6927
-
6928
6949
  msgid "The product %{name} has no %{type} repositories with upstream URLs to add to the alternate content source."
6929
6950
  msgstr ""
6930
6951
 
@@ -7084,7 +7105,7 @@ msgstr ""
7084
7105
  msgid "This host does not have any packages."
7085
7106
  msgstr ""
7086
7107
 
7087
- msgid "This host has errata that are applicable, but not installable."
7108
+ msgid "This host has errata that are applicable, but not installable. Adjust your filters and try again."
7088
7109
  msgstr ""
7089
7110
 
7090
7111
  msgid "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled."
@@ -7117,7 +7138,7 @@ msgstr ""
7117
7138
  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}."
7118
7139
  msgstr ""
7119
7140
 
7120
- msgid "This organization is not using {scaLink}. Legacy subscription management is deprecated and will be removed in a future version."
7141
+ msgid "This organization is not using {scaLink}. Entitlement-based subscription management is deprecated and will be removed in a future version."
7121
7142
  msgstr ""
7122
7143
 
7123
7144
  msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
@@ -7297,6 +7318,9 @@ msgstr "Не удалось подключиться"
7297
7318
  msgid "Unable to connect. Got: %s"
7298
7319
  msgstr ""
7299
7320
 
7321
+ msgid "Unable to create ContentViewEnvironment. Check the logs for more information."
7322
+ msgstr ""
7323
+
7300
7324
  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."
7301
7325
  msgstr ""
7302
7326
 
@@ -7795,6 +7819,9 @@ msgstr ""
7795
7819
  msgid "View a report of the affected hosts"
7796
7820
  msgstr ""
7797
7821
 
7822
+ msgid "View applicable errata"
7823
+ msgstr ""
7824
+
7798
7825
  msgid "View by"
7799
7826
  msgstr ""
7800
7827
 
@@ -7939,9 +7966,6 @@ msgstr ""
7939
7966
  msgid "You have unsaved changes. Do you want to exit without saving your changes?"
7940
7967
  msgstr ""
7941
7968
 
7942
- msgid "You may want to check the host's content view and lifecycle environment."
7943
- msgstr ""
7944
-
7945
7969
  msgid "You were not allowed to add %s"
7946
7970
  msgstr "Недостаточно разрешений для добавления %s"
7947
7971
 
@@ -8080,6 +8104,12 @@ msgstr "автоматический выбор подписок при реги
8080
8104
  msgid "base url to perform repo discovery on"
8081
8105
  msgstr "базовый адрес для поиска репозиториев"
8082
8106
 
8107
+ msgid "bug fix"
8108
+ msgstr ""
8109
+
8110
+ msgid "bug fixes"
8111
+ msgstr ""
8112
+
8083
8113
  msgid "bulk add filter rules"
8084
8114
  msgstr ""
8085
8115
 
@@ -8254,6 +8284,12 @@ msgstr ""
8254
8284
  msgid "enables or disables synchronization"
8255
8285
  msgstr "управляет синхронизацией"
8256
8286
 
8287
+ msgid "enhancement"
8288
+ msgstr ""
8289
+
8290
+ msgid "enhancements"
8291
+ msgstr ""
8292
+
8257
8293
  msgid "environment"
8258
8294
  msgstr "окружение"
8259
8295
 
@@ -8668,6 +8704,12 @@ msgstr "идентификатор правила"
8668
8704
  msgid "run job invocation"
8669
8705
  msgstr ""
8670
8706
 
8707
+ msgid "security advisories"
8708
+ msgstr ""
8709
+
8710
+ msgid "security advisory"
8711
+ msgstr ""
8712
+
8671
8713
  msgid "service level"
8672
8714
  msgstr "уровень обслуживания"
8673
8715