katello 4.9.2 → 4.10.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.
- checksums.yaml +4 -4
- data/README.md +4 -7
- data/app/assets/javascripts/katello/locale/bn/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/ca/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/cs/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +8969 -0
- data/app/assets/javascripts/katello/locale/de/katello.js +8991 -1
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +8966 -0
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/el/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/en/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/en_US/katello.js +8966 -0
- data/app/assets/javascripts/katello/locale/es/katello.js +8984 -1
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +8966 -0
- data/app/assets/javascripts/katello/locale/fr/katello.js +9008 -1
- data/app/assets/javascripts/katello/locale/gl/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/gu/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/hi/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/id/katello.js +8966 -0
- data/app/assets/javascripts/katello/locale/it/katello.js +8974 -1
- data/app/assets/javascripts/katello/locale/ja/katello.js +9004 -1
- data/app/assets/javascripts/katello/locale/ka/katello.js +8976 -1
- data/app/assets/javascripts/katello/locale/kn/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/ko/katello.js +8972 -1
- data/app/assets/javascripts/katello/locale/locale/katello.js +3070 -1
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +8966 -0
- data/app/assets/javascripts/katello/locale/mr/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/or/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/pa/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/pl/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +8966 -0
- data/app/assets/javascripts/katello/locale/pt/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +8984 -1
- data/app/assets/javascripts/katello/locale/ro/katello.js +8966 -0
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +8966 -0
- data/app/assets/javascripts/katello/locale/ru/katello.js +8973 -1
- data/app/assets/javascripts/katello/locale/sl/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/ta/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/te/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/tr/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/vi/katello.js +8966 -0
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +8966 -0
- data/app/assets/javascripts/katello/locale/zh/katello.js +8966 -0
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +9004 -1
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +8972 -1
- data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +1 -1
- data/app/controllers/katello/api/v2/alternate_content_sources_bulk_actions_controller.rb +22 -1
- data/app/controllers/katello/api/v2/api_controller.rb +0 -15
- data/app/controllers/katello/api/v2/content_view_versions_controller.rb +13 -4
- data/app/controllers/katello/api/v2/host_errata_controller.rb +0 -12
- data/app/controllers/katello/api/v2/host_packages_controller.rb +0 -55
- data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +0 -77
- data/app/controllers/katello/api/v2/organizations_controller.rb +2 -1
- data/app/controllers/katello/api/v2/repositories_controller.rb +6 -10
- data/app/controllers/katello/api/v2/sync_controller.rb +0 -1
- data/app/controllers/katello/concerns/api/api_controller.rb +0 -10
- data/app/controllers/katello/concerns/hosts_controller_extensions.rb +1 -1
- data/app/lib/actions/katello/alternate_content_source/update.rb +1 -1
- data/app/lib/actions/katello/content_view/capsule_sync.rb +1 -1
- data/app/lib/actions/katello/content_view/incremental_updates.rb +3 -9
- data/app/lib/actions/katello/content_view_version/republish_repositories.rb +8 -2
- data/app/lib/actions/katello/repository/capsule_sync.rb +1 -1
- data/app/lib/actions/katello/repository/update_metadata_sync.rb +1 -1
- data/app/lib/katello/concerns/base_template_scope_extensions.rb +4 -9
- data/app/lib/katello/resources/cdn.rb +4 -0
- data/app/lib/katello/validators/alternate_content_source_products_validator.rb +1 -1
- data/app/models/katello/cdn_configuration.rb +4 -0
- data/app/models/katello/concerns/host_managed_extensions.rb +2 -1
- data/app/models/katello/content_view.rb +5 -1
- data/app/models/katello/content_view_component.rb +1 -1
- data/app/models/katello/content_view_version.rb +4 -0
- data/app/models/katello/host/content_facet.rb +4 -5
- data/app/models/katello/ping.rb +0 -19
- data/app/models/katello/repository.rb +5 -1
- data/app/models/katello/root_repository.rb +2 -8
- data/app/services/katello/applicability/applicable_content_helper.rb +2 -2
- data/app/services/katello/registration_manager.rb +2 -12
- data/app/views/foreman/job_templates/configure_host_for_new_content_source.erb +25 -0
- data/app/views/katello/api/v2/capsule_content/sync_status.json.rabl +1 -1
- data/app/views/katello/api/v2/content_facet/show.json.rabl +0 -12
- data/app/views/katello/api/v2/content_view_components/show.json.rabl +4 -1
- data/app/views/katello/api/v2/content_views/base.json.rabl +6 -2
- data/app/views/katello/api/v2/repositories/show.json.rabl +0 -1
- data/config/initializers/monkeys.rb +1 -0
- data/config/katello.yaml.example +0 -4
- data/config/routes/api/v2.rb +3 -0
- data/config/routes/overrides.rb +0 -11
- data/db/migrate/20230609155411_add_custom_cdn_auth_enabled_to_katello_cdn_configurations.rb +5 -0
- data/db/migrate/20230710190626_remove_relative_path_limit.rb +5 -0
- data/db/migrate/20230717150442_change_change_content_source_job_template_name.rb +20 -0
- data/db/migrate/20230828143236_remove_katello_agent_dispatch_history.rb +15 -0
- data/db/seeds.d/111-upgrade_tasks.rb +1 -2
- data/engines/bastion/app/views/bastion/layouts/assets.html.erb +1 -1
- data/engines/bastion_katello/README.md +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/activation-keys.controller.js +4 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-associations-content-hosts.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html +8 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-errata-modal.controller.js +3 -44
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-module-streams-modal.controller.js +0 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js +1 -65
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html +1 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html +1 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-applicable.controller.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js +1 -16
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-module-streams.controller.js +0 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-actions.controller.js +0 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-applicable.controller.js +2 -11
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-installed.controller.js +0 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages.controller.js +1 -39
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +1 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html +2 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html +4 -5
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js +2 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details.controller.js +2 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html +0 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html +0 -14
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +0 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js +1 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/file-content-views.controller.js +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/views/file-content-views.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +235 -521
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-packages.html +13 -2
- data/engines/bastion_katello/lib/bastion_katello/engine.rb +1 -3
- data/lib/katello/engine.rb +0 -18
- data/lib/katello/permission_creator.rb +1 -1
- data/lib/katello/plugin.rb +0 -25
- data/lib/katello/version.rb +1 -1
- data/lib/monkeys/remove_hidden_distribution.rb +383 -0
- data/locale/action_names.rb +3 -1
- data/locale/bn/katello.po +130 -39
- data/locale/bn_IN/katello.po +130 -39
- data/locale/ca/katello.po +130 -39
- data/locale/cs/katello.po +130 -39
- data/locale/cs_CZ/katello.po +130 -39
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- data/locale/de/katello.po +134 -43
- data/locale/de_AT/katello.po +130 -39
- data/locale/de_DE/katello.po +130 -39
- data/locale/el/katello.po +130 -39
- data/locale/en/katello.po +130 -39
- data/locale/en_GB/katello.po +130 -39
- data/locale/en_US/katello.po +130 -39
- data/locale/es/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po +133 -42
- data/locale/et_EE/katello.po +130 -39
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po +138 -47
- data/locale/gl/katello.po +130 -39
- data/locale/gu/katello.po +130 -39
- data/locale/he_IL/katello.po +130 -39
- data/locale/hi/katello.po +130 -39
- data/locale/id/katello.po +130 -39
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +131 -40
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po +138 -47
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po +131 -40
- data/locale/katello.pot +805 -642
- data/locale/kn/katello.po +130 -39
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po +131 -40
- data/locale/ml_IN/katello.po +130 -39
- data/locale/mr/katello.po +130 -39
- data/locale/nl_NL/katello.po +130 -39
- data/locale/or/katello.po +130 -39
- data/locale/pa/katello.po +130 -39
- data/locale/pl/katello.po +130 -39
- data/locale/pl_PL/katello.po +130 -39
- data/locale/pt/katello.po +130 -39
- data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt_BR/katello.po +133 -42
- data/locale/ro/katello.po +130 -39
- data/locale/ro_RO/katello.po +130 -39
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +131 -40
- data/locale/sl/katello.po +130 -39
- data/locale/sv_SE/katello.po +130 -39
- data/locale/ta/katello.po +130 -39
- data/locale/ta_IN/katello.po +130 -39
- data/locale/te/katello.po +130 -39
- data/locale/tr/katello.po +130 -39
- data/locale/vi/katello.po +130 -39
- data/locale/vi_VN/katello.po +130 -39
- data/locale/zh/katello.po +130 -39
- data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po +138 -47
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +131 -40
- data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js +0 -5
- data/webpack/components/extensions/HostDetails/Tabs/ContentTab/index.js +9 -3
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +7 -58
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/HostErrataActions.js +2 -11
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/HostPackagesActions.js +1 -40
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/HostPackagesConstants.js +0 -3
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js +5 -40
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js +6 -65
- data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +5 -4
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/errataTab.test.js +0 -212
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/packageInstallModal.test.js +2 -157
- data/webpack/components/extensions/HostDetails/hostDetailsHelpers.js +0 -20
- data/webpack/containers/Application/config.js +5 -0
- data/webpack/scenes/ActivationKeys/Details/ActivationKeyActions.js +31 -0
- data/webpack/scenes/ActivationKeys/Details/ActivationKeyConstants.js +3 -0
- data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.js +127 -0
- data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.scss +37 -0
- data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetailsSelectors.js +16 -0
- data/webpack/scenes/ActivationKeys/Details/__tests__/activationKeyDetails.test.js +117 -0
- data/webpack/scenes/ActivationKeys/Details/components/DeleteMenu.js +77 -0
- data/webpack/scenes/ActivationKeys/Details/components/DeleteModal.js +63 -0
- data/webpack/scenes/ActivationKeys/Details/components/EditModal.js +199 -0
- data/webpack/scenes/ActivationKeys/Details/index.js +3 -0
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditCredentials.js +10 -5
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditProducts.js +8 -3
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditSmartProxies.js +8 -3
- data/webpack/scenes/AlternateContentSources/Details/__tests__/ACSEdits.test.js +2 -2
- data/webpack/scenes/AlternateContentSources/MainTable/ACSTable.js +1 -1
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js +37 -29
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js +53 -37
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +7 -0
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.fixtures.json +15 -6
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.test.js +6 -5
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/publishedContentViewDetails.fixtures.json +43 -197
- data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +1 -1
- data/webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js +1 -1
- data/webpack/scenes/ContentViews/Details/Promote/ContentViewVersionPromote.js +2 -2
- data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersions.fixtures.json +0 -98
- data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersions.test.js +103 -1
- data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersionsLatestEnvironment.fixtures.json +634 -0
- data/webpack/scenes/ContentViews/components/ContentViewSelect/helpers.js +1 -1
- data/webpack/scenes/Hosts/ChangeContentSource/actions.js +14 -12
- data/webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js +45 -6
- data/webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceTemplate.js +42 -7
- data/webpack/scenes/Hosts/ChangeContentSource/index.js +37 -10
- data/webpack/scenes/Hosts/ChangeContentSource/styles.scss +5 -0
- data/webpack/scenes/RedHatRepositories/index.scss +1 -1
- data/webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js +2 -2
- metadata +85 -81
- data/app/lib/actions/katello/agent/dispatch_history_presenter.rb +0 -64
- data/app/lib/actions/katello/agent_action.rb +0 -120
- data/app/lib/actions/katello/bulk_agent_action.rb +0 -37
- data/app/lib/actions/katello/host/erratum/applicable_errata_install.rb +0 -44
- data/app/lib/actions/katello/host/erratum/install.rb +0 -38
- data/app/lib/actions/katello/host/package/install.rb +0 -34
- data/app/lib/actions/katello/host/package/remove.rb +0 -48
- data/app/lib/actions/katello/host/package/update.rb +0 -42
- data/app/lib/actions/katello/host/package_group/install.rb +0 -30
- data/app/lib/actions/katello/host/package_group/remove.rb +0 -30
- data/app/lib/katello/agent/base_message.rb +0 -41
- data/app/lib/katello/agent/client_message_handler.rb +0 -69
- data/app/lib/katello/agent/connection.rb +0 -38
- data/app/lib/katello/agent/install_errata_message.rb +0 -25
- data/app/lib/katello/agent/install_package_group_message.rb +0 -25
- data/app/lib/katello/agent/install_package_message.rb +0 -28
- data/app/lib/katello/agent/remove_package_group_message.rb +0 -25
- data/app/lib/katello/agent/remove_package_message.rb +0 -28
- data/app/lib/katello/agent/update_package_message.rb +0 -33
- data/app/lib/katello/event_daemon/services/agent_event_receiver.rb +0 -59
- data/app/lib/katello/qpid/connection.rb +0 -149
- data/app/lib/katello/util/default_enablement_migrator.rb +0 -183
- data/app/models/katello/agent/dispatch_history.rb +0 -19
- data/app/models/katello/events/delete_host_agent_queue.rb +0 -19
- data/app/services/katello/agent/dispatcher.rb +0 -60
- data/app/views/foreman/job_templates/change_content_source.erb +0 -18
- data/app/views/katello/api/v2/sync/index.json.rabl +0 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/katello-agent-notice.html +0 -8
- data/lib/katello/tasks/upgrades/4.9/update_custom_products_enablement.rake +0 -13
- data/webpack/components/extensions/HostDetails/common/KatelloAgentDeprecationAlert.js +0 -23
data/locale/ro_RO/katello.po
CHANGED
@@ -126,6 +126,9 @@ msgstr ""
|
|
126
126
|
msgid "%s ago"
|
127
127
|
msgstr ""
|
128
128
|
|
129
|
+
msgid "%s content type is not enabled."
|
130
|
+
msgstr ""
|
131
|
+
|
129
132
|
msgid "%s guests"
|
130
133
|
msgstr ""
|
131
134
|
|
@@ -249,6 +252,9 @@ msgstr ""
|
|
249
252
|
msgid "%{group} package group updated"
|
250
253
|
msgstr ""
|
251
254
|
|
255
|
+
msgid "%{name} has no %{type} repositories with upstream URLs to add to the alternate content source."
|
256
|
+
msgstr ""
|
257
|
+
|
252
258
|
msgid "%{package} (%{total} other packages)"
|
253
259
|
msgstr ""
|
254
260
|
|
@@ -330,6 +336,9 @@ msgstr ""
|
|
330
336
|
msgid "%{used} of %{total}"
|
331
337
|
msgstr ""
|
332
338
|
|
339
|
+
msgid "%{value} can contain only lowercase letters, numbers, dashes and dots."
|
340
|
+
msgstr ""
|
341
|
+
|
333
342
|
msgid "%{view_label} could not be promoted to %{environment_label} because the content view and the environment are not in the same organization!"
|
334
343
|
msgstr ""
|
335
344
|
|
@@ -453,6 +462,9 @@ msgstr ""
|
|
453
462
|
msgid "Action with sub plans"
|
454
463
|
msgstr ""
|
455
464
|
|
465
|
+
msgid "Activation Key will no longer be available for use. This operation cannot be undone."
|
466
|
+
msgstr ""
|
467
|
+
|
456
468
|
msgid "Activation Keys"
|
457
469
|
msgstr ""
|
458
470
|
|
@@ -462,6 +474,15 @@ msgstr ""
|
|
462
474
|
msgid "Activation key ID"
|
463
475
|
msgstr ""
|
464
476
|
|
477
|
+
msgid "Activation key deleted"
|
478
|
+
msgstr ""
|
479
|
+
|
480
|
+
msgid "Activation key details"
|
481
|
+
msgstr ""
|
482
|
+
|
483
|
+
msgid "Activation key details updated"
|
484
|
+
msgstr ""
|
485
|
+
|
465
486
|
msgid "Activation key for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. For multiple keys use `activation_keys` param instead."
|
466
487
|
msgstr ""
|
467
488
|
|
@@ -606,6 +627,9 @@ msgstr ""
|
|
606
627
|
msgid "Affected repositories"
|
607
628
|
msgstr ""
|
608
629
|
|
630
|
+
msgid "After configuring Foreman, configuration must also be updated on {hosts}. Choose one of the following options to update {hosts}:"
|
631
|
+
msgstr ""
|
632
|
+
|
609
633
|
msgid "After generating the incremental update, apply the changes to the specified hosts. Only Errata are supported currently."
|
610
634
|
msgstr ""
|
611
635
|
|
@@ -1131,6 +1155,9 @@ msgstr ""
|
|
1131
1155
|
msgid "Cannot delete product with repositories published in a content view. Product: %{product}, %{view_versions}"
|
1132
1156
|
msgstr ""
|
1133
1157
|
|
1158
|
+
msgid "Cannot delete product: %{product} with repositories that are the last affected repository in content view filters. Delete these repositories before deleting product."
|
1159
|
+
msgstr ""
|
1160
|
+
|
1134
1161
|
msgid "Cannot delete provider with attached products"
|
1135
1162
|
msgstr ""
|
1136
1163
|
|
@@ -1221,9 +1248,6 @@ msgstr ""
|
|
1221
1248
|
msgid "Cannot upload Container Image content."
|
1222
1249
|
msgstr ""
|
1223
1250
|
|
1224
|
-
msgid "Cannot validate contents on non-yum/deb repositories."
|
1225
|
-
msgstr ""
|
1226
|
-
|
1227
1251
|
msgid "Capacity"
|
1228
1252
|
msgstr ""
|
1229
1253
|
|
@@ -1236,9 +1260,15 @@ msgstr ""
|
|
1236
1260
|
msgid "Change host content source"
|
1237
1261
|
msgstr ""
|
1238
1262
|
|
1263
|
+
msgid "Changing a host's content source will change the Smart Proxy from which the host gets its content."
|
1264
|
+
msgstr ""
|
1265
|
+
|
1239
1266
|
msgid "Check audited changes and proceed only if content or filters have changed since last publish"
|
1240
1267
|
msgstr ""
|
1241
1268
|
|
1269
|
+
msgid "Check for long running tasks"
|
1270
|
+
msgstr ""
|
1271
|
+
|
1242
1272
|
msgid "Check if a connection can be made to Red Hat Subscription Management."
|
1243
1273
|
msgstr ""
|
1244
1274
|
|
@@ -1347,6 +1377,12 @@ msgstr ""
|
|
1347
1377
|
msgid "Compute resource IDs"
|
1348
1378
|
msgstr ""
|
1349
1379
|
|
1380
|
+
msgid "Configuration still must be updated on {hosts}"
|
1381
|
+
msgstr ""
|
1382
|
+
|
1383
|
+
msgid "Configuration updated on Foreman"
|
1384
|
+
msgstr ""
|
1385
|
+
|
1350
1386
|
msgid "Confirm Deletion"
|
1351
1387
|
msgstr ""
|
1352
1388
|
|
@@ -1560,6 +1596,9 @@ msgstr ""
|
|
1560
1596
|
msgid "Content view and environment not set for registration."
|
1561
1597
|
msgstr ""
|
1562
1598
|
|
1599
|
+
msgid "Content view and lifecycle environment must be provided together"
|
1600
|
+
msgstr ""
|
1601
|
+
|
1563
1602
|
msgid "Content view details"
|
1564
1603
|
msgstr ""
|
1565
1604
|
|
@@ -2073,6 +2112,9 @@ msgstr ""
|
|
2073
2112
|
msgid "Delete a filter rule"
|
2074
2113
|
msgstr ""
|
2075
2114
|
|
2115
|
+
msgid "Delete activation key?"
|
2116
|
+
msgstr ""
|
2117
|
+
|
2076
2118
|
msgid "Delete all subscriptions attached to activation keys."
|
2077
2119
|
msgstr ""
|
2078
2120
|
|
@@ -2088,6 +2130,9 @@ msgstr ""
|
|
2088
2130
|
msgid "Delete content view"
|
2089
2131
|
msgstr ""
|
2090
2132
|
|
2133
|
+
msgid "Delete content view filters that have this repository as the last associated repository. Defaults to true. If false, such filters will now apply to all repositories in the content view."
|
2134
|
+
msgstr ""
|
2135
|
+
|
2091
2136
|
msgid "Delete manifest from Red Hat provider"
|
2092
2137
|
msgstr ""
|
2093
2138
|
|
@@ -2121,6 +2166,9 @@ msgstr ""
|
|
2121
2166
|
msgid "Deleting versions: {versionList}"
|
2122
2167
|
msgstr ""
|
2123
2168
|
|
2169
|
+
msgid "Deliver notifications about long running tasks"
|
2170
|
+
msgstr ""
|
2171
|
+
|
2124
2172
|
msgid "Description"
|
2125
2173
|
msgstr ""
|
2126
2174
|
|
@@ -2280,6 +2328,9 @@ msgstr ""
|
|
2280
2328
|
msgid "Edit URL and subpaths"
|
2281
2329
|
msgstr ""
|
2282
2330
|
|
2331
|
+
msgid "Edit activation key"
|
2332
|
+
msgstr ""
|
2333
|
+
|
2283
2334
|
msgid "Edit content view assignment"
|
2284
2335
|
msgstr ""
|
2285
2336
|
|
@@ -2619,6 +2670,9 @@ msgstr ""
|
|
2619
2670
|
msgid "Filter composite versions whose publish was triggered by the specified component version"
|
2620
2671
|
msgstr ""
|
2621
2672
|
|
2673
|
+
msgid "Filter content view versions that contain the file"
|
2674
|
+
msgstr ""
|
2675
|
+
|
2622
2676
|
msgid "Filter created"
|
2623
2677
|
msgstr ""
|
2624
2678
|
|
@@ -2723,10 +2777,10 @@ msgstr ""
|
|
2723
2777
|
msgid "Force delete the repository by removing it from all content view versions"
|
2724
2778
|
msgstr ""
|
2725
2779
|
|
2726
|
-
msgid "Force metadata regeneration to proceed.
|
2780
|
+
msgid "Force metadata regeneration to proceed. Dangerous operation when version has repositories with the 'Complete Mirroring' mirroring policy"
|
2727
2781
|
msgstr ""
|
2728
2782
|
|
2729
|
-
msgid "Force metadata regeneration to proceed.
|
2783
|
+
msgid "Force metadata regeneration to proceed. Dangerous when repositories use the 'Complete Mirroring' mirroring policy"
|
2730
2784
|
msgstr ""
|
2731
2785
|
|
2732
2786
|
msgid "Force promotion"
|
@@ -2741,7 +2795,7 @@ msgstr ""
|
|
2741
2795
|
msgid "Force sync even if no upstream changes are detected. Only used with yum or deb repositories."
|
2742
2796
|
msgstr ""
|
2743
2797
|
|
2744
|
-
msgid "Forces a republish of the specified repository, regenerating metadata and symlinks on the filesystem."
|
2798
|
+
msgid "Forces a republish of the specified repository, regenerating metadata and symlinks on the filesystem. Not allowed for repositories with the 'Complete Mirroring' mirroring policy."
|
2745
2799
|
msgstr ""
|
2746
2800
|
|
2747
2801
|
msgid "Forces a republish of the version's repositories' metadata"
|
@@ -2798,9 +2852,6 @@ msgstr ""
|
|
2798
2852
|
msgid "Get list of available repositories for the repository set"
|
2799
2853
|
msgstr ""
|
2800
2854
|
|
2801
|
-
msgid "Get status of repo synchronisation for given product"
|
2802
|
-
msgstr ""
|
2803
|
-
|
2804
2855
|
msgid "Get status of synchronisation for given repository"
|
2805
2856
|
msgstr ""
|
2806
2857
|
|
@@ -2894,6 +2945,9 @@ msgstr ""
|
|
2894
2945
|
msgid "Host ID"
|
2895
2946
|
msgstr ""
|
2896
2947
|
|
2948
|
+
msgid "Host Limit"
|
2949
|
+
msgstr ""
|
2950
|
+
|
2897
2951
|
msgid "Host Profile Assume"
|
2898
2952
|
msgstr ""
|
2899
2953
|
|
@@ -2921,9 +2975,6 @@ msgstr ""
|
|
2921
2975
|
msgid "Host collections updated"
|
2922
2976
|
msgstr ""
|
2923
2977
|
|
2924
|
-
msgid "Host configurations are not updated yet"
|
2925
|
-
msgstr ""
|
2926
|
-
|
2927
2978
|
msgid "Host content and subscription details"
|
2928
2979
|
msgstr ""
|
2929
2980
|
|
@@ -3131,7 +3182,9 @@ msgstr ""
|
|
3131
3182
|
msgid "Identifiers for Lifecycle Environment"
|
3132
3183
|
msgstr ""
|
3133
3184
|
|
3134
|
-
msgid "
|
3185
|
+
msgid ""
|
3186
|
+
"Identifies whether the repository should be unavailable on a client with a non-matching OS version.\n"
|
3187
|
+
"Pass [] to make repo available for clients regardless of OS version. Maximum length 1; allowed tags are: %s"
|
3135
3188
|
msgstr ""
|
3136
3189
|
|
3137
3190
|
msgid "Ids of smart proxies to associate"
|
@@ -3143,6 +3196,9 @@ msgstr ""
|
|
3143
3196
|
msgid "If hosts fail to register because of duplicate DMI UUIDs, add their comma-separated values here. Subsequent registrations will generate a unique DMI UUID for the affected hosts."
|
3144
3197
|
msgstr ""
|
3145
3198
|
|
3199
|
+
msgid "If product certificates should be used to authenticate to a custom CDN."
|
3200
|
+
msgstr ""
|
3201
|
+
|
3146
3202
|
msgid "If specified, remove the first instance of a subscription with matching id and quantity"
|
3147
3203
|
msgstr ""
|
3148
3204
|
|
@@ -3188,7 +3244,7 @@ msgstr ""
|
|
3188
3244
|
msgid "Ignorable content can be only set for Yum repositories."
|
3189
3245
|
msgstr ""
|
3190
3246
|
|
3191
|
-
msgid "Ignore %s
|
3247
|
+
msgid "Ignore %s cannot be set in combination with the 'Complete Mirroring' mirroring policy."
|
3192
3248
|
msgstr ""
|
3193
3249
|
|
3194
3250
|
msgid "Ignore errors"
|
@@ -3572,9 +3628,15 @@ msgstr ""
|
|
3572
3628
|
msgid "Job '${description}' has started."
|
3573
3629
|
msgstr ""
|
3574
3630
|
|
3631
|
+
msgid "Katello 4.10"
|
3632
|
+
msgstr ""
|
3633
|
+
|
3575
3634
|
msgid "Katello ID of local pool to update"
|
3576
3635
|
msgstr ""
|
3577
3636
|
|
3637
|
+
msgid "Katello-agent is deprecated and will be removed in Katello 4.10."
|
3638
|
+
msgstr ""
|
3639
|
+
|
3578
3640
|
msgid "Katello: Install Errata"
|
3579
3641
|
msgstr ""
|
3580
3642
|
|
@@ -3668,7 +3730,10 @@ msgstr ""
|
|
3668
3730
|
msgid "Latest version"
|
3669
3731
|
msgstr ""
|
3670
3732
|
|
3671
|
-
msgid "Learn more about adding Subscription Manifests"
|
3733
|
+
msgid "Learn more about adding Subscription Manifests "
|
3734
|
+
msgstr ""
|
3735
|
+
|
3736
|
+
msgid "Legacy UI"
|
3672
3737
|
msgstr ""
|
3673
3738
|
|
3674
3739
|
msgid "Legacy content host UI"
|
@@ -4031,6 +4096,9 @@ msgstr ""
|
|
4031
4096
|
msgid "Manifest deleted"
|
4032
4097
|
msgstr ""
|
4033
4098
|
|
4099
|
+
msgid "Manifest does not have a valid subscription"
|
4100
|
+
msgstr ""
|
4101
|
+
|
4034
4102
|
msgid "Manifest imported"
|
4035
4103
|
msgstr ""
|
4036
4104
|
|
@@ -4103,7 +4171,9 @@ msgstr ""
|
|
4103
4171
|
msgid "Messaging connection"
|
4104
4172
|
msgstr ""
|
4105
4173
|
|
4106
|
-
msgid "
|
4174
|
+
msgid ""
|
4175
|
+
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
|
4176
|
+
"Alternatively, use the 'force' parameter to regenerate metadata locally. On the next sync, the upstream repository's metadata will overwrite local metadata for 'Complete Mirroring' repositories."
|
4107
4177
|
msgstr ""
|
4108
4178
|
|
4109
4179
|
msgid "Metadata taken from the upstream export history for this Content View Version"
|
@@ -4160,9 +4230,6 @@ msgstr ""
|
|
4160
4230
|
msgid "NOTE: Content view version '%{content_view} %{current}' does not have any exportable repositories. At least one repository with any of the following types is required to be able to export: '%{exportable_types}'."
|
4161
4231
|
msgstr ""
|
4162
4232
|
|
4163
|
-
msgid "NOTE: Katello-agent is deprecated and will be removed in %s. Consider using remote execution instead."
|
4164
|
-
msgstr ""
|
4165
|
-
|
4166
4233
|
msgid "NOTE: Unable to export repository '%{repository}' because it does not have an exportable content type."
|
4167
4234
|
msgstr ""
|
4168
4235
|
|
@@ -4628,6 +4695,9 @@ msgstr ""
|
|
4628
4695
|
msgid "Not yet published"
|
4629
4696
|
msgstr ""
|
4630
4697
|
|
4698
|
+
msgid "Note: Deleting a subscription manifest is STRONGLY discouraged."
|
4699
|
+
msgstr ""
|
4700
|
+
|
4631
4701
|
msgid "Note: Deleting a subscription manifest is STRONGLY discouraged. Deleting a manifest will:"
|
4632
4702
|
msgstr ""
|
4633
4703
|
|
@@ -5440,6 +5510,9 @@ msgstr ""
|
|
5440
5510
|
msgid "Refresh Manifest"
|
5441
5511
|
msgstr ""
|
5442
5512
|
|
5513
|
+
msgid "Refresh all alternate content sources"
|
5514
|
+
msgstr ""
|
5515
|
+
|
5443
5516
|
msgid "Refresh alternate content sources"
|
5444
5517
|
msgstr ""
|
5445
5518
|
|
@@ -5665,7 +5738,10 @@ msgstr ""
|
|
5665
5738
|
msgid "Repository"
|
5666
5739
|
msgstr ""
|
5667
5740
|
|
5668
|
-
msgid "Repository %s cannot be deleted since it has already been included in a published Content View."
|
5741
|
+
msgid "Repository %s cannot be deleted since it has already been included in a published Content View. Use repository details page to delete"
|
5742
|
+
msgstr ""
|
5743
|
+
|
5744
|
+
msgid "Repository %s cannot be deleted since it is the last affected repository in a filter. Use repository details page to delete."
|
5669
5745
|
msgstr ""
|
5670
5746
|
|
5671
5747
|
msgid "Repository '%(repoName)s' has been disabled."
|
@@ -5743,6 +5819,9 @@ msgstr ""
|
|
5743
5819
|
msgid "Republish Version Repositories"
|
5744
5820
|
msgstr ""
|
5745
5821
|
|
5822
|
+
msgid "Republish repository metadata"
|
5823
|
+
msgstr ""
|
5824
|
+
|
5746
5825
|
msgid "Require you to upload the subscription-manifest and re-attach subscriptions to hosts and activation keys."
|
5747
5826
|
msgstr ""
|
5748
5827
|
|
@@ -5920,6 +5999,9 @@ msgstr ""
|
|
5920
5999
|
msgid "Run Sync Plan:"
|
5921
6000
|
msgstr ""
|
5922
6001
|
|
6002
|
+
msgid "Run job invocation"
|
6003
|
+
msgstr ""
|
6004
|
+
|
5923
6005
|
msgid "Running"
|
5924
6006
|
msgstr ""
|
5925
6007
|
|
@@ -6046,6 +6128,9 @@ msgstr ""
|
|
6046
6128
|
msgid "Select a lifecycle environment and a content view to move this host."
|
6047
6129
|
msgstr ""
|
6048
6130
|
|
6131
|
+
msgid "Select a lifecycle environment first"
|
6132
|
+
msgstr ""
|
6133
|
+
|
6049
6134
|
msgid "Select a lifecycle environment from the available promotion paths to promote new version."
|
6050
6135
|
msgstr ""
|
6051
6136
|
|
@@ -6070,15 +6155,15 @@ msgstr ""
|
|
6070
6155
|
msgid "Select an environment"
|
6071
6156
|
msgstr ""
|
6072
6157
|
|
6073
|
-
msgid "Select an environment first"
|
6074
|
-
msgstr ""
|
6075
|
-
|
6076
6158
|
msgid "Select an option"
|
6077
6159
|
msgstr ""
|
6078
6160
|
|
6079
6161
|
msgid "Select an organization"
|
6080
6162
|
msgstr ""
|
6081
6163
|
|
6164
|
+
msgid "Select attributes for ${akDetails.name}"
|
6165
|
+
msgstr ""
|
6166
|
+
|
6082
6167
|
msgid "Select available version of ${cvName} to use"
|
6083
6168
|
msgstr ""
|
6084
6169
|
|
@@ -6974,9 +7059,6 @@ msgstr ""
|
|
6974
7059
|
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."
|
6975
7060
|
msgstr ""
|
6976
7061
|
|
6977
|
-
msgid "The product %{name} has no %{type} repositories with upstream URLs to add to the alternate content source."
|
6978
|
-
msgstr ""
|
6979
|
-
|
6980
7062
|
msgid "The promotion of %{content_view} to %{environment} has completed. %{count} errata are available to your hosts."
|
6981
7063
|
msgstr ""
|
6982
7064
|
|
@@ -7100,6 +7182,9 @@ msgstr ""
|
|
7100
7182
|
msgid "This action doesn't support package groups"
|
7101
7183
|
msgstr ""
|
7102
7184
|
|
7185
|
+
msgid "This action should only be taken for debugging purposes."
|
7186
|
+
msgstr ""
|
7187
|
+
|
7103
7188
|
msgid "This action should only be taken in extreme circumstances or for debugging purposes."
|
7104
7189
|
msgstr ""
|
7105
7190
|
|
@@ -7199,7 +7284,7 @@ msgstr ""
|
|
7199
7284
|
msgid "This will create a copy of {cv}, including details, repositories, and filters. Generated data such as history, tasks and versions will not be copied."
|
7200
7285
|
msgstr ""
|
7201
7286
|
|
7202
|
-
msgid "Time in minutes
|
7287
|
+
msgid "Time in minutes before content that is not contained within a repository and has not been accessed is considered orphaned."
|
7203
7288
|
msgstr ""
|
7204
7289
|
|
7205
7290
|
msgid "Time in seconds to wait for a host to finish a katello-agent action"
|
@@ -7226,6 +7311,9 @@ msgstr ""
|
|
7226
7311
|
msgid "To enable them, add the environment to the host's content source, or "
|
7227
7312
|
msgstr ""
|
7228
7313
|
|
7314
|
+
msgid "To finish the process of changing the content source, run the following script manually on {hosts}."
|
7315
|
+
msgstr ""
|
7316
|
+
|
7229
7317
|
msgid "To get started, add a filter rule to this filter"
|
7230
7318
|
msgstr ""
|
7231
7319
|
|
@@ -7235,12 +7323,6 @@ msgstr ""
|
|
7235
7323
|
msgid "To include or exclude specific content from the content view, create a filter. Without filters, the content view includes everything from the added repositories."
|
7236
7324
|
msgstr ""
|
7237
7325
|
|
7238
|
-
msgid "To update the selected host configuration, update hosts manually in the next section."
|
7239
|
-
msgstr ""
|
7240
|
-
|
7241
|
-
msgid "To update the selected host configuration, {link}, or update hosts manually in the next section."
|
7242
|
-
msgstr ""
|
7243
|
-
|
7244
7326
|
msgid "Toggling Simple Content Access will refresh your manifest."
|
7245
7327
|
msgstr ""
|
7246
7328
|
|
@@ -7400,6 +7482,9 @@ msgstr ""
|
|
7400
7482
|
msgid "Unable to reassign systems. Please check system_content_view_id and system_environment_id."
|
7401
7483
|
msgstr ""
|
7402
7484
|
|
7485
|
+
msgid "Unable to refresh any alternate content source. You either do not have the permission to refresh, or no alternate content sources exist."
|
7486
|
+
msgstr ""
|
7487
|
+
|
7403
7488
|
msgid "Unable to refresh any alternate content source. You either do not have the permission to refresh, or none of the alternate content sources exist."
|
7404
7489
|
msgstr ""
|
7405
7490
|
|
@@ -7550,6 +7635,9 @@ msgstr ""
|
|
7550
7635
|
msgid "Update for host %s"
|
7551
7636
|
msgstr ""
|
7552
7637
|
|
7638
|
+
msgid "Update hosts manually"
|
7639
|
+
msgstr ""
|
7640
|
+
|
7553
7641
|
msgid "Update http proxy"
|
7554
7642
|
msgstr ""
|
7555
7643
|
|
@@ -7901,6 +7989,9 @@ msgstr ""
|
|
7901
7989
|
msgid "Virtual host"
|
7902
7990
|
msgstr ""
|
7903
7991
|
|
7992
|
+
msgid "WARNING: Katello-agent is deprecated and will be removed in %s. Migrate to remote execution now."
|
7993
|
+
msgstr ""
|
7994
|
+
|
7904
7995
|
msgid "Waiting to start."
|
7905
7996
|
msgstr ""
|
7906
7997
|
|
@@ -8078,9 +8169,6 @@ msgstr ""
|
|
8078
8169
|
msgid "a file"
|
8079
8170
|
msgstr ""
|
8080
8171
|
|
8081
|
-
msgid "a future release"
|
8082
|
-
msgstr ""
|
8083
|
-
|
8084
8172
|
msgid "a module stream"
|
8085
8173
|
msgstr ""
|
8086
8174
|
|
@@ -8729,9 +8817,6 @@ msgstr ""
|
|
8729
8817
|
msgid "rule identifier"
|
8730
8818
|
msgstr ""
|
8731
8819
|
|
8732
|
-
msgid "run job invocation"
|
8733
|
-
msgstr ""
|
8734
|
-
|
8735
8820
|
msgid "security advisories"
|
8736
8821
|
msgstr ""
|
8737
8822
|
|
@@ -8786,6 +8871,12 @@ msgstr ""
|
|
8786
8871
|
msgid "the following attributes can not be updated for the Red Hat provider: [ %s ]"
|
8787
8872
|
msgstr ""
|
8788
8873
|
|
8874
|
+
msgid "the host"
|
8875
|
+
msgstr ""
|
8876
|
+
|
8877
|
+
msgid "the hosts"
|
8878
|
+
msgstr ""
|
8879
|
+
|
8789
8880
|
msgid "to"
|
8790
8881
|
msgstr ""
|
8791
8882
|
|
Binary file
|