katello 4.15.0 → 4.16.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/app/assets/javascripts/katello/common/katello_object.js +2 -2
- data/app/assets/javascripts/katello/locale/bn/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/ca/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/cs/katello.js +521 -536
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +253 -268
- data/app/assets/javascripts/katello/locale/de/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +249 -264
- data/app/assets/javascripts/katello/locale/el/katello.js +251 -266
- data/app/assets/javascripts/katello/locale/en/katello.js +253 -268
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +263 -278
- data/app/assets/javascripts/katello/locale/en_US/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/es/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/fr/katello.js +250 -265
- data/app/assets/javascripts/katello/locale/gl/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/gu/katello.js +249 -264
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +249 -264
- data/app/assets/javascripts/katello/locale/hi/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/id/katello.js +261 -275
- data/app/assets/javascripts/katello/locale/it/katello.js +252 -267
- data/app/assets/javascripts/katello/locale/ja/katello.js +250 -265
- data/app/assets/javascripts/katello/locale/ka/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/kn/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/ko/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/mr/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +252 -267
- data/app/assets/javascripts/katello/locale/or/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/pa/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/pl/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/pt/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/ro/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/ru/katello.js +253 -268
- data/app/assets/javascripts/katello/locale/sl/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/ta/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/te/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/tr/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/vi/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/zh/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +250 -265
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +255 -270
- data/app/assets/javascripts/katello/sync_management/sync_management.js +16 -2
- data/app/controllers/katello/api/registry/registry_proxies_controller.rb +33 -9
- data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +1 -1
- data/app/controllers/katello/api/v2/activation_keys_controller.rb +4 -9
- data/app/controllers/katello/api/v2/content_uploads_controller.rb +2 -1
- data/app/controllers/katello/api/v2/content_view_filter_rules_controller.rb +3 -1
- data/app/controllers/katello/api/v2/content_views_controller.rb +4 -1
- data/app/controllers/katello/api/v2/environments_controller.rb +4 -0
- data/app/controllers/katello/api/v2/errata_controller.rb +12 -1
- data/app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb +81 -0
- data/app/controllers/katello/api/v2/flatpak_remotes_controller.rb +86 -0
- data/app/controllers/katello/api/v2/host_bootc_images_controller.rb +71 -0
- data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +4 -6
- data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +3 -5
- data/app/controllers/katello/api/v2/repositories_controller.rb +18 -3
- data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +0 -8
- data/app/controllers/katello/concerns/api/v2/http_proxies_controller_extensions.rb +17 -0
- data/app/controllers/katello/concerns/http_proxies_controller_extensions.rb +20 -0
- data/app/controllers/katello/sync_management_controller.rb +6 -2
- data/app/helpers/katello/content_source_helper.rb +8 -1
- data/app/helpers/katello/content_view_helper.rb +3 -1
- data/app/lib/actions/candlepin/activation_key/create.rb +1 -3
- data/app/lib/actions/candlepin/activation_key/update.rb +1 -3
- data/app/lib/actions/candlepin/environment/set_content.rb +17 -4
- data/app/lib/actions/katello/activation_key/create.rb +1 -2
- data/app/lib/actions/katello/activation_key/update.rb +2 -4
- data/app/lib/actions/katello/capsule_content/refresh_repos.rb +7 -1
- data/app/lib/actions/katello/content_view/presenters/incremental_updates_presenter.rb +3 -2
- data/app/lib/actions/katello/content_view/publish.rb +7 -2
- data/app/lib/actions/katello/content_view_environment/reassign_objects.rb +11 -2
- data/app/lib/actions/katello/content_view_version/incremental_update.rb +31 -22
- data/app/lib/actions/katello/flatpak/mirror_remote_repository.rb +30 -0
- data/app/lib/actions/katello/flatpak/scan_remote.rb +17 -12
- data/app/lib/actions/katello/host/update_system_purpose.rb +1 -6
- data/app/lib/actions/pulp3/orchestration/repository/import_upload.rb +18 -2
- data/app/lib/actions/pulp3/repository/multi_copy_units.rb +4 -0
- data/app/lib/katello/api/v2/rendering.rb +2 -1
- data/app/lib/katello/concerns/base_template_scope_extensions.rb +3 -4
- data/app/lib/katello/concerns/bookmark_controller_validator_extensions.rb +13 -0
- data/app/lib/katello/resources/candlepin/activation_key.rb +3 -5
- data/app/lib/katello/resources/candlepin/product.rb +2 -1
- data/app/lib/katello/util/cveak_migrator.rb +3 -2
- data/app/lib/katello/validators/alternate_content_source_path_validator.rb +2 -2
- data/app/lib/katello/validators/container_image_name_validator.rb +1 -1
- data/app/lib/katello/validators/content_validator.rb +1 -1
- data/app/lib/katello/validators/content_view_environment_coherent_default_validator.rb +2 -2
- data/app/lib/katello/validators/content_view_environment_org_validator.rb +2 -2
- data/app/lib/katello/validators/content_view_environment_validator.rb +3 -3
- data/app/lib/katello/validators/content_view_erratum_filter_rule_validator.rb +12 -12
- data/app/lib/katello/validators/content_view_filter_version_validator.rb +1 -1
- data/app/lib/katello/validators/generated_content_view_validator.rb +1 -1
- data/app/lib/katello/validators/gpg_key_content_type_validator.rb +2 -2
- data/app/lib/katello/validators/gpg_key_content_validator.rb +5 -5
- data/app/lib/katello/validators/katello_label_format_validator.rb +4 -4
- data/app/lib/katello/validators/katello_name_format_validator.rb +2 -2
- data/app/lib/katello/validators/katello_url_format_validator.rb +1 -1
- data/app/lib/katello/validators/library_presence_validator.rb +1 -1
- data/app/lib/katello/validators/no_trailing_space_validator.rb +1 -1
- data/app/lib/katello/validators/non_library_environment_validator.rb +1 -1
- data/app/lib/katello/validators/not_in_library_validator.rb +1 -1
- data/app/lib/katello/validators/path_descendents_validator.rb +1 -1
- data/app/lib/katello/validators/prior_validator.rb +1 -1
- data/app/lib/katello/validators/product_unique_attribute_validator.rb +1 -1
- data/app/lib/katello/validators/repo_disablement_validator.rb +2 -2
- data/app/lib/katello/validators/root_repository_unique_attribute_validator.rb +1 -1
- data/app/lib/katello/validators/self_reference_environment_validator.rb +1 -1
- data/app/lib/katello/validators/unique_field_in_org.rb +1 -1
- data/app/models/katello/activation_key.rb +6 -17
- data/app/models/katello/authorization/flatpak_remote.rb +33 -0
- data/app/models/katello/concerns/content_facet_host_extensions.rb +2 -1
- data/app/models/katello/concerns/host_managed_extensions.rb +8 -5
- data/app/models/katello/concerns/http_proxy_extensions.rb +4 -0
- data/app/models/katello/concerns/smart_proxy_extensions.rb +30 -6
- data/app/models/katello/concerns/subscription_facet_host_extensions.rb +0 -8
- data/app/models/katello/content_view.rb +4 -2
- data/app/models/katello/content_view_erratum_filter.rb +18 -2
- data/app/models/katello/content_view_version.rb +6 -0
- data/app/models/katello/docker_manifest.rb +8 -0
- data/app/models/katello/docker_manifest_list.rb +8 -0
- data/app/models/katello/erratum.rb +8 -2
- data/app/models/katello/flatpak_remote.rb +16 -0
- data/app/models/katello/flatpak_remote_repository.rb +18 -0
- data/app/models/katello/flatpak_remote_repository_manifest.rb +4 -0
- data/app/models/katello/glue/candlepin/pool.rb +1 -1
- data/app/models/katello/glue/pulp/repos.rb +12 -1
- data/app/models/katello/host/content_facet.rb +42 -3
- data/app/models/katello/host/subscription_facet.rb +4 -12
- data/app/models/katello/repository.rb +21 -8
- data/app/models/katello/rhel_lifecycle_status.rb +6 -0
- data/app/models/katello/root_repository.rb +6 -8
- data/app/models/katello/upstream_pool.rb +1 -0
- data/app/overrides/add_organization_attributes.rb +6 -0
- data/app/services/katello/product_content_finder.rb +2 -1
- data/app/services/katello/pulp3/content_view_version/importable_repositories.rb +1 -1
- data/app/services/katello/pulp3/docker_manifest.rb +3 -2
- data/app/services/katello/pulp3/docker_manifest_list.rb +3 -2
- data/app/services/katello/pulp3/repository/ansible_collection.rb +8 -1
- data/app/services/katello/pulp3/repository/apt.rb +16 -18
- data/app/services/katello/pulp3/repository/file.rb +4 -2
- data/app/services/katello/pulp3/repository.rb +4 -0
- data/app/services/katello/pulp3/task.rb +2 -2
- data/app/views/foreman/job_templates/bootc_action.erb +26 -0
- data/app/views/foreman/job_templates/bootc_rollback.erb +13 -0
- data/app/views/foreman/job_templates/bootc_status.erb +13 -0
- data/app/views/foreman/job_templates/bootc_switch.erb +13 -0
- data/app/views/foreman/job_templates/bootc_upgrade.erb +13 -0
- data/app/views/foreman/job_templates/flatpak_install.erb +23 -0
- data/app/views/foreman/job_templates/flatpak_login_action.erb +30 -0
- data/app/views/foreman/job_templates/flatpak_setup.erb +27 -0
- data/app/views/foreman/job_templates/install_errata_by_search_query.erb +1 -1
- data/app/views/foreman/job_templates/install_errata_by_search_query_-_katello_ansible_default.erb +1 -1
- data/app/views/foreman/job_templates/resolve_traces_-_katello_ansible_default.erb +1 -1
- data/app/views/foreman/job_templates/update_packages_by_search_query_-_katello_ansible_default.erb +1 -1
- data/app/views/katello/api/v2/activation_keys/base.json.rabl +0 -4
- data/app/views/katello/api/v2/content_facet/base.json.rabl +2 -1
- data/app/views/katello/api/v2/content_view_filter_rules/show.json.rabl +1 -0
- data/app/views/katello/api/v2/content_view_versions/base.json.rabl +5 -1
- data/app/views/katello/api/v2/docker_manifest_lists/show.json.rabl +1 -1
- data/app/views/katello/api/v2/docker_manifests/show.json.rabl +1 -1
- data/app/views/katello/api/v2/flatpak_remote_repositories/base.json.rabl +4 -0
- data/app/views/katello/api/v2/flatpak_remote_repositories/index.json.rabl +7 -0
- data/app/views/katello/api/v2/flatpak_remote_repositories/show.json.rabl +13 -0
- data/app/views/katello/api/v2/flatpak_remotes/base.json.rabl +5 -0
- data/app/views/katello/api/v2/flatpak_remotes/index.json.rabl +8 -0
- data/app/views/katello/api/v2/flatpak_remotes/permissions.json.rabl +11 -0
- data/app/views/katello/api/v2/flatpak_remotes/show.json.rabl +3 -0
- data/app/views/katello/api/v2/hosts/base.json.rabl +0 -8
- data/app/views/katello/api/v2/hosts/os_attributes.json.rabl +13 -0
- data/app/views/katello/api/v2/http_proxies/show.json.rabl +1 -0
- data/app/views/katello/api/v2/repositories/base.json.rabl +1 -0
- data/app/views/katello/api/v2/repositories/show.json.rabl +1 -0
- data/app/views/katello/api/v2/subscription_facet/base.json.rabl +0 -4
- data/app/views/katello/api/v2/subscriptions/show.json.rabl +1 -1
- data/app/views/overrides/activation_keys/_host_synced_content_select.html.erb +10 -4
- data/app/views/overrides/http_proxies/_update_setting_input.html.erb +18 -0
- data/app/views/overrides/organizations/_step_1_override.html.erb +5 -0
- data/config/initializers/monkeys.rb +0 -1
- data/config/initializers/pagelets.rb +6 -0
- data/config/routes/api/registry.rb +1 -0
- data/config/routes/api/v2.rb +21 -0
- data/config/routes/overrides.rb +1 -0
- data/config/routes.rb +2 -0
- data/db/migrate/20190605014649_add_purpose_addons.rb +0 -12
- data/db/migrate/20200213184848_create_evr_type.rb +126 -1
- data/db/migrate/20200818192230_update_system_purpose_status.rb +0 -1
- data/db/migrate/20240207191223_remove_entitlement_mode_host_statuses.rb +0 -1
- data/db/migrate/20240924161240_katello_recreate_evr_constructs.rb +160 -0
- data/db/migrate/20241022121706_add_sync_dependencies_option.rb +5 -0
- data/db/migrate/20241101144625_remove_system_purpose_addons.rb +9 -0
- data/db/migrate/20241107002541_add_registry_url_to_katello_flatpak_remotes.rb +5 -0
- data/db/migrate/20241112145802_add_manifest_entity_to_content_facets.rb +7 -0
- data/db/migrate/20241120213713_add_allow_other_types_to_content_view_erratum_filter_rules.rb +6 -0
- data/db/migrate/20241206183052_add_content_type_to_container_manifests_and_lists.rb +9 -0
- data/db/seeds.d/75-job_templates.rb +5 -1
- data/engines/bastion/vendor/assets/javascripts/bastion/angular/angular.js +2 -2
- data/engines/bastion/vendor/assets/javascripts/bastion/angular-bootstrap/ui-bootstrap-tpls.js +3 -3
- data/engines/bastion/vendor/assets/javascripts/bastion/angular-bootstrap/ui-bootstrap.js +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details-info.controller.js +0 -5
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details.controller.js +1 -41
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html +0 -12
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-system-purpose-modal.controller.js +1 -41
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-traces-modal.controller.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html +0 -13
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details-info.controller.js +0 -5
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details.controller.js +1 -35
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html +2 -14
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/debs.controller.js +46 -22
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/deb-content-views.controller.js +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/views/debs.html +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-details.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-errata.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata-tasks-list.html +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +85 -29
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +341 -96
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +31 -54
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +341 -96
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +349 -104
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +33 -56
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +80 -68
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +339 -111
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +379 -130
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +342 -103
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +70 -83
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +84 -90
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +130 -138
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +343 -97
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +40 -63
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +343 -102
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +70 -83
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +362 -105
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +29 -29
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/views/package-info.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/products-bulk-advanced-sync-modal.controller.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html +24 -8
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-tasks.html +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html +21 -8
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/os-versions.service.js +1 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-info.html +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-tasks.html +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html +4 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.controller.js +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/partials/product-table-sync-status.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/subscription-start-date.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-info.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/tasks-table.directive.js +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/task-details.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/tasks-index.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html +1 -1
- data/lib/katello/engine.rb +6 -0
- data/lib/katello/permission_creator.rb +37 -0
- data/lib/katello/permissions/host_permissions.rb +2 -0
- data/lib/katello/permissions/registry_permissions.rb +1 -0
- data/lib/katello/plugin.rb +18 -1
- data/lib/katello/repository_types/docker.rb +0 -1
- data/lib/katello/repository_types/python.rb +1 -1
- data/lib/katello/version.rb +1 -1
- data/lib/katello.rb +2 -0
- data/locale/Makefile +20 -24
- data/locale/bn/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn/katello.po +248 -263
- data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn_IN/katello.po +247 -262
- data/locale/ca/LC_MESSAGES/katello.mo +0 -0
- data/locale/ca/katello.po +247 -262
- data/locale/cs/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs/katello.po +524 -799
- data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs_CZ/katello.po +254 -269
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- data/locale/de/katello.po +248 -263
- data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_AT/katello.po +247 -262
- data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_DE/katello.po +250 -265
- data/locale/el/LC_MESSAGES/katello.mo +0 -0
- data/locale/el/katello.po +252 -267
- data/locale/en/LC_MESSAGES/katello.mo +0 -0
- data/locale/en/katello.po +257 -271
- data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_GB/katello.po +264 -279
- data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_US/katello.po +247 -262
- data/locale/es/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po +248 -263
- data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
- data/locale/et_EE/katello.po +247 -262
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po +250 -265
- data/locale/gl/LC_MESSAGES/katello.mo +0 -0
- data/locale/gl/katello.po +247 -262
- data/locale/gu/LC_MESSAGES/katello.mo +0 -0
- data/locale/gu/katello.po +250 -265
- data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
- data/locale/he_IL/katello.po +249 -264
- data/locale/hi/LC_MESSAGES/katello.mo +0 -0
- data/locale/hi/katello.po +248 -263
- data/locale/id/LC_MESSAGES/katello.mo +0 -0
- data/locale/id/katello.po +264 -275
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +254 -270
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po +250 -265
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po +247 -262
- data/locale/katello.pot +1216 -1215
- data/locale/kn/LC_MESSAGES/katello.mo +0 -0
- data/locale/kn/katello.po +248 -263
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po +248 -263
- data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ml_IN/katello.po +247 -262
- data/locale/mr/LC_MESSAGES/katello.mo +0 -0
- data/locale/mr/katello.po +248 -263
- data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
- data/locale/nl_NL/katello.po +254 -268
- data/locale/or/LC_MESSAGES/katello.mo +0 -0
- data/locale/or/katello.po +248 -263
- data/locale/pa/LC_MESSAGES/katello.mo +0 -0
- data/locale/pa/katello.po +248 -263
- data/locale/pl/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl/katello.po +249 -264
- data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl_PL/katello.po +247 -262
- data/locale/pt/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt/katello.po +248 -263
- data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt_BR/katello.po +248 -263
- data/locale/ro/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro/katello.po +247 -262
- data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro_RO/katello.po +247 -262
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +255 -270
- data/locale/sl/LC_MESSAGES/katello.mo +0 -0
- data/locale/sl/katello.po +247 -262
- data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
- data/locale/sv_SE/katello.po +249 -264
- data/locale/ta/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta/katello.po +248 -263
- data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta_IN/katello.po +247 -262
- data/locale/te/LC_MESSAGES/katello.mo +0 -0
- data/locale/te/katello.po +248 -263
- data/locale/tr/LC_MESSAGES/katello.mo +0 -0
- data/locale/tr/katello.po +247 -262
- data/locale/vi/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi/katello.po +247 -262
- data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi_VN/katello.po +247 -262
- data/locale/zh/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh/katello.po +247 -262
- data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po +250 -265
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +257 -272
- data/webpack/ForemanColumnExtensions/index.js +73 -3
- data/webpack/ForemanColumnExtensions/index.scss +9 -0
- data/webpack/__mocks__/foremanReact/Root/Context/ForemanContext.js +1 -0
- data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js +1 -1
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js +1 -20
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +3 -61
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeCard.test.js +0 -5
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +0 -5
- data/webpack/components/extensions/HostDetails/DetailsTabCards/ImageModeCard.js +87 -0
- data/webpack/components/extensions/HostDetails/DetailsTabCards/RegistrationCard.js +28 -2
- data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebInstallModal.js +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +2 -2
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js +1 -1
- data/webpack/components/extensions/Hosts/FontAwesomeImageModeIcon.js +55 -0
- data/webpack/containers/Application/config.js +5 -0
- data/webpack/global_index.js +3 -1
- data/webpack/redux/actions/RedHatRepositories/helpers.js +9 -0
- data/webpack/scenes/BootedContainerImages/BootedContainerImagesConstants.js +5 -0
- data/webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js +242 -0
- data/webpack/scenes/BootedContainerImages/__tests__/bootedContainerImages.fixtures.js +42 -0
- data/webpack/scenes/BootedContainerImages/__tests__/bootedContainerImagesPage.test.js +233 -0
- data/webpack/scenes/BootedContainerImages/index.js +4 -0
- data/webpack/scenes/ContentViews/Delete/__tests__/affectedHosts.fixtures.json +1 -2
- data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +39 -7
- data/webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js +13 -2
- data/webpack/scenes/ContentViews/Details/Filters/CVFilterDetailType.js +1 -1
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataDateFilterContent.test.js +1 -0
- data/webpack/scenes/ContentViews/Details/Repositories/RepoIcon.js +4 -2
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/__tests__/hosts.fixtures.json +1 -2
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignActivationKeysForm.js +20 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignHostsForm.js +20 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js +128 -18
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedActivationKeys.fixture.json +0 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedHosts.fixture.json +1 -2
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvVersionRemove.test.js +6 -4
- data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedActivationKeys.js +5 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedHosts.js +6 -1
- data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +1 -1
- data/webpack/scenes/ContentViews/expansions/DetailsExpansion.js +5 -1
- data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +4 -2
- data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +38 -0
- data/webpack/scenes/Subscriptions/Details/SubscriptionPurposeAttributes.js +0 -1
- data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetailInfo.test.js.snap +0 -10
- data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +0 -3
- data/webpack/scenes/Subscriptions/Details/__tests__/subscriptionDetails.fixtures.js +0 -1
- metadata +61 -58
- data/app/models/katello/activation_key_purpose_addon.rb +0 -6
- data/app/models/katello/purpose_addon.rb +0 -11
- data/app/models/katello/subscription_facet_purpose_addon.rb +0 -6
- data/lib/monkeys/fx_sqlite_skip.rb +0 -13
- data/locale/action_names.rb +0 -181
- data/locale/bn/katello.po.time_stamp +0 -0
- data/locale/bn_IN/katello.po.time_stamp +0 -0
- data/locale/ca/katello.po.time_stamp +0 -0
- data/locale/cs/katello.po.time_stamp +0 -0
- data/locale/cs_CZ/katello.po.time_stamp +0 -0
- data/locale/de/katello.po.time_stamp +0 -0
- data/locale/de_AT/katello.po.time_stamp +0 -0
- data/locale/de_DE/katello.po.time_stamp +0 -0
- data/locale/el/katello.po.time_stamp +0 -0
- data/locale/en/katello.po.time_stamp +0 -0
- data/locale/en_GB/katello.po.time_stamp +0 -0
- data/locale/en_US/katello.po.time_stamp +0 -0
- data/locale/es/katello.po.time_stamp +0 -0
- data/locale/et_EE/katello.po.time_stamp +0 -0
- data/locale/fr/katello.po.time_stamp +0 -0
- data/locale/gl/katello.po.time_stamp +0 -0
- data/locale/gu/katello.po.time_stamp +0 -0
- data/locale/he_IL/katello.po.time_stamp +0 -0
- data/locale/hi/katello.po.time_stamp +0 -0
- data/locale/id/katello.po.time_stamp +0 -0
- data/locale/it/katello.po.time_stamp +0 -0
- data/locale/ja/katello.po.time_stamp +0 -0
- data/locale/ka/katello.po.time_stamp +0 -0
- data/locale/kn/katello.po.time_stamp +0 -0
- data/locale/ko/katello.po.time_stamp +0 -0
- data/locale/ml_IN/katello.po.time_stamp +0 -0
- data/locale/mr/katello.po.time_stamp +0 -0
- data/locale/nl_NL/katello.po.time_stamp +0 -0
- data/locale/or/katello.po.time_stamp +0 -0
- data/locale/pa/katello.po.time_stamp +0 -0
- data/locale/pl/katello.po.time_stamp +0 -0
- data/locale/pl_PL/katello.po.time_stamp +0 -0
- data/locale/pt/katello.po.time_stamp +0 -0
- data/locale/pt_BR/katello.po.time_stamp +0 -0
- data/locale/ro/katello.po.time_stamp +0 -0
- data/locale/ro_RO/katello.po.time_stamp +0 -0
- data/locale/ru/katello.po.time_stamp +0 -0
- data/locale/sl/katello.po.time_stamp +0 -0
- data/locale/sv_SE/katello.po.time_stamp +0 -0
- data/locale/ta/katello.po.time_stamp +0 -0
- data/locale/ta_IN/katello.po.time_stamp +0 -0
- data/locale/te/katello.po.time_stamp +0 -0
- data/locale/tr/katello.po.time_stamp +0 -0
- data/locale/vi/katello.po.time_stamp +0 -0
- data/locale/vi_VN/katello.po.time_stamp +0 -0
- data/locale/zh/katello.po.time_stamp +0 -0
- data/locale/zh_CN/katello.po.time_stamp +0 -0
- data/locale/zh_TW/katello.po.time_stamp +0 -0
@@ -3,9 +3,10 @@
|
|
3
3
|
"locale_data": {
|
4
4
|
"katello": {
|
5
5
|
"": {
|
6
|
-
"Project-Id-Version": "katello
|
6
|
+
"Project-Id-Version": "katello 4.16.0.pre.master",
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
8
8
|
"PO-Revision-Date": "2017-12-19 20:14+0000",
|
9
|
+
"Last-Translator": "Andika Triwidada <andika@gmail.com>, 2024",
|
9
10
|
"Language-Team": "Indonesian (https://app.transifex.com/foreman/teams/114/id/)",
|
10
11
|
"MIME-Version": "1.0",
|
11
12
|
"Content-Type": "text/plain; charset=UTF-8",
|
@@ -464,9 +465,6 @@
|
|
464
465
|
"About page": [
|
465
466
|
""
|
466
467
|
],
|
467
|
-
"Abstract async task": [
|
468
|
-
""
|
469
|
-
],
|
470
468
|
"Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'.": [
|
471
469
|
""
|
472
470
|
],
|
@@ -489,7 +487,7 @@
|
|
489
487
|
""
|
490
488
|
],
|
491
489
|
"Activation Keys": [
|
492
|
-
""
|
490
|
+
"Kunci Aktivasi"
|
493
491
|
],
|
494
492
|
"Activation key": [
|
495
493
|
""
|
@@ -543,7 +541,7 @@
|
|
543
541
|
""
|
544
542
|
],
|
545
543
|
"Add": [
|
546
|
-
""
|
544
|
+
"Tambah"
|
547
545
|
],
|
548
546
|
"Add Bookmark": [
|
549
547
|
""
|
@@ -602,9 +600,6 @@
|
|
602
600
|
"Add one or more host collections to one or more hosts": [
|
603
601
|
""
|
604
602
|
],
|
605
|
-
"Add ons": [
|
606
|
-
""
|
607
|
-
],
|
608
603
|
"Add products to sync plan": [
|
609
604
|
""
|
610
605
|
],
|
@@ -635,9 +630,6 @@
|
|
635
630
|
"Add to a host collection": [
|
636
631
|
""
|
637
632
|
],
|
638
|
-
"Add-ons": [
|
639
|
-
""
|
640
|
-
],
|
641
633
|
"Added": [
|
642
634
|
""
|
643
635
|
],
|
@@ -669,13 +661,13 @@
|
|
669
661
|
""
|
670
662
|
],
|
671
663
|
"All": [
|
672
|
-
""
|
664
|
+
"Semua"
|
673
665
|
],
|
674
666
|
"All Media": [
|
675
667
|
""
|
676
668
|
],
|
677
669
|
"All Repositories": [
|
678
|
-
""
|
670
|
+
"Semua Repositori"
|
679
671
|
],
|
680
672
|
"All available architectures for this repo are enabled.": [
|
681
673
|
""
|
@@ -698,15 +690,15 @@
|
|
698
690
|
"All versions will be removed from these environments": [
|
699
691
|
""
|
700
692
|
],
|
701
|
-
"Allow a host to be assigned to multiple content view environments with 'subscription-manager register --environments' or 'subscription-manager environments --set'.": [
|
702
|
-
""
|
703
|
-
],
|
704
693
|
"Allow deleting repositories in published content views": [
|
705
694
|
""
|
706
695
|
],
|
707
696
|
"Allow host registrations to bypass 'Host Profile Assume' as long as the host is in build mode.": [
|
708
697
|
""
|
709
698
|
],
|
699
|
+
"Allow hosts or activation keys to be associated with multiple content view environments": [
|
700
|
+
""
|
701
|
+
],
|
710
702
|
"Allow hosts to re-register themselves only when they are in build mode": [
|
711
703
|
""
|
712
704
|
],
|
@@ -777,7 +769,7 @@
|
|
777
769
|
""
|
778
770
|
],
|
779
771
|
"Ansible Collections": [
|
780
|
-
""
|
772
|
+
"Koleksi Ansible"
|
781
773
|
],
|
782
774
|
"Ansible collection": [
|
783
775
|
""
|
@@ -804,10 +796,10 @@
|
|
804
796
|
""
|
805
797
|
],
|
806
798
|
"Application": [
|
807
|
-
""
|
799
|
+
"Aplikasi"
|
808
800
|
],
|
809
801
|
"Apply": [
|
810
|
-
""
|
802
|
+
"Terapkan"
|
811
803
|
],
|
812
804
|
"Apply errata": [
|
813
805
|
""
|
@@ -840,10 +832,10 @@
|
|
840
832
|
""
|
841
833
|
],
|
842
834
|
"Arch": [
|
843
|
-
""
|
835
|
+
"Arch"
|
844
836
|
],
|
845
837
|
"Architecture": [
|
846
|
-
""
|
838
|
+
"Arsitektur"
|
847
839
|
],
|
848
840
|
"Architecture of content in the repository": [
|
849
841
|
""
|
@@ -924,10 +916,10 @@
|
|
924
916
|
"Assign the release version to one or more hosts": [
|
925
917
|
""
|
926
918
|
],
|
927
|
-
"Assigning a host to multiple content view environments is not enabled.": [
|
919
|
+
"Assigning a host to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting.": [
|
928
920
|
""
|
929
921
|
],
|
930
|
-
"Assigning an activation key to multiple content view environments is not enabled.": [
|
922
|
+
"Assigning an activation key to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting.": [
|
931
923
|
""
|
932
924
|
],
|
933
925
|
"Associated location IDs": [
|
@@ -948,13 +940,13 @@
|
|
948
940
|
"At least one activation key must have a lifecycle environment and content view assigned to it": [
|
949
941
|
""
|
950
942
|
],
|
951
|
-
"At least one
|
943
|
+
"At least one errata type option needs to be selected.": [
|
952
944
|
""
|
953
945
|
],
|
954
|
-
"At least one
|
946
|
+
"At least one of the selected items requires the host to reboot": [
|
955
947
|
""
|
956
948
|
],
|
957
|
-
"
|
949
|
+
"At least one organization must exist.": [
|
958
950
|
""
|
959
951
|
],
|
960
952
|
"Attach a subscription": [
|
@@ -981,9 +973,6 @@
|
|
981
973
|
"Auto Publish - Triggered by '%s'": [
|
982
974
|
""
|
983
975
|
],
|
984
|
-
"Auto attach subscriptions": [
|
985
|
-
""
|
986
|
-
],
|
987
976
|
"Auto publish": [
|
988
977
|
""
|
989
978
|
],
|
@@ -999,6 +988,12 @@
|
|
999
988
|
"Available Repositories": [
|
1000
989
|
""
|
1001
990
|
],
|
991
|
+
"Available image": [
|
992
|
+
""
|
993
|
+
],
|
994
|
+
"Available image digest": [
|
995
|
+
""
|
996
|
+
],
|
1002
997
|
"Available schema versions": [
|
1003
998
|
""
|
1004
999
|
],
|
@@ -1014,6 +1009,9 @@
|
|
1014
1009
|
"Base URL for finding alternate content": [
|
1015
1010
|
""
|
1016
1011
|
],
|
1012
|
+
"Base URL of the flatpak registry index, ex: https://flatpaks.redhat.io/rhel/ , https://registry.fedoraproject.org/.": [
|
1013
|
+
""
|
1014
|
+
],
|
1017
1015
|
"Base URL to perform repo discovery on": [
|
1018
1016
|
""
|
1019
1017
|
],
|
@@ -1059,6 +1057,24 @@
|
|
1059
1057
|
"Bookmarks marked as public are available to all users": [
|
1060
1058
|
""
|
1061
1059
|
],
|
1060
|
+
"Bootc rollback via Bootc interface": [
|
1061
|
+
""
|
1062
|
+
],
|
1063
|
+
"Bootc status via Bootc interface": [
|
1064
|
+
""
|
1065
|
+
],
|
1066
|
+
"Bootc switch via Bootc interface": [
|
1067
|
+
""
|
1068
|
+
],
|
1069
|
+
"Bootc upgrade via Bootc interface": [
|
1070
|
+
""
|
1071
|
+
],
|
1072
|
+
"Booted Container Images": [
|
1073
|
+
""
|
1074
|
+
],
|
1075
|
+
"Booted container images": [
|
1076
|
+
""
|
1077
|
+
],
|
1062
1078
|
"Both": [
|
1063
1079
|
""
|
1064
1080
|
],
|
@@ -1138,7 +1154,7 @@
|
|
1138
1154
|
""
|
1139
1155
|
],
|
1140
1156
|
"Cancel": [
|
1141
|
-
""
|
1157
|
+
"Batal"
|
1142
1158
|
],
|
1143
1159
|
"Cancel repository discovery": [
|
1144
1160
|
""
|
@@ -1338,9 +1354,12 @@
|
|
1338
1354
|
"Cannot upload Container Image content.": [
|
1339
1355
|
""
|
1340
1356
|
],
|
1341
|
-
"
|
1357
|
+
"Cannot upload container content via Hammer/API. Use podman push instead.": [
|
1342
1358
|
""
|
1343
1359
|
],
|
1360
|
+
"Capacity": [
|
1361
|
+
"Kapasitas"
|
1362
|
+
],
|
1344
1363
|
"Change Content Source": [
|
1345
1364
|
""
|
1346
1365
|
],
|
@@ -1408,18 +1427,18 @@
|
|
1408
1427
|
""
|
1409
1428
|
],
|
1410
1429
|
"Close": [
|
1411
|
-
""
|
1430
|
+
"Tutup"
|
1412
1431
|
],
|
1413
1432
|
"Collapse All": [
|
1414
1433
|
""
|
1415
1434
|
],
|
1416
|
-
"Comma-separated list of
|
1435
|
+
"Comma-separated list of content view environment labels associated with the activation key, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on.": [
|
1417
1436
|
""
|
1418
1437
|
],
|
1419
|
-
"Comma-separated list of
|
1438
|
+
"Comma-separated list of content view environment labels to be associated with the activation key, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on.": [
|
1420
1439
|
""
|
1421
1440
|
],
|
1422
|
-
"Comma-separated list of
|
1441
|
+
"Comma-separated list of content view environment labels to be associated with the host, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on.": [
|
1423
1442
|
""
|
1424
1443
|
],
|
1425
1444
|
"Comma-separated list of subpaths. All subpaths must have a slash at the end and none at the front.": [
|
@@ -1431,9 +1450,6 @@
|
|
1431
1450
|
"Comma-separated list of tags to sync for a container image repository": [
|
1432
1451
|
""
|
1433
1452
|
],
|
1434
|
-
"Commit upload": [
|
1435
|
-
""
|
1436
|
-
],
|
1437
1453
|
"Compare": [
|
1438
1454
|
""
|
1439
1455
|
],
|
@@ -1450,7 +1466,7 @@
|
|
1450
1466
|
""
|
1451
1467
|
],
|
1452
1468
|
"Components": [
|
1453
|
-
""
|
1469
|
+
"Komponen"
|
1454
1470
|
],
|
1455
1471
|
"Composite": [
|
1456
1472
|
""
|
@@ -1644,6 +1660,9 @@
|
|
1644
1660
|
"Content imported by %{user} into content view '%{name}'": [
|
1645
1661
|
""
|
1646
1662
|
],
|
1663
|
+
"Content may come from {contentSourceName} or any other Smart Proxy behind the load balancer.": [
|
1664
|
+
""
|
1665
|
+
],
|
1647
1666
|
"Content not uploaded to pulp": [
|
1648
1667
|
""
|
1649
1668
|
],
|
@@ -1704,6 +1723,9 @@
|
|
1704
1723
|
"Content view does not need a publish since there are no audited changes since the last publish. Pass check_needs_publish parameter as false if you don't want to check if content view needs a publish.": [
|
1705
1724
|
""
|
1706
1725
|
],
|
1726
|
+
"Content view environment": [
|
1727
|
+
""
|
1728
|
+
],
|
1707
1729
|
"Content view environments": [
|
1708
1730
|
""
|
1709
1731
|
],
|
@@ -1752,6 +1774,9 @@
|
|
1752
1774
|
"Content view version is empty": [
|
1753
1775
|
""
|
1754
1776
|
],
|
1777
|
+
"Content view version is empty or content counts are not up to date": [
|
1778
|
+
""
|
1779
|
+
],
|
1755
1780
|
"Content views": [
|
1756
1781
|
""
|
1757
1782
|
],
|
@@ -1779,27 +1804,15 @@
|
|
1779
1804
|
"Copy": [
|
1780
1805
|
""
|
1781
1806
|
],
|
1782
|
-
"Copy all units": [
|
1783
|
-
""
|
1784
|
-
],
|
1785
1807
|
"Copy an activation key": [
|
1786
1808
|
""
|
1787
1809
|
],
|
1788
|
-
"Copy content": [
|
1789
|
-
""
|
1790
|
-
],
|
1791
1810
|
"Copy content view": [
|
1792
1811
|
""
|
1793
1812
|
],
|
1794
1813
|
"Copy to clipboard": [
|
1795
1814
|
""
|
1796
1815
|
],
|
1797
|
-
"Copy version": [
|
1798
|
-
""
|
1799
|
-
],
|
1800
|
-
"Copy version units to library": [
|
1801
|
-
""
|
1802
|
-
],
|
1803
1816
|
"Cores per socket": [
|
1804
1817
|
""
|
1805
1818
|
],
|
@@ -1974,6 +1987,9 @@
|
|
1974
1987
|
"Create a filter rule. The parameters included should be based upon the filter type.": [
|
1975
1988
|
""
|
1976
1989
|
],
|
1990
|
+
"Create a flatpak remote": [
|
1991
|
+
""
|
1992
|
+
],
|
1977
1993
|
"Create a host collection": [
|
1978
1994
|
""
|
1979
1995
|
],
|
@@ -2004,21 +2020,12 @@
|
|
2004
2020
|
"Create content view": [
|
2005
2021
|
""
|
2006
2022
|
],
|
2007
|
-
"Create exporter": [
|
2008
|
-
""
|
2009
|
-
],
|
2010
2023
|
"Create filter": [
|
2011
2024
|
""
|
2012
2025
|
],
|
2013
2026
|
"Create host collection": [
|
2014
2027
|
""
|
2015
2028
|
],
|
2016
|
-
"Create import": [
|
2017
|
-
""
|
2018
|
-
],
|
2019
|
-
"Create importer": [
|
2020
|
-
""
|
2021
|
-
],
|
2022
2029
|
"Create new activation key": [
|
2023
2030
|
""
|
2024
2031
|
],
|
@@ -2028,12 +2035,6 @@
|
|
2028
2035
|
"Create package filter rule": [
|
2029
2036
|
""
|
2030
2037
|
],
|
2031
|
-
"Create publication": [
|
2032
|
-
""
|
2033
|
-
],
|
2034
|
-
"Create remote": [
|
2035
|
-
""
|
2036
|
-
],
|
2037
2038
|
"Create rule": [
|
2038
2039
|
""
|
2039
2040
|
],
|
@@ -2259,6 +2260,9 @@
|
|
2259
2260
|
"Delete a filter rule": [
|
2260
2261
|
""
|
2261
2262
|
],
|
2263
|
+
"Delete a flatpak remote": [
|
2264
|
+
""
|
2265
|
+
],
|
2262
2266
|
"Delete activation key?": [
|
2263
2267
|
""
|
2264
2268
|
],
|
@@ -2280,36 +2284,12 @@
|
|
2280
2284
|
"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.": [
|
2281
2285
|
""
|
2282
2286
|
],
|
2283
|
-
"Delete distributions": [
|
2284
|
-
""
|
2285
|
-
],
|
2286
2287
|
"Delete manifest from Red Hat provider": [
|
2287
2288
|
""
|
2288
2289
|
],
|
2289
2290
|
"Delete multiple filters from a content view": [
|
2290
2291
|
""
|
2291
2292
|
],
|
2292
|
-
"Delete orphan alternate content sources": [
|
2293
|
-
""
|
2294
|
-
],
|
2295
|
-
"Delete orphan distributions": [
|
2296
|
-
""
|
2297
|
-
],
|
2298
|
-
"Delete orphan remotes": [
|
2299
|
-
""
|
2300
|
-
],
|
2301
|
-
"Delete orphan repository versions": [
|
2302
|
-
""
|
2303
|
-
],
|
2304
|
-
"Delete orphaned migrated repositories": [
|
2305
|
-
""
|
2306
|
-
],
|
2307
|
-
"Delete remote": [
|
2308
|
-
""
|
2309
|
-
],
|
2310
|
-
"Delete repository references": [
|
2311
|
-
""
|
2312
|
-
],
|
2313
2293
|
"Delete version": [
|
2314
2294
|
""
|
2315
2295
|
],
|
@@ -2355,6 +2335,9 @@
|
|
2355
2335
|
"Description for the new published content view version": [
|
2356
2336
|
""
|
2357
2337
|
],
|
2338
|
+
"Description of the flatpak remote": [
|
2339
|
+
""
|
2340
|
+
],
|
2358
2341
|
"Description of the repository": [
|
2359
2342
|
""
|
2360
2343
|
],
|
@@ -2406,12 +2389,6 @@
|
|
2406
2389
|
"Destroy an environment in an organization": [
|
2407
2390
|
""
|
2408
2391
|
],
|
2409
|
-
"Destroy exporter": [
|
2410
|
-
""
|
2411
|
-
],
|
2412
|
-
"Destroy importer": [
|
2413
|
-
""
|
2414
|
-
],
|
2415
2392
|
"Destroy one or more alternate content sources": [
|
2416
2393
|
""
|
2417
2394
|
],
|
@@ -2460,9 +2437,6 @@
|
|
2460
2437
|
"Disabling Simple Content Access failed for '%{subject}'.": [
|
2461
2438
|
""
|
2462
2439
|
],
|
2463
|
-
"Discover": [
|
2464
|
-
""
|
2465
|
-
],
|
2466
2440
|
"Discover Repositories": [
|
2467
2441
|
""
|
2468
2442
|
],
|
@@ -2658,9 +2632,6 @@
|
|
2658
2632
|
"Environment cannot be in its own promotion path": [
|
2659
2633
|
""
|
2660
2634
|
],
|
2661
|
-
"Environment contents refresh": [
|
2662
|
-
""
|
2663
|
-
],
|
2664
2635
|
"Environment identifier": [
|
2665
2636
|
""
|
2666
2637
|
],
|
@@ -2700,9 +2671,6 @@
|
|
2700
2671
|
"Errata id of the erratum (RHSA-2012:108)": [
|
2701
2672
|
""
|
2702
2673
|
],
|
2703
|
-
"Errata mail": [
|
2704
|
-
""
|
2705
|
-
],
|
2706
2674
|
"Errata statuses not updated for deleted content facet with UUID %s": [
|
2707
2675
|
""
|
2708
2676
|
],
|
@@ -2862,9 +2830,6 @@
|
|
2862
2830
|
"Fetch installable errata for one or more hosts.": [
|
2863
2831
|
""
|
2864
2832
|
],
|
2865
|
-
"Fetch pxe files": [
|
2866
|
-
""
|
2867
|
-
],
|
2868
2833
|
"Fetch traces for one or more hosts": [
|
2869
2834
|
""
|
2870
2835
|
],
|
@@ -2958,9 +2923,6 @@
|
|
2958
2923
|
"Filter versions that are components in the specified composite version": [
|
2959
2924
|
""
|
2960
2925
|
],
|
2961
|
-
"Filtered index content": [
|
2962
|
-
""
|
2963
|
-
],
|
2964
2926
|
"Filters": [
|
2965
2927
|
""
|
2966
2928
|
],
|
@@ -2982,6 +2944,15 @@
|
|
2982
2944
|
"Finished": [
|
2983
2945
|
""
|
2984
2946
|
],
|
2947
|
+
"Flatpak Remotes": [
|
2948
|
+
""
|
2949
|
+
],
|
2950
|
+
"Flatpak remote numeric identifier": [
|
2951
|
+
""
|
2952
|
+
],
|
2953
|
+
"Flatpak remote repository numeric identifier": [
|
2954
|
+
""
|
2955
|
+
],
|
2985
2956
|
"Force": [
|
2986
2957
|
""
|
2987
2958
|
],
|
@@ -3042,9 +3013,6 @@
|
|
3042
3013
|
"Generate host applicability": [
|
3043
3014
|
""
|
3044
3015
|
],
|
3045
|
-
"Generate metadata": [
|
3046
|
-
""
|
3047
|
-
],
|
3048
3016
|
"Generate repository applicability": [
|
3049
3017
|
""
|
3050
3018
|
],
|
@@ -3282,12 +3250,6 @@
|
|
3282
3250
|
"How to order the sorted results (e.g. ASC for ascending)": [
|
3283
3251
|
""
|
3284
3252
|
],
|
3285
|
-
"Hypervisors": [
|
3286
|
-
""
|
3287
|
-
],
|
3288
|
-
"Hypervisors update": [
|
3289
|
-
""
|
3290
|
-
],
|
3291
3253
|
"ID of a HTTP Proxy": [
|
3292
3254
|
""
|
3293
3255
|
],
|
@@ -3309,6 +3271,9 @@
|
|
3309
3271
|
"ID of an organization to show repositories in": [
|
3310
3272
|
""
|
3311
3273
|
],
|
3274
|
+
"ID of flatpak remote to show repositories of": [
|
3275
|
+
""
|
3276
|
+
],
|
3312
3277
|
"ID of the Organization": [
|
3313
3278
|
""
|
3314
3279
|
],
|
@@ -3369,12 +3334,18 @@
|
|
3369
3334
|
"Id of the content host": [
|
3370
3335
|
""
|
3371
3336
|
],
|
3337
|
+
"Id of the content view to limit the content counting on": [
|
3338
|
+
""
|
3339
|
+
],
|
3372
3340
|
"Id of the content view to limit the synchronization on": [
|
3373
3341
|
""
|
3374
3342
|
],
|
3375
3343
|
"Id of the content view to limit verifying checksum on": [
|
3376
3344
|
""
|
3377
3345
|
],
|
3346
|
+
"Id of the environment to limit the content counting on": [
|
3347
|
+
""
|
3348
|
+
],
|
3378
3349
|
"Id of the environment to limit the synchronization on": [
|
3379
3350
|
""
|
3380
3351
|
],
|
@@ -3396,6 +3367,9 @@
|
|
3396
3367
|
"Id of the organization to limit environments on": [
|
3397
3368
|
""
|
3398
3369
|
],
|
3370
|
+
"Id of the repository to limit the content counting on": [
|
3371
|
+
""
|
3372
|
+
],
|
3399
3373
|
"Id of the repository to limit the synchronization on": [
|
3400
3374
|
""
|
3401
3375
|
],
|
@@ -3531,6 +3505,27 @@
|
|
3531
3505
|
"Image": [
|
3532
3506
|
""
|
3533
3507
|
],
|
3508
|
+
"Image digest": [
|
3509
|
+
""
|
3510
|
+
],
|
3511
|
+
"Image digests": [
|
3512
|
+
""
|
3513
|
+
],
|
3514
|
+
"Image mode": [
|
3515
|
+
""
|
3516
|
+
],
|
3517
|
+
"Image mode / package mode": [
|
3518
|
+
""
|
3519
|
+
],
|
3520
|
+
"Image mode details": [
|
3521
|
+
""
|
3522
|
+
],
|
3523
|
+
"Image name": [
|
3524
|
+
""
|
3525
|
+
],
|
3526
|
+
"Image-mode host": [
|
3527
|
+
""
|
3528
|
+
],
|
3534
3529
|
"Immediate": [
|
3535
3530
|
""
|
3536
3531
|
],
|
@@ -3573,9 +3568,6 @@
|
|
3573
3568
|
"Import a subscription manifest to give hosts access to Red Hat content.": [
|
3574
3569
|
""
|
3575
3570
|
],
|
3576
|
-
"Import migration": [
|
3577
|
-
""
|
3578
|
-
],
|
3579
3571
|
"Import new manifest": [
|
3580
3572
|
""
|
3581
3573
|
],
|
@@ -3585,12 +3577,6 @@
|
|
3585
3577
|
"Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view.": [
|
3586
3578
|
""
|
3587
3579
|
],
|
3588
|
-
"Import repository upload": [
|
3589
|
-
""
|
3590
|
-
],
|
3591
|
-
"Import upload": [
|
3592
|
-
""
|
3593
|
-
],
|
3594
3580
|
"Import uploads into a repository": [
|
3595
3581
|
""
|
3596
3582
|
],
|
@@ -3633,6 +3619,9 @@
|
|
3633
3619
|
"Include filter": [
|
3634
3620
|
""
|
3635
3621
|
],
|
3622
|
+
"Include manifests": [
|
3623
|
+
""
|
3624
|
+
],
|
3636
3625
|
"Included": [
|
3637
3626
|
""
|
3638
3627
|
],
|
@@ -3654,9 +3643,6 @@
|
|
3654
3643
|
"Incremental Update incomplete.": [
|
3655
3644
|
""
|
3656
3645
|
],
|
3657
|
-
"Incremental Update of Content View Version(s) ": [
|
3658
|
-
""
|
3659
|
-
],
|
3660
3646
|
"Incremental Update of %{content_view_count} Content View Version(s) ": [
|
3661
3647
|
""
|
3662
3648
|
],
|
@@ -3669,27 +3655,12 @@
|
|
3669
3655
|
"Incremental update specified for composite %{name} version %{version}, but no components updated.": [
|
3670
3656
|
""
|
3671
3657
|
],
|
3672
|
-
"Index content": [
|
3673
|
-
""
|
3674
|
-
],
|
3675
|
-
"Index errata": [
|
3676
|
-
""
|
3677
|
-
],
|
3678
|
-
"Index module streams": [
|
3679
|
-
""
|
3680
|
-
],
|
3681
|
-
"Index package groups": [
|
3682
|
-
""
|
3683
|
-
],
|
3684
3658
|
"Informable Type must be one of the following [ %{list} ]": [
|
3685
3659
|
""
|
3686
3660
|
],
|
3687
3661
|
"Inherit from Repository": [
|
3688
3662
|
""
|
3689
3663
|
],
|
3690
|
-
"Initialize": [
|
3691
|
-
""
|
3692
|
-
],
|
3693
3664
|
"Initiate a sync of the products attached to the sync plan": [
|
3694
3665
|
""
|
3695
3666
|
],
|
@@ -3765,9 +3736,6 @@
|
|
3765
3736
|
"Installing Package...": [
|
3766
3737
|
""
|
3767
3738
|
],
|
3768
|
-
"Instance update": [
|
3769
|
-
""
|
3770
|
-
],
|
3771
3739
|
"Instance-based": [
|
3772
3740
|
""
|
3773
3741
|
],
|
@@ -3798,7 +3766,7 @@
|
|
3798
3766
|
"Invalid erratum filter rule specified, 'errata_id' cannot be specified in the same tuple as 'start_date', 'end_date' or 'types'": [
|
3799
3767
|
""
|
3800
3768
|
],
|
3801
|
-
"Invalid erratum filter rule specified, Must specify at least one of the following: 'errata_id', 'start_date', 'end_date' or '
|
3769
|
+
"Invalid erratum filter rule specified, Must specify at least one of the following: 'errata_id', 'start_date', 'end_date', 'types', or 'allow_other_types'": [
|
3802
3770
|
""
|
3803
3771
|
],
|
3804
3772
|
"Invalid erratum types %{invalid_types} provided. Erratum type can be any of %{valid_types}": [
|
@@ -3882,9 +3850,27 @@
|
|
3882
3850
|
"Job '${description}' has started.": [
|
3883
3851
|
""
|
3884
3852
|
],
|
3853
|
+
"Katello Bootc interface": [
|
3854
|
+
""
|
3855
|
+
],
|
3885
3856
|
"Katello ID of local pool to update": [
|
3886
3857
|
""
|
3887
3858
|
],
|
3859
|
+
"Katello: Bootc Action": [
|
3860
|
+
""
|
3861
|
+
],
|
3862
|
+
"Katello: Bootc Rollback": [
|
3863
|
+
""
|
3864
|
+
],
|
3865
|
+
"Katello: Bootc Status": [
|
3866
|
+
""
|
3867
|
+
],
|
3868
|
+
"Katello: Bootc Switch": [
|
3869
|
+
""
|
3870
|
+
],
|
3871
|
+
"Katello: Bootc Upgrade": [
|
3872
|
+
""
|
3873
|
+
],
|
3888
3874
|
"Katello: Configure host for new content source": [
|
3889
3875
|
""
|
3890
3876
|
],
|
@@ -3933,6 +3919,9 @@
|
|
3933
3919
|
"Katello: Upload Profile": [
|
3934
3920
|
""
|
3935
3921
|
],
|
3922
|
+
"Keep latest packages": [
|
3923
|
+
""
|
3924
|
+
],
|
3936
3925
|
"Key-value hash of subscription-manager facts, nesting uses a period delimiter (.)": [
|
3937
3926
|
""
|
3938
3927
|
],
|
@@ -3957,6 +3946,9 @@
|
|
3957
3946
|
"Label of the content view": [
|
3958
3947
|
""
|
3959
3948
|
],
|
3949
|
+
"Label of the flatpak remote": [
|
3950
|
+
""
|
3951
|
+
],
|
3960
3952
|
"Last check-in:": [
|
3961
3953
|
""
|
3962
3954
|
],
|
@@ -4122,6 +4114,9 @@
|
|
4122
4114
|
"List available subscriptions from Red Hat Subscription Management": [
|
4123
4115
|
""
|
4124
4116
|
],
|
4117
|
+
"List booted bootc container images for hosts": [
|
4118
|
+
""
|
4119
|
+
],
|
4125
4120
|
"List components attached to this content view": [
|
4126
4121
|
""
|
4127
4122
|
],
|
@@ -4161,6 +4156,15 @@
|
|
4161
4156
|
"List filter rules": [
|
4162
4157
|
""
|
4163
4158
|
],
|
4159
|
+
"List flatpak remote repositories": [
|
4160
|
+
""
|
4161
|
+
],
|
4162
|
+
"List flatpak remote's repositories": [
|
4163
|
+
""
|
4164
|
+
],
|
4165
|
+
"List flatpak remotes": [
|
4166
|
+
""
|
4167
|
+
],
|
4164
4168
|
"List host collections": [
|
4165
4169
|
""
|
4166
4170
|
],
|
@@ -4326,6 +4330,9 @@
|
|
4326
4330
|
"List the lifecycle environments not attached to the smart proxy": [
|
4327
4331
|
""
|
4328
4332
|
],
|
4333
|
+
"Load balancer": [
|
4334
|
+
""
|
4335
|
+
],
|
4329
4336
|
"Loading": [
|
4330
4337
|
""
|
4331
4338
|
],
|
@@ -4455,9 +4462,6 @@
|
|
4455
4462
|
"Messaging connection": [
|
4456
4463
|
""
|
4457
4464
|
],
|
4458
|
-
"Metadata generate": [
|
4459
|
-
""
|
4460
|
-
],
|
4461
4465
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\\nAlternatively, 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.": [
|
4462
4466
|
""
|
4463
4467
|
],
|
@@ -4467,6 +4471,12 @@
|
|
4467
4471
|
"Minimum version": [
|
4468
4472
|
""
|
4469
4473
|
],
|
4474
|
+
"Mirror Remote Repository": [
|
4475
|
+
""
|
4476
|
+
],
|
4477
|
+
"Mirror a flatpak remote repository": [
|
4478
|
+
""
|
4479
|
+
],
|
4470
4480
|
"Missing activation key!": [
|
4471
4481
|
""
|
4472
4482
|
],
|
@@ -4479,6 +4489,9 @@
|
|
4479
4489
|
"Moderate": [
|
4480
4490
|
""
|
4481
4491
|
],
|
4492
|
+
"Modify via remote execution": [
|
4493
|
+
""
|
4494
|
+
],
|
4482
4495
|
"Modular": [
|
4483
4496
|
""
|
4484
4497
|
],
|
@@ -4500,13 +4513,7 @@
|
|
4500
4513
|
"Module streams will appear here after enabling Red Hat repositories or creating custom products.": [
|
4501
4514
|
""
|
4502
4515
|
],
|
4503
|
-
"Multi
|
4504
|
-
""
|
4505
|
-
],
|
4506
|
-
"Multi copy content": [
|
4507
|
-
""
|
4508
|
-
],
|
4509
|
-
"Multi copy units": [
|
4516
|
+
"Multi Content View Environment": [
|
4510
4517
|
""
|
4511
4518
|
],
|
4512
4519
|
"Multi-entitlement": [
|
@@ -4560,6 +4567,12 @@
|
|
4560
4567
|
"Name of the content view": [
|
4561
4568
|
""
|
4562
4569
|
],
|
4570
|
+
"Name of the flatpak remote": [
|
4571
|
+
""
|
4572
|
+
],
|
4573
|
+
"Name of the flatpak remote repository": [
|
4574
|
+
""
|
4575
|
+
],
|
4563
4576
|
"Name of the host": [
|
4564
4577
|
""
|
4565
4578
|
],
|
@@ -4683,6 +4696,9 @@
|
|
4683
4696
|
"No content in selected versions.": [
|
4684
4697
|
""
|
4685
4698
|
],
|
4699
|
+
"No content view environments": [
|
4700
|
+
""
|
4701
|
+
],
|
4686
4702
|
"No content view environments found with ids: %{ids}": [
|
4687
4703
|
""
|
4688
4704
|
],
|
@@ -4719,9 +4735,6 @@
|
|
4719
4735
|
"No enabled repositories match your search criteria.": [
|
4720
4736
|
""
|
4721
4737
|
],
|
4722
|
-
"No environment": [
|
4723
|
-
""
|
4724
|
-
],
|
4725
4738
|
"No environments": [
|
4726
4739
|
""
|
4727
4740
|
],
|
@@ -5304,7 +5317,10 @@
|
|
5304
5317
|
"Package installation: \\\"%{package}\\\" ": [
|
5305
5318
|
""
|
5306
5319
|
],
|
5307
|
-
"Package
|
5320
|
+
"Package mode": [
|
5321
|
+
""
|
5322
|
+
],
|
5323
|
+
"Package types to sync for Python content, separated by comma. Leave empty to get every package type. Package types are: bdist_dmg,bdist_dumb,bdist_egg,bdist_msi,bdist_rpm,bdist_wheel,bdist_wininst,sdist.": [
|
5308
5324
|
""
|
5309
5325
|
],
|
5310
5326
|
"Packages": [
|
@@ -5433,6 +5449,9 @@
|
|
5433
5449
|
"Policy to set for mirroring content. Must be one of %s.": [
|
5434
5450
|
""
|
5435
5451
|
],
|
5452
|
+
"Possible values: %s": [
|
5453
|
+
""
|
5454
|
+
],
|
5436
5455
|
"Prefer registered through Smart Proxy for remote execution": [
|
5437
5456
|
""
|
5438
5457
|
],
|
@@ -5481,6 +5500,9 @@
|
|
5481
5500
|
"Product ID": [
|
5482
5501
|
""
|
5483
5502
|
],
|
5503
|
+
"Product ID to mirror the remote repository to": [
|
5504
|
+
""
|
5505
|
+
],
|
5484
5506
|
"Product and Repositories": [
|
5485
5507
|
""
|
5486
5508
|
],
|
@@ -5661,9 +5683,6 @@
|
|
5661
5683
|
"Pulp task error": [
|
5662
5684
|
""
|
5663
5685
|
],
|
5664
|
-
"Purge completed tasks": [
|
5665
|
-
""
|
5666
|
-
],
|
5667
5686
|
"Python Package": [
|
5668
5687
|
""
|
5669
5688
|
],
|
@@ -5772,9 +5791,6 @@
|
|
5772
5791
|
"Reclaim Space": [
|
5773
5792
|
""
|
5774
5793
|
],
|
5775
|
-
"Reclaim space": [
|
5776
|
-
""
|
5777
|
-
],
|
5778
5794
|
"Reclaim space from On Demand repositories": [
|
5779
5795
|
""
|
5780
5796
|
],
|
@@ -5838,9 +5854,6 @@
|
|
5838
5854
|
"Refresh all alternate content sources": [
|
5839
5855
|
""
|
5840
5856
|
],
|
5841
|
-
"Refresh all distributions": [
|
5842
|
-
""
|
5843
|
-
],
|
5844
5857
|
"Refresh alternate content sources": [
|
5845
5858
|
""
|
5846
5859
|
],
|
@@ -5853,27 +5866,15 @@
|
|
5853
5866
|
"Refresh counts": [
|
5854
5867
|
""
|
5855
5868
|
],
|
5856
|
-
"Refresh distribution": [
|
5857
|
-
""
|
5858
|
-
],
|
5859
5869
|
"Refresh errata applicability": [
|
5860
5870
|
""
|
5861
5871
|
],
|
5862
|
-
"Refresh if needed": [
|
5863
|
-
""
|
5864
|
-
],
|
5865
5872
|
"Refresh package applicability": [
|
5866
5873
|
""
|
5867
5874
|
],
|
5868
5875
|
"Refresh previously imported manifest for Red Hat provider": [
|
5869
5876
|
""
|
5870
5877
|
],
|
5871
|
-
"Refresh remote": [
|
5872
|
-
""
|
5873
|
-
],
|
5874
|
-
"Refresh repos": [
|
5875
|
-
""
|
5876
|
-
],
|
5877
5878
|
"Refresh source": [
|
5878
5879
|
""
|
5879
5880
|
],
|
@@ -5898,6 +5899,9 @@
|
|
5898
5899
|
"Registered on": [
|
5899
5900
|
""
|
5900
5901
|
],
|
5902
|
+
"Registered to": [
|
5903
|
+
""
|
5904
|
+
],
|
5901
5905
|
"Registering to multiple environments is not enabled.": [
|
5902
5906
|
""
|
5903
5907
|
],
|
@@ -5913,9 +5917,6 @@
|
|
5913
5917
|
"Registry name pattern will result in invalid container image name of member repositories": [
|
5914
5918
|
""
|
5915
5919
|
],
|
5916
|
-
"Reindex subscriptions": [
|
5917
|
-
""
|
5918
|
-
],
|
5919
5920
|
"Related composite content views": [
|
5920
5921
|
""
|
5921
5922
|
],
|
@@ -6012,9 +6013,6 @@
|
|
6012
6013
|
"Remove one or more subscriptions from an upstream manifest": [
|
6013
6014
|
""
|
6014
6015
|
],
|
6015
|
-
"Remove orphans": [
|
6016
|
-
""
|
6017
|
-
],
|
6018
6016
|
"Remove package group via Katello interface": [
|
6019
6017
|
""
|
6020
6018
|
],
|
@@ -6042,12 +6040,6 @@
|
|
6042
6040
|
"Remove subscriptions from one or more hosts": [
|
6043
6041
|
""
|
6044
6042
|
],
|
6045
|
-
"Remove units": [
|
6046
|
-
""
|
6047
|
-
],
|
6048
|
-
"Remove unneeded repos": [
|
6049
|
-
""
|
6050
|
-
],
|
6051
6043
|
"Remove versions and/or environments from a content view and reassign systems and keys": [
|
6052
6044
|
""
|
6053
6045
|
],
|
@@ -6072,9 +6064,6 @@
|
|
6072
6064
|
"Removing this version from all environments will not delete the version. Version will still be available for later promotion.": [
|
6073
6065
|
""
|
6074
6066
|
],
|
6075
|
-
"Repair": [
|
6076
|
-
""
|
6077
|
-
],
|
6078
6067
|
"Replace content source on the target machine": [
|
6079
6068
|
""
|
6080
6069
|
],
|
@@ -6093,18 +6082,12 @@
|
|
6093
6082
|
"Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected).": [
|
6094
6083
|
""
|
6095
6084
|
],
|
6096
|
-
"Repositories certs reset": [
|
6097
|
-
""
|
6098
|
-
],
|
6099
6085
|
"Repositories common to the selected content view versions will merge, resulting in a composite content view that is a union of all content from each of the content view versions.": [
|
6100
6086
|
""
|
6101
6087
|
],
|
6102
6088
|
"Repositories from published Content Views are not allowed.": [
|
6103
6089
|
""
|
6104
6090
|
],
|
6105
|
-
"Repositories gpg reset": [
|
6106
|
-
""
|
6107
|
-
],
|
6108
6091
|
"Repository": [
|
6109
6092
|
""
|
6110
6093
|
],
|
@@ -6396,6 +6379,12 @@
|
|
6396
6379
|
"Roles": [
|
6397
6380
|
""
|
6398
6381
|
],
|
6382
|
+
"Rollback image": [
|
6383
|
+
""
|
6384
|
+
],
|
6385
|
+
"Rollback image digest": [
|
6386
|
+
""
|
6387
|
+
],
|
6399
6388
|
"Rules to be added": [
|
6400
6389
|
""
|
6401
6390
|
],
|
@@ -6408,6 +6397,12 @@
|
|
6408
6397
|
"Running": [
|
6409
6398
|
""
|
6410
6399
|
],
|
6400
|
+
"Running image": [
|
6401
|
+
""
|
6402
|
+
],
|
6403
|
+
"Running image digest": [
|
6404
|
+
""
|
6405
|
+
],
|
6411
6406
|
"SKU": [
|
6412
6407
|
""
|
6413
6408
|
],
|
@@ -6435,25 +6430,10 @@
|
|
6435
6430
|
"Save": [
|
6436
6431
|
""
|
6437
6432
|
],
|
6438
|
-
"Save artifact": [
|
6439
|
-
""
|
6440
|
-
],
|
6441
|
-
"Save distribution references": [
|
6442
|
-
""
|
6443
|
-
],
|
6444
|
-
"Save publication": [
|
6445
|
-
""
|
6446
|
-
],
|
6447
|
-
"Save version": [
|
6448
|
-
""
|
6449
|
-
],
|
6450
|
-
"Save versions": [
|
6451
|
-
""
|
6452
|
-
],
|
6453
6433
|
"Saving alternate content source...": [
|
6454
6434
|
""
|
6455
6435
|
],
|
6456
|
-
"Scan
|
6436
|
+
"Scan a flatpak remote": [
|
6457
6437
|
""
|
6458
6438
|
],
|
6459
6439
|
"Schema version 1": [
|
@@ -6561,9 +6541,6 @@
|
|
6561
6541
|
"Select action": [
|
6562
6542
|
""
|
6563
6543
|
],
|
6564
|
-
"Select add-ons": [
|
6565
|
-
""
|
6566
|
-
],
|
6567
6544
|
"Select all": [
|
6568
6545
|
""
|
6569
6546
|
],
|
@@ -6702,13 +6679,13 @@
|
|
6702
6679
|
"Set content overrides to one or more hosts": [
|
6703
6680
|
""
|
6704
6681
|
],
|
6705
|
-
"Set
|
6682
|
+
"Set this HTTP proxy as the default content HTTP proxy": [
|
6706
6683
|
""
|
6707
6684
|
],
|
6708
|
-
"Set true to
|
6685
|
+
"Set true to override to enabled; Set false to override to disabled.'": [
|
6709
6686
|
""
|
6710
6687
|
],
|
6711
|
-
"
|
6688
|
+
"Set true to remove an override and reset it to 'default'": [
|
6712
6689
|
""
|
6713
6690
|
],
|
6714
6691
|
"Sets the system purpose usage": [
|
@@ -6744,6 +6721,12 @@
|
|
6744
6721
|
"Show a content view's history": [
|
6745
6722
|
""
|
6746
6723
|
],
|
6724
|
+
"Show a flatpak remote": [
|
6725
|
+
""
|
6726
|
+
],
|
6727
|
+
"Show a flatpak remote repository": [
|
6728
|
+
""
|
6729
|
+
],
|
6747
6730
|
"Show a host collection": [
|
6748
6731
|
""
|
6749
6732
|
],
|
@@ -7071,6 +7054,12 @@
|
|
7071
7054
|
"Stacking ID": [
|
7072
7055
|
""
|
7073
7056
|
],
|
7057
|
+
"Staged image": [
|
7058
|
+
""
|
7059
|
+
],
|
7060
|
+
"Staged image digest": [
|
7061
|
+
""
|
7062
|
+
],
|
7074
7063
|
"Start Date": [
|
7075
7064
|
""
|
7076
7065
|
],
|
@@ -7236,9 +7225,6 @@
|
|
7236
7225
|
"Supported Content Types": [
|
7237
7226
|
""
|
7238
7227
|
],
|
7239
|
-
"Sync": [
|
7240
|
-
""
|
7241
|
-
],
|
7242
7228
|
"Sync Canceled": [
|
7243
7229
|
""
|
7244
7230
|
],
|
@@ -7293,9 +7279,6 @@
|
|
7293
7279
|
"Sync all repositories for a product": [
|
7294
7280
|
""
|
7295
7281
|
],
|
7296
|
-
"Sync capsule": [
|
7297
|
-
""
|
7298
|
-
],
|
7299
7282
|
"Sync complete.": [
|
7300
7283
|
""
|
7301
7284
|
],
|
@@ -7314,9 +7297,6 @@
|
|
7314
7297
|
"Sync state": [
|
7315
7298
|
""
|
7316
7299
|
],
|
7317
|
-
"Syncable export": [
|
7318
|
-
""
|
7319
|
-
],
|
7320
7300
|
"Synced": [
|
7321
7301
|
""
|
7322
7302
|
],
|
@@ -7431,6 +7411,9 @@
|
|
7431
7411
|
"The actual file contents": [
|
7432
7412
|
""
|
7433
7413
|
],
|
7414
|
+
"The amount of latest versions of a package to keep on sync, includes pre-releases if synced. Default 0 keeps all versions.": [
|
7415
|
+
""
|
7416
|
+
],
|
7434
7417
|
"The content type for the Alternate Content Source": [
|
7435
7418
|
""
|
7436
7419
|
],
|
@@ -7674,6 +7657,9 @@
|
|
7674
7657
|
"This content view version doesn't have a history.": [
|
7675
7658
|
""
|
7676
7659
|
],
|
7660
|
+
"This content view version is used in one or more multi-environment hosts. The version will simply be removed from the multi-environment hosts. The content view and lifecycle environment you select here will only apply to single-environment hosts. See hammer activation-key --help for more details.": [
|
7661
|
+
""
|
7662
|
+
],
|
7677
7663
|
"This content view will be automatically updated to the latest version.": [
|
7678
7664
|
""
|
7679
7665
|
],
|
@@ -7686,6 +7672,9 @@
|
|
7686
7672
|
"This endpoint is primarily designed for UI interactions and uploading content into the repository. For API-based uploads, please use the 'content_uploads' endpoint instead.": [
|
7687
7673
|
""
|
7688
7674
|
],
|
7675
|
+
"This environment is used in one or more multi-environment activation keys. The environment will simply be removed from the multi-environment keys. The content view and lifecycle environment you select here will only apply to single-environment activation keys. See hammer activation-key --help for more details.": [
|
7676
|
+
""
|
7677
|
+
],
|
7689
7678
|
"This erratum is not installable because it is not in this host's content view and lifecycle environment.": [
|
7690
7679
|
""
|
7691
7680
|
],
|
@@ -7812,7 +7801,7 @@
|
|
7812
7801
|
"To manage packages, select an action.": [
|
7813
7802
|
""
|
7814
7803
|
],
|
7815
|
-
"
|
7804
|
+
"Token/password for the flatpak remote": [
|
7816
7805
|
""
|
7817
7806
|
],
|
7818
7807
|
"Total steps: ": [
|
@@ -8076,6 +8065,9 @@
|
|
8076
8065
|
"Update a filter rule. The parameters included should be based upon the filter type.": [
|
8077
8066
|
""
|
8078
8067
|
],
|
8068
|
+
"Update a flatpak remote": [
|
8069
|
+
""
|
8070
|
+
],
|
8079
8071
|
"Update a host collection": [
|
8080
8072
|
""
|
8081
8073
|
],
|
@@ -8100,27 +8092,15 @@
|
|
8100
8092
|
"Update content counts for the smart proxy": [
|
8101
8093
|
""
|
8102
8094
|
],
|
8103
|
-
"Update content urls": [
|
8104
|
-
""
|
8105
|
-
],
|
8106
8095
|
"Update content view environments for host": [
|
8107
8096
|
""
|
8108
8097
|
],
|
8109
8098
|
"Update content view environments for host %s": [
|
8110
8099
|
""
|
8111
8100
|
],
|
8112
|
-
"Update distributions": [
|
8113
|
-
""
|
8114
|
-
],
|
8115
8101
|
"Update hosts manually": [
|
8116
8102
|
""
|
8117
8103
|
],
|
8118
|
-
"Update http proxy": [
|
8119
|
-
""
|
8120
|
-
],
|
8121
|
-
"Update http proxy details": [
|
8122
|
-
""
|
8123
|
-
],
|
8124
8104
|
"Update installed packages, enabled repos, module inventory": [
|
8125
8105
|
""
|
8126
8106
|
],
|
@@ -8136,21 +8116,12 @@
|
|
8136
8116
|
"Update packages via Katello interface": [
|
8137
8117
|
""
|
8138
8118
|
],
|
8139
|
-
"Update redhat repository": [
|
8140
|
-
""
|
8141
|
-
],
|
8142
8119
|
"Update release version for host": [
|
8143
8120
|
""
|
8144
8121
|
],
|
8145
8122
|
"Update release version for host %s": [
|
8146
8123
|
""
|
8147
8124
|
],
|
8148
|
-
"Update remote": [
|
8149
|
-
""
|
8150
|
-
],
|
8151
|
-
"Update repository": [
|
8152
|
-
""
|
8153
|
-
],
|
8154
8125
|
"Update services requiring restart": [
|
8155
8126
|
""
|
8156
8127
|
],
|
@@ -8241,12 +8212,6 @@
|
|
8241
8212
|
"Upload a subscription manifest": [
|
8242
8213
|
""
|
8243
8214
|
],
|
8244
|
-
"Upload content": [
|
8245
|
-
""
|
8246
|
-
],
|
8247
|
-
"Upload file": [
|
8248
|
-
""
|
8249
|
-
],
|
8250
8215
|
"Upload into": [
|
8251
8216
|
""
|
8252
8217
|
],
|
@@ -8256,9 +8221,6 @@
|
|
8256
8221
|
"Upload request id": [
|
8257
8222
|
""
|
8258
8223
|
],
|
8259
|
-
"Upload tag": [
|
8260
|
-
""
|
8261
|
-
],
|
8262
8224
|
"Upstream Candlepin": [
|
8263
8225
|
""
|
8264
8226
|
],
|
@@ -8346,6 +8308,9 @@
|
|
8346
8308
|
"Username for authentication. Relevant only for 'upstream_server' type.": [
|
8347
8309
|
""
|
8348
8310
|
],
|
8311
|
+
"Username for the flatpak remote": [
|
8312
|
+
""
|
8313
|
+
],
|
8349
8314
|
"Username of the upstream repository user used for authentication": [
|
8350
8315
|
""
|
8351
8316
|
],
|
@@ -8370,9 +8335,6 @@
|
|
8370
8335
|
"Verify SSL": [
|
8371
8336
|
""
|
8372
8337
|
],
|
8373
|
-
"Verify checksum": [
|
8374
|
-
""
|
8375
|
-
],
|
8376
8338
|
"Verify checksum for content on smart proxy": [
|
8377
8339
|
""
|
8378
8340
|
],
|
@@ -8679,6 +8641,9 @@
|
|
8679
8641
|
"actions not found": [
|
8680
8642
|
""
|
8681
8643
|
],
|
8644
|
+
"activation key": [
|
8645
|
+
""
|
8646
|
+
],
|
8682
8647
|
"activation key identifier": [
|
8683
8648
|
""
|
8684
8649
|
],
|
@@ -8790,7 +8755,7 @@
|
|
8790
8755
|
"cannot be set because unlimited hosts is set": [
|
8791
8756
|
""
|
8792
8757
|
],
|
8793
|
-
"cannot be set for
|
8758
|
+
"cannot be set for repositories without 'Additive' mirroring policy.": [
|
8794
8759
|
""
|
8795
8760
|
],
|
8796
8761
|
"cannot contain characters other than ascii alpha numerals, '_', '-'. ": [
|
@@ -8832,6 +8797,9 @@
|
|
8832
8797
|
"content type ('deb', 'docker_manifest', 'file', 'ostree_ref', 'rpm', 'srpm')": [
|
8833
8798
|
""
|
8834
8799
|
],
|
8800
|
+
"content type ('deb', 'file', 'ostree_ref', 'rpm', 'srpm')": [
|
8801
|
+
""
|
8802
|
+
],
|
8835
8803
|
"content view component ID. Identifier of the component association": [
|
8836
8804
|
""
|
8837
8805
|
],
|
@@ -8916,7 +8884,7 @@
|
|
8916
8884
|
"disk": [
|
8917
8885
|
""
|
8918
8886
|
],
|
8919
|
-
"download policy for
|
8887
|
+
"download policy for deb, docker, file and yum repos (either 'immediate' or 'on_demand')": [
|
8920
8888
|
""
|
8921
8889
|
],
|
8922
8890
|
"enables or disables synchronization": [
|
@@ -8955,6 +8923,9 @@
|
|
8955
8923
|
"erratum: IDs or a select all object": [
|
8956
8924
|
""
|
8957
8925
|
],
|
8926
|
+
"erratum: allow types not matching a valid errata type": [
|
8927
|
+
""
|
8928
|
+
],
|
8958
8929
|
"erratum: end date (YYYY-MM-DD)": [
|
8959
8930
|
""
|
8960
8931
|
],
|
@@ -9015,6 +8986,9 @@
|
|
9015
8986
|
"here": [
|
9016
8987
|
""
|
9017
8988
|
],
|
8989
|
+
"host": [
|
8990
|
+
""
|
8991
|
+
],
|
9018
8992
|
"host collection name to filter by": [
|
9019
8993
|
""
|
9020
8994
|
],
|
@@ -9135,6 +9109,18 @@
|
|
9135
9109
|
"module streams not found": [
|
9136
9110
|
""
|
9137
9111
|
],
|
9112
|
+
"multi-environment activation key": [
|
9113
|
+
""
|
9114
|
+
],
|
9115
|
+
"multi-environment activation keys": [
|
9116
|
+
""
|
9117
|
+
],
|
9118
|
+
"multi-environment host": [
|
9119
|
+
""
|
9120
|
+
],
|
9121
|
+
"multi-environment hosts": [
|
9122
|
+
""
|
9123
|
+
],
|
9138
9124
|
"must be %{gpg_key} or %{cert}": [
|
9139
9125
|
""
|
9140
9126
|
],
|