katello 4.2.1 → 4.3.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of katello might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/assets/javascripts/katello/common/katello.common.js +0 -67
- data/app/assets/javascripts/katello/common/katello.js +0 -27
- data/app/assets/javascripts/katello/common/vendor.js +0 -1
- data/app/assets/stylesheets/katello/katello.scss +0 -1
- data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +10 -2
- data/app/controllers/katello/api/v2/api_controller.rb +35 -9
- data/app/controllers/katello/api/v2/capsule_content_controller.rb +16 -2
- data/app/controllers/katello/api/v2/content_view_components_controller.rb +22 -1
- data/app/controllers/katello/api/v2/content_view_filters_controller.rb +65 -1
- data/app/controllers/katello/api/v2/content_view_versions_controller.rb +5 -1
- data/app/controllers/katello/api/v2/content_views_controller.rb +13 -6
- data/app/controllers/katello/api/v2/debs_controller.rb +74 -1
- data/app/controllers/katello/api/v2/errata_controller.rb +13 -10
- data/app/controllers/katello/api/v2/file_units_controller.rb +1 -0
- data/app/controllers/katello/api/v2/generic_content_units_controller.rb +1 -1
- data/app/controllers/katello/api/v2/host_errata_controller.rb +46 -5
- data/app/controllers/katello/api/v2/host_tracer_controller.rb +2 -1
- data/app/controllers/katello/api/v2/module_streams_controller.rb +4 -0
- data/app/controllers/katello/api/v2/organizations_controller.rb +22 -7
- data/app/controllers/katello/api/v2/products_bulk_actions_controller.rb +1 -1
- data/app/controllers/katello/api/v2/repositories_controller.rb +36 -19
- data/app/controllers/katello/api/v2/subscriptions_controller.rb +0 -8
- data/app/controllers/katello/api/v2/upstream_subscriptions_controller.rb +5 -1
- data/app/controllers/katello/concerns/api/v2/bulk_extensions.rb +40 -0
- data/app/controllers/katello/concerns/api/v2/host_errata_extensions.rb +4 -31
- data/app/controllers/katello/concerns/api/v2/registration_controller_extensions.rb +1 -1
- data/app/controllers/katello/concerns/api/v2/repository_content_controller.rb +1 -1
- data/app/helpers/katello/concerns/smart_proxy_helper_extensions.rb +2 -6
- data/app/helpers/katello/katello_url_helper.rb +1 -1
- data/app/lib/actions/candlepin/abstract_async_task.rb +6 -3
- data/app/lib/actions/candlepin/async_hypervisors.rb +12 -8
- data/app/lib/actions/katello/applicability/hosts/bulk_generate.rb +10 -1
- data/app/lib/actions/katello/capsule_content/sync_capsule.rb +3 -3
- data/app/lib/actions/katello/cdn_configuration/update.rb +38 -0
- data/app/lib/actions/katello/content_view/remove.rb +18 -7
- data/app/lib/actions/katello/content_view_version/destroy.rb +2 -2
- data/app/lib/actions/katello/content_view_version/republish_repositories.rb +1 -1
- data/app/lib/actions/katello/repository/clone_contents.rb +1 -2
- data/app/lib/actions/katello/repository/destroy.rb +21 -5
- data/app/lib/actions/katello/repository/fetch_pxe_files.rb +1 -1
- data/app/lib/actions/katello/repository/finish_upload.rb +1 -1
- data/app/lib/actions/katello/repository/import_upload.rb +1 -1
- data/app/lib/actions/katello/repository/index_content.rb +19 -6
- data/app/lib/actions/katello/repository/metadata_generate.rb +2 -0
- data/app/lib/actions/katello/repository/multi_clone_contents.rb +1 -1
- data/app/lib/actions/katello/repository/remove_content.rb +1 -1
- data/app/lib/actions/katello/repository/sync.rb +3 -7
- data/app/lib/actions/katello/repository_set/scan_cdn.rb +0 -4
- data/app/lib/actions/middleware/record_smart_proxy_sync_history.rb +1 -1
- data/app/lib/actions/pulp/orphan_cleanup/remove_unneeded_repos.rb +1 -1
- data/app/lib/actions/pulp/repository/clear.rb +1 -1
- data/app/lib/actions/pulp3/abstract_async_task.rb +10 -1
- data/app/lib/actions/pulp3/capsule_content/generate_metadata.rb +13 -18
- data/app/lib/actions/pulp3/capsule_content/refresh_distribution.rb +1 -11
- data/app/lib/actions/pulp3/content_view_version/create_export_history.rb +1 -1
- data/app/lib/actions/pulp3/orchestration/repository/generate_metadata.rb +3 -1
- data/app/lib/actions/pulp3/orchestration/repository/import_upload.rb +25 -42
- data/app/lib/actions/pulp3/orchestration/repository/sync.rb +8 -1
- data/app/lib/actions/pulp3/orchestration/repository/upload_content.rb +3 -3
- data/app/lib/actions/pulp3/repository/commit_upload.rb +1 -1
- data/app/lib/actions/pulp3/repository/import_upload.rb +8 -4
- data/app/lib/actions/pulp3/repository/multi_copy_content.rb +1 -1
- data/app/lib/actions/pulp3/repository/multi_copy_units.rb +1 -1
- data/app/lib/actions/pulp3/repository/presenters/abstract_sync_presenter.rb +18 -0
- data/app/lib/actions/pulp3/repository/presenters/content_unit_presenter.rb +7 -2
- data/app/lib/actions/pulp3/repository/presenters/repair_presenter.rb +6 -1
- data/app/lib/actions/pulp3/repository/save_artifact.rb +14 -4
- data/app/lib/katello/errors.rb +2 -0
- data/app/lib/katello/resources/candlepin/consumer.rb +0 -20
- data/app/lib/katello/resources/candlepin/proxy.rb +8 -2
- data/app/lib/katello/resources/candlepin/upstream_consumer.rb +2 -0
- data/app/lib/katello/resources/cdn/katello_cdn.rb +68 -0
- data/app/lib/katello/resources/cdn.rb +61 -29
- data/app/lib/katello/util/cdn_var_substitutor.rb +15 -9
- data/app/lib/katello/util/package.rb +22 -0
- data/app/lib/katello/util/path_with_substitutions.rb +12 -14
- data/app/models/katello/activation_key.rb +10 -0
- data/app/models/katello/ansible_collection.rb +1 -1
- data/app/models/katello/authorization/repository.rb +4 -4
- data/app/models/katello/candlepin/repository_mapper.rb +5 -1
- data/app/models/katello/cdn_configuration.rb +32 -0
- data/app/models/katello/concerns/content_facet_host_extensions.rb +40 -0
- data/app/models/katello/concerns/host_managed_extensions.rb +28 -2
- data/app/models/katello/concerns/hostgroup_extensions.rb +1 -1
- data/app/models/katello/concerns/organization_extensions.rb +3 -1
- data/app/models/katello/concerns/pulp_database_unit.rb +15 -5
- data/app/models/katello/concerns/remote_execution_provider_extensions.rb +9 -0
- data/app/models/katello/concerns/setting_extensions.rb +1 -1
- data/app/models/katello/concerns/smart_proxy_extensions.rb +4 -3
- data/app/models/katello/content_credential.rb +4 -0
- data/app/models/katello/content_facet_applicable_deb.rb +7 -0
- data/app/models/katello/content_view.rb +24 -1
- data/app/models/katello/content_view_component.rb +4 -0
- data/app/models/katello/content_view_erratum_filter.rb +2 -0
- data/app/models/katello/content_view_filter.rb +1 -1
- data/app/models/katello/content_view_package_filter_rule.rb +2 -1
- data/app/models/katello/content_view_version.rb +30 -1
- data/app/models/katello/deb.rb +71 -0
- data/app/models/katello/erratum.rb +13 -1
- data/app/models/katello/generic_content_unit.rb +3 -1
- data/app/models/katello/glue/pulp/repos.rb +2 -2
- data/app/models/katello/host/content_facet.rb +23 -2
- data/app/models/katello/host/subscription_facet.rb +1 -1
- data/app/models/katello/host_tracer.rb +21 -2
- data/app/models/katello/installed_deb.rb +1 -1
- data/app/models/katello/module_stream.rb +4 -0
- data/app/models/katello/ping.rb +20 -4
- data/app/models/katello/product.rb +7 -5
- data/app/models/katello/provider.rb +1 -24
- data/app/models/katello/repository.rb +37 -10
- data/app/models/katello/root_repository.rb +28 -14
- data/app/models/setting/content.rb +8 -13
- data/app/services/katello/applicability/applicable_content_helper.rb +20 -0
- data/app/services/katello/organization_creator.rb +8 -0
- data/app/services/katello/pulp3/api/ansible_collection.rb +0 -40
- data/app/services/katello/pulp3/api/apt.rb +0 -47
- data/app/services/katello/pulp3/api/content_guard.rb +1 -1
- data/app/services/katello/pulp3/api/core.rb +28 -23
- data/app/services/katello/pulp3/api/docker.rb +0 -50
- data/app/services/katello/pulp3/api/file.rb +0 -48
- data/app/services/katello/pulp3/api/generic.rb +1 -44
- data/app/services/katello/pulp3/api/yum.rb +4 -44
- data/app/services/katello/pulp3/generic_content_unit.rb +8 -4
- data/app/services/katello/pulp3/repository/ansible_collection.rb +4 -0
- data/app/services/katello/pulp3/repository/apt.rb +3 -3
- data/app/services/katello/pulp3/repository/generic.rb +10 -65
- data/app/services/katello/pulp3/repository/yum.rb +10 -0
- data/app/services/katello/pulp3/repository.rb +47 -21
- data/app/services/katello/pulp3/repository_mirror.rb +30 -11
- data/app/services/katello/pulp3/rpm.rb +2 -32
- data/app/services/katello/pulp3/smart_proxy_mirror_repository.rb +7 -8
- data/app/services/katello/pulp3/smart_proxy_repository.rb +1 -1
- data/app/services/katello/registration_manager.rb +2 -0
- data/app/services/katello/repository_type.rb +103 -15
- data/app/services/katello/repository_type_manager.rb +14 -8
- data/app/services/katello/ui_notifications/subscriptions/manifest_expired_warning.rb +1 -1
- data/app/services/katello/upstream_connection_checker.rb +1 -0
- data/app/views/foreman/job_templates/resolve_traces.erb +25 -0
- data/app/views/foreman/job_templates/resolve_traces_-_katello_ansible_default.erb +28 -0
- data/app/views/katello/api/v2/capsule_content/sync_status.json.rabl +1 -1
- data/app/views/katello/api/v2/common/_metadata.json.rabl +1 -0
- data/app/views/katello/api/v2/content_facet/base.json.rabl +3 -1
- data/app/views/katello/api/v2/content_facet/show.json.rabl +2 -1
- data/app/views/katello/api/v2/content_view_components/show.json.rabl +4 -0
- data/app/views/katello/api/v2/content_view_versions/base.json.rabl +7 -0
- data/app/views/katello/api/v2/content_views/base.json.rabl +12 -8
- data/app/views/katello/api/v2/content_views/index.json.rabl +1 -0
- data/app/views/katello/api/v2/content_views/permissions.rabl +8 -0
- data/app/views/katello/api/v2/debs/base.json.rabl +5 -0
- data/app/views/katello/api/v2/errata/index.json.rabl +4 -0
- data/app/views/katello/api/v2/generic_content_units/base.json.rabl +2 -0
- data/app/views/katello/api/v2/generic_content_units/show.json.rabl +7 -0
- data/app/views/katello/api/v2/host_tracer/base.json.rabl +1 -0
- data/app/views/katello/api/v2/module_streams/index.json.rabl +4 -0
- data/app/views/katello/api/v2/organizations/cdn_configuration.rabl +1 -0
- data/app/views/katello/api/v2/organizations/show.json.rabl +7 -0
- data/app/views/katello/api/v2/repositories/base.json.rabl +10 -17
- data/app/views/overrides/activation_keys/_host_synced_content_select.html.erb +2 -6
- data/config/routes/api/v2.rb +13 -0
- data/config/routes/overrides.rb +2 -0
- data/config/routes.rb +14 -2
- data/db/migrate/20140110000001_update_environments_add_katello_id.rb +1 -3
- data/db/migrate/20140610154745_content_view_puppet_environment_id.rb +0 -35
- data/db/migrate/20190802112101_add_applicable_debs.rb +16 -0
- data/db/migrate/20210201163238_migrate_background_download_policy_to_migrate.rb +2 -2
- data/db/migrate/20210909140337_add_last_indexed_to_repos.rb +5 -0
- data/db/migrate/20210910190324_move_background_settings_to_immediate.rb +25 -0
- data/db/migrate/20211006161617_add_filename_to_katello_generic_content_units.rb +5 -0
- data/db/migrate/20211019192121_create_cdn_configuration.katello.rb +30 -0
- data/db/migrate/20211025181315_add_additional_metadata_to_katello_generic_content_units.rb +5 -0
- data/engines/bastion/README.md +15 -0
- data/engines/bastion/app/assets/javascripts/bastion/components/nutupane.factory.js +2 -2
- data/engines/bastion/config/routes.rb +2 -0
- data/engines/bastion/vendor/assets/javascripts/bastion/angular/angular.js +3 -3
- data/engines/bastion/vendor/assets/javascripts/bastion/angular-sanitize/angular-sanitize.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/bastion_katello.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/registration.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-applicable.controller.js +44 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs.controller.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html +70 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts.routes.js +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html +5 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +25 -9
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/content-views.routes.js +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-versions.html +0 -9
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/debs.controller.js +22 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/debs.routes.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/deb.controller.js +22 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-info.html +36 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb.html +4 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/views/debs.html +31 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/generic-content/generic-content.factory.js +21 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/generic-content/generic-content.module.js +17 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/package.controller.js +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/views/package-info.html +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/product-repositories.controller.js +6 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-info.controller.js +30 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-info.filter.js +1 -13
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js +32 -9
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details.controller.js +15 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html +32 -19
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html +28 -28
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-generic-content.html +57 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +46 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html +57 -27
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/repositories.module.js +1 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/repositories.routes.js +16 -7
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/repository-types.service.js +30 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/repository.factory.js +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html +8 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-details-info.controller.js +6 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-info.html +1 -1
- data/engines/bastion_katello/lib/bastion_katello/engine.rb +1 -1
- data/lib/katello/engine.rb +0 -1
- data/lib/katello/permission_creator.rb +4 -3
- data/lib/katello/permissions/host_permissions.rb +1 -0
- data/lib/katello/permissions/organization_permissions.rb +2 -1
- data/lib/katello/plugin.rb +15 -11
- data/lib/katello/repository_types/ansible_collection.rb +13 -1
- data/lib/katello/repository_types/deb.rb +13 -0
- data/lib/katello/repository_types/docker.rb +13 -1
- data/lib/katello/repository_types/file.rb +13 -0
- data/lib/katello/repository_types/ostree.rb +48 -4
- data/lib/katello/repository_types/python.rb +26 -12
- data/lib/katello/repository_types/yum.rb +16 -1
- data/lib/katello/tasks/repository.rake +3 -12
- data/lib/katello/tasks/reset.rake +4 -5
- data/lib/katello/version.rb +1 -1
- data/package.json +3 -2
- data/webpack/__mocks__/react-intl/index.js +4 -0
- data/webpack/components/ActionableDetail.js +23 -3
- data/webpack/components/AddedStatusLabel.js +1 -1
- data/webpack/components/Bookmark/AddBookmarkModal.js +96 -0
- data/webpack/components/Bookmark/Bookmark.scss +28 -0
- data/webpack/components/Bookmark/BookmarkActions.js +24 -0
- data/webpack/components/Bookmark/BookmarkConstants.js +3 -0
- data/webpack/components/Bookmark/BookmarkSelectors.js +15 -0
- data/webpack/components/Bookmark/index.js +94 -0
- data/webpack/components/EditableSwitch.js +6 -1
- data/webpack/components/EditableTextInput/EditableTextInput.js +41 -13
- data/webpack/components/Errata/index.js +69 -0
- data/webpack/components/ErratumTypeLabel.js +31 -0
- data/webpack/components/Loading.js +5 -2
- data/webpack/components/RoutedTabs/__tests__/RoutedTabs.test.js +5 -11
- data/webpack/components/RoutedTabs/index.js +77 -2
- data/webpack/components/Search/Search.js +67 -80
- data/webpack/components/Search/__tests__/search.test.js +8 -26
- data/webpack/components/SelectAllCheckbox/SelectAllCheckbox.scss +3 -0
- data/webpack/components/SelectAllCheckbox/index.js +126 -0
- data/webpack/components/SelectableDropdown/SelectableDropdown.js +7 -2
- data/webpack/components/Table/EmptyStateMessage.js +38 -17
- data/webpack/components/Table/MainTable.js +49 -10
- data/webpack/components/Table/MainTable.scss +11 -0
- data/webpack/components/Table/PageControls.js +45 -0
- data/webpack/components/Table/TableHooks.js +230 -0
- data/webpack/components/Table/TableWrapper.js +221 -50
- data/webpack/components/Table/helpers.js +17 -0
- data/webpack/components/TypeAhead/TypeAhead.js +74 -58
- data/webpack/components/TypeAhead/pf4Search/TypeAheadInput.js +25 -10
- data/webpack/components/TypeAhead/pf4Search/TypeAheadInput.scss +9 -8
- data/webpack/components/TypeAhead/pf4Search/TypeAheadItems.js +2 -2
- data/webpack/components/TypeAhead/pf4Search/TypeAheadSearch.js +32 -22
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard.js +101 -0
- data/webpack/components/extensions/HostDetails/Cards/__tests__/contentViewDetailsCard.test.js +53 -0
- data/webpack/components/extensions/HostDetails/HostErrata/HostErrataActions.js +47 -0
- data/webpack/components/extensions/HostDetails/HostErrata/HostErrataConstants.js +32 -0
- data/webpack/components/extensions/HostDetails/HostErrata/HostErrataSelectors.js +16 -0
- data/webpack/components/extensions/HostDetails/Tabs/ContentTab/EmptyPage.js +19 -0
- data/webpack/components/extensions/HostDetails/Tabs/ContentTab/SecondaryTabsRoutes.js +17 -0
- data/webpack/components/extensions/HostDetails/Tabs/ContentTab/constants.js +7 -0
- data/webpack/components/extensions/HostDetails/Tabs/ContentTab/helpers.js +3 -0
- data/webpack/components/extensions/HostDetails/Tabs/ContentTab/index.js +40 -0
- data/webpack/components/extensions/HostDetails/Tabs/EnableTracerEmptyState.js +42 -0
- data/webpack/components/extensions/HostDetails/Tabs/EnableTracerModal.js +118 -0
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab.js +347 -0
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab.scss +16 -0
- data/webpack/components/extensions/HostDetails/Tabs/ErratumExpansionContents.js +60 -0
- data/webpack/components/extensions/HostDetails/Tabs/ErratumExpansionDetail.js +69 -0
- data/webpack/components/extensions/HostDetails/Tabs/HostTracesActions.js +19 -0
- data/webpack/components/extensions/HostDetails/Tabs/HostTracesConstants.js +2 -0
- data/webpack/components/extensions/HostDetails/Tabs/HostTracesSelectors.js +19 -0
- data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionActions.js +56 -0
- data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionConstants.js +5 -0
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab.js +188 -0
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab.scss +12 -0
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/errata.fixtures.json +67 -0
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/errataTab.test.js +785 -0
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/resolveTraces.fixtures.json +35 -0
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/tracerEmptyTraceResults.fixtures.json +7 -0
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/tracerEnableJobInvocation.fixtures.json +35 -0
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/traces.fixtures.json +44 -0
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/tracesTab.test.js +386 -0
- data/webpack/components/extensions/HostDetails/Tabs/customizedRexUrlHelpers.js +20 -0
- data/webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js +1 -1
- data/webpack/components/extensions/RegistrationCommands/index.js +1 -1
- data/webpack/components/pf3Table/components/Table.js +1 -1
- data/webpack/components/pf3Table/components/__snapshots__/Table.test.js.snap +3 -3
- data/webpack/containers/Application/Routes.js +3 -3
- data/webpack/containers/Application/config.js +21 -6
- data/webpack/containers/Application/overrides.scss +34 -3
- data/webpack/{fills_index.js → global_index.js} +11 -2
- data/webpack/global_test_setup.js +6 -1
- data/webpack/redux/actions/RedHatRepositories/helpers.js +4 -4
- data/webpack/scenes/AnsibleCollections/AnsibleCollectionsTableSchema.js +1 -1
- data/webpack/scenes/Content/ContentActions.js +31 -0
- data/webpack/scenes/Content/ContentConfig.js +138 -0
- data/webpack/scenes/Content/ContentConstants.js +7 -0
- data/webpack/scenes/Content/ContentPage.js +89 -0
- data/webpack/scenes/Content/ContentSelectors.js +43 -0
- data/webpack/scenes/Content/Details/ContentCounts.js +42 -0
- data/webpack/scenes/Content/Details/ContentDetails.js +66 -0
- data/webpack/scenes/Content/Details/ContentInfo.js +60 -0
- data/webpack/scenes/Content/Details/ContentRepositories.js +78 -0
- data/webpack/scenes/Content/Details/__tests__/ansibleCollectionDetails.fixtures.json +20 -0
- data/webpack/scenes/Content/Details/__tests__/ansibleCollectionRepositoryDetails.fixtures.json +71 -0
- data/webpack/scenes/Content/Details/__tests__/contentDetail.test.js +152 -0
- data/webpack/scenes/Content/Details/__tests__/pythonPackageDetails.fixtures.json +20 -0
- data/webpack/scenes/Content/Details/__tests__/pythonPackageRepositoryDetails.fixtures.json +71 -0
- data/webpack/scenes/Content/Details/index.js +4 -0
- data/webpack/scenes/Content/Table/ContentTable.js +90 -0
- data/webpack/scenes/Content/Table/index.js +3 -0
- data/webpack/scenes/Content/__tests__/ansibleCollections.fixtures.json +50 -0
- data/webpack/scenes/Content/__tests__/contentTable.test.js +89 -0
- data/webpack/scenes/Content/__tests__/contentTypes.fixtures.json +66 -0
- data/webpack/scenes/Content/__tests__/pythonPackages.fixtures.json +30 -0
- data/webpack/scenes/Content/index.js +4 -0
- data/webpack/scenes/ContentViews/ContentViewSelectors.js +5 -6
- data/webpack/scenes/ContentViews/ContentViewsActions.js +13 -8
- data/webpack/scenes/ContentViews/ContentViewsConstants.js +31 -4
- data/webpack/scenes/ContentViews/ContentViewsPage.js +4 -0
- data/webpack/scenes/ContentViews/Copy/CopyContentViewForm.js +19 -7
- data/webpack/scenes/ContentViews/Copy/CopyContentViewModal.js +7 -5
- data/webpack/scenes/ContentViews/Copy/__tests__/copyContentView.test.js +1 -1
- data/webpack/scenes/ContentViews/Create/CreateContentViewForm.js +7 -3
- data/webpack/scenes/ContentViews/Create/__tests__/createContentView.test.js +1 -2
- data/webpack/scenes/ContentViews/Delete/CVDeleteContext.js +4 -0
- data/webpack/scenes/ContentViews/Delete/ContentViewDeleteWizard.js +170 -0
- data/webpack/scenes/ContentViews/Delete/Steps/CVDeleteEnvironmentsSelection.js +108 -0
- data/webpack/scenes/ContentViews/Delete/Steps/CVDeletionFinish.js +69 -0
- data/webpack/scenes/ContentViews/Delete/Steps/CVDeletionReassignActivationKeysForm.js +121 -0
- data/webpack/scenes/ContentViews/Delete/Steps/CVDeletionReassignHostsForm.js +120 -0
- data/webpack/scenes/ContentViews/Delete/Steps/CVDeletionReview.js +62 -0
- data/webpack/scenes/ContentViews/Delete/Steps/CVEnvironmentSelectionForm.scss +4 -0
- data/webpack/scenes/ContentViews/Delete/__tests__/CvData.fixtures.json +259 -0
- data/webpack/scenes/ContentViews/Delete/__tests__/affectedHosts.fixtures.json +155 -0
- data/webpack/scenes/ContentViews/Delete/__tests__/contentViewDelete.test.js +241 -0
- data/webpack/scenes/ContentViews/Delete/__tests__/cvDetails.fixtures.json +248 -0
- data/webpack/scenes/ContentViews/Delete/__tests__/cvVersionsData.fixtures.json +865 -0
- data/webpack/scenes/ContentViews/Delete/__tests__/envPathData.fixtures.json +424 -0
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js +15 -7
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js +123 -0
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentEnvironments.js +1 -1
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentVersion.js +8 -5
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +109 -51
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.fixtures.json +21 -6
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.test.js +80 -16
- data/webpack/scenes/ContentViews/Details/ContentViewDetailActions.js +248 -3
- data/webpack/scenes/ContentViews/Details/ContentViewDetailSelectors.js +141 -0
- data/webpack/scenes/ContentViews/Details/ContentViewDetails.js +36 -54
- data/webpack/scenes/ContentViews/Details/ContentViewInfo.js +20 -4
- data/webpack/scenes/ContentViews/Details/Filters/Add/CVFilterAddModal.js +63 -38
- data/webpack/scenes/ContentViews/Details/Filters/Add/__tests__/cvFilterAdd.test.js +3 -4
- data/webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositorySelection.js +65 -0
- data/webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositoryTable.js +260 -0
- data/webpack/scenes/ContentViews/Details/Filters/ArtifactsWithNoErrata.js +54 -0
- data/webpack/scenes/ContentViews/Details/Filters/CVContainerImageFilterContent.js +202 -0
- data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +291 -0
- data/webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js +441 -0
- data/webpack/scenes/ContentViews/Details/Filters/CVFilterDetailType.js +62 -3
- data/webpack/scenes/ContentViews/Details/Filters/CVModuleStreamFilterContent.js +302 -0
- data/webpack/scenes/ContentViews/Details/Filters/CVPackageGroupFilterContent.js +186 -23
- data/webpack/scenes/ContentViews/Details/Filters/CVRpmFilterContent.js +144 -19
- data/webpack/scenes/ContentViews/Details/Filters/ContentType.js +2 -0
- data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilterDetails.js +44 -13
- data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilterDetailsHeader.js +81 -17
- data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilters.js +43 -43
- data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/CVRpmMatchContentModal.js +96 -0
- data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/__tests__/CVRpmMatchContent.fixtures.json +166 -0
- data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/__tests__/CVRpmMatchContentModal.test.js +90 -0
- data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/__tests__/CVRpmMatchContentSearch.fixtures.json +33 -0
- data/webpack/scenes/ContentViews/Details/Filters/Rules/ContainerTag/AddEditContainerTagRuleModal.js +91 -0
- data/webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js +237 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVContainerImageFilterContent.fixtures.json +42 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVContainerImageFilterContent.test.js +265 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVRpmFilterContent.test.js +218 -11
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/ContentViewPackageGroupFilter.test.js +517 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/allFilterErrata.fixtures.json +122 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/allFilterModulesStreams.fixtures.json +60 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewErrataByDateDetails.fixtures.json +359 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilterDetail.fixtures.json +88 -102
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilterDetails.test.js +34 -9
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilters.fixtures.json +148 -132
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilters.test.js +25 -7
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvAllRepos.fixtures.json +150 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataDateFilterContent.test.js +74 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataIDFilter.test.js +404 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErratumFilterDetails.fixtures.json +89 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvFilterDetailModuleAffectedRepos.fixtures.json +383 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvFilterDetailWithAffectedRepos.fixtures.json +375 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvFilterFixutre.fixture.json +282 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvModuleStreamFilter.test.js +392 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvModuleStreamFilterDetails.fixtures.json +97 -0
- data/webpack/scenes/ContentViews/Details/Filters/index.js +26 -0
- data/webpack/scenes/ContentViews/Details/Histories/ContentViewHistories.js +68 -79
- data/webpack/scenes/ContentViews/Details/Histories/__tests__/contentViewHistory.test.js +1 -2
- data/webpack/scenes/ContentViews/Details/Promote/ContentViewVersionPromote.js +163 -0
- data/webpack/scenes/ContentViews/Details/Promote/ContentViewVersionPromoteSelectors.js +16 -0
- data/webpack/scenes/ContentViews/Details/Repositories/ContentCounts.js +9 -1
- data/webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js +88 -74
- data/webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewAddRemove.test.js +8 -9
- data/webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewDetailRepos.fixtures.json +3 -3
- data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersionContent.js +30 -9
- data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersionEnvironments.js +1 -1
- data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersionErrata.js +9 -5
- data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersionErrata.scss +2 -2
- data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js +132 -14
- data/webpack/scenes/ContentViews/Details/Versions/Delete/DeleteContext.js +4 -0
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveCVVersionWizard.js +176 -0
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVEnvironmentSelectionForm.js +127 -0
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignActivationKeysForm.js +131 -0
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignHostsForm.js +128 -0
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionDeleteFinish.js +94 -0
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js +67 -0
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedActivationKeys.fixture.json +53 -0
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedHosts.fixture.json +153 -0
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvDropDownOptionsResponse.fixture.json +192 -0
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvVersionRemove.test.js +313 -0
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvVersionRemoveResponse.fixture.json +74 -0
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/versionRemoveEnvPaths.fixtures.json +352 -0
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/versionsResponseData.fixtures.json +583 -0
- data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedActivationKeys.js +96 -0
- data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedHosts.js +97 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js +332 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetails.js +128 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetails.scss +44 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsHeader.js +66 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsTable.js +125 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionRepositoryCell.js +115 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionAnsibleCollections.fixtures.json +449 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionComponent.fixtures.json +753 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDebPackages.fixtures.json +58 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDetails.fixtures.json +158 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDetails.test.js +289 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDetailsCounts.fixtures.json +73 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDetailsEmpty.test.js +44 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDockerTags.fixtures.json +3024 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionErrata.fixtures.json +201 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionFiles.fixtures.json +22 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionModuleStreams.fixtures.json +196 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionRepositories.fixtures.json +1000 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionRpmPackageGroups.fixtures.json +44 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionRpmPackages.fixtures.json +394 -0
- data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersions.fixtures.json +4 -4
- data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersions.test.js +95 -26
- data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersionsWithTask.fixtures.json +2 -2
- data/webpack/scenes/ContentViews/Details/Versions/index.js +25 -0
- data/webpack/scenes/ContentViews/Details/__tests__/contentViewDetail.test.js +20 -16
- data/webpack/scenes/ContentViews/Publish/__tests__/publishContentView.test.js +3 -5
- data/webpack/scenes/ContentViews/Table/ContentViewsTable.js +106 -64
- data/webpack/scenes/ContentViews/Table/tableDataGenerator.js +25 -4
- data/webpack/scenes/ContentViews/__tests__/basicContentViews.fixtures.js +1 -1
- data/webpack/scenes/ContentViews/__tests__/contentViewList.fixtures.json +4 -1
- data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +29 -36
- data/webpack/scenes/ContentViews/__tests__/mockDetails.fixtures.json +10 -0
- data/webpack/scenes/ContentViews/components/CVBreadCrumb.js +117 -0
- data/webpack/scenes/ContentViews/components/ContentViewsCounter.js +59 -0
- data/webpack/scenes/ContentViews/components/EnvironmentLabels.js +4 -3
- data/webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPaths.js +30 -11
- data/webpack/scenes/ContentViews/components/TaskPresenter/TaskPresenter.js +1 -1
- data/webpack/scenes/ContentViews/expansions/DetailsExpansion.js +38 -1
- data/webpack/scenes/ContentViews/expansions/RelatedCompositeContentViewsModal.js +79 -0
- data/webpack/scenes/ContentViews/expansions/RelatedContentViewComponentsModal.js +107 -0
- data/webpack/scenes/ContentViews/expansions/__tests__/contentViewComponentsModal.test.js +59 -0
- data/webpack/scenes/ContentViews/expansions/__tests__/contentViewComponentsResponse.fixtures.json +116 -0
- data/webpack/scenes/ContentViews/expansions/__tests__/relatedCompositeCvs.fixtures.json +4 -0
- data/webpack/scenes/ContentViews/helpers.js +1 -0
- data/webpack/scenes/RedHatRepositories/components/RepositorySetRepository/RepositorySetRepository.js +1 -1
- data/webpack/scenes/RedHatRepositories/components/SearchBar.js +4 -3
- data/webpack/scenes/SmartProxy/SmartProxyContentTable.js +1 -1
- data/webpack/scenes/Subscriptions/SubscriptionsPage.js +17 -9
- data/webpack/scenes/Subscriptions/components/SubscriptionsTable/__tests__/__snapshots__/SubscriptionsTable.test.js.snap +3 -3
- data/webpack/test-utils/nockWrapper.js +20 -3
- data/webpack/utils/helpers.js +16 -2
- data/webpack/utils/useDebounce.js +20 -0
- metadata +232 -54
- data/app/assets/javascripts/katello/widgets/tabs.js +0 -13
- data/app/assets/stylesheets/katello/widgets/tabs.scss +0 -69
- data/app/lib/actions/katello/provider/update.rb +0 -38
- data/webpack/components/RoutedTabs/RoutedTabs.js +0 -90
- data/webpack/components/Search/Search.test.js +0 -23
- data/webpack/components/Search/__snapshots__/Search.test.js.snap +0 -21
- data/webpack/components/extensions/HostDetails/Tabs/ContentTab.js +0 -42
- data/webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewDetailRepos.test.js +0 -145
- data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersionPackages.js +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.3.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: 2021-11-
|
11
|
+
date: 2021-11-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -114,20 +114,14 @@ dependencies:
|
|
114
114
|
requirements:
|
115
115
|
- - ">="
|
116
116
|
- !ruby/object:Gem::Version
|
117
|
-
version: 1.
|
118
|
-
- - "<"
|
119
|
-
- !ruby/object:Gem::Version
|
120
|
-
version: 1.6.0
|
117
|
+
version: 1.6.1
|
121
118
|
type: :runtime
|
122
119
|
prerelease: false
|
123
120
|
version_requirements: !ruby/object:Gem::Requirement
|
124
121
|
requirements:
|
125
122
|
- - ">="
|
126
123
|
- !ruby/object:Gem::Version
|
127
|
-
version: 1.
|
128
|
-
- - "<"
|
129
|
-
- !ruby/object:Gem::Version
|
130
|
-
version: 1.6.0
|
124
|
+
version: 1.6.1
|
131
125
|
- !ruby/object:Gem::Dependency
|
132
126
|
name: activerecord-import
|
133
127
|
requirement: !ruby/object:Gem::Requirement
|
@@ -280,120 +274,120 @@ dependencies:
|
|
280
274
|
requirements:
|
281
275
|
- - ">="
|
282
276
|
- !ruby/object:Gem::Version
|
283
|
-
version: 3.
|
277
|
+
version: 3.15.0
|
284
278
|
- - "<"
|
285
279
|
- !ruby/object:Gem::Version
|
286
|
-
version: 3.
|
280
|
+
version: 3.16.0
|
287
281
|
type: :runtime
|
288
282
|
prerelease: false
|
289
283
|
version_requirements: !ruby/object:Gem::Requirement
|
290
284
|
requirements:
|
291
285
|
- - ">="
|
292
286
|
- !ruby/object:Gem::Version
|
293
|
-
version: 3.
|
287
|
+
version: 3.15.0
|
294
288
|
- - "<"
|
295
289
|
- !ruby/object:Gem::Version
|
296
|
-
version: 3.
|
290
|
+
version: 3.16.0
|
297
291
|
- !ruby/object:Gem::Dependency
|
298
292
|
name: pulp_file_client
|
299
293
|
requirement: !ruby/object:Gem::Requirement
|
300
294
|
requirements:
|
301
295
|
- - ">="
|
302
296
|
- !ruby/object:Gem::Version
|
303
|
-
version: 1.
|
297
|
+
version: 1.10.0
|
304
298
|
- - "<"
|
305
299
|
- !ruby/object:Gem::Version
|
306
|
-
version: 1.
|
300
|
+
version: 1.11.0
|
307
301
|
type: :runtime
|
308
302
|
prerelease: false
|
309
303
|
version_requirements: !ruby/object:Gem::Requirement
|
310
304
|
requirements:
|
311
305
|
- - ">="
|
312
306
|
- !ruby/object:Gem::Version
|
313
|
-
version: 1.
|
307
|
+
version: 1.10.0
|
314
308
|
- - "<"
|
315
309
|
- !ruby/object:Gem::Version
|
316
|
-
version: 1.
|
310
|
+
version: 1.11.0
|
317
311
|
- !ruby/object:Gem::Dependency
|
318
312
|
name: pulp_ansible_client
|
319
313
|
requirement: !ruby/object:Gem::Requirement
|
320
314
|
requirements:
|
321
315
|
- - ">="
|
322
316
|
- !ruby/object:Gem::Version
|
323
|
-
version: '0.
|
317
|
+
version: '0.10'
|
324
318
|
- - "<"
|
325
319
|
- !ruby/object:Gem::Version
|
326
|
-
version: '0.
|
320
|
+
version: '0.11'
|
327
321
|
type: :runtime
|
328
322
|
prerelease: false
|
329
323
|
version_requirements: !ruby/object:Gem::Requirement
|
330
324
|
requirements:
|
331
325
|
- - ">="
|
332
326
|
- !ruby/object:Gem::Version
|
333
|
-
version: '0.
|
327
|
+
version: '0.10'
|
334
328
|
- - "<"
|
335
329
|
- !ruby/object:Gem::Version
|
336
|
-
version: '0.
|
330
|
+
version: '0.11'
|
337
331
|
- !ruby/object:Gem::Dependency
|
338
332
|
name: pulp_container_client
|
339
333
|
requirement: !ruby/object:Gem::Requirement
|
340
334
|
requirements:
|
341
335
|
- - ">="
|
342
336
|
- !ruby/object:Gem::Version
|
343
|
-
version: 2.
|
337
|
+
version: 2.9.0
|
344
338
|
- - "<"
|
345
339
|
- !ruby/object:Gem::Version
|
346
|
-
version: 2.
|
340
|
+
version: 2.10.0
|
347
341
|
type: :runtime
|
348
342
|
prerelease: false
|
349
343
|
version_requirements: !ruby/object:Gem::Requirement
|
350
344
|
requirements:
|
351
345
|
- - ">="
|
352
346
|
- !ruby/object:Gem::Version
|
353
|
-
version: 2.
|
347
|
+
version: 2.9.0
|
354
348
|
- - "<"
|
355
349
|
- !ruby/object:Gem::Version
|
356
|
-
version: 2.
|
350
|
+
version: 2.10.0
|
357
351
|
- !ruby/object:Gem::Dependency
|
358
352
|
name: pulp_deb_client
|
359
353
|
requirement: !ruby/object:Gem::Requirement
|
360
354
|
requirements:
|
361
355
|
- - ">="
|
362
356
|
- !ruby/object:Gem::Version
|
363
|
-
version: 2.
|
357
|
+
version: 2.15.0
|
364
358
|
- - "<"
|
365
359
|
- !ruby/object:Gem::Version
|
366
|
-
version: 2.
|
360
|
+
version: 2.16.0
|
367
361
|
type: :runtime
|
368
362
|
prerelease: false
|
369
363
|
version_requirements: !ruby/object:Gem::Requirement
|
370
364
|
requirements:
|
371
365
|
- - ">="
|
372
366
|
- !ruby/object:Gem::Version
|
373
|
-
version: 2.
|
367
|
+
version: 2.15.0
|
374
368
|
- - "<"
|
375
369
|
- !ruby/object:Gem::Version
|
376
|
-
version: 2.
|
370
|
+
version: 2.16.0
|
377
371
|
- !ruby/object:Gem::Dependency
|
378
372
|
name: pulp_rpm_client
|
379
373
|
requirement: !ruby/object:Gem::Requirement
|
380
374
|
requirements:
|
381
375
|
- - ">="
|
382
376
|
- !ruby/object:Gem::Version
|
383
|
-
version: 3.
|
377
|
+
version: 3.15.0
|
384
378
|
- - "<"
|
385
379
|
- !ruby/object:Gem::Version
|
386
|
-
version: 3.
|
380
|
+
version: 3.16.0
|
387
381
|
type: :runtime
|
388
382
|
prerelease: false
|
389
383
|
version_requirements: !ruby/object:Gem::Requirement
|
390
384
|
requirements:
|
391
385
|
- - ">="
|
392
386
|
- !ruby/object:Gem::Version
|
393
|
-
version: 3.
|
387
|
+
version: 3.15.0
|
394
388
|
- - "<"
|
395
389
|
- !ruby/object:Gem::Version
|
396
|
-
version: 3.
|
390
|
+
version: 3.16.0
|
397
391
|
- !ruby/object:Gem::Dependency
|
398
392
|
name: pulp_certguard_client
|
399
393
|
requirement: !ruby/object:Gem::Requirement
|
@@ -414,20 +408,34 @@ dependencies:
|
|
414
408
|
requirements:
|
415
409
|
- - ">="
|
416
410
|
- !ruby/object:Gem::Version
|
417
|
-
version: 3.
|
411
|
+
version: 3.5.0
|
418
412
|
- - "<"
|
419
413
|
- !ruby/object:Gem::Version
|
420
|
-
version: 3.
|
414
|
+
version: 3.6.0
|
421
415
|
type: :runtime
|
422
416
|
prerelease: false
|
423
417
|
version_requirements: !ruby/object:Gem::Requirement
|
424
418
|
requirements:
|
425
419
|
- - ">="
|
426
420
|
- !ruby/object:Gem::Version
|
427
|
-
version: 3.
|
421
|
+
version: 3.5.0
|
428
422
|
- - "<"
|
429
423
|
- !ruby/object:Gem::Version
|
430
|
-
version: 3.
|
424
|
+
version: 3.6.0
|
425
|
+
- !ruby/object:Gem::Dependency
|
426
|
+
name: pulp_ostree_client
|
427
|
+
requirement: !ruby/object:Gem::Requirement
|
428
|
+
requirements:
|
429
|
+
- - ">="
|
430
|
+
- !ruby/object:Gem::Version
|
431
|
+
version: '0'
|
432
|
+
type: :runtime
|
433
|
+
prerelease: false
|
434
|
+
version_requirements: !ruby/object:Gem::Requirement
|
435
|
+
requirements:
|
436
|
+
- - ">="
|
437
|
+
- !ruby/object:Gem::Version
|
438
|
+
version: '0'
|
431
439
|
- !ruby/object:Gem::Dependency
|
432
440
|
name: deface
|
433
441
|
requirement: !ruby/object:Gem::Requirement
|
@@ -706,7 +714,6 @@ files:
|
|
706
714
|
- app/assets/javascripts/katello/widgets/env_content_view_selector.js
|
707
715
|
- app/assets/javascripts/katello/widgets/path_selector.js
|
708
716
|
- app/assets/javascripts/katello/widgets/subpanel_new.js
|
709
|
-
- app/assets/javascripts/katello/widgets/tabs.js
|
710
717
|
- app/assets/stylesheets/katello/_katello_base.scss
|
711
718
|
- app/assets/stylesheets/katello/_katello_colors.scss
|
712
719
|
- app/assets/stylesheets/katello/_katello_mixins.scss
|
@@ -723,7 +730,6 @@ files:
|
|
723
730
|
- app/assets/stylesheets/katello/katello_sprites.scss
|
724
731
|
- app/assets/stylesheets/katello/notifications.scss
|
725
732
|
- app/assets/stylesheets/katello/widgets/_chosen.scss
|
726
|
-
- app/assets/stylesheets/katello/widgets/tabs.scss
|
727
733
|
- app/controllers/katello/api/api_controller.rb
|
728
734
|
- app/controllers/katello/api/registry/registry_proxies_controller.rb
|
729
735
|
- app/controllers/katello/api/rhsm/candlepin_dynflow_proxy_controller.rb
|
@@ -785,6 +791,7 @@ files:
|
|
785
791
|
- app/controllers/katello/auto_complete_search_controller.rb
|
786
792
|
- app/controllers/katello/concerns/api/api_controller.rb
|
787
793
|
- app/controllers/katello/concerns/api/v2/authorization.rb
|
794
|
+
- app/controllers/katello/concerns/api/v2/bulk_extensions.rb
|
788
795
|
- app/controllers/katello/concerns/api/v2/bulk_hosts_extensions.rb
|
789
796
|
- app/controllers/katello/concerns/api/v2/content_overrides_controller.rb
|
790
797
|
- app/controllers/katello/concerns/api/v2/host_errata_extensions.rb
|
@@ -871,6 +878,7 @@ files:
|
|
871
878
|
- app/lib/actions/katello/capsule_content/refresh_repos.rb
|
872
879
|
- app/lib/actions/katello/capsule_content/sync.rb
|
873
880
|
- app/lib/actions/katello/capsule_content/sync_capsule.rb
|
881
|
+
- app/lib/actions/katello/cdn_configuration/update.rb
|
874
882
|
- app/lib/actions/katello/check_matching_content.rb
|
875
883
|
- app/lib/actions/katello/content_credential/update.rb
|
876
884
|
- app/lib/actions/katello/content_view/add_to_environment.rb
|
@@ -947,7 +955,6 @@ files:
|
|
947
955
|
- app/lib/actions/katello/product/update.rb
|
948
956
|
- app/lib/actions/katello/product/update_http_proxy.rb
|
949
957
|
- app/lib/actions/katello/provider/destroy.rb
|
950
|
-
- app/lib/actions/katello/provider/update.rb
|
951
958
|
- app/lib/actions/katello/pulp_selector.rb
|
952
959
|
- app/lib/actions/katello/repository/bulk_metadata_generate.rb
|
953
960
|
- app/lib/actions/katello/repository/capsule_sync.rb
|
@@ -1180,6 +1187,7 @@ files:
|
|
1180
1187
|
- app/lib/katello/resources/candlepin/upstream_owner.rb
|
1181
1188
|
- app/lib/katello/resources/candlepin/upstream_pool.rb
|
1182
1189
|
- app/lib/katello/resources/cdn.rb
|
1190
|
+
- app/lib/katello/resources/cdn/katello_cdn.rb
|
1183
1191
|
- app/lib/katello/resources/registry.rb
|
1184
1192
|
- app/lib/katello/util/cdn_var_substitutor.rb
|
1185
1193
|
- app/lib/katello/util/data.rb
|
@@ -1254,6 +1262,7 @@ files:
|
|
1254
1262
|
- app/models/katello/available_module_stream.rb
|
1255
1263
|
- app/models/katello/candlepin/repository_mapper.rb
|
1256
1264
|
- app/models/katello/capsule_lifecycle_environment.rb
|
1265
|
+
- app/models/katello/cdn_configuration.rb
|
1257
1266
|
- app/models/katello/compliance_reason.rb
|
1258
1267
|
- app/models/katello/concerns/audit_search.rb
|
1259
1268
|
- app/models/katello/concerns/content_facet_host_extensions.rb
|
@@ -1267,6 +1276,7 @@ files:
|
|
1267
1276
|
- app/models/katello/concerns/pulp_database_unit.rb
|
1268
1277
|
- app/models/katello/concerns/recurring_logic_extensions.rb
|
1269
1278
|
- app/models/katello/concerns/redhat_extensions.rb
|
1279
|
+
- app/models/katello/concerns/remote_execution_provider_extensions.rb
|
1270
1280
|
- app/models/katello/concerns/search_by_repository_name.rb
|
1271
1281
|
- app/models/katello/concerns/setting_extensions.rb
|
1272
1282
|
- app/models/katello/concerns/smart_proxy_extensions.rb
|
@@ -1275,6 +1285,7 @@ files:
|
|
1275
1285
|
- app/models/katello/concerns/widget_extensions.rb
|
1276
1286
|
- app/models/katello/content.rb
|
1277
1287
|
- app/models/katello/content_credential.rb
|
1288
|
+
- app/models/katello/content_facet_applicable_deb.rb
|
1278
1289
|
- app/models/katello/content_facet_applicable_module_stream.rb
|
1279
1290
|
- app/models/katello/content_facet_applicable_rpm.rb
|
1280
1291
|
- app/models/katello/content_facet_erratum.rb
|
@@ -1572,6 +1583,8 @@ files:
|
|
1572
1583
|
- app/views/foreman/job_templates/remove_group_-_katello_ansible_default.erb
|
1573
1584
|
- app/views/foreman/job_templates/remove_package.erb
|
1574
1585
|
- app/views/foreman/job_templates/remove_package_-_katello_ansible_default.erb
|
1586
|
+
- app/views/foreman/job_templates/resolve_traces.erb
|
1587
|
+
- app/views/foreman/job_templates/resolve_traces_-_katello_ansible_default.erb
|
1575
1588
|
- app/views/foreman/job_templates/restart_services.erb
|
1576
1589
|
- app/views/foreman/job_templates/restart_services_-_katello_ansible_default.erb
|
1577
1590
|
- app/views/foreman/job_templates/update_group.erb
|
@@ -1633,6 +1646,7 @@ files:
|
|
1633
1646
|
- app/views/katello/api/v2/content_views/base.json.rabl
|
1634
1647
|
- app/views/katello/api/v2/content_views/copy.json.rabl
|
1635
1648
|
- app/views/katello/api/v2/content_views/index.json.rabl
|
1649
|
+
- app/views/katello/api/v2/content_views/permissions.rabl
|
1636
1650
|
- app/views/katello/api/v2/content_views/show.json.rabl
|
1637
1651
|
- app/views/katello/api/v2/content_views/version.json.rabl
|
1638
1652
|
- app/views/katello/api/v2/debs/base.json.rabl
|
@@ -1716,6 +1730,7 @@ files:
|
|
1716
1730
|
- app/views/katello/api/v2/module_streams/name_stream.json.rabl
|
1717
1731
|
- app/views/katello/api/v2/module_streams/name_streams.json.rabl
|
1718
1732
|
- app/views/katello/api/v2/module_streams/show.json.rabl
|
1733
|
+
- app/views/katello/api/v2/organizations/cdn_configuration.rabl
|
1719
1734
|
- app/views/katello/api/v2/organizations/index.json.rabl
|
1720
1735
|
- app/views/katello/api/v2/organizations/owner_details.rabl
|
1721
1736
|
- app/views/katello/api/v2/organizations/show.json.rabl
|
@@ -2094,6 +2109,7 @@ files:
|
|
2094
2109
|
- db/migrate/20190723171639_update_content_view_filters_repositories_join_table.rb
|
2095
2110
|
- db/migrate/20190730183518_add_docker_tag_join_table.rb
|
2096
2111
|
- db/migrate/20190730203334_add_docker_meta_tag_join_table.rb
|
2112
|
+
- db/migrate/20190802112101_add_applicable_debs.rb
|
2097
2113
|
- db/migrate/20190814025338_create_content_view_module_stream_filter_rules.rb
|
2098
2114
|
- db/migrate/20190816162733_rename_ansible_collection_whitelist_to_requirements.rb
|
2099
2115
|
- db/migrate/20190822144300_add_ansible_fields.rb
|
@@ -2155,6 +2171,11 @@ files:
|
|
2155
2171
|
- db/migrate/20210721163730_change_gpg_keys_to_content_credentials.rb
|
2156
2172
|
- db/migrate/20210728130748_create_function_deb_version_cmp.rb
|
2157
2173
|
- db/migrate/20210831161843_add_upstream_auth_token_to_root_repository.rb
|
2174
|
+
- db/migrate/20210909140337_add_last_indexed_to_repos.rb
|
2175
|
+
- db/migrate/20210910190324_move_background_settings_to_immediate.rb
|
2176
|
+
- db/migrate/20211006161617_add_filename_to_katello_generic_content_units.rb
|
2177
|
+
- db/migrate/20211019192121_create_cdn_configuration.katello.rb
|
2178
|
+
- db/migrate/20211025181315_add_additional_metadata_to_katello_generic_content_units.rb
|
2158
2179
|
- db/seeds.d/101-locations.rb
|
2159
2180
|
- db/seeds.d/102-organizations.rb
|
2160
2181
|
- db/seeds.d/104-proxy.rb
|
@@ -4010,6 +4031,7 @@ files:
|
|
4010
4031
|
- engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts.module.js
|
4011
4032
|
- engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts.routes.js
|
4012
4033
|
- engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-actions.controller.js
|
4034
|
+
- engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-applicable.controller.js
|
4013
4035
|
- engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-installed.controller.js
|
4014
4036
|
- engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs.controller.js
|
4015
4037
|
- engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js
|
@@ -4020,6 +4042,7 @@ files:
|
|
4020
4042
|
- engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages.controller.js
|
4021
4043
|
- engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-traces.controller.js
|
4022
4044
|
- engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
|
4045
|
+
- engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html
|
4023
4046
|
- engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
|
4024
4047
|
- engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs.html
|
4025
4048
|
- engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
@@ -4245,6 +4268,8 @@ files:
|
|
4245
4268
|
- engines/bastion_katello/app/assets/javascripts/bastion_katello/files/files.module.js
|
4246
4269
|
- engines/bastion_katello/app/assets/javascripts/bastion_katello/files/files.routes.js
|
4247
4270
|
- engines/bastion_katello/app/assets/javascripts/bastion_katello/files/views/files.html
|
4271
|
+
- engines/bastion_katello/app/assets/javascripts/bastion_katello/generic-content/generic-content.factory.js
|
4272
|
+
- engines/bastion_katello/app/assets/javascripts/bastion_katello/generic-content/generic-content.module.js
|
4248
4273
|
- engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-add-hosts.controller.js
|
4249
4274
|
- engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-copy.controller.js
|
4250
4275
|
- engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-details.controller.js
|
@@ -4341,6 +4366,7 @@ files:
|
|
4341
4366
|
- engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-manifests.html
|
4342
4367
|
- engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-tags.html
|
4343
4368
|
- engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-files.html
|
4369
|
+
- engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-generic-content.html
|
4344
4370
|
- engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-module-streams.html
|
4345
4371
|
- engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ostree-branches.html
|
4346
4372
|
- engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-package-groups.html
|
@@ -4599,6 +4625,12 @@ files:
|
|
4599
4625
|
- webpack/common_index.js
|
4600
4626
|
- webpack/components/ActionableDetail.js
|
4601
4627
|
- webpack/components/AddedStatusLabel.js
|
4628
|
+
- webpack/components/Bookmark/AddBookmarkModal.js
|
4629
|
+
- webpack/components/Bookmark/Bookmark.scss
|
4630
|
+
- webpack/components/Bookmark/BookmarkActions.js
|
4631
|
+
- webpack/components/Bookmark/BookmarkConstants.js
|
4632
|
+
- webpack/components/Bookmark/BookmarkSelectors.js
|
4633
|
+
- webpack/components/Bookmark/index.js
|
4602
4634
|
- webpack/components/Content/ContentPage.js
|
4603
4635
|
- webpack/components/Content/ContentTable.js
|
4604
4636
|
- webpack/components/Content/Details/ContentDetailInfo.js
|
@@ -4620,6 +4652,8 @@ files:
|
|
4620
4652
|
- webpack/components/EditableTextInput/__tests__/editableTextInput.test.js
|
4621
4653
|
- webpack/components/EditableTextInput/editableTextInput.scss
|
4622
4654
|
- webpack/components/EditableTextInput/index.js
|
4655
|
+
- webpack/components/Errata/index.js
|
4656
|
+
- webpack/components/ErratumTypeLabel.js
|
4623
4657
|
- webpack/components/Loading.js
|
4624
4658
|
- webpack/components/LoadingState/LoadingState.js
|
4625
4659
|
- webpack/components/LoadingState/LoadingState.scss
|
@@ -4631,16 +4665,15 @@ files:
|
|
4631
4665
|
- webpack/components/OptionTooltip/__tests__/OptionTooltip.test.js
|
4632
4666
|
- webpack/components/OptionTooltip/__tests__/__snapshots__/OptionTooltip.test.js.snap
|
4633
4667
|
- webpack/components/OptionTooltip/index.js
|
4634
|
-
- webpack/components/RoutedTabs/RoutedTabs.js
|
4635
4668
|
- webpack/components/RoutedTabs/__tests__/RoutedTabs.test.js
|
4636
4669
|
- webpack/components/RoutedTabs/index.js
|
4637
4670
|
- webpack/components/Search/Search.js
|
4638
|
-
- webpack/components/Search/Search.test.js
|
4639
|
-
- webpack/components/Search/__snapshots__/Search.test.js.snap
|
4640
4671
|
- webpack/components/Search/__tests__/search.test.js
|
4641
4672
|
- webpack/components/Search/helpers.js
|
4642
4673
|
- webpack/components/Search/index.js
|
4643
4674
|
- webpack/components/Select/Select.js
|
4675
|
+
- webpack/components/SelectAllCheckbox/SelectAllCheckbox.scss
|
4676
|
+
- webpack/components/SelectAllCheckbox/index.js
|
4644
4677
|
- webpack/components/SelectOrg/SelectOrg.scss
|
4645
4678
|
- webpack/components/SelectOrg/SelectOrgAction.js
|
4646
4679
|
- webpack/components/SelectOrg/SelectOrgReducer.js
|
@@ -4650,6 +4683,9 @@ files:
|
|
4650
4683
|
- webpack/components/SelectableDropdown/index.js
|
4651
4684
|
- webpack/components/Table/EmptyStateMessage.js
|
4652
4685
|
- webpack/components/Table/MainTable.js
|
4686
|
+
- webpack/components/Table/MainTable.scss
|
4687
|
+
- webpack/components/Table/PageControls.js
|
4688
|
+
- webpack/components/Table/TableHooks.js
|
4653
4689
|
- webpack/components/Table/TableWrapper.js
|
4654
4690
|
- webpack/components/Table/helpers.js
|
4655
4691
|
- webpack/components/TooltipButton/TooltipButton.js
|
@@ -4672,8 +4708,38 @@ files:
|
|
4672
4708
|
- webpack/components/WithOrganization/__snapshots__/withOrganization.test.js.snap
|
4673
4709
|
- webpack/components/WithOrganization/withOrganization.js
|
4674
4710
|
- webpack/components/WithOrganization/withOrganization.test.js
|
4675
|
-
- webpack/components/extensions/HostDetails/
|
4711
|
+
- webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard.js
|
4712
|
+
- webpack/components/extensions/HostDetails/Cards/__tests__/contentViewDetailsCard.test.js
|
4713
|
+
- webpack/components/extensions/HostDetails/HostErrata/HostErrataActions.js
|
4714
|
+
- webpack/components/extensions/HostDetails/HostErrata/HostErrataConstants.js
|
4715
|
+
- webpack/components/extensions/HostDetails/HostErrata/HostErrataSelectors.js
|
4716
|
+
- webpack/components/extensions/HostDetails/Tabs/ContentTab/EmptyPage.js
|
4717
|
+
- webpack/components/extensions/HostDetails/Tabs/ContentTab/SecondaryTabsRoutes.js
|
4718
|
+
- webpack/components/extensions/HostDetails/Tabs/ContentTab/constants.js
|
4719
|
+
- webpack/components/extensions/HostDetails/Tabs/ContentTab/helpers.js
|
4720
|
+
- webpack/components/extensions/HostDetails/Tabs/ContentTab/index.js
|
4721
|
+
- webpack/components/extensions/HostDetails/Tabs/EnableTracerEmptyState.js
|
4722
|
+
- webpack/components/extensions/HostDetails/Tabs/EnableTracerModal.js
|
4723
|
+
- webpack/components/extensions/HostDetails/Tabs/ErrataTab.js
|
4724
|
+
- webpack/components/extensions/HostDetails/Tabs/ErrataTab.scss
|
4725
|
+
- webpack/components/extensions/HostDetails/Tabs/ErratumExpansionContents.js
|
4726
|
+
- webpack/components/extensions/HostDetails/Tabs/ErratumExpansionDetail.js
|
4727
|
+
- webpack/components/extensions/HostDetails/Tabs/HostTracesActions.js
|
4728
|
+
- webpack/components/extensions/HostDetails/Tabs/HostTracesConstants.js
|
4729
|
+
- webpack/components/extensions/HostDetails/Tabs/HostTracesSelectors.js
|
4730
|
+
- webpack/components/extensions/HostDetails/Tabs/RemoteExecutionActions.js
|
4731
|
+
- webpack/components/extensions/HostDetails/Tabs/RemoteExecutionConstants.js
|
4676
4732
|
- webpack/components/extensions/HostDetails/Tabs/SubscriptionTab.js
|
4733
|
+
- webpack/components/extensions/HostDetails/Tabs/TracesTab.js
|
4734
|
+
- webpack/components/extensions/HostDetails/Tabs/TracesTab.scss
|
4735
|
+
- webpack/components/extensions/HostDetails/Tabs/__tests__/errata.fixtures.json
|
4736
|
+
- webpack/components/extensions/HostDetails/Tabs/__tests__/errataTab.test.js
|
4737
|
+
- webpack/components/extensions/HostDetails/Tabs/__tests__/resolveTraces.fixtures.json
|
4738
|
+
- webpack/components/extensions/HostDetails/Tabs/__tests__/tracerEmptyTraceResults.fixtures.json
|
4739
|
+
- webpack/components/extensions/HostDetails/Tabs/__tests__/tracerEnableJobInvocation.fixtures.json
|
4740
|
+
- webpack/components/extensions/HostDetails/Tabs/__tests__/traces.fixtures.json
|
4741
|
+
- webpack/components/extensions/HostDetails/Tabs/__tests__/tracesTab.test.js
|
4742
|
+
- webpack/components/extensions/HostDetails/Tabs/customizedRexUrlHelpers.js
|
4677
4743
|
- webpack/components/extensions/RegistrationCommands/RegistrationCommandsPageConstants.js
|
4678
4744
|
- webpack/components/extensions/RegistrationCommands/RegistrationCommandsPageHelpers.js
|
4679
4745
|
- webpack/components/extensions/RegistrationCommands/RegistrationCommandsPageSelectors.js
|
@@ -4741,7 +4807,7 @@ files:
|
|
4741
4807
|
- webpack/containers/Application/index.js
|
4742
4808
|
- webpack/containers/Application/overrides.scss
|
4743
4809
|
- webpack/containers/Application/withHeaders.js
|
4744
|
-
- webpack/
|
4810
|
+
- webpack/global_index.js
|
4745
4811
|
- webpack/global_test_setup.js
|
4746
4812
|
- webpack/index.js
|
4747
4813
|
- webpack/mockRequest.js
|
@@ -4804,6 +4870,28 @@ files:
|
|
4804
4870
|
- webpack/scenes/AnsibleCollections/__tests__/__snapshots__/AnsibleCollectionPage.test.js.snap
|
4805
4871
|
- webpack/scenes/AnsibleCollections/__tests__/__snapshots__/AnsibleCollectionsTable.test.js.snap
|
4806
4872
|
- webpack/scenes/AnsibleCollections/index.js
|
4873
|
+
- webpack/scenes/Content/ContentActions.js
|
4874
|
+
- webpack/scenes/Content/ContentConfig.js
|
4875
|
+
- webpack/scenes/Content/ContentConstants.js
|
4876
|
+
- webpack/scenes/Content/ContentPage.js
|
4877
|
+
- webpack/scenes/Content/ContentSelectors.js
|
4878
|
+
- webpack/scenes/Content/Details/ContentCounts.js
|
4879
|
+
- webpack/scenes/Content/Details/ContentDetails.js
|
4880
|
+
- webpack/scenes/Content/Details/ContentInfo.js
|
4881
|
+
- webpack/scenes/Content/Details/ContentRepositories.js
|
4882
|
+
- webpack/scenes/Content/Details/__tests__/ansibleCollectionDetails.fixtures.json
|
4883
|
+
- webpack/scenes/Content/Details/__tests__/ansibleCollectionRepositoryDetails.fixtures.json
|
4884
|
+
- webpack/scenes/Content/Details/__tests__/contentDetail.test.js
|
4885
|
+
- webpack/scenes/Content/Details/__tests__/pythonPackageDetails.fixtures.json
|
4886
|
+
- webpack/scenes/Content/Details/__tests__/pythonPackageRepositoryDetails.fixtures.json
|
4887
|
+
- webpack/scenes/Content/Details/index.js
|
4888
|
+
- webpack/scenes/Content/Table/ContentTable.js
|
4889
|
+
- webpack/scenes/Content/Table/index.js
|
4890
|
+
- webpack/scenes/Content/__tests__/ansibleCollections.fixtures.json
|
4891
|
+
- webpack/scenes/Content/__tests__/contentTable.test.js
|
4892
|
+
- webpack/scenes/Content/__tests__/contentTypes.fixtures.json
|
4893
|
+
- webpack/scenes/Content/__tests__/pythonPackages.fixtures.json
|
4894
|
+
- webpack/scenes/Content/index.js
|
4807
4895
|
- webpack/scenes/ContentViews/ContentViewSelectors.js
|
4808
4896
|
- webpack/scenes/ContentViews/ContentViewsActions.js
|
4809
4897
|
- webpack/scenes/ContentViews/ContentViewsConstants.js
|
@@ -4821,7 +4909,22 @@ files:
|
|
4821
4909
|
- webpack/scenes/ContentViews/Create/__tests__/contentViewCreateResult.fixtures.json
|
4822
4910
|
- webpack/scenes/ContentViews/Create/__tests__/createContentView.test.js
|
4823
4911
|
- webpack/scenes/ContentViews/Create/index.js
|
4912
|
+
- webpack/scenes/ContentViews/Delete/CVDeleteContext.js
|
4913
|
+
- webpack/scenes/ContentViews/Delete/ContentViewDeleteWizard.js
|
4914
|
+
- webpack/scenes/ContentViews/Delete/Steps/CVDeleteEnvironmentsSelection.js
|
4915
|
+
- webpack/scenes/ContentViews/Delete/Steps/CVDeletionFinish.js
|
4916
|
+
- webpack/scenes/ContentViews/Delete/Steps/CVDeletionReassignActivationKeysForm.js
|
4917
|
+
- webpack/scenes/ContentViews/Delete/Steps/CVDeletionReassignHostsForm.js
|
4918
|
+
- webpack/scenes/ContentViews/Delete/Steps/CVDeletionReview.js
|
4919
|
+
- webpack/scenes/ContentViews/Delete/Steps/CVEnvironmentSelectionForm.scss
|
4920
|
+
- webpack/scenes/ContentViews/Delete/__tests__/CvData.fixtures.json
|
4921
|
+
- webpack/scenes/ContentViews/Delete/__tests__/affectedHosts.fixtures.json
|
4922
|
+
- webpack/scenes/ContentViews/Delete/__tests__/contentViewDelete.test.js
|
4923
|
+
- webpack/scenes/ContentViews/Delete/__tests__/cvDetails.fixtures.json
|
4924
|
+
- webpack/scenes/ContentViews/Delete/__tests__/cvVersionsData.fixtures.json
|
4925
|
+
- webpack/scenes/ContentViews/Delete/__tests__/envPathData.fixtures.json
|
4824
4926
|
- webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js
|
4927
|
+
- webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js
|
4825
4928
|
- webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentEnvironments.js
|
4826
4929
|
- webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentVersion.js
|
4827
4930
|
- webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js
|
@@ -4838,44 +4941,110 @@ files:
|
|
4838
4941
|
- webpack/scenes/ContentViews/Details/Filters/Add/CVFilterAddModal.js
|
4839
4942
|
- webpack/scenes/ContentViews/Details/Filters/Add/__tests__/cvFilterAdd.test.js
|
4840
4943
|
- webpack/scenes/ContentViews/Details/Filters/Add/__tests__/cvFilterCreateResult.fixtures.json
|
4944
|
+
- webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositorySelection.js
|
4945
|
+
- webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositoryTable.js
|
4946
|
+
- webpack/scenes/ContentViews/Details/Filters/ArtifactsWithNoErrata.js
|
4947
|
+
- webpack/scenes/ContentViews/Details/Filters/CVContainerImageFilterContent.js
|
4948
|
+
- webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js
|
4949
|
+
- webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js
|
4841
4950
|
- webpack/scenes/ContentViews/Details/Filters/CVFilterDetailType.js
|
4951
|
+
- webpack/scenes/ContentViews/Details/Filters/CVModuleStreamFilterContent.js
|
4842
4952
|
- webpack/scenes/ContentViews/Details/Filters/CVPackageGroupFilterContent.js
|
4843
4953
|
- webpack/scenes/ContentViews/Details/Filters/CVRpmFilterContent.js
|
4844
4954
|
- webpack/scenes/ContentViews/Details/Filters/ContentType.js
|
4845
4955
|
- webpack/scenes/ContentViews/Details/Filters/ContentViewFilterDetails.js
|
4846
4956
|
- webpack/scenes/ContentViews/Details/Filters/ContentViewFilterDetailsHeader.js
|
4847
4957
|
- webpack/scenes/ContentViews/Details/Filters/ContentViewFilters.js
|
4958
|
+
- webpack/scenes/ContentViews/Details/Filters/MatchContentModal/CVRpmMatchContentModal.js
|
4959
|
+
- webpack/scenes/ContentViews/Details/Filters/MatchContentModal/__tests__/CVRpmMatchContent.fixtures.json
|
4960
|
+
- webpack/scenes/ContentViews/Details/Filters/MatchContentModal/__tests__/CVRpmMatchContentModal.test.js
|
4961
|
+
- webpack/scenes/ContentViews/Details/Filters/MatchContentModal/__tests__/CVRpmMatchContentSearch.fixtures.json
|
4962
|
+
- webpack/scenes/ContentViews/Details/Filters/Rules/ContainerTag/AddEditContainerTagRuleModal.js
|
4963
|
+
- webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js
|
4964
|
+
- webpack/scenes/ContentViews/Details/Filters/__tests__/CVContainerImageFilterContent.fixtures.json
|
4965
|
+
- webpack/scenes/ContentViews/Details/Filters/__tests__/CVContainerImageFilterContent.test.js
|
4848
4966
|
- webpack/scenes/ContentViews/Details/Filters/__tests__/CVRpmFilterContent.test.js
|
4967
|
+
- webpack/scenes/ContentViews/Details/Filters/__tests__/ContentViewPackageGroupFilter.test.js
|
4968
|
+
- webpack/scenes/ContentViews/Details/Filters/__tests__/allFilterErrata.fixtures.json
|
4969
|
+
- webpack/scenes/ContentViews/Details/Filters/__tests__/allFilterModulesStreams.fixtures.json
|
4849
4970
|
- webpack/scenes/ContentViews/Details/Filters/__tests__/allFilterPackageGroups.fixtures.json
|
4971
|
+
- webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewErrataByDateDetails.fixtures.json
|
4850
4972
|
- webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilterDetail.fixtures.json
|
4851
4973
|
- webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilterDetails.test.js
|
4852
4974
|
- webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilters.fixtures.json
|
4853
4975
|
- webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilters.test.js
|
4976
|
+
- webpack/scenes/ContentViews/Details/Filters/__tests__/cvAllRepos.fixtures.json
|
4977
|
+
- webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataDateFilterContent.test.js
|
4978
|
+
- webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataIDFilter.test.js
|
4979
|
+
- webpack/scenes/ContentViews/Details/Filters/__tests__/cvErratumFilterDetails.fixtures.json
|
4980
|
+
- webpack/scenes/ContentViews/Details/Filters/__tests__/cvFilterDetailModuleAffectedRepos.fixtures.json
|
4981
|
+
- webpack/scenes/ContentViews/Details/Filters/__tests__/cvFilterDetailWithAffectedRepos.fixtures.json
|
4982
|
+
- webpack/scenes/ContentViews/Details/Filters/__tests__/cvFilterFixutre.fixture.json
|
4983
|
+
- webpack/scenes/ContentViews/Details/Filters/__tests__/cvModuleStreamFilter.test.js
|
4984
|
+
- webpack/scenes/ContentViews/Details/Filters/__tests__/cvModuleStreamFilterDetails.fixtures.json
|
4854
4985
|
- webpack/scenes/ContentViews/Details/Filters/__tests__/cvPackageFilterDetail.fixtures.json
|
4855
4986
|
- webpack/scenes/ContentViews/Details/Filters/__tests__/cvPackageFilterRules.fixtures.json
|
4987
|
+
- webpack/scenes/ContentViews/Details/Filters/index.js
|
4856
4988
|
- webpack/scenes/ContentViews/Details/Histories/ContentViewHistories.js
|
4857
4989
|
- webpack/scenes/ContentViews/Details/Histories/__tests__/contentViewHistory.fixtures.json
|
4858
4990
|
- webpack/scenes/ContentViews/Details/Histories/__tests__/contentViewHistory.test.js
|
4991
|
+
- webpack/scenes/ContentViews/Details/Promote/ContentViewVersionPromote.js
|
4992
|
+
- webpack/scenes/ContentViews/Details/Promote/ContentViewVersionPromoteSelectors.js
|
4859
4993
|
- webpack/scenes/ContentViews/Details/Repositories/ContentCounts.js
|
4860
4994
|
- webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js
|
4861
4995
|
- webpack/scenes/ContentViews/Details/Repositories/LastSync.js
|
4862
4996
|
- webpack/scenes/ContentViews/Details/Repositories/RepoIcon.js
|
4863
4997
|
- webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewAddRemove.test.js
|
4864
4998
|
- webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewDetailRepos.fixtures.json
|
4865
|
-
- webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewDetailRepos.test.js
|
4866
4999
|
- webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewRepoAdd.fixture.json
|
4867
5000
|
- webpack/scenes/ContentViews/Details/Versions/ContentViewVersionContent.js
|
4868
5001
|
- webpack/scenes/ContentViews/Details/Versions/ContentViewVersionEnvironments.js
|
4869
5002
|
- webpack/scenes/ContentViews/Details/Versions/ContentViewVersionErrata.js
|
4870
5003
|
- webpack/scenes/ContentViews/Details/Versions/ContentViewVersionErrata.scss
|
4871
|
-
- webpack/scenes/ContentViews/Details/Versions/ContentViewVersionPackages.js
|
4872
5004
|
- webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js
|
5005
|
+
- webpack/scenes/ContentViews/Details/Versions/Delete/DeleteContext.js
|
5006
|
+
- webpack/scenes/ContentViews/Details/Versions/Delete/RemoveCVVersionWizard.js
|
5007
|
+
- webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVEnvironmentSelectionForm.js
|
5008
|
+
- webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignActivationKeysForm.js
|
5009
|
+
- webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignHostsForm.js
|
5010
|
+
- webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionDeleteFinish.js
|
5011
|
+
- webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js
|
5012
|
+
- webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedActivationKeys.fixture.json
|
5013
|
+
- webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedHosts.fixture.json
|
5014
|
+
- webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvDropDownOptionsResponse.fixture.json
|
5015
|
+
- webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvVersionRemove.test.js
|
5016
|
+
- webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvVersionRemoveResponse.fixture.json
|
5017
|
+
- webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/versionRemoveEnvPaths.fixtures.json
|
5018
|
+
- webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/versionsResponseData.fixtures.json
|
5019
|
+
- webpack/scenes/ContentViews/Details/Versions/Delete/affectedActivationKeys.js
|
5020
|
+
- webpack/scenes/ContentViews/Details/Versions/Delete/affectedHosts.js
|
5021
|
+
- webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js
|
5022
|
+
- webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetails.js
|
5023
|
+
- webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetails.scss
|
5024
|
+
- webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsHeader.js
|
5025
|
+
- webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsTable.js
|
5026
|
+
- webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionRepositoryCell.js
|
5027
|
+
- webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionAnsibleCollections.fixtures.json
|
5028
|
+
- webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionComponent.fixtures.json
|
5029
|
+
- webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDebPackages.fixtures.json
|
5030
|
+
- webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDetails.fixtures.json
|
5031
|
+
- webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDetails.test.js
|
5032
|
+
- webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDetailsCounts.fixtures.json
|
5033
|
+
- webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDetailsEmpty.test.js
|
5034
|
+
- webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDockerTags.fixtures.json
|
5035
|
+
- webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionErrata.fixtures.json
|
5036
|
+
- webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionFiles.fixtures.json
|
5037
|
+
- webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionModuleStreams.fixtures.json
|
5038
|
+
- webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionRepositories.fixtures.json
|
5039
|
+
- webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionRpmPackageGroups.fixtures.json
|
5040
|
+
- webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionRpmPackages.fixtures.json
|
4873
5041
|
- webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewTaskInProgressResponse.fixtures.json
|
4874
5042
|
- webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewTaskResponse.fixtures.json
|
4875
5043
|
- webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersions.fixtures.json
|
4876
5044
|
- webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersions.test.js
|
4877
5045
|
- webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersionsWithTask.fixtures.json
|
4878
5046
|
- webpack/scenes/ContentViews/Details/Versions/__tests__/emptyCVVersion.fixtures.json
|
5047
|
+
- webpack/scenes/ContentViews/Details/Versions/index.js
|
4879
5048
|
- webpack/scenes/ContentViews/Details/__tests__/contentViewDetail.test.js
|
4880
5049
|
- webpack/scenes/ContentViews/Details/__tests__/contentViewDetails.fixtures.json
|
4881
5050
|
- webpack/scenes/ContentViews/Details/contentViewInfo.scss
|
@@ -4896,7 +5065,10 @@ files:
|
|
4896
5065
|
- webpack/scenes/ContentViews/__tests__/basicContentViews.fixtures.js
|
4897
5066
|
- webpack/scenes/ContentViews/__tests__/contentViewList.fixtures.json
|
4898
5067
|
- webpack/scenes/ContentViews/__tests__/contentViewPage.test.js
|
5068
|
+
- webpack/scenes/ContentViews/__tests__/mockDetails.fixtures.json
|
5069
|
+
- webpack/scenes/ContentViews/components/CVBreadCrumb.js
|
4899
5070
|
- webpack/scenes/ContentViews/components/ContentViewIcon.js
|
5071
|
+
- webpack/scenes/ContentViews/components/ContentViewsCounter.js
|
4900
5072
|
- webpack/scenes/ContentViews/components/EnvironmentLabels.js
|
4901
5073
|
- webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPathActions.js
|
4902
5074
|
- webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPathConstants.js
|
@@ -4909,6 +5081,11 @@ files:
|
|
4909
5081
|
- webpack/scenes/ContentViews/components/TaskPresenter/TaskPresenter.js
|
4910
5082
|
- webpack/scenes/ContentViews/components/contentViewIcon.scss
|
4911
5083
|
- webpack/scenes/ContentViews/expansions/DetailsExpansion.js
|
5084
|
+
- webpack/scenes/ContentViews/expansions/RelatedCompositeContentViewsModal.js
|
5085
|
+
- webpack/scenes/ContentViews/expansions/RelatedContentViewComponentsModal.js
|
5086
|
+
- webpack/scenes/ContentViews/expansions/__tests__/contentViewComponentsModal.test.js
|
5087
|
+
- webpack/scenes/ContentViews/expansions/__tests__/contentViewComponentsResponse.fixtures.json
|
5088
|
+
- webpack/scenes/ContentViews/expansions/__tests__/relatedCompositeCvs.fixtures.json
|
4912
5089
|
- webpack/scenes/ContentViews/helpers.js
|
4913
5090
|
- webpack/scenes/ContentViews/index.js
|
4914
5091
|
- webpack/scenes/ModuleStreams/Details/ModuleDetailsSchema.js
|
@@ -5130,13 +5307,14 @@ files:
|
|
5130
5307
|
- webpack/utils/__tests__/useParamsWithHash.test.js
|
5131
5308
|
- webpack/utils/helpers.js
|
5132
5309
|
- webpack/utils/paramsFromHash.js
|
5310
|
+
- webpack/utils/useDebounce.js
|
5133
5311
|
- webpack/utils/useEventListener.js
|
5134
5312
|
- webpack/utils/useUrlParams.js
|
5135
5313
|
homepage: http://www.katello.org
|
5136
5314
|
licenses:
|
5137
5315
|
- GPL-2.0
|
5138
5316
|
metadata: {}
|
5139
|
-
post_install_message:
|
5317
|
+
post_install_message:
|
5140
5318
|
rdoc_options: []
|
5141
5319
|
require_paths:
|
5142
5320
|
- lib
|
@@ -5147,12 +5325,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
5147
5325
|
version: '2.5'
|
5148
5326
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
5149
5327
|
requirements:
|
5150
|
-
- - "
|
5328
|
+
- - ">"
|
5151
5329
|
- !ruby/object:Gem::Version
|
5152
|
-
version:
|
5330
|
+
version: 1.3.1
|
5153
5331
|
requirements: []
|
5154
|
-
rubygems_version: 3.
|
5155
|
-
signing_key:
|
5332
|
+
rubygems_version: 3.1.6
|
5333
|
+
signing_key:
|
5156
5334
|
specification_version: 4
|
5157
5335
|
summary: Content and Subscription Management plugin for Foreman
|
5158
5336
|
test_files: []
|