katello 4.14.0 → 4.15.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/chosen.jquery.js +3 -3
- data/app/assets/javascripts/katello/common/env_select_scroll.js +3 -3
- data/app/assets/javascripts/katello/common/katello.js +8 -7
- data/app/assets/javascripts/katello/common/katello_object.js +3 -3
- data/app/assets/javascripts/katello/common/menu.js +7 -7
- data/app/assets/javascripts/katello/hosts/host_and_hostgroup_edit.js +6 -6
- data/app/assets/javascripts/katello/locale/bn/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/ca/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/cs/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/de/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/el/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/en/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/en_US/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/es/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/fr/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/gl/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/gu/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/hi/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/id/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/it/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/ja/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/ka/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/kn/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/ko/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/mr/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/or/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/pa/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/pl/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/pt/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/ro/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/ru/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/sl/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/ta/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/te/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/tr/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/vi/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/zh/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +259 -28
- data/app/assets/javascripts/katello/organizations/download_certificate.js +1 -1
- data/app/assets/javascripts/katello/sync_management/sync_management.js +22 -18
- data/app/assets/javascripts/katello/widgets/env_content_view_selector.js +5 -5
- data/app/assets/javascripts/katello/widgets/path_selector.js +6 -6
- data/app/assets/javascripts/katello/widgets/subpanel_new.js +1 -1
- data/app/controllers/katello/api/registry/registry_proxies_controller.rb +7 -7
- data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +6 -1
- data/app/controllers/katello/api/v2/activation_keys_controller.rb +131 -59
- data/app/controllers/katello/api/v2/api_controller.rb +1 -1
- data/app/controllers/katello/api/v2/capsule_content_controller.rb +21 -10
- data/app/controllers/katello/api/v2/content_view_components_controller.rb +1 -1
- data/app/controllers/katello/api/v2/content_view_environments_controller.rb +54 -0
- data/app/controllers/katello/api/v2/content_view_versions_controller.rb +3 -3
- data/app/controllers/katello/api/v2/content_views_controller.rb +1 -1
- data/app/controllers/katello/api/v2/environments_controller.rb +1 -1
- data/app/controllers/katello/api/v2/exports_controller.rb +1 -1
- data/app/controllers/katello/api/v2/host_collections_controller.rb +2 -2
- data/app/controllers/katello/api/v2/host_contents_controller.rb +1 -1
- data/app/controllers/katello/api/v2/host_errata_controller.rb +1 -1
- data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +1 -1
- data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +1 -4
- data/app/controllers/katello/api/v2/organizations_controller.rb +2 -1
- data/app/controllers/katello/api/v2/repositories_controller.rb +3 -2
- data/app/controllers/katello/api/v2/repository_sets_controller.rb +1 -1
- data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +10 -16
- data/app/controllers/katello/concerns/api/v2/multi_cv_params_handling.rb +24 -0
- data/app/controllers/katello/concerns/authorization/api/v2/content_views_controller.rb +2 -5
- data/app/controllers/katello/concerns/hosts_controller_extensions.rb +1 -1
- data/app/controllers/katello/concerns/registration_commands_controller_extensions.rb +1 -1
- data/app/helpers/katello/concerns/smart_proxy_helper_extensions.rb +5 -5
- data/app/helpers/katello/hosts_and_hostgroups_helper.rb +2 -2
- data/app/helpers/katello/katello_url_helper.rb +1 -1
- data/app/lib/actions/candlepin/product/content_create.rb +12 -1
- data/app/lib/actions/candlepin/product/content_update.rb +21 -4
- data/app/lib/actions/katello/activation_key/reassign.rb +4 -3
- data/app/lib/actions/katello/capsule_content/sync_capsule.rb +8 -3
- data/app/lib/actions/katello/capsule_content/update_content_counts.rb +21 -3
- data/app/lib/actions/katello/cdn_configuration/update.rb +1 -1
- data/app/lib/actions/katello/content_view/capsule_sync.rb +17 -1
- data/app/lib/actions/katello/content_view/incremental_updates.rb +1 -1
- data/app/lib/actions/katello/content_view/presenters/incremental_updates_presenter.rb +1 -1
- data/app/lib/actions/katello/content_view/remove.rb +8 -12
- data/app/lib/actions/katello/content_view_version/import.rb +1 -1
- data/app/lib/actions/katello/content_view_version/incremental_update.rb +2 -2
- data/app/lib/actions/katello/flatpak/scan_remote.rb +62 -0
- data/app/lib/actions/katello/host/hypervisors.rb +1 -1
- data/app/lib/actions/katello/product/content_create.rb +28 -19
- data/app/lib/actions/katello/product/content_destroy.rb +6 -5
- data/app/lib/actions/katello/product/destroy.rb +1 -1
- data/app/lib/actions/katello/repository/clone_contents.rb +14 -0
- data/app/lib/actions/katello/repository/create.rb +24 -17
- data/app/lib/actions/katello/repository/create_container_push_root.rb +44 -0
- data/app/lib/actions/katello/repository/create_root.rb +5 -14
- data/app/lib/actions/katello/repository/destroy.rb +3 -3
- data/app/lib/actions/katello/repository/discover.rb +1 -1
- data/app/lib/actions/katello/repository/finish_upload.rb +13 -0
- data/app/lib/actions/katello/repository/import_upload.rb +1 -1
- data/app/lib/actions/katello/repository/sync.rb +16 -0
- data/app/lib/actions/katello/repository/update.rb +11 -20
- data/app/lib/actions/katello/repository/upload_files.rb +1 -1
- data/app/lib/actions/katello/repository_set/enable_repository.rb +1 -1
- data/app/lib/actions/katello/repository_set/scan_cdn.rb +1 -1
- data/app/lib/actions/katello/upstream_subscriptions/bind_entitlement.rb +1 -1
- data/app/lib/actions/pulp3/capsule_content/sync.rb +1 -1
- data/app/lib/actions/pulp3/content_view/delete_repository_references.rb +6 -2
- data/app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb +1 -1
- data/app/lib/actions/pulp3/orchestration/repository/create.rb +6 -1
- data/app/lib/actions/pulp3/orchestration/repository/trigger_update_repo_cert_guard.rb +1 -1
- data/app/lib/actions/pulp3/repository/initialize.rb +17 -0
- data/app/lib/actions/pulp3/repository/refresh_distribution.rb +1 -1
- data/app/lib/katello/api/constraints/register_with_activation_key_constraint.rb +11 -0
- data/app/lib/katello/concerns/base_template_scope_extensions.rb +1 -1
- data/app/lib/katello/http_resource.rb +6 -6
- data/app/lib/katello/messaging/stomp_connection.rb +4 -4
- data/app/lib/katello/resources/candlepin/activation_key.rb +1 -1
- data/app/lib/katello/resources/candlepin/owner.rb +1 -1
- data/app/lib/katello/resources/candlepin/product.rb +1 -1
- data/app/lib/katello/resources/candlepin.rb +1 -1
- data/app/lib/katello/resources/cdn/katello_cdn.rb +3 -3
- data/app/lib/katello/resources/cdn.rb +1 -1
- data/app/lib/katello/resources/discovery/container.rb +5 -3
- data/app/lib/katello/resources/discovery/yum.rb +3 -1
- data/app/lib/katello/resources/registry.rb +0 -3
- data/app/lib/katello/util/candlepin_repository_checker.rb +2 -2
- data/app/lib/katello/util/cveak_migrator.rb +38 -0
- data/app/lib/katello/util/deb.rb +9 -0
- data/app/lib/katello/util/deduplication_migrator.rb +8 -8
- data/app/lib/katello/util/model.rb +2 -2
- data/app/lib/katello/util/search.rb +5 -5
- data/app/lib/katello/util/task_status.rb +19 -19
- data/app/lib/katello/util/url_matcher.rb +3 -3
- data/app/lib/katello/validators/content_view_environment_org_validator.rb +2 -1
- data/app/lib/katello/validators/katello_url_format_validator.rb +2 -2
- data/app/mailers/katello/errata_mailer.rb +1 -4
- data/app/models/katello/activation_key.rb +123 -27
- data/app/models/katello/alternate_content_source.rb +5 -5
- data/app/models/katello/authorization/activation_key.rb +1 -1
- data/app/models/katello/authorization/content_view_environment.rb +7 -0
- data/app/models/katello/cdn_configuration.rb +1 -1
- data/app/models/katello/concerns/content_facet_host_extensions.rb +24 -2
- data/app/models/katello/concerns/host_managed_extensions.rb +29 -22
- data/app/models/katello/concerns/organization_extensions.rb +4 -4
- data/app/models/katello/concerns/redhat_extensions.rb +1 -1
- data/app/models/katello/concerns/smart_proxy_extensions.rb +84 -39
- data/app/models/katello/content.rb +3 -3
- data/app/models/katello/content_view.rb +15 -18
- data/app/models/katello/content_view_environment.rb +56 -15
- data/app/models/katello/content_view_environment_activation_key.rb +20 -0
- data/app/models/katello/content_view_erratum_filter_rule.rb +1 -1
- data/app/models/katello/content_view_filter.rb +2 -2
- data/app/models/katello/content_view_history.rb +1 -1
- data/app/models/katello/content_view_repository.rb +1 -1
- data/app/models/katello/content_view_version.rb +3 -3
- data/app/models/katello/content_view_version_export_history.rb +2 -2
- data/app/models/katello/content_view_version_import_history.rb +1 -1
- data/app/models/katello/events/delete_latest_content_view_version.rb +1 -1
- data/app/models/katello/flatpak_remote.rb +11 -0
- data/app/models/katello/flatpak_remote_repository.rb +12 -0
- data/app/models/katello/flatpak_remote_repository_manifest.rb +10 -0
- data/app/models/katello/glue/candlepin/activation_key.rb +1 -1
- data/app/models/katello/glue/candlepin/candlepin_object.rb +1 -1
- data/app/models/katello/glue/candlepin/pool.rb +1 -1
- data/app/models/katello/glue/pulp/repos.rb +1 -1
- data/app/models/katello/host/content_facet.rb +33 -17
- data/app/models/katello/host/info_provider.rb +2 -4
- data/app/models/katello/host/subscription_facet.rb +3 -3
- data/app/models/katello/host_available_module_stream.rb +1 -1
- data/app/models/katello/installed_product.rb +2 -2
- data/app/models/katello/kt_environment.rb +11 -6
- data/app/models/katello/ping.rb +2 -3
- data/app/models/katello/repository.rb +40 -6
- data/app/models/katello/rhel_lifecycle_status.rb +10 -10
- data/app/models/katello/root_repository.rb +14 -18
- data/app/models/katello/task_status.rb +1 -1
- data/app/models/katello/upstream_pool.rb +2 -2
- data/app/presenters/katello/product_content_presenter.rb +2 -2
- data/app/presenters/katello/repository_presenter.rb +3 -3
- data/app/presenters/katello/sync_status_presenter.rb +3 -3
- data/app/services/cert/certs.rb +6 -2
- data/app/services/katello/candlepin_event_listener.rb +1 -1
- data/app/services/katello/event_monitor/poller_thread.rb +1 -1
- data/app/services/katello/event_queue.rb +1 -1
- data/app/services/katello/product_content_finder.rb +10 -10
- data/app/services/katello/product_content_importer.rb +1 -1
- data/app/services/katello/pulp3/alternate_content_source.rb +2 -2
- data/app/services/katello/pulp3/ansible_collection.rb +1 -1
- data/app/services/katello/pulp3/api/apt.rb +4 -0
- data/app/services/katello/pulp3/content.rb +1 -0
- data/app/services/katello/pulp3/content_view_version/export.rb +3 -10
- data/app/services/katello/pulp3/content_view_version/export_validator.rb +1 -1
- data/app/services/katello/pulp3/content_view_version/import.rb +2 -2
- data/app/services/katello/pulp3/content_view_version/import_gpg_keys.rb +1 -1
- data/app/services/katello/pulp3/content_view_version/importable_products.rb +2 -2
- data/app/services/katello/pulp3/content_view_version/importable_repositories.rb +4 -4
- data/app/services/katello/pulp3/content_view_version/metadata_generator.rb +2 -2
- data/app/services/katello/pulp3/deb.rb +35 -1
- data/app/services/katello/pulp3/docker_manifest.rb +1 -1
- data/app/services/katello/pulp3/docker_manifest_list.rb +6 -2
- data/app/services/katello/pulp3/docker_tag.rb +1 -1
- data/app/services/katello/pulp3/erratum.rb +2 -2
- data/app/services/katello/pulp3/file_unit.rb +1 -1
- data/app/services/katello/pulp3/generic_content_unit.rb +1 -1
- data/app/services/katello/pulp3/module_stream.rb +2 -2
- data/app/services/katello/pulp3/repository/ansible_collection.rb +1 -1
- data/app/services/katello/pulp3/repository/apt.rb +22 -16
- data/app/services/katello/pulp3/repository/docker.rb +2 -2
- data/app/services/katello/pulp3/repository/file.rb +1 -1
- data/app/services/katello/pulp3/repository/generic.rb +1 -1
- data/app/services/katello/pulp3/repository/yum.rb +7 -7
- data/app/services/katello/pulp3/repository.rb +15 -9
- data/app/services/katello/pulp3/repository_mirror.rb +3 -3
- data/app/services/katello/registration_manager.rb +23 -6
- data/app/services/katello/repository_type.rb +3 -3
- data/app/services/katello/smart_proxy_helper.rb +3 -3
- data/app/services/katello/ui_notifications/content_view/delete_latest_version_failure.rb +1 -1
- data/app/services/katello/ui_notifications/subscriptions/expire_soon.rb +3 -3
- data/app/services/katello/ui_notifications/subscriptions/manifest_expire_soon_warning.rb +3 -3
- data/app/services/katello/ui_notifications/task_notification.rb +2 -2
- data/app/services/katello/upstream_connection_checker.rb +1 -1
- 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/katello/api/v2/activation_keys/base.json.rabl +43 -8
- data/app/views/katello/api/v2/alternate_content_sources/base.json.rabl +1 -1
- data/app/views/katello/api/v2/capsule_content/sync_status.json.rabl +5 -5
- data/app/views/katello/api/v2/common/_metadata.json.rabl +1 -1
- data/app/views/katello/api/v2/content_credentials/show.json.rabl +1 -1
- data/app/views/katello/api/v2/content_facet/base.json.rabl +15 -6
- data/app/views/katello/api/v2/content_facet/show.json.rabl +1 -1
- data/app/views/katello/api/v2/content_view_environments/index.json.rabl +7 -0
- data/app/views/katello/api/v2/content_view_environments/show.json.rabl +33 -0
- data/app/views/katello/api/v2/content_view_filter_rules/show.json.rabl +1 -1
- data/app/views/katello/api/v2/content_view_filters/show.json.rabl +1 -1
- data/app/views/katello/api/v2/content_view_versions/base.json.rabl +3 -3
- data/app/views/katello/api/v2/content_views/base.json.rabl +4 -3
- data/app/views/katello/api/v2/content_views/show.json.rabl +1 -2
- data/app/views/katello/api/v2/debs/backend.json.rabl +7 -0
- data/app/views/katello/api/v2/debs/base.json.rabl +4 -0
- data/app/views/katello/api/v2/debs/show.json.rabl +2 -0
- data/app/views/katello/api/v2/docker_manifest_lists/show.json.rabl +1 -0
- data/app/views/katello/api/v2/docker_tags/_base.json.rabl +2 -2
- data/app/views/katello/api/v2/environments/show.json.rabl +4 -4
- data/app/views/katello/api/v2/gpg_keys/show.json.rabl +1 -1
- data/app/views/katello/api/v2/host_collections/base.json.rabl +1 -1
- data/app/views/katello/api/v2/hosts/base.json.rabl +2 -2
- data/app/views/katello/api/v2/package_groups/base.json.rabl +2 -2
- data/app/views/katello/api/v2/products/show.json.rabl +2 -2
- data/app/views/katello/api/v2/repositories/show.json.rabl +1 -1
- data/app/views/katello/api/v2/repository_sets/show.json.rabl +1 -1
- data/app/views/katello/api/v2/subscriptions/base.json.rabl +1 -1
- data/app/views/katello/api/v2/subscriptions/show.json.rabl +3 -3
- data/app/views/katello/api/v2/sync_plans/show.json.rabl +1 -1
- data/app/views/katello/sync_management/index.html.erb +2 -2
- data/config/initializers/inflections.rb +11 -0
- data/config/katello.yaml.example +4 -10
- data/config/routes/api/registry.rb +0 -2
- data/config/routes/api/rhsm.rb +1 -4
- data/config/routes/api/v2.rb +2 -3
- data/db/migrate/20140716211853_repo_rename_feed_to_url.rb +1 -1
- data/db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb +1 -1
- data/db/migrate/20150224083608_remove_docker_registry_url.rb +1 -1
- data/db/migrate/20160808002834_add_files.rb +1 -1
- data/db/migrate/20161014133811_move_content_view_version_description_to_histories.rb +1 -1
- data/db/migrate/20200818192230_update_system_purpose_status.rb +1 -1
- data/db/migrate/20201012172713_remove_gpg_key_perms.rb +1 -1
- data/db/migrate/20210322142311_add_auth_url_token_to_root_repositories.rb +1 -1
- data/db/migrate/20211220185935_clean_duplicate_content_units.rb +2 -2
- data/db/migrate/20230717150442_change_change_content_source_job_template_name.rb +1 -1
- data/db/migrate/20240207191223_remove_entitlement_mode_host_statuses.rb +1 -1
- data/db/migrate/20240508100434_add_content_id_to_katello_repository.rb +5 -0
- data/db/migrate/20240730163043_add_content_view_environment_activation_key.rb +87 -0
- data/db/migrate/20240806130902_add_more_deb_fields.rb +15 -0
- data/db/migrate/20240903194428_add_priority_to_content_view_environment_activation_key.rb +5 -0
- data/db/migrate/20241007200316_add_fields_to_katello_docker_manifest_list.rb +8 -0
- data/db/migrate/20241007212705_add_bootc_facts_to_content_facet.rb +27 -0
- data/db/migrate/20241025151105_remove_pulp3_migrated_hrefs_from_content_tables.rb +10 -0
- data/db/migrate/20241030181402_create_katello_flatpak_tables.rb +41 -0
- data/db/seeds.d/106-mail_notifications.rb +9 -9
- data/db/seeds.d/108-subcription-bookmarks.rb +1 -1
- data/db/seeds.d/109-katello-notification-blueprints.rb +21 -21
- data/db/seeds.d/110-content-view-autopublish.rb +5 -5
- data/db/seeds.d/111-container-image-bookmarks.rb +1 -1
- data/db/seeds.d/111-upgrade_tasks.rb +1 -1
- data/engines/bastion/app/assets/javascripts/bastion/i18n/i18n.module.js +4 -0
- data/engines/bastion/lib/bastion/engine.rb +1 -1
- data/engines/bastion/lib/bastion.rb +1 -1
- data/engines/bastion/vendor/assets/javascripts/bastion/angular-gettext/angular-gettext.js +5 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js +16 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html +29 -15
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html +13 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html +2 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-host-collections-modal.controller.js +2 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-host-collections-modal.html +4 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-host-modal-helper.service.js +0 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/debs.routes.js +9 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-dependencies.html +54 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-info.html +13 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb.html +8 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html +11 -0
- data/engines/bastion_katello/app/assets/stylesheets/bastion_katello/activation_keys.scss +1 -1
- data/engines/bastion_katello/lib/bastion_katello/engine.rb +1 -1
- data/lib/katello/engine.rb +17 -15
- data/lib/katello/permission_creator.rb +51 -49
- data/lib/katello/permissions/host_permissions.rb +4 -4
- data/lib/katello/permissions/organization_permissions.rb +4 -4
- data/lib/katello/permissions/registry_permissions.rb +1 -1
- data/lib/katello/permissions/roles_permissions.rb +1 -1
- data/lib/katello/permissions/user_permissions.rb +1 -1
- data/lib/katello/plugin.rb +14 -8
- data/lib/katello/repository_types/docker.rb +4 -2
- data/lib/katello/repository_types/ostree.rb +5 -3
- data/lib/katello/repository_types/python.rb +1 -1
- data/lib/katello/repository_types/yum.rb +2 -1
- data/lib/katello/scheduled_jobs.rb +1 -1
- data/lib/katello/tasks/migrate_structure_content_for_deb.rake +105 -0
- data/lib/katello/tasks/receptor/extract_orgs.rake +1 -1
- data/lib/katello/tasks/reimport.rake +1 -1
- data/lib/katello/tasks/repository.rake +19 -9
- data/lib/katello/tasks/upgrades/4.1/reupdate_content_import_export_perms.rake +1 -1
- data/lib/katello/tasks/upgrades/4.3/fix_url_auth.rake +1 -1
- data/lib/katello/version.rb +1 -1
- data/locale/action_names.rb +92 -1
- data/locale/bn/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn/katello.po +259 -28
- data/locale/bn_IN/katello.po +258 -27
- data/locale/ca/LC_MESSAGES/katello.mo +0 -0
- data/locale/ca/katello.po +258 -27
- data/locale/cs/katello.po +258 -30
- data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs_CZ/katello.po +258 -27
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- data/locale/de/katello.po +259 -28
- data/locale/de_AT/katello.po +258 -27
- data/locale/de_DE/katello.po +258 -27
- data/locale/el/LC_MESSAGES/katello.mo +0 -0
- data/locale/el/katello.po +258 -27
- data/locale/en/katello.po +258 -27
- data/locale/en_GB/katello.po +258 -27
- data/locale/en_US/katello.po +258 -27
- data/locale/es/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po +259 -28
- data/locale/et_EE/katello.po +258 -27
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po +259 -28
- data/locale/gl/katello.po +258 -27
- data/locale/gu/katello.po +258 -27
- data/locale/he_IL/katello.po +258 -27
- data/locale/hi/katello.po +258 -27
- data/locale/id/katello.po +258 -27
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +259 -28
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po +259 -28
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po +259 -28
- data/locale/katello.pot +1041 -696
- data/locale/kn/katello.po +258 -27
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po +259 -28
- data/locale/ml_IN/katello.po +258 -27
- data/locale/mr/katello.po +258 -27
- data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
- data/locale/nl_NL/katello.po +258 -27
- data/locale/or/katello.po +258 -27
- data/locale/pa/katello.po +258 -27
- data/locale/pl/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl/katello.po +258 -27
- data/locale/pl_PL/katello.po +258 -27
- data/locale/pt/katello.po +258 -27
- data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt_BR/katello.po +259 -28
- data/locale/ro/katello.po +258 -27
- data/locale/ro_RO/katello.po +258 -27
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +259 -28
- data/locale/sl/katello.po +258 -27
- data/locale/sv_SE/katello.po +258 -27
- data/locale/ta/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta/katello.po +259 -28
- data/locale/ta_IN/katello.po +258 -27
- data/locale/te/katello.po +258 -27
- data/locale/tr/katello.po +258 -27
- data/locale/vi/katello.po +258 -27
- data/locale/vi_VN/katello.po +258 -27
- data/locale/zh/katello.po +258 -27
- data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po +259 -28
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +259 -28
- data/vendor/assets/javascripts/katello/chosen.jquery.js +2 -2
- data/vendor/assets/javascripts/katello/jquery.ba-bbq.js +1 -1
- data/vendor/assets/javascripts/katello/jquery.hoverIntent.js +2 -2
- data/webpack/ForemanColumnExtensions/index.js +1 -1
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ContentViewDetailsCard.js +113 -86
- data/webpack/components/extensions/HostDetails/DetailsTabCards/HwPropertiesCard.js +7 -2
- data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js +31 -4
- data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +1 -1
- data/webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js +1 -7
- data/webpack/components/extensions/RegistrationCommands/helpers.js +15 -0
- data/webpack/components/extensions/RegistrationCommands/index.js +3 -9
- data/webpack/global_index.js +11 -4
- data/webpack/redux/actions/RedHatRepositories/helpers.js +8 -6
- data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.js +4 -0
- data/webpack/scenes/ActivationKeys/Details/components/CVEDetailsCard.js +37 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js +1 -2
- data/webpack/scenes/Hosts/ChangeContentSource/helpers.js +2 -8
- data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +22 -2
- data/webpack/scenes/SmartProxy/ExpandedSmartProxyRepositories.js +39 -20
- data/webpack/scenes/SmartProxy/SmartProxyContentActions.js +2 -1
- data/webpack/scenes/SmartProxy/SmartProxyExpandableTable.js +6 -4
- data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +62 -0
- data/webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js +6 -4
- data/webpack/scenes/Subscriptions/SubscriptionsPage.js +1 -1
- metadata +86 -76
- data/app/lib/katello/api/constraints/activation_key_constraint.rb +0 -7
- /data/app/lib/katello/{api → routing}/mapper_extensions.rb +0 -0
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.15.0.rc1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- N/A
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-11-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -86,40 +86,28 @@ dependencies:
|
|
86
86
|
requirements:
|
87
87
|
- - ">="
|
88
88
|
- !ruby/object:Gem::Version
|
89
|
-
version: 9.
|
90
|
-
- - "<"
|
91
|
-
- !ruby/object:Gem::Version
|
92
|
-
version: '10.0'
|
89
|
+
version: '9.1'
|
93
90
|
type: :runtime
|
94
91
|
prerelease: false
|
95
92
|
version_requirements: !ruby/object:Gem::Requirement
|
96
93
|
requirements:
|
97
94
|
- - ">="
|
98
95
|
- !ruby/object:Gem::Version
|
99
|
-
version: 9.
|
100
|
-
- - "<"
|
101
|
-
- !ruby/object:Gem::Version
|
102
|
-
version: '10.0'
|
96
|
+
version: '9.1'
|
103
97
|
- !ruby/object:Gem::Dependency
|
104
98
|
name: foreman_remote_execution
|
105
99
|
requirement: !ruby/object:Gem::Requirement
|
106
100
|
requirements:
|
107
101
|
- - ">="
|
108
102
|
- !ruby/object:Gem::Version
|
109
|
-
version:
|
110
|
-
- - "<"
|
111
|
-
- !ruby/object:Gem::Version
|
112
|
-
version: 14.0.0
|
103
|
+
version: 7.1.0
|
113
104
|
type: :runtime
|
114
105
|
prerelease: false
|
115
106
|
version_requirements: !ruby/object:Gem::Requirement
|
116
107
|
requirements:
|
117
108
|
- - ">="
|
118
109
|
- !ruby/object:Gem::Version
|
119
|
-
version:
|
120
|
-
- - "<"
|
121
|
-
- !ruby/object:Gem::Version
|
122
|
-
version: 14.0.0
|
110
|
+
version: 7.1.0
|
123
111
|
- !ruby/object:Gem::Dependency
|
124
112
|
name: dynflow
|
125
113
|
requirement: !ruby/object:Gem::Requirement
|
@@ -252,198 +240,180 @@ dependencies:
|
|
252
240
|
requirements:
|
253
241
|
- - ">="
|
254
242
|
- !ruby/object:Gem::Version
|
255
|
-
version: 3.
|
243
|
+
version: 3.63.1
|
256
244
|
- - "<"
|
257
245
|
- !ruby/object:Gem::Version
|
258
|
-
version: 3.
|
259
|
-
- - "!="
|
260
|
-
- !ruby/object:Gem::Version
|
261
|
-
version: 3.49.14
|
246
|
+
version: 3.64.0
|
262
247
|
type: :runtime
|
263
248
|
prerelease: false
|
264
249
|
version_requirements: !ruby/object:Gem::Requirement
|
265
250
|
requirements:
|
266
251
|
- - ">="
|
267
252
|
- !ruby/object:Gem::Version
|
268
|
-
version: 3.
|
253
|
+
version: 3.63.1
|
269
254
|
- - "<"
|
270
255
|
- !ruby/object:Gem::Version
|
271
|
-
version: 3.
|
272
|
-
- - "!="
|
273
|
-
- !ruby/object:Gem::Version
|
274
|
-
version: 3.49.14
|
256
|
+
version: 3.64.0
|
275
257
|
- !ruby/object:Gem::Dependency
|
276
258
|
name: pulp_file_client
|
277
259
|
requirement: !ruby/object:Gem::Requirement
|
278
260
|
requirements:
|
279
261
|
- - ">="
|
280
262
|
- !ruby/object:Gem::Version
|
281
|
-
version: 3.
|
263
|
+
version: 3.63.1
|
282
264
|
- - "<"
|
283
265
|
- !ruby/object:Gem::Version
|
284
|
-
version: 3.
|
285
|
-
- - "!="
|
286
|
-
- !ruby/object:Gem::Version
|
287
|
-
version: 3.49.14
|
266
|
+
version: 3.64.0
|
288
267
|
type: :runtime
|
289
268
|
prerelease: false
|
290
269
|
version_requirements: !ruby/object:Gem::Requirement
|
291
270
|
requirements:
|
292
271
|
- - ">="
|
293
272
|
- !ruby/object:Gem::Version
|
294
|
-
version: 3.
|
273
|
+
version: 3.63.1
|
295
274
|
- - "<"
|
296
275
|
- !ruby/object:Gem::Version
|
297
|
-
version: 3.
|
298
|
-
- - "!="
|
299
|
-
- !ruby/object:Gem::Version
|
300
|
-
version: 3.49.14
|
276
|
+
version: 3.64.0
|
301
277
|
- !ruby/object:Gem::Dependency
|
302
278
|
name: pulp_ansible_client
|
303
279
|
requirement: !ruby/object:Gem::Requirement
|
304
280
|
requirements:
|
305
281
|
- - ">="
|
306
282
|
- !ruby/object:Gem::Version
|
307
|
-
version: 0.
|
283
|
+
version: 0.22.2
|
308
284
|
- - "<"
|
309
285
|
- !ruby/object:Gem::Version
|
310
|
-
version: 0.
|
286
|
+
version: 0.23.0
|
311
287
|
type: :runtime
|
312
288
|
prerelease: false
|
313
289
|
version_requirements: !ruby/object:Gem::Requirement
|
314
290
|
requirements:
|
315
291
|
- - ">="
|
316
292
|
- !ruby/object:Gem::Version
|
317
|
-
version: 0.
|
293
|
+
version: 0.22.2
|
318
294
|
- - "<"
|
319
295
|
- !ruby/object:Gem::Version
|
320
|
-
version: 0.
|
296
|
+
version: 0.23.0
|
321
297
|
- !ruby/object:Gem::Dependency
|
322
298
|
name: pulp_container_client
|
323
299
|
requirement: !ruby/object:Gem::Requirement
|
324
300
|
requirements:
|
325
301
|
- - ">="
|
326
302
|
- !ruby/object:Gem::Version
|
327
|
-
version: 2.
|
303
|
+
version: 2.22.0
|
328
304
|
- - "<"
|
329
305
|
- !ruby/object:Gem::Version
|
330
|
-
version: 2.
|
306
|
+
version: 2.23.0
|
331
307
|
type: :runtime
|
332
308
|
prerelease: false
|
333
309
|
version_requirements: !ruby/object:Gem::Requirement
|
334
310
|
requirements:
|
335
311
|
- - ">="
|
336
312
|
- !ruby/object:Gem::Version
|
337
|
-
version: 2.
|
313
|
+
version: 2.22.0
|
338
314
|
- - "<"
|
339
315
|
- !ruby/object:Gem::Version
|
340
|
-
version: 2.
|
316
|
+
version: 2.23.0
|
341
317
|
- !ruby/object:Gem::Dependency
|
342
318
|
name: pulp_deb_client
|
343
319
|
requirement: !ruby/object:Gem::Requirement
|
344
320
|
requirements:
|
345
321
|
- - ">="
|
346
322
|
- !ruby/object:Gem::Version
|
347
|
-
version: 3.
|
323
|
+
version: 3.3.1
|
348
324
|
- - "<"
|
349
325
|
- !ruby/object:Gem::Version
|
350
|
-
version: 3.
|
326
|
+
version: 3.4.0
|
351
327
|
type: :runtime
|
352
328
|
prerelease: false
|
353
329
|
version_requirements: !ruby/object:Gem::Requirement
|
354
330
|
requirements:
|
355
331
|
- - ">="
|
356
332
|
- !ruby/object:Gem::Version
|
357
|
-
version: 3.
|
333
|
+
version: 3.3.1
|
358
334
|
- - "<"
|
359
335
|
- !ruby/object:Gem::Version
|
360
|
-
version: 3.
|
336
|
+
version: 3.4.0
|
361
337
|
- !ruby/object:Gem::Dependency
|
362
338
|
name: pulp_rpm_client
|
363
339
|
requirement: !ruby/object:Gem::Requirement
|
364
340
|
requirements:
|
365
341
|
- - ">="
|
366
342
|
- !ruby/object:Gem::Version
|
367
|
-
version: 3.
|
343
|
+
version: 3.27.2
|
368
344
|
- - "<"
|
369
345
|
- !ruby/object:Gem::Version
|
370
|
-
version: 3.
|
346
|
+
version: 3.28.0
|
371
347
|
type: :runtime
|
372
348
|
prerelease: false
|
373
349
|
version_requirements: !ruby/object:Gem::Requirement
|
374
350
|
requirements:
|
375
351
|
- - ">="
|
376
352
|
- !ruby/object:Gem::Version
|
377
|
-
version: 3.
|
353
|
+
version: 3.27.2
|
378
354
|
- - "<"
|
379
355
|
- !ruby/object:Gem::Version
|
380
|
-
version: 3.
|
356
|
+
version: 3.28.0
|
381
357
|
- !ruby/object:Gem::Dependency
|
382
358
|
name: pulp_certguard_client
|
383
359
|
requirement: !ruby/object:Gem::Requirement
|
384
360
|
requirements:
|
385
361
|
- - ">="
|
386
362
|
- !ruby/object:Gem::Version
|
387
|
-
version: 3.
|
363
|
+
version: 3.63.1
|
388
364
|
- - "<"
|
389
365
|
- !ruby/object:Gem::Version
|
390
|
-
version: 3.
|
391
|
-
- - "!="
|
392
|
-
- !ruby/object:Gem::Version
|
393
|
-
version: 3.49.14
|
366
|
+
version: 3.64.0
|
394
367
|
type: :runtime
|
395
368
|
prerelease: false
|
396
369
|
version_requirements: !ruby/object:Gem::Requirement
|
397
370
|
requirements:
|
398
371
|
- - ">="
|
399
372
|
- !ruby/object:Gem::Version
|
400
|
-
version: 3.
|
373
|
+
version: 3.63.1
|
401
374
|
- - "<"
|
402
375
|
- !ruby/object:Gem::Version
|
403
|
-
version: 3.
|
404
|
-
- - "!="
|
405
|
-
- !ruby/object:Gem::Version
|
406
|
-
version: 3.49.14
|
376
|
+
version: 3.64.0
|
407
377
|
- !ruby/object:Gem::Dependency
|
408
378
|
name: pulp_python_client
|
409
379
|
requirement: !ruby/object:Gem::Requirement
|
410
380
|
requirements:
|
411
381
|
- - ">="
|
412
382
|
- !ruby/object:Gem::Version
|
413
|
-
version: 3.
|
383
|
+
version: 3.12.5
|
414
384
|
- - "<"
|
415
385
|
- !ruby/object:Gem::Version
|
416
|
-
version: 3.
|
386
|
+
version: 3.13.0
|
417
387
|
type: :runtime
|
418
388
|
prerelease: false
|
419
389
|
version_requirements: !ruby/object:Gem::Requirement
|
420
390
|
requirements:
|
421
391
|
- - ">="
|
422
392
|
- !ruby/object:Gem::Version
|
423
|
-
version: 3.
|
393
|
+
version: 3.12.5
|
424
394
|
- - "<"
|
425
395
|
- !ruby/object:Gem::Version
|
426
|
-
version: 3.
|
396
|
+
version: 3.13.0
|
427
397
|
- !ruby/object:Gem::Dependency
|
428
398
|
name: pulp_ostree_client
|
429
399
|
requirement: !ruby/object:Gem::Requirement
|
430
400
|
requirements:
|
431
401
|
- - ">="
|
432
402
|
- !ruby/object:Gem::Version
|
433
|
-
version: 2.
|
403
|
+
version: 2.4.4
|
434
404
|
- - "<"
|
435
405
|
- !ruby/object:Gem::Version
|
436
|
-
version: 2.
|
406
|
+
version: 2.5.0
|
437
407
|
type: :runtime
|
438
408
|
prerelease: false
|
439
409
|
version_requirements: !ruby/object:Gem::Requirement
|
440
410
|
requirements:
|
441
411
|
- - ">="
|
442
412
|
- !ruby/object:Gem::Version
|
443
|
-
version: 2.
|
413
|
+
version: 2.4.4
|
444
414
|
- - "<"
|
445
415
|
- !ruby/object:Gem::Version
|
446
|
-
version: 2.
|
416
|
+
version: 2.5.0
|
447
417
|
- !ruby/object:Gem::Dependency
|
448
418
|
name: deface
|
449
419
|
requirement: !ruby/object:Gem::Requirement
|
@@ -478,6 +448,20 @@ dependencies:
|
|
478
448
|
- - "~>"
|
479
449
|
- !ruby/object:Gem::Version
|
480
450
|
version: 1.1.0
|
451
|
+
- !ruby/object:Gem::Dependency
|
452
|
+
name: theforeman-rubocop
|
453
|
+
requirement: !ruby/object:Gem::Requirement
|
454
|
+
requirements:
|
455
|
+
- - "~>"
|
456
|
+
- !ruby/object:Gem::Version
|
457
|
+
version: 0.1.0
|
458
|
+
type: :development
|
459
|
+
prerelease: false
|
460
|
+
version_requirements: !ruby/object:Gem::Requirement
|
461
|
+
requirements:
|
462
|
+
- - "~>"
|
463
|
+
- !ruby/object:Gem::Version
|
464
|
+
version: 0.1.0
|
481
465
|
description: Katello adds Content and Subscription Management to Foreman. For this
|
482
466
|
it relies on Candlepin and Pulp.
|
483
467
|
email:
|
@@ -648,6 +632,7 @@ files:
|
|
648
632
|
- app/controllers/katello/api/v2/content_imports_controller.rb
|
649
633
|
- app/controllers/katello/api/v2/content_uploads_controller.rb
|
650
634
|
- app/controllers/katello/api/v2/content_view_components_controller.rb
|
635
|
+
- app/controllers/katello/api/v2/content_view_environments_controller.rb
|
651
636
|
- app/controllers/katello/api/v2/content_view_filter_rules_controller.rb
|
652
637
|
- app/controllers/katello/api/v2/content_view_filters_controller.rb
|
653
638
|
- app/controllers/katello/api/v2/content_view_histories_controller.rb
|
@@ -700,6 +685,7 @@ files:
|
|
700
685
|
- app/controllers/katello/concerns/api/v2/hostgroups_controller_extensions.rb
|
701
686
|
- app/controllers/katello/concerns/api/v2/hosts_bulk_actions_controller_extensions.rb
|
702
687
|
- app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb
|
688
|
+
- app/controllers/katello/concerns/api/v2/multi_cv_params_handling.rb
|
703
689
|
- app/controllers/katello/concerns/api/v2/registration_commands_controller_extensions.rb
|
704
690
|
- app/controllers/katello/concerns/api/v2/registration_controller_extensions.rb
|
705
691
|
- app/controllers/katello/concerns/api/v2/repository_content_controller.rb
|
@@ -828,6 +814,7 @@ files:
|
|
828
814
|
- app/lib/actions/katello/content_view_version/verify_checksum.rb
|
829
815
|
- app/lib/actions/katello/environment/destroy.rb
|
830
816
|
- app/lib/actions/katello/environment/publish_container_repositories.rb
|
817
|
+
- app/lib/actions/katello/flatpak/scan_remote.rb
|
831
818
|
- app/lib/actions/katello/foreman/abstract.rb
|
832
819
|
- app/lib/actions/katello/foreman/content_update.rb
|
833
820
|
- app/lib/actions/katello/host/attach_subscriptions.rb
|
@@ -871,6 +858,7 @@ files:
|
|
871
858
|
- app/lib/actions/katello/repository/clone_to_environment.rb
|
872
859
|
- app/lib/actions/katello/repository/clone_to_version.rb
|
873
860
|
- app/lib/actions/katello/repository/create.rb
|
861
|
+
- app/lib/actions/katello/repository/create_container_push_root.rb
|
874
862
|
- app/lib/actions/katello/repository/create_root.rb
|
875
863
|
- app/lib/actions/katello/repository/destroy.rb
|
876
864
|
- app/lib/actions/katello/repository/discover.rb
|
@@ -994,6 +982,7 @@ files:
|
|
994
982
|
- app/lib/actions/pulp3/repository/delete_remote.rb
|
995
983
|
- app/lib/actions/pulp3/repository/delete_version.rb
|
996
984
|
- app/lib/actions/pulp3/repository/import_upload.rb
|
985
|
+
- app/lib/actions/pulp3/repository/initialize.rb
|
997
986
|
- app/lib/actions/pulp3/repository/multi_copy_content.rb
|
998
987
|
- app/lib/actions/pulp3/repository/multi_copy_units.rb
|
999
988
|
- app/lib/actions/pulp3/repository/presenters/abstract_sync_presenter.rb
|
@@ -1017,8 +1006,7 @@ files:
|
|
1017
1006
|
- app/lib/actions/pulp3/repository/upload_file.rb
|
1018
1007
|
- app/lib/actions/pulp3/repository/upload_tag.rb
|
1019
1008
|
- app/lib/katello/README
|
1020
|
-
- app/lib/katello/api/constraints/
|
1021
|
-
- app/lib/katello/api/mapper_extensions.rb
|
1009
|
+
- app/lib/katello/api/constraints/register_with_activation_key_constraint.rb
|
1022
1010
|
- app/lib/katello/api/v2/error_handling.rb
|
1023
1011
|
- app/lib/katello/api/v2/rendering.rb
|
1024
1012
|
- app/lib/katello/api/version2.rb
|
@@ -1061,10 +1049,13 @@ files:
|
|
1061
1049
|
- app/lib/katello/resources/discovery/container.rb
|
1062
1050
|
- app/lib/katello/resources/discovery/yum.rb
|
1063
1051
|
- app/lib/katello/resources/registry.rb
|
1052
|
+
- app/lib/katello/routing/mapper_extensions.rb
|
1064
1053
|
- app/lib/katello/util/candlepin_repository_checker.rb
|
1065
1054
|
- app/lib/katello/util/cdn_var_substitutor.rb
|
1055
|
+
- app/lib/katello/util/cveak_migrator.rb
|
1066
1056
|
- app/lib/katello/util/cvecf_migrator.rb
|
1067
1057
|
- app/lib/katello/util/data.rb
|
1058
|
+
- app/lib/katello/util/deb.rb
|
1068
1059
|
- app/lib/katello/util/deduplication_migrator.rb
|
1069
1060
|
- app/lib/katello/util/docker_manifest_clause_generator.rb
|
1070
1061
|
- app/lib/katello/util/errata.rb
|
@@ -1182,6 +1173,7 @@ files:
|
|
1182
1173
|
- app/models/katello/content_view_docker_filter.rb
|
1183
1174
|
- app/models/katello/content_view_docker_filter_rule.rb
|
1184
1175
|
- app/models/katello/content_view_environment.rb
|
1176
|
+
- app/models/katello/content_view_environment_activation_key.rb
|
1185
1177
|
- app/models/katello/content_view_environment_content_facet.rb
|
1186
1178
|
- app/models/katello/content_view_erratum_filter.rb
|
1187
1179
|
- app/models/katello/content_view_erratum_filter_rule.rb
|
@@ -1221,6 +1213,9 @@ files:
|
|
1221
1213
|
- app/models/katello/events/import_pool.rb
|
1222
1214
|
- app/models/katello/ext/label_from_name.rb
|
1223
1215
|
- app/models/katello/file_unit.rb
|
1216
|
+
- app/models/katello/flatpak_remote.rb
|
1217
|
+
- app/models/katello/flatpak_remote_repository.rb
|
1218
|
+
- app/models/katello/flatpak_remote_repository_manifest.rb
|
1224
1219
|
- app/models/katello/generic_content_unit.rb
|
1225
1220
|
- app/models/katello/glue.rb
|
1226
1221
|
- app/models/katello/glue/candlepin/activation_key.rb
|
@@ -1503,6 +1498,8 @@ files:
|
|
1503
1498
|
- app/views/katello/api/v2/content_facet/show.json.rabl
|
1504
1499
|
- app/views/katello/api/v2/content_view_components/index.json.rabl
|
1505
1500
|
- app/views/katello/api/v2/content_view_components/show.json.rabl
|
1501
|
+
- app/views/katello/api/v2/content_view_environments/index.json.rabl
|
1502
|
+
- app/views/katello/api/v2/content_view_environments/show.json.rabl
|
1506
1503
|
- app/views/katello/api/v2/content_view_filter_rules/index.json.rabl
|
1507
1504
|
- app/views/katello/api/v2/content_view_filter_rules/show.json.rabl
|
1508
1505
|
- app/views/katello/api/v2/content_view_filters/base.json.rabl
|
@@ -1524,6 +1521,7 @@ files:
|
|
1524
1521
|
- app/views/katello/api/v2/content_views/permissions.rabl
|
1525
1522
|
- app/views/katello/api/v2/content_views/show.json.rabl
|
1526
1523
|
- app/views/katello/api/v2/content_views/version.json.rabl
|
1524
|
+
- app/views/katello/api/v2/debs/backend.json.rabl
|
1527
1525
|
- app/views/katello/api/v2/debs/base.json.rabl
|
1528
1526
|
- app/views/katello/api/v2/debs/compare.json.rabl
|
1529
1527
|
- app/views/katello/api/v2/debs/index.json.rabl
|
@@ -2079,10 +2077,18 @@ files:
|
|
2079
2077
|
- db/migrate/20240207191223_remove_entitlement_mode_host_statuses.rb
|
2080
2078
|
- db/migrate/20240423112842_add_fields_to_katello_docker_manifest.rb
|
2081
2079
|
- db/migrate/20240502192021_change_katello_repository_rpms_id_seq_to_big_int.rb
|
2080
|
+
- db/migrate/20240508100434_add_content_id_to_katello_repository.rb
|
2082
2081
|
- db/migrate/20240520142245_add_container_push_props_to_repo.rb
|
2083
2082
|
- db/migrate/20240522165308_add_priority_to_content_view_environment_content_facet.rb
|
2084
2083
|
- db/migrate/20240621121212_katello_repository_debs_id_bigint.rb
|
2085
2084
|
- db/migrate/20240729192228_add_convert2rhel_to_host_facets.rb
|
2085
|
+
- db/migrate/20240730163043_add_content_view_environment_activation_key.rb
|
2086
|
+
- db/migrate/20240806130902_add_more_deb_fields.rb
|
2087
|
+
- db/migrate/20240903194428_add_priority_to_content_view_environment_activation_key.rb
|
2088
|
+
- db/migrate/20241007200316_add_fields_to_katello_docker_manifest_list.rb
|
2089
|
+
- db/migrate/20241007212705_add_bootc_facts_to_content_facet.rb
|
2090
|
+
- db/migrate/20241025151105_remove_pulp3_migrated_hrefs_from_content_tables.rb
|
2091
|
+
- db/migrate/20241030181402_create_katello_flatpak_tables.rb
|
2086
2092
|
- db/seeds.d/101-locations.rb
|
2087
2093
|
- db/seeds.d/102-organizations.rb
|
2088
2094
|
- db/seeds.d/104-proxy.rb
|
@@ -3993,6 +3999,7 @@ files:
|
|
3993
3999
|
- engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/deb-repositories.controller.js
|
3994
4000
|
- engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/deb.controller.js
|
3995
4001
|
- engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html
|
4002
|
+
- engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-dependencies.html
|
3996
4003
|
- engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-info.html
|
3997
4004
|
- engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
3998
4005
|
- engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb.html
|
@@ -4350,6 +4357,7 @@ files:
|
|
4350
4357
|
- lib/katello/tasks/import_subscriptions.rake
|
4351
4358
|
- lib/katello/tasks/jenkins.rake
|
4352
4359
|
- lib/katello/tasks/job_templates.rake
|
4360
|
+
- lib/katello/tasks/migrate_structure_content_for_deb.rake
|
4353
4361
|
- lib/katello/tasks/pulp2to3_migrate_deb_attributes.rake
|
4354
4362
|
- lib/katello/tasks/receptor/extract_orgs.rake
|
4355
4363
|
- lib/katello/tasks/refresh_alternate_content_sources.rake
|
@@ -4775,6 +4783,7 @@ files:
|
|
4775
4783
|
- webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js
|
4776
4784
|
- webpack/components/extensions/RegistrationCommands/fields/Force.js
|
4777
4785
|
- webpack/components/extensions/RegistrationCommands/fields/IgnoreSubmanErrors.js
|
4786
|
+
- webpack/components/extensions/RegistrationCommands/helpers.js
|
4778
4787
|
- webpack/components/extensions/RegistrationCommands/index.js
|
4779
4788
|
- webpack/components/extensions/SearchBar/SearchBarConstants.js
|
4780
4789
|
- webpack/components/extensions/SearchBar/SearchBarHooks.js
|
@@ -4872,6 +4881,7 @@ files:
|
|
4872
4881
|
- webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.scss
|
4873
4882
|
- webpack/scenes/ActivationKeys/Details/ActivationKeyDetailsSelectors.js
|
4874
4883
|
- webpack/scenes/ActivationKeys/Details/__tests__/activationKeyDetails.test.js
|
4884
|
+
- webpack/scenes/ActivationKeys/Details/components/CVEDetailsCard.js
|
4875
4885
|
- webpack/scenes/ActivationKeys/Details/components/DeleteMenu.js
|
4876
4886
|
- webpack/scenes/ActivationKeys/Details/components/DeleteModal.js
|
4877
4887
|
- webpack/scenes/ActivationKeys/Details/components/EditModal.js
|
@@ -5451,9 +5461,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
5451
5461
|
version: '4'
|
5452
5462
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
5453
5463
|
requirements:
|
5454
|
-
- - "
|
5464
|
+
- - ">"
|
5455
5465
|
- !ruby/object:Gem::Version
|
5456
|
-
version:
|
5466
|
+
version: 1.3.1
|
5457
5467
|
requirements: []
|
5458
5468
|
rubygems_version: 3.2.33
|
5459
5469
|
signing_key:
|
File without changes
|