katello 4.10.0.rc2 → 4.11.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/locale/bn/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/ca/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/cs/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/de/katello.js +260 -245
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/el/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/en/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/en_US/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/es/katello.js +257 -233
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/fr/katello.js +268 -268
- data/app/assets/javascripts/katello/locale/gl/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/gu/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/hi/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/id/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/it/katello.js +254 -221
- data/app/assets/javascripts/katello/locale/ja/katello.js +268 -268
- data/app/assets/javascripts/katello/locale/ka/katello.js +261 -231
- data/app/assets/javascripts/katello/locale/kn/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/ko/katello.js +255 -222
- data/app/assets/javascripts/katello/locale/locale/katello.js +1049 -1012
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/mr/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/or/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/pa/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/pl/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/pt/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +257 -233
- data/app/assets/javascripts/katello/locale/ro/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/ru/katello.js +255 -222
- data/app/assets/javascripts/katello/locale/sl/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/ta/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/te/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/tr/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/vi/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/zh/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +268 -268
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +255 -222
- data/app/controllers/katello/api/registry/registry_proxies_controller.rb +15 -2
- data/app/controllers/katello/api/v2/capsule_content_controller.rb +21 -4
- data/app/controllers/katello/api/v2/capsules_controller.rb +11 -1
- data/app/controllers/katello/api/v2/content_view_versions_controller.rb +1 -1
- data/app/controllers/katello/api/v2/docker_tags_controller.rb +2 -0
- data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +2 -1
- data/app/controllers/katello/api/v2/organizations_controller.rb +2 -2
- data/app/controllers/katello/api/v2/repositories_controller.rb +1 -0
- data/app/controllers/katello/api/v2/simple_content_access_controller.rb +5 -5
- data/app/controllers/katello/api/v2/sync_plans_controller.rb +11 -3
- data/app/controllers/katello/concerns/api/api_controller.rb +6 -0
- data/app/controllers/katello/concerns/api/v2/hosts_bulk_actions_controller_extensions.rb +23 -0
- data/app/controllers/katello/concerns/filtered_auto_complete_search.rb +1 -1
- data/app/controllers/katello/concerns/organizations_controller_extensions.rb +2 -0
- data/app/controllers/katello/remote_execution_controller.rb +1 -1
- data/app/jobs/create_host_lifecycle_expire_soon_notifications.rb +11 -0
- data/app/lib/actions/katello/applicability/hosts/bulk_generate.rb +10 -0
- data/app/lib/actions/katello/capsule_content/refresh_repos.rb +8 -2
- data/app/lib/actions/katello/capsule_content/sync.rb +30 -10
- data/app/lib/actions/katello/capsule_content/sync_capsule.rb +13 -0
- data/app/lib/actions/katello/capsule_content/update_content_counts.rb +24 -0
- data/app/lib/actions/katello/content_view/promote.rb +9 -0
- data/app/lib/actions/katello/content_view/publish.rb +9 -0
- data/app/lib/actions/katello/orphan_cleanup/remove_orphans.rb +8 -0
- data/app/lib/actions/katello/repository/remove_content.rb +9 -1
- data/app/lib/actions/katello/repository/sync.rb +11 -0
- data/app/lib/actions/pulp3/capsule_content/reclaim_space.rb +5 -0
- data/app/lib/actions/pulp3/content_view_version/create_export_history.rb +6 -1
- data/app/lib/actions/pulp3/content_view_version/export.rb +8 -0
- data/app/lib/actions/pulp3/orchestration/content_view_version/export_repository.rb +1 -1
- data/app/lib/katello/concerns/base_template_scope_extensions.rb +14 -1
- data/app/lib/katello/errors.rb +1 -0
- data/app/lib/katello/repo_discovery.rb +78 -5
- data/app/lib/katello/validators/content_view_environment_coherent_default_validator.rb +22 -0
- data/app/lib/katello/validators/content_view_environment_validator.rb +1 -0
- data/app/mailers/katello/task_mailer.rb +54 -0
- data/app/models/katello/concerns/host_managed_extensions.rb +41 -1
- data/app/models/katello/concerns/organization_extensions.rb +1 -1
- data/app/models/katello/concerns/smart_proxy_extensions.rb +75 -3
- data/app/models/katello/concerns/subscription_facet_host_extensions.rb +6 -0
- data/app/models/katello/content_view.rb +21 -0
- data/app/models/katello/content_view_environment.rb +6 -1
- data/app/models/katello/docker_meta_tag.rb +1 -1
- data/app/models/katello/docker_tag.rb +1 -1
- data/app/models/katello/erratum.rb +1 -1
- data/app/models/katello/host/content_facet.rb +10 -7
- data/app/models/katello/product.rb +8 -0
- data/app/models/katello/repository.rb +31 -6
- data/app/models/katello/rhel_lifecycle_status.rb +214 -0
- data/app/models/katello/sync_plan.rb +19 -1
- data/app/models/katello/yum_metadata_file.rb +1 -1
- data/app/services/katello/applicability/applicable_content_helper.rb +1 -1
- data/app/services/katello/event_queue.rb +10 -2
- data/app/services/katello/host_status_manager.rb +1 -0
- data/app/services/katello/product_content_importer.rb +45 -3
- data/app/services/katello/pulp3/ansible_collection.rb +1 -0
- data/app/services/katello/pulp3/api/core.rb +1 -1
- data/app/services/katello/pulp3/deb.rb +1 -0
- data/app/services/katello/pulp3/docker_manifest.rb +1 -0
- data/app/services/katello/pulp3/docker_manifest_list.rb +9 -4
- data/app/services/katello/pulp3/docker_tag.rb +1 -0
- data/app/services/katello/pulp3/erratum.rb +1 -0
- data/app/services/katello/pulp3/file_unit.rb +1 -0
- data/app/services/katello/pulp3/module_stream.rb +1 -0
- data/app/services/katello/pulp3/package_group.rb +1 -0
- data/app/services/katello/pulp3/pulp_content_unit.rb +39 -0
- data/app/services/katello/pulp3/repository_mirror.rb +21 -2
- data/app/services/katello/pulp3/rpm.rb +1 -0
- data/app/services/katello/pulp3/smart_proxy_mirror_repository.rb +1 -1
- data/app/services/katello/pulp3/srpm.rb +3 -2
- data/app/services/katello/registration_manager.rb +6 -3
- data/app/services/katello/repository_type.rb +2 -1
- data/app/services/katello/ui_notifications/hosts/lifecycle_expire_soon.rb +58 -0
- data/app/views/foreman/job_templates/resolve_traces.erb +1 -1
- data/app/views/foreman/smart_proxies/_content_tab.html.erb +1 -3
- data/app/views/katello/api/v2/capsule_content/sync_status.json.rabl +39 -1
- data/app/views/katello/api/v2/content_facet/show.json.rabl +4 -0
- data/app/views/katello/api/v2/content_views/base.json.rabl +1 -1
- data/app/views/katello/api/v2/docker_tags/_base.json.rabl +28 -6
- data/app/views/katello/hosts/_errata_counts.html.erb +2 -2
- data/app/views/katello/task_mailer/cv_promote_failure.html.erb +31 -0
- data/app/views/katello/task_mailer/cv_promote_failure.text.erb +13 -0
- data/app/views/katello/task_mailer/cv_publish_failure.html.erb +31 -0
- data/app/views/katello/task_mailer/cv_publish_failure.text.erb +13 -0
- data/app/views/katello/task_mailer/proxy_sync_failure.html.erb +45 -0
- data/app/views/katello/task_mailer/proxy_sync_failure.text.erb +25 -0
- data/app/views/katello/task_mailer/repo_sync_failure.html.erb +35 -0
- data/app/views/katello/task_mailer/repo_sync_failure.text.erb +15 -0
- data/app/views/overrides/organizations/_edit_override.html.erb +4 -0
- data/config/routes/api/v2.rb +2 -0
- data/db/migrate/20230825180856_add_content_counts_to_smart_proxy.rb +7 -0
- data/db/migrate/20231020153017_create_indexes_for_nvra_and_epoch.rb +6 -0
- data/db/seeds.d/106-mail_notifications.rb +32 -0
- data/db/seeds.d/109-katello-notification-blueprints.rb +6 -0
- data/engines/bastion/app/assets/javascripts/bastion/components/views/bst-alert.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/activation-keys.controller.js +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-host-collections.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-subscriptions.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-associations.controller.js +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-copy.controller.js +7 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-host-collections.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-subscriptions.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/new/new-activation-key.controller.js +6 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js +16 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/rhel-lifecycle-notice.html +5 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/content-credentials.controller.js +7 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-acs.controller.js +7 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-products.controller.js +7 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-repositories.controller.js +7 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/new/new-content-credential.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-errata-modal.controller.js +5 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-actions.controller.js +5 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-applicable.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-installed.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-module-streams.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-applicable.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-installed.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-traces.controller.js +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html +1 -1
- 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/views/content-host-traces.html +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js +5 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts.routes.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-host-collections.controller.js +4 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-subscriptions.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-host-collections.controller.js +4 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-repository-sets.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-subscriptions.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-add-subscriptions.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html +4 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-host-collections.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions-list.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/debs.controller.js +7 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/deb-content-views.controller.js +8 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/deb-repositories.controller.js +10 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-environments.controller.js +5 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-repositories.controller.js +6 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/docker-tags.controller.js +6 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js +13 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/environment.controller.js +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/new-environment.controller.js +8 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/erratum-content-hosts.controller.js +7 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/erratum-repositories.controller.js +7 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/erratum.controller.js +6 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/views/erratum-info.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata.controller.js +5 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/file-content-views.controller.js +10 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/file-repositories.controller.js +8 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/files.controller.js +9 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-add-hosts.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-copy.controller.js +7 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-hosts.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/host-collections.controller.js +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/new/new-host-collection.controller.js +6 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/hosts/host.factory.js +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +166 -43
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/packages.controller.js +7 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/product-repositories.controller.js +5 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-advanced-sync.controller.js +6 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js +11 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/discovery-create.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/discovery.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/product-form.controller.js +6 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.controller.js +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-add-products.controller.js +5 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-products.controller.js +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/new/new-sync-plan.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/sync-plans.controller.js +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/task-details.controller.js +6 -2
- data/lib/katello/engine.rb +2 -3
- data/lib/katello/permission_creator.rb +2 -2
- data/lib/katello/plugin.rb +4 -0
- data/lib/katello/repository_types/ostree.rb +1 -0
- data/lib/katello/repository_types/python.rb +1 -0
- data/lib/katello/scheduled_jobs.rb +1 -1
- data/lib/katello/version.rb +1 -1
- data/locale/action_names.rb +1 -3
- data/locale/bn/katello.po +236 -197
- data/locale/bn_IN/katello.po +236 -197
- data/locale/ca/LC_MESSAGES/katello.mo +0 -0
- data/locale/ca/katello.po +236 -197
- data/locale/cs/katello.po +236 -206
- data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs_CZ/katello.po +236 -197
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- data/locale/de/katello.po +241 -202
- data/locale/de_AT/katello.po +236 -197
- data/locale/de_DE/katello.po +236 -197
- data/locale/el/katello.po +236 -197
- data/locale/en/katello.po +236 -197
- data/locale/en_GB/katello.po +236 -197
- data/locale/en_US/katello.po +236 -197
- data/locale/es/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po +238 -199
- data/locale/et_EE/katello.po +236 -197
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po +247 -208
- data/locale/gl/katello.po +236 -197
- data/locale/gu/katello.po +236 -197
- data/locale/he_IL/katello.po +236 -197
- data/locale/hi/katello.po +236 -197
- data/locale/id/katello.po +236 -197
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +236 -197
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po +247 -208
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po +241 -202
- data/locale/katello.pot +1427 -1296
- data/locale/kn/katello.po +236 -197
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po +236 -197
- data/locale/ml_IN/katello.po +236 -197
- data/locale/mr/katello.po +236 -197
- data/locale/nl_NL/katello.po +236 -197
- data/locale/or/katello.po +236 -197
- data/locale/pa/katello.po +236 -197
- data/locale/pl/katello.po +236 -197
- data/locale/pl_PL/katello.po +236 -197
- data/locale/pt/katello.po +236 -197
- data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt_BR/katello.po +238 -199
- data/locale/ro/katello.po +236 -197
- data/locale/ro_RO/katello.po +236 -197
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +236 -197
- data/locale/sl/katello.po +236 -197
- data/locale/sv_SE/katello.po +236 -197
- data/locale/ta/katello.po +236 -197
- data/locale/ta_IN/katello.po +236 -197
- data/locale/te/katello.po +236 -197
- data/locale/tr/katello.po +236 -197
- data/locale/vi/katello.po +236 -197
- data/locale/vi_VN/katello.po +236 -197
- data/locale/zh/katello.po +236 -197
- data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po +247 -208
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +236 -197
- data/webpack/components/Table/EmptyStateMessage.js +7 -4
- data/webpack/components/Table/MainTable.scss +18 -17
- data/webpack/components/Table/TableWrapper.js +4 -1
- data/webpack/components/extensions/HostDetails/ActionsBar/index.js +45 -4
- data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.scss +9 -7
- data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsCard.js +1 -1
- data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js +1 -1
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeActions.js +29 -7
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js +106 -66
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.scss +6 -0
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeConstants.js +2 -0
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +53 -29
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeSelectors.js +7 -6
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeCard.test.js +24 -5
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +137 -7
- data/webpack/components/extensions/HostDetails/DetailsTabCards/HwPropertiesCard.js +11 -10
- data/webpack/components/extensions/HostDetails/DetailsTabCards/RegistrationCard.js +8 -2
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +27 -10
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/HostErrataActions.js +3 -22
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/HostErrataConstants.js +0 -1
- data/webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js +3 -2
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js +2 -2
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js +48 -12
- data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionActions.js +22 -10
- data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionHooks.js +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +2 -2
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.js +71 -5
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.scss +16 -0
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesEnabler.js +4 -1
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesTab.js +6 -2
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/packagesTab.test.js +2 -1
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/tracesTab.test.js +25 -0
- data/webpack/components/extensions/Hosts/ActionsBar/index.js +36 -0
- data/webpack/components/extensions/Hosts/constants.js +2 -0
- data/webpack/components/extensions/RegistrationCommands/RegistrationCommandsPageHelpers.js +13 -7
- data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/ActivationKeys.test.js.snap +9 -1
- data/webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js +87 -22
- data/webpack/components/extensions/RegistrationCommands/index.js +17 -41
- data/webpack/global_index.js +11 -2
- data/webpack/redux/reducers/RedHatRepositories/enabled.fixtures.js +4 -0
- data/webpack/redux/reducers/RedHatRepositories/enabled.js +1 -0
- data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.js +10 -1
- data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.scss +33 -31
- data/webpack/scenes/AlternateContentSources/MainTable/ACSTable.js +3 -1
- data/webpack/scenes/Content/ContentConfig.js +3 -0
- data/webpack/scenes/ContentViews/Create/CreateContentViewForm.js +6 -4
- data/webpack/scenes/ContentViews/Create/CreateContentViewForm.scss +8 -6
- data/webpack/scenes/ContentViews/Delete/ContentViewDeleteWizard.js +1 -0
- data/webpack/scenes/ContentViews/Delete/Steps/CVEnvironmentSelectionForm.scss +4 -2
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js +3 -4
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js +2 -2
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +5 -5
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/compositeCVDetails.fixtures.json +393 -0
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.test.js +30 -4
- data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +3 -1
- data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/CVRpmMatchContentModal.js +18 -4
- data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/matchContentModal.scss +3 -0
- data/webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js +15 -1
- data/webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js +3 -3
- data/webpack/scenes/ContentViews/Details/Repositories/RepoIcon.js +2 -1
- data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareTable.js +1 -1
- data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js +1 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveCVVersionWizard.js +1 -1
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsTable.js +1 -1
- data/webpack/scenes/ContentViews/Publish/CVPublishForm.js +24 -1
- data/webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js +1 -0
- data/webpack/scenes/ContentViews/Publish/__tests__/publishContentView.test.js +42 -0
- data/webpack/scenes/ContentViews/Publish/cvPublishForm.scss +13 -11
- data/webpack/scenes/ContentViews/Table/ContentViewsTable.js +2 -1
- data/webpack/scenes/ContentViews/__tests__/mockDetails.fixtures.json +2 -1
- data/webpack/scenes/Hosts/ChangeContentSource/index.js +4 -3
- data/webpack/scenes/ModuleStreams/Details/ModuleStreamDetails.js +1 -2
- data/webpack/scenes/ModuleStreams/Details/__tests__/__snapshots__/ModuleStreamDetails.test.js.snap +1 -1
- data/webpack/scenes/RedHatRepositories/RedHatRepositoriesPage.js +2 -1
- data/webpack/scenes/RedHatRepositories/__tests__/__snapshots__/RedHatRepositoriesPage.test.js.snap +6 -0
- data/webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepository.js +4 -1
- data/webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js +13 -4
- data/webpack/scenes/RedHatRepositories/components/EnabledRepository/__tests__/EnabledRepositoryContent.test.js +1 -0
- data/webpack/scenes/RedHatRepositories/components/EnabledRepository/__tests__/__snapshots__/EnabledRepository.test.js.snap +1 -0
- data/webpack/scenes/RedHatRepositories/components/EnabledRepository/__tests__/__snapshots__/EnabledRepositoryContent.test.js.snap +3 -2
- data/webpack/scenes/SmartProxy/AdditionalCapsuleContent.js +93 -0
- data/webpack/scenes/SmartProxy/Content.js +12 -4
- data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +107 -0
- data/webpack/scenes/SmartProxy/ExpandedSmartProxyRepositories.js +139 -0
- data/webpack/scenes/SmartProxy/SmartProxyContentActions.js +17 -4
- data/webpack/scenes/SmartProxy/SmartProxyContentConstants.js +1 -0
- data/webpack/scenes/SmartProxy/SmartProxyExpandableTable.js +150 -0
- data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.fixtures.json +799 -0
- data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +29 -17
- data/webpack/scenes/Subscriptions/Details/SubscriptionDetails.js +16 -19
- data/webpack/scenes/Subscriptions/Details/SubscriptionDetails.scss +12 -8
- data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +21 -18
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CdnConfigurationForm.scss +4 -2
- data/webpack/scenes/Subscriptions/Manifest/ManageManifestModal.scss +38 -19
- data/webpack/scenes/Subscriptions/Manifest/index.js +0 -2
- data/webpack/scenes/Subscriptions/SubscriptionsPage.js +38 -12
- data/webpack/scenes/Subscriptions/SubscriptionsPage.scss +38 -36
- data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsPage.test.js.snap +16 -13
- data/webpack/utils/helpers.js +0 -1
- metadata +58 -39
- data/app/controllers/katello/concerns/api/v2/bulk_hosts_extensions.rb +0 -47
- data/webpack/components/Table/TableHooks.js +0 -315
- data/webpack/components/Table/__test__/useBulkSelect.test.js +0 -99
- data/webpack/components/extensions/RegistrationCommands/__tests__/LifeCycleEnvironment.test.js +0 -11
- data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/LifeCycleEnvironment.test.js.snap +0 -29
- data/webpack/components/extensions/RegistrationCommands/fields/LifecycleEnvironment.js +0 -57
- data/webpack/scenes/SmartProxy/SmartProxyContentTable.js +0 -164
- data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentResult.fixtures.json +0 -140
- data/webpack/scenes/Subscriptions/Manifest/Manifest.scss +0 -16
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: katello
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.
|
4
|
+
version: 4.11.0.rc1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- N/A
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-11-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -240,120 +240,120 @@ dependencies:
|
|
240
240
|
requirements:
|
241
241
|
- - ">="
|
242
242
|
- !ruby/object:Gem::Version
|
243
|
-
version: 3.
|
243
|
+
version: 3.39.0
|
244
244
|
- - "<"
|
245
245
|
- !ruby/object:Gem::Version
|
246
|
-
version: 3.
|
246
|
+
version: 3.40.0
|
247
247
|
type: :runtime
|
248
248
|
prerelease: false
|
249
249
|
version_requirements: !ruby/object:Gem::Requirement
|
250
250
|
requirements:
|
251
251
|
- - ">="
|
252
252
|
- !ruby/object:Gem::Version
|
253
|
-
version: 3.
|
253
|
+
version: 3.39.0
|
254
254
|
- - "<"
|
255
255
|
- !ruby/object:Gem::Version
|
256
|
-
version: 3.
|
256
|
+
version: 3.40.0
|
257
257
|
- !ruby/object:Gem::Dependency
|
258
258
|
name: pulp_file_client
|
259
259
|
requirement: !ruby/object:Gem::Requirement
|
260
260
|
requirements:
|
261
261
|
- - ">="
|
262
262
|
- !ruby/object:Gem::Version
|
263
|
-
version: 1.
|
263
|
+
version: 1.15.0
|
264
264
|
- - "<"
|
265
265
|
- !ruby/object:Gem::Version
|
266
|
-
version: 1.
|
266
|
+
version: 1.16.0
|
267
267
|
type: :runtime
|
268
268
|
prerelease: false
|
269
269
|
version_requirements: !ruby/object:Gem::Requirement
|
270
270
|
requirements:
|
271
271
|
- - ">="
|
272
272
|
- !ruby/object:Gem::Version
|
273
|
-
version: 1.
|
273
|
+
version: 1.15.0
|
274
274
|
- - "<"
|
275
275
|
- !ruby/object:Gem::Version
|
276
|
-
version: 1.
|
276
|
+
version: 1.16.0
|
277
277
|
- !ruby/object:Gem::Dependency
|
278
278
|
name: pulp_ansible_client
|
279
279
|
requirement: !ruby/object:Gem::Requirement
|
280
280
|
requirements:
|
281
281
|
- - ">="
|
282
282
|
- !ruby/object:Gem::Version
|
283
|
-
version: 0.
|
283
|
+
version: 0.20.0
|
284
284
|
- - "<"
|
285
285
|
- !ruby/object:Gem::Version
|
286
|
-
version: 0.
|
286
|
+
version: 0.21.0
|
287
287
|
type: :runtime
|
288
288
|
prerelease: false
|
289
289
|
version_requirements: !ruby/object:Gem::Requirement
|
290
290
|
requirements:
|
291
291
|
- - ">="
|
292
292
|
- !ruby/object:Gem::Version
|
293
|
-
version: 0.
|
293
|
+
version: 0.20.0
|
294
294
|
- - "<"
|
295
295
|
- !ruby/object:Gem::Version
|
296
|
-
version: 0.
|
296
|
+
version: 0.21.0
|
297
297
|
- !ruby/object:Gem::Dependency
|
298
298
|
name: pulp_container_client
|
299
299
|
requirement: !ruby/object:Gem::Requirement
|
300
300
|
requirements:
|
301
301
|
- - ">="
|
302
302
|
- !ruby/object:Gem::Version
|
303
|
-
version: 2.
|
303
|
+
version: 2.16.0
|
304
304
|
- - "<"
|
305
305
|
- !ruby/object:Gem::Version
|
306
|
-
version: 2.
|
306
|
+
version: 2.17.0
|
307
307
|
type: :runtime
|
308
308
|
prerelease: false
|
309
309
|
version_requirements: !ruby/object:Gem::Requirement
|
310
310
|
requirements:
|
311
311
|
- - ">="
|
312
312
|
- !ruby/object:Gem::Version
|
313
|
-
version: 2.
|
313
|
+
version: 2.16.0
|
314
314
|
- - "<"
|
315
315
|
- !ruby/object:Gem::Version
|
316
|
-
version: 2.
|
316
|
+
version: 2.17.0
|
317
317
|
- !ruby/object:Gem::Dependency
|
318
318
|
name: pulp_deb_client
|
319
319
|
requirement: !ruby/object:Gem::Requirement
|
320
320
|
requirements:
|
321
321
|
- - ">="
|
322
322
|
- !ruby/object:Gem::Version
|
323
|
-
version:
|
323
|
+
version: 3.0.0
|
324
324
|
- - "<"
|
325
325
|
- !ruby/object:Gem::Version
|
326
|
-
version:
|
326
|
+
version: 3.1.0
|
327
327
|
type: :runtime
|
328
328
|
prerelease: false
|
329
329
|
version_requirements: !ruby/object:Gem::Requirement
|
330
330
|
requirements:
|
331
331
|
- - ">="
|
332
332
|
- !ruby/object:Gem::Version
|
333
|
-
version:
|
333
|
+
version: 3.0.0
|
334
334
|
- - "<"
|
335
335
|
- !ruby/object:Gem::Version
|
336
|
-
version:
|
336
|
+
version: 3.1.0
|
337
337
|
- !ruby/object:Gem::Dependency
|
338
338
|
name: pulp_rpm_client
|
339
339
|
requirement: !ruby/object:Gem::Requirement
|
340
340
|
requirements:
|
341
341
|
- - ">="
|
342
342
|
- !ruby/object:Gem::Version
|
343
|
-
version: 3.
|
343
|
+
version: 3.23.0
|
344
344
|
- - "<"
|
345
345
|
- !ruby/object:Gem::Version
|
346
|
-
version: 3.
|
346
|
+
version: 3.24.0
|
347
347
|
type: :runtime
|
348
348
|
prerelease: false
|
349
349
|
version_requirements: !ruby/object:Gem::Requirement
|
350
350
|
requirements:
|
351
351
|
- - ">="
|
352
352
|
- !ruby/object:Gem::Version
|
353
|
-
version: 3.
|
353
|
+
version: 3.23.0
|
354
354
|
- - "<"
|
355
355
|
- !ruby/object:Gem::Version
|
356
|
-
version: 3.
|
356
|
+
version: 3.24.0
|
357
357
|
- !ruby/object:Gem::Dependency
|
358
358
|
name: pulp_certguard_client
|
359
359
|
requirement: !ruby/object:Gem::Requirement
|
@@ -801,10 +801,10 @@ files:
|
|
801
801
|
- app/controllers/katello/concerns/api/api_controller.rb
|
802
802
|
- app/controllers/katello/concerns/api/v2/authorization.rb
|
803
803
|
- app/controllers/katello/concerns/api/v2/bulk_extensions.rb
|
804
|
-
- app/controllers/katello/concerns/api/v2/bulk_hosts_extensions.rb
|
805
804
|
- app/controllers/katello/concerns/api/v2/content_overrides_controller.rb
|
806
805
|
- app/controllers/katello/concerns/api/v2/host_errata_extensions.rb
|
807
806
|
- app/controllers/katello/concerns/api/v2/hostgroups_controller_extensions.rb
|
807
|
+
- app/controllers/katello/concerns/api/v2/hosts_bulk_actions_controller_extensions.rb
|
808
808
|
- app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb
|
809
809
|
- app/controllers/katello/concerns/api/v2/registration_commands_controller_extensions.rb
|
810
810
|
- app/controllers/katello/concerns/api/v2/registration_controller_extensions.rb
|
@@ -839,6 +839,7 @@ files:
|
|
839
839
|
- app/helpers/katello/taxonomy_helper.rb
|
840
840
|
- app/helpers/katello/translation_helper.rb
|
841
841
|
- app/jobs/create_expired_manifest_notifications.rb
|
842
|
+
- app/jobs/create_host_lifecycle_expire_soon_notifications.rb
|
842
843
|
- app/jobs/create_pulp_disk_space_notifications.rb
|
843
844
|
- app/jobs/send_expire_soon_notifications.rb
|
844
845
|
- app/lib/actions/abstract_async_task.rb
|
@@ -894,6 +895,7 @@ files:
|
|
894
895
|
- app/lib/actions/katello/capsule_content/refresh_repos.rb
|
895
896
|
- app/lib/actions/katello/capsule_content/sync.rb
|
896
897
|
- app/lib/actions/katello/capsule_content/sync_capsule.rb
|
898
|
+
- app/lib/actions/katello/capsule_content/update_content_counts.rb
|
897
899
|
- app/lib/actions/katello/cdn_configuration/update.rb
|
898
900
|
- app/lib/actions/katello/check_matching_content.rb
|
899
901
|
- app/lib/actions/katello/content_credential/update.rb
|
@@ -1185,6 +1187,7 @@ files:
|
|
1185
1187
|
- app/lib/katello/validators/container_image_name_validator.rb
|
1186
1188
|
- app/lib/katello/validators/content_default_http_proxy_setting_validator.rb
|
1187
1189
|
- app/lib/katello/validators/content_validator.rb
|
1190
|
+
- app/lib/katello/validators/content_view_environment_coherent_default_validator.rb
|
1188
1191
|
- app/lib/katello/validators/content_view_environment_org_validator.rb
|
1189
1192
|
- app/lib/katello/validators/content_view_environment_validator.rb
|
1190
1193
|
- app/lib/katello/validators/content_view_erratum_filter_rule_validator.rb
|
@@ -1210,6 +1213,7 @@ files:
|
|
1210
1213
|
- app/lib/katello/validators/unique_field_in_org.rb
|
1211
1214
|
- app/mailers/katello/errata_mailer.rb
|
1212
1215
|
- app/mailers/katello/subscription_mailer.rb
|
1216
|
+
- app/mailers/katello/task_mailer.rb
|
1213
1217
|
- app/models/katello/activation_key.rb
|
1214
1218
|
- app/models/katello/activation_key_purpose_addon.rb
|
1215
1219
|
- app/models/katello/alternate_content_source.rb
|
@@ -1390,6 +1394,7 @@ files:
|
|
1390
1394
|
- app/models/katello/repository_package_group.rb
|
1391
1395
|
- app/models/katello/repository_rpm.rb
|
1392
1396
|
- app/models/katello/repository_srpm.rb
|
1397
|
+
- app/models/katello/rhel_lifecycle_status.rb
|
1393
1398
|
- app/models/katello/root_repository.rb
|
1394
1399
|
- app/models/katello/rpm.rb
|
1395
1400
|
- app/models/katello/smart_proxy_alternate_content_source.rb
|
@@ -1509,6 +1514,7 @@ files:
|
|
1509
1514
|
- app/services/katello/ui_notifications/abstract_notification.rb
|
1510
1515
|
- app/services/katello/ui_notifications/content_view/auto_publish_failure.rb
|
1511
1516
|
- app/services/katello/ui_notifications/content_view/delete_latest_version_failure.rb
|
1517
|
+
- app/services/katello/ui_notifications/hosts/lifecycle_expire_soon.rb
|
1512
1518
|
- app/services/katello/ui_notifications/pulp/proxy_disk_space.rb
|
1513
1519
|
- app/services/katello/ui_notifications/subscriptions/expire_soon.rb
|
1514
1520
|
- app/services/katello/ui_notifications/subscriptions/manifest_delete_error.rb
|
@@ -1785,6 +1791,14 @@ files:
|
|
1785
1791
|
- app/views/katello/sync_management/_repo.html.erb
|
1786
1792
|
- app/views/katello/sync_management/index.html.erb
|
1787
1793
|
- app/views/katello/sync_plan_task_groups/_sync_plan_task_groups.html.erb
|
1794
|
+
- app/views/katello/task_mailer/cv_promote_failure.html.erb
|
1795
|
+
- app/views/katello/task_mailer/cv_promote_failure.text.erb
|
1796
|
+
- app/views/katello/task_mailer/cv_publish_failure.html.erb
|
1797
|
+
- app/views/katello/task_mailer/cv_publish_failure.text.erb
|
1798
|
+
- app/views/katello/task_mailer/proxy_sync_failure.html.erb
|
1799
|
+
- app/views/katello/task_mailer/proxy_sync_failure.text.erb
|
1800
|
+
- app/views/katello/task_mailer/repo_sync_failure.html.erb
|
1801
|
+
- app/views/katello/task_mailer/repo_sync_failure.text.erb
|
1788
1802
|
- app/views/overrides/about/_installed_packages.html.erb
|
1789
1803
|
- app/views/overrides/activation_keys/_host_environment_select.html.erb
|
1790
1804
|
- app/views/overrides/activation_keys/_host_media_type_select.html.erb
|
@@ -2184,7 +2198,9 @@ files:
|
|
2184
2198
|
- db/migrate/20230609155411_add_custom_cdn_auth_enabled_to_katello_cdn_configurations.rb
|
2185
2199
|
- db/migrate/20230710190626_remove_relative_path_limit.rb
|
2186
2200
|
- db/migrate/20230717150442_change_change_content_source_job_template_name.rb
|
2201
|
+
- db/migrate/20230825180856_add_content_counts_to_smart_proxy.rb
|
2187
2202
|
- db/migrate/20230828143236_remove_katello_agent_dispatch_history.rb
|
2203
|
+
- db/migrate/20231020153017_create_indexes_for_nvra_and_epoch.rb
|
2188
2204
|
- db/seeds.d/101-locations.rb
|
2189
2205
|
- db/seeds.d/102-organizations.rb
|
2190
2206
|
- db/seeds.d/104-proxy.rb
|
@@ -3992,6 +4008,7 @@ files:
|
|
3992
4008
|
- engines/bastion_katello/app/assets/javascripts/bastion_katello/common/module-stream-actions.service.js
|
3993
4009
|
- engines/bastion_katello/app/assets/javascripts/bastion_katello/common/select-action-dropdown.directive.js
|
3994
4010
|
- engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/registration.html
|
4011
|
+
- engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/rhel-lifecycle-notice.html
|
3995
4012
|
- engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/select-action-dropdown.html
|
3996
4013
|
- engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html
|
3997
4014
|
- engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/content-credential.factory.js
|
@@ -4715,10 +4732,8 @@ files:
|
|
4715
4732
|
- webpack/components/Table/MainTable.js
|
4716
4733
|
- webpack/components/Table/MainTable.scss
|
4717
4734
|
- webpack/components/Table/PageControls.js
|
4718
|
-
- webpack/components/Table/TableHooks.js
|
4719
4735
|
- webpack/components/Table/TableWrapper.js
|
4720
4736
|
- webpack/components/Table/__test__/emptyStateMessage.test.js
|
4721
|
-
- webpack/components/Table/__test__/useBulkSelect.test.js
|
4722
4737
|
- webpack/components/Table/components/SortableColumnHeaders.js
|
4723
4738
|
- webpack/components/Table/components/TranslatedPlural.js
|
4724
4739
|
- webpack/components/Table/helpers.js
|
@@ -4805,6 +4820,7 @@ files:
|
|
4805
4820
|
- webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js
|
4806
4821
|
- webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.scss
|
4807
4822
|
- webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.js
|
4823
|
+
- webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.scss
|
4808
4824
|
- webpack/components/extensions/HostDetails/Tabs/TracesTab/HostTracesActions.js
|
4809
4825
|
- webpack/components/extensions/HostDetails/Tabs/TracesTab/HostTracesConstants.js
|
4810
4826
|
- webpack/components/extensions/HostDetails/Tabs/TracesTab/HostTracesSelectors.js
|
@@ -4831,21 +4847,20 @@ files:
|
|
4831
4847
|
- webpack/components/extensions/HostDetails/Tabs/__tests__/yumInstallablePackages.fixtures.json
|
4832
4848
|
- webpack/components/extensions/HostDetails/Tabs/customizedRexUrlHelpers.js
|
4833
4849
|
- webpack/components/extensions/HostDetails/hostDetailsHelpers.js
|
4850
|
+
- webpack/components/extensions/Hosts/ActionsBar/index.js
|
4851
|
+
- webpack/components/extensions/Hosts/constants.js
|
4834
4852
|
- webpack/components/extensions/RegistrationCommands/RegistrationCommandsPageConstants.js
|
4835
4853
|
- webpack/components/extensions/RegistrationCommands/RegistrationCommandsPageHelpers.js
|
4836
4854
|
- webpack/components/extensions/RegistrationCommands/RegistrationCommandsPageSelectors.js
|
4837
4855
|
- webpack/components/extensions/RegistrationCommands/__tests__/ActivationKeys.test.js
|
4838
4856
|
- webpack/components/extensions/RegistrationCommands/__tests__/Force.test.js
|
4839
4857
|
- webpack/components/extensions/RegistrationCommands/__tests__/IgnoreSubmanErrors.test.js
|
4840
|
-
- webpack/components/extensions/RegistrationCommands/__tests__/LifeCycleEnvironment.test.js
|
4841
4858
|
- webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/ActivationKeys.test.js.snap
|
4842
4859
|
- webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/Force.test.js.snap
|
4843
4860
|
- webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/IgnoreSubmanErrors.test.js.snap
|
4844
|
-
- webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/LifeCycleEnvironment.test.js.snap
|
4845
4861
|
- webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js
|
4846
4862
|
- webpack/components/extensions/RegistrationCommands/fields/Force.js
|
4847
4863
|
- webpack/components/extensions/RegistrationCommands/fields/IgnoreSubmanErrors.js
|
4848
|
-
- webpack/components/extensions/RegistrationCommands/fields/LifecycleEnvironment.js
|
4849
4864
|
- webpack/components/extensions/RegistrationCommands/index.js
|
4850
4865
|
- webpack/components/extensions/SearchBar/SearchBarConstants.js
|
4851
4866
|
- webpack/components/extensions/SearchBar/SearchBarHooks.js
|
@@ -5046,6 +5061,7 @@ files:
|
|
5046
5061
|
- webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentEnvironments.js
|
5047
5062
|
- webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentVersion.js
|
5048
5063
|
- webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js
|
5064
|
+
- webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/compositeCVDetails.fixtures.json
|
5049
5065
|
- webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.fixtures.json
|
5050
5066
|
- webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.test.js
|
5051
5067
|
- webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/publishedContentViewDetails.fixtures.json
|
@@ -5078,6 +5094,7 @@ files:
|
|
5078
5094
|
- webpack/scenes/ContentViews/Details/Filters/MatchContentModal/CVRpmMatchContentModal.js
|
5079
5095
|
- webpack/scenes/ContentViews/Details/Filters/MatchContentModal/__tests__/CVRpmMatchContent.fixtures.json
|
5080
5096
|
- webpack/scenes/ContentViews/Details/Filters/MatchContentModal/__tests__/CVRpmMatchContentModal.test.js
|
5097
|
+
- webpack/scenes/ContentViews/Details/Filters/MatchContentModal/matchContentModal.scss
|
5081
5098
|
- webpack/scenes/ContentViews/Details/Filters/Rules/ContainerTag/AddEditContainerTagRuleModal.js
|
5082
5099
|
- webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js
|
5083
5100
|
- webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js
|
@@ -5368,12 +5385,15 @@ files:
|
|
5368
5385
|
- webpack/scenes/Settings/Tables/__tests__/TableReducer.test.js
|
5369
5386
|
- webpack/scenes/Settings/Tables/__tests__/__snapshots__/TableReducer.test.js.snap
|
5370
5387
|
- webpack/scenes/Settings/index.js
|
5388
|
+
- webpack/scenes/SmartProxy/AdditionalCapsuleContent.js
|
5371
5389
|
- webpack/scenes/SmartProxy/Content.js
|
5390
|
+
- webpack/scenes/SmartProxy/ExpandableCvDetails.js
|
5391
|
+
- webpack/scenes/SmartProxy/ExpandedSmartProxyRepositories.js
|
5372
5392
|
- webpack/scenes/SmartProxy/SmartProxyContentActions.js
|
5373
5393
|
- webpack/scenes/SmartProxy/SmartProxyContentConstants.js
|
5374
5394
|
- webpack/scenes/SmartProxy/SmartProxyContentSelectors.js
|
5375
|
-
- webpack/scenes/SmartProxy/
|
5376
|
-
- webpack/scenes/SmartProxy/__tests__/
|
5395
|
+
- webpack/scenes/SmartProxy/SmartProxyExpandableTable.js
|
5396
|
+
- webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.fixtures.json
|
5377
5397
|
- webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js
|
5378
5398
|
- webpack/scenes/SmartProxy/index.js
|
5379
5399
|
- webpack/scenes/Subscriptions/Details/SubscriptionAttributes.js
|
@@ -5418,7 +5438,6 @@ files:
|
|
5418
5438
|
- webpack/scenes/Subscriptions/Manifest/DeleteManifestModalText.js
|
5419
5439
|
- webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js
|
5420
5440
|
- webpack/scenes/Subscriptions/Manifest/ManageManifestModal.scss
|
5421
|
-
- webpack/scenes/Subscriptions/Manifest/Manifest.scss
|
5422
5441
|
- webpack/scenes/Subscriptions/Manifest/ManifestActions.js
|
5423
5442
|
- webpack/scenes/Subscriptions/Manifest/ManifestConstants.js
|
5424
5443
|
- webpack/scenes/Subscriptions/Manifest/ManifestHistoryReducer.js
|
@@ -5509,7 +5528,7 @@ homepage: http://www.katello.org
|
|
5509
5528
|
licenses:
|
5510
5529
|
- GPL-2.0
|
5511
5530
|
metadata: {}
|
5512
|
-
post_install_message:
|
5531
|
+
post_install_message:
|
5513
5532
|
rdoc_options: []
|
5514
5533
|
require_paths:
|
5515
5534
|
- lib
|
@@ -5524,8 +5543,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
5524
5543
|
- !ruby/object:Gem::Version
|
5525
5544
|
version: 1.3.1
|
5526
5545
|
requirements: []
|
5527
|
-
rubygems_version: 3.
|
5528
|
-
signing_key:
|
5546
|
+
rubygems_version: 3.1.6
|
5547
|
+
signing_key:
|
5529
5548
|
specification_version: 4
|
5530
5549
|
summary: Content and Subscription Management plugin for Foreman
|
5531
5550
|
test_files: []
|
@@ -1,47 +0,0 @@
|
|
1
|
-
module Katello
|
2
|
-
module Concerns
|
3
|
-
module Api::V2::BulkHostsExtensions
|
4
|
-
extend ActiveSupport::Concern
|
5
|
-
|
6
|
-
def bulk_hosts_relation(permission, org)
|
7
|
-
relation = ::Host::Managed.authorized(permission)
|
8
|
-
relation = relation.where(organization: org) if org
|
9
|
-
relation
|
10
|
-
end
|
11
|
-
|
12
|
-
def find_bulk_hosts(permission, bulk_params, restrict_to = nil)
|
13
|
-
#works on a structure of param_group bulk_params and transforms it into a list of systems
|
14
|
-
bulk_params[:included] ||= {}
|
15
|
-
bulk_params[:excluded] ||= {}
|
16
|
-
|
17
|
-
if !params[:install_all] && bulk_params[:included][:ids].blank? && bulk_params[:included][:search].nil?
|
18
|
-
fail HttpErrors::BadRequest, _("No hosts have been specified.")
|
19
|
-
end
|
20
|
-
|
21
|
-
find_organization
|
22
|
-
@hosts = bulk_hosts_relation(permission, @organization)
|
23
|
-
|
24
|
-
if bulk_params[:included][:ids].present?
|
25
|
-
@hosts = @hosts.where(id: bulk_params[:included][:ids])
|
26
|
-
end
|
27
|
-
|
28
|
-
if bulk_params[:included][:search].present?
|
29
|
-
@hosts = @hosts.search_for(bulk_params[:included][:search])
|
30
|
-
end
|
31
|
-
|
32
|
-
@hosts = restrict_to.call(@hosts) if restrict_to
|
33
|
-
|
34
|
-
if bulk_params[:excluded][:ids].present?
|
35
|
-
@hosts = @hosts.where.not(id: bulk_params[:excluded][:ids])
|
36
|
-
end
|
37
|
-
fail HttpErrors::Forbidden, _("No hosts matched search, or action unauthorized for selected hosts.") if @hosts.empty?
|
38
|
-
|
39
|
-
@hosts
|
40
|
-
end
|
41
|
-
|
42
|
-
def find_organization
|
43
|
-
@organization ||= Organization.find_by_id(params[:organization_id])
|
44
|
-
end
|
45
|
-
end
|
46
|
-
end
|
47
|
-
end
|