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
@@ -0,0 +1,865 @@
|
|
1
|
+
{
|
2
|
+
"total": 4,
|
3
|
+
"subtotal": 4,
|
4
|
+
"page": 1,
|
5
|
+
"per_page": 20,
|
6
|
+
"error": null,
|
7
|
+
"search": null,
|
8
|
+
"sort": {
|
9
|
+
"by": "version",
|
10
|
+
"order": "desc"
|
11
|
+
},
|
12
|
+
"results": [
|
13
|
+
{
|
14
|
+
"version": "4.0",
|
15
|
+
"major": 4,
|
16
|
+
"minor": 0,
|
17
|
+
"composite_content_view_ids": [],
|
18
|
+
"published_in_composite_content_view_ids": [],
|
19
|
+
"content_view_id": 20,
|
20
|
+
"default": false,
|
21
|
+
"description": null,
|
22
|
+
"id": 41,
|
23
|
+
"name": "cv3 4.0",
|
24
|
+
"created_at": "2021-09-28 19:35:46 -0400",
|
25
|
+
"updated_at": "2021-09-29 12:01:18 -0400",
|
26
|
+
"content_view": {
|
27
|
+
"id": 20,
|
28
|
+
"name": "cv3",
|
29
|
+
"label": "cv3"
|
30
|
+
},
|
31
|
+
"composite_content_views": [],
|
32
|
+
"composite_content_view_versions": [],
|
33
|
+
"published_in_composite_content_views": [],
|
34
|
+
"environments": [
|
35
|
+
{
|
36
|
+
"id": 2,
|
37
|
+
"name": "dev1",
|
38
|
+
"label": "dev1",
|
39
|
+
"publish_date": "3 days",
|
40
|
+
"permissions": {
|
41
|
+
"readable": true,
|
42
|
+
"promotable_or_removable": true,
|
43
|
+
"all_hosts_editable": true,
|
44
|
+
"all_keys_editable": true
|
45
|
+
},
|
46
|
+
"host_count": 1,
|
47
|
+
"activation_key_count": 3
|
48
|
+
},
|
49
|
+
{
|
50
|
+
"id": 3,
|
51
|
+
"name": "dev2",
|
52
|
+
"label": "dev2",
|
53
|
+
"publish_date": "3 days",
|
54
|
+
"permissions": {
|
55
|
+
"readable": true,
|
56
|
+
"promotable_or_removable": true,
|
57
|
+
"all_hosts_editable": true,
|
58
|
+
"all_keys_editable": true
|
59
|
+
},
|
60
|
+
"host_count": 0,
|
61
|
+
"activation_key_count": 0
|
62
|
+
},
|
63
|
+
{
|
64
|
+
"id": 4,
|
65
|
+
"name": "dev3",
|
66
|
+
"label": "dev3",
|
67
|
+
"publish_date": "3 days",
|
68
|
+
"permissions": {
|
69
|
+
"readable": true,
|
70
|
+
"promotable_or_removable": true,
|
71
|
+
"all_hosts_editable": true,
|
72
|
+
"all_keys_editable": true
|
73
|
+
},
|
74
|
+
"host_count": 0,
|
75
|
+
"activation_key_count": 0
|
76
|
+
},
|
77
|
+
{
|
78
|
+
"id": 5,
|
79
|
+
"name": "dev4",
|
80
|
+
"label": "dev4",
|
81
|
+
"publish_date": "3 days",
|
82
|
+
"permissions": {
|
83
|
+
"readable": true,
|
84
|
+
"promotable_or_removable": true,
|
85
|
+
"all_hosts_editable": true,
|
86
|
+
"all_keys_editable": true
|
87
|
+
},
|
88
|
+
"host_count": 0,
|
89
|
+
"activation_key_count": 0
|
90
|
+
}
|
91
|
+
],
|
92
|
+
"repositories": [
|
93
|
+
{
|
94
|
+
"id": 618,
|
95
|
+
"name": "file",
|
96
|
+
"label": "file",
|
97
|
+
"content_type": "file",
|
98
|
+
"library_instance_id": 5
|
99
|
+
},
|
100
|
+
{
|
101
|
+
"id": 616,
|
102
|
+
"name": "modular",
|
103
|
+
"label": "modular",
|
104
|
+
"content_type": "yum",
|
105
|
+
"library_instance_id": 3
|
106
|
+
},
|
107
|
+
{
|
108
|
+
"id": 617,
|
109
|
+
"name": "docker",
|
110
|
+
"label": "docker",
|
111
|
+
"content_type": "docker",
|
112
|
+
"library_instance_id": 4
|
113
|
+
},
|
114
|
+
{
|
115
|
+
"id": 614,
|
116
|
+
"name": "zoo1",
|
117
|
+
"label": "zoo1",
|
118
|
+
"content_type": "yum",
|
119
|
+
"library_instance_id": 1
|
120
|
+
},
|
121
|
+
{
|
122
|
+
"id": 619,
|
123
|
+
"name": "ansible_collection_repo",
|
124
|
+
"label": "ansible_collection_repo",
|
125
|
+
"content_type": "ansible_collection",
|
126
|
+
"library_instance_id": 7
|
127
|
+
},
|
128
|
+
{
|
129
|
+
"id": 615,
|
130
|
+
"name": "zoo2",
|
131
|
+
"label": "zoo2",
|
132
|
+
"content_type": "yum",
|
133
|
+
"library_instance_id": 2
|
134
|
+
},
|
135
|
+
{
|
136
|
+
"id": 620,
|
137
|
+
"name": "python_test",
|
138
|
+
"label": "python_test",
|
139
|
+
"content_type": "python",
|
140
|
+
"library_instance_id": 466
|
141
|
+
}
|
142
|
+
],
|
143
|
+
"last_event": {
|
144
|
+
"user": "admin",
|
145
|
+
"status": "successful",
|
146
|
+
"description": null,
|
147
|
+
"action": "removal",
|
148
|
+
"created_at": "2021-09-30 09:37:01 -0400",
|
149
|
+
"updated_at": "2021-09-30 09:37:07 -0400",
|
150
|
+
"environment": {
|
151
|
+
"id": 1,
|
152
|
+
"name": "Library"
|
153
|
+
},
|
154
|
+
"task": {
|
155
|
+
"id": "5c95fc4c-1d71-4ba4-82f9-5a8afdc79a32",
|
156
|
+
"label": "Actions::Katello::ContentView::Remove",
|
157
|
+
"pending": false,
|
158
|
+
"action": "Remove Versions and Associations content view 'cv3'; organization 'Default Organization'",
|
159
|
+
"username": "admin",
|
160
|
+
"started_at": "2021-09-30 09:36:59 -0400",
|
161
|
+
"ended_at": "2021-09-30 09:37:07 -0400",
|
162
|
+
"state": "stopped",
|
163
|
+
"result": "success",
|
164
|
+
"progress": 1,
|
165
|
+
"input": {
|
166
|
+
"content_view": {
|
167
|
+
"id": 20,
|
168
|
+
"name": "cv3",
|
169
|
+
"label": "cv3"
|
170
|
+
},
|
171
|
+
"organization": {
|
172
|
+
"id": 1,
|
173
|
+
"name": "Default Organization",
|
174
|
+
"label": "Default_Organization"
|
175
|
+
},
|
176
|
+
"services_checked": [
|
177
|
+
"pulp3",
|
178
|
+
"candlepin",
|
179
|
+
"candlepin_auth"
|
180
|
+
],
|
181
|
+
"content_view_id": 20,
|
182
|
+
"environment_ids": [
|
183
|
+
1
|
184
|
+
],
|
185
|
+
"environment_names": [
|
186
|
+
"Library"
|
187
|
+
],
|
188
|
+
"version_ids": [],
|
189
|
+
"content_view_history_ids": [
|
190
|
+
363
|
191
|
+
],
|
192
|
+
"locale": "en",
|
193
|
+
"current_request_id": "1af0fe07-1d8f-4b6c-bf30-7477331201ad",
|
194
|
+
"current_timezone": "America/New_York",
|
195
|
+
"current_organization_id": 1,
|
196
|
+
"current_location_id": 2,
|
197
|
+
"current_user_id": 4
|
198
|
+
},
|
199
|
+
"output": {},
|
200
|
+
"humanized": {
|
201
|
+
"action": "Remove Versions and Associations",
|
202
|
+
"input": [
|
203
|
+
[
|
204
|
+
"content_view",
|
205
|
+
{
|
206
|
+
"text": "content view 'cv3'",
|
207
|
+
"link": "/content_views/20/versions"
|
208
|
+
}
|
209
|
+
],
|
210
|
+
[
|
211
|
+
"organization",
|
212
|
+
{
|
213
|
+
"text": "organization 'Default Organization'",
|
214
|
+
"link": "/organizations/1/edit"
|
215
|
+
}
|
216
|
+
]
|
217
|
+
],
|
218
|
+
"output": "",
|
219
|
+
"errors": []
|
220
|
+
},
|
221
|
+
"cli_example": null,
|
222
|
+
"start_at": "2021-09-30 09:36:59 -0400",
|
223
|
+
"available_actions": {
|
224
|
+
"cancellable": false,
|
225
|
+
"resumable": false
|
226
|
+
}
|
227
|
+
},
|
228
|
+
"version": "4.0",
|
229
|
+
"publish": false,
|
230
|
+
"version_id": 41,
|
231
|
+
"triggered_by": null,
|
232
|
+
"triggered_by_id": null
|
233
|
+
},
|
234
|
+
"active_history": [],
|
235
|
+
"deb_count": 0,
|
236
|
+
"file_count": 3,
|
237
|
+
"ansible_collection_count": 34,
|
238
|
+
"docker_manifest_count": 1,
|
239
|
+
"docker_manifest_list_count": 0,
|
240
|
+
"docker_tag_count": 1,
|
241
|
+
"python_package_count": 106,
|
242
|
+
"rpm_count": 22,
|
243
|
+
"modulemd_count": 14,
|
244
|
+
"erratum_count": 9,
|
245
|
+
"package_group_count": 2,
|
246
|
+
"srpm_count": 0,
|
247
|
+
"module_stream_count": 14,
|
248
|
+
"package_count": 22,
|
249
|
+
"ostree_branch_count": null,
|
250
|
+
"component_view_count": 0,
|
251
|
+
"python_repository_count": 1,
|
252
|
+
"deb_repository_count": 0,
|
253
|
+
"file_repository_count": 1,
|
254
|
+
"docker_repository_count": 1,
|
255
|
+
"yum_repository_count": 3,
|
256
|
+
"ansible_collection_repository_count": 1,
|
257
|
+
"errata_counts": {
|
258
|
+
"security": 2,
|
259
|
+
"bugfix": 0,
|
260
|
+
"enhancement": 5,
|
261
|
+
"total": 9
|
262
|
+
},
|
263
|
+
"permissions": {
|
264
|
+
"deletable": true
|
265
|
+
}
|
266
|
+
},
|
267
|
+
{
|
268
|
+
"version": "3.0",
|
269
|
+
"major": 3,
|
270
|
+
"minor": 0,
|
271
|
+
"composite_content_view_ids": [],
|
272
|
+
"published_in_composite_content_view_ids": [],
|
273
|
+
"content_view_id": 20,
|
274
|
+
"default": false,
|
275
|
+
"description": null,
|
276
|
+
"id": 40,
|
277
|
+
"name": "cv3 3.0",
|
278
|
+
"created_at": "2021-09-28 19:31:28 -0400",
|
279
|
+
"updated_at": "2021-09-29 12:01:19 -0400",
|
280
|
+
"content_view": {
|
281
|
+
"id": 20,
|
282
|
+
"name": "cv3",
|
283
|
+
"label": "cv3"
|
284
|
+
},
|
285
|
+
"composite_content_views": [],
|
286
|
+
"composite_content_view_versions": [],
|
287
|
+
"published_in_composite_content_views": [],
|
288
|
+
"environments": [
|
289
|
+
{
|
290
|
+
"id": 9,
|
291
|
+
"name": "test1",
|
292
|
+
"label": "test1",
|
293
|
+
"publish_date": "1 day",
|
294
|
+
"permissions": {
|
295
|
+
"readable": true,
|
296
|
+
"promotable_or_removable": true,
|
297
|
+
"all_hosts_editable": true,
|
298
|
+
"all_keys_editable": true
|
299
|
+
},
|
300
|
+
"host_count": 0,
|
301
|
+
"activation_key_count": 0
|
302
|
+
},
|
303
|
+
{
|
304
|
+
"id": 10,
|
305
|
+
"name": "test2",
|
306
|
+
"label": "test2",
|
307
|
+
"publish_date": "1 day",
|
308
|
+
"permissions": {
|
309
|
+
"readable": true,
|
310
|
+
"promotable_or_removable": true,
|
311
|
+
"all_hosts_editable": true,
|
312
|
+
"all_keys_editable": true
|
313
|
+
},
|
314
|
+
"host_count": 0,
|
315
|
+
"activation_key_count": 0
|
316
|
+
},
|
317
|
+
{
|
318
|
+
"id": 11,
|
319
|
+
"name": "test3",
|
320
|
+
"label": "test3",
|
321
|
+
"publish_date": "1 day",
|
322
|
+
"permissions": {
|
323
|
+
"readable": true,
|
324
|
+
"promotable_or_removable": true,
|
325
|
+
"all_hosts_editable": true,
|
326
|
+
"all_keys_editable": true
|
327
|
+
},
|
328
|
+
"host_count": 0,
|
329
|
+
"activation_key_count": 0
|
330
|
+
},
|
331
|
+
{
|
332
|
+
"id": 12,
|
333
|
+
"name": "test4",
|
334
|
+
"label": "test4",
|
335
|
+
"publish_date": "1 day",
|
336
|
+
"permissions": {
|
337
|
+
"readable": true,
|
338
|
+
"promotable_or_removable": true,
|
339
|
+
"all_hosts_editable": true,
|
340
|
+
"all_keys_editable": true
|
341
|
+
},
|
342
|
+
"host_count": 0,
|
343
|
+
"activation_key_count": 0
|
344
|
+
},
|
345
|
+
{
|
346
|
+
"id": 13,
|
347
|
+
"name": "test5",
|
348
|
+
"label": "test5",
|
349
|
+
"publish_date": "1 day",
|
350
|
+
"permissions": {
|
351
|
+
"readable": true,
|
352
|
+
"promotable_or_removable": true,
|
353
|
+
"all_hosts_editable": true,
|
354
|
+
"all_keys_editable": true
|
355
|
+
},
|
356
|
+
"host_count": 0,
|
357
|
+
"activation_key_count": 0
|
358
|
+
}
|
359
|
+
],
|
360
|
+
"repositories": [
|
361
|
+
{
|
362
|
+
"id": 556,
|
363
|
+
"name": "zoo1",
|
364
|
+
"label": "zoo1",
|
365
|
+
"content_type": "yum",
|
366
|
+
"library_instance_id": 1
|
367
|
+
},
|
368
|
+
{
|
369
|
+
"id": 559,
|
370
|
+
"name": "docker",
|
371
|
+
"label": "docker",
|
372
|
+
"content_type": "docker",
|
373
|
+
"library_instance_id": 4
|
374
|
+
},
|
375
|
+
{
|
376
|
+
"id": 562,
|
377
|
+
"name": "ansible_collection_repo",
|
378
|
+
"label": "ansible_collection_repo",
|
379
|
+
"content_type": "ansible_collection",
|
380
|
+
"library_instance_id": 7
|
381
|
+
},
|
382
|
+
{
|
383
|
+
"id": 560,
|
384
|
+
"name": "file",
|
385
|
+
"label": "file",
|
386
|
+
"content_type": "file",
|
387
|
+
"library_instance_id": 5
|
388
|
+
},
|
389
|
+
{
|
390
|
+
"id": 557,
|
391
|
+
"name": "zoo2",
|
392
|
+
"label": "zoo2",
|
393
|
+
"content_type": "yum",
|
394
|
+
"library_instance_id": 2
|
395
|
+
},
|
396
|
+
{
|
397
|
+
"id": 561,
|
398
|
+
"name": "deb_test",
|
399
|
+
"label": "deb_test",
|
400
|
+
"content_type": "deb",
|
401
|
+
"library_instance_id": 6
|
402
|
+
},
|
403
|
+
{
|
404
|
+
"id": 558,
|
405
|
+
"name": "modular",
|
406
|
+
"label": "modular",
|
407
|
+
"content_type": "yum",
|
408
|
+
"library_instance_id": 3
|
409
|
+
},
|
410
|
+
{
|
411
|
+
"id": 563,
|
412
|
+
"name": "python_test",
|
413
|
+
"label": "python_test",
|
414
|
+
"content_type": "python",
|
415
|
+
"library_instance_id": 466
|
416
|
+
}
|
417
|
+
],
|
418
|
+
"last_event": {
|
419
|
+
"user": "admin",
|
420
|
+
"status": "successful",
|
421
|
+
"description": "",
|
422
|
+
"action": "promotion",
|
423
|
+
"created_at": "2021-09-30 09:49:48 -0400",
|
424
|
+
"updated_at": "2021-09-30 09:51:14 -0400",
|
425
|
+
"environment": {
|
426
|
+
"id": 13,
|
427
|
+
"name": "test5"
|
428
|
+
},
|
429
|
+
"task": {
|
430
|
+
"id": "6d30f3b0-d7a7-4a1f-b7ae-7d9b868c9f68",
|
431
|
+
"label": "Actions::Katello::ContentView::Promote",
|
432
|
+
"pending": false,
|
433
|
+
"action": "Promote content view 'cv3'; organization 'Default Organization'",
|
434
|
+
"username": "admin",
|
435
|
+
"started_at": "2021-09-30 09:49:19 -0400",
|
436
|
+
"ended_at": "2021-09-30 09:51:14 -0400",
|
437
|
+
"state": "stopped",
|
438
|
+
"result": "success",
|
439
|
+
"progress": 1,
|
440
|
+
"input": {
|
441
|
+
"content_view": {
|
442
|
+
"id": 20,
|
443
|
+
"name": "cv3",
|
444
|
+
"label": "cv3"
|
445
|
+
},
|
446
|
+
"organization": {
|
447
|
+
"id": 1,
|
448
|
+
"name": "Default Organization",
|
449
|
+
"label": "Default_Organization"
|
450
|
+
},
|
451
|
+
"environments": [
|
452
|
+
"test1",
|
453
|
+
"test2",
|
454
|
+
"test3",
|
455
|
+
"test4",
|
456
|
+
"test5"
|
457
|
+
],
|
458
|
+
"services_checked": [
|
459
|
+
"pulp3",
|
460
|
+
"candlepin",
|
461
|
+
"candlepin_auth"
|
462
|
+
],
|
463
|
+
"locale": "en",
|
464
|
+
"current_request_id": "724528c6-adb0-44e1-8017-1759cdfa42c1",
|
465
|
+
"current_timezone": "America/New_York",
|
466
|
+
"current_organization_id": 1,
|
467
|
+
"current_location_id": 2,
|
468
|
+
"current_user_id": 4
|
469
|
+
},
|
470
|
+
"output": {},
|
471
|
+
"humanized": {
|
472
|
+
"action": "Promote",
|
473
|
+
"input": [
|
474
|
+
[
|
475
|
+
"content_view",
|
476
|
+
{
|
477
|
+
"text": "content view 'cv3'",
|
478
|
+
"link": "/content_views/20/versions"
|
479
|
+
}
|
480
|
+
],
|
481
|
+
[
|
482
|
+
"organization",
|
483
|
+
{
|
484
|
+
"text": "organization 'Default Organization'",
|
485
|
+
"link": "/organizations/1/edit"
|
486
|
+
}
|
487
|
+
]
|
488
|
+
],
|
489
|
+
"output": "",
|
490
|
+
"errors": []
|
491
|
+
},
|
492
|
+
"cli_example": null,
|
493
|
+
"start_at": "2021-09-30 09:49:19 -0400",
|
494
|
+
"available_actions": {
|
495
|
+
"cancellable": false,
|
496
|
+
"resumable": false
|
497
|
+
}
|
498
|
+
},
|
499
|
+
"version": "3.0",
|
500
|
+
"publish": false,
|
501
|
+
"version_id": 40,
|
502
|
+
"triggered_by": null,
|
503
|
+
"triggered_by_id": null
|
504
|
+
},
|
505
|
+
"active_history": [],
|
506
|
+
"deb_count": 4,
|
507
|
+
"file_count": 3,
|
508
|
+
"ansible_collection_count": 34,
|
509
|
+
"docker_manifest_count": 1,
|
510
|
+
"docker_manifest_list_count": 0,
|
511
|
+
"docker_tag_count": 1,
|
512
|
+
"python_package_count": 106,
|
513
|
+
"rpm_count": 22,
|
514
|
+
"modulemd_count": 14,
|
515
|
+
"erratum_count": 9,
|
516
|
+
"package_group_count": 2,
|
517
|
+
"srpm_count": 0,
|
518
|
+
"module_stream_count": 14,
|
519
|
+
"package_count": 22,
|
520
|
+
"ostree_branch_count": null,
|
521
|
+
"component_view_count": 0,
|
522
|
+
"python_repository_count": 1,
|
523
|
+
"deb_repository_count": 1,
|
524
|
+
"file_repository_count": 1,
|
525
|
+
"docker_repository_count": 1,
|
526
|
+
"yum_repository_count": 3,
|
527
|
+
"ansible_collection_repository_count": 1,
|
528
|
+
"errata_counts": {
|
529
|
+
"security": 2,
|
530
|
+
"bugfix": 0,
|
531
|
+
"enhancement": 5,
|
532
|
+
"total": 9
|
533
|
+
},
|
534
|
+
"permissions": {
|
535
|
+
"deletable": true
|
536
|
+
}
|
537
|
+
},
|
538
|
+
{
|
539
|
+
"version": "2.0",
|
540
|
+
"major": 2,
|
541
|
+
"minor": 0,
|
542
|
+
"composite_content_view_ids": [],
|
543
|
+
"published_in_composite_content_view_ids": [],
|
544
|
+
"content_view_id": 20,
|
545
|
+
"default": false,
|
546
|
+
"description": "",
|
547
|
+
"id": 33,
|
548
|
+
"name": "cv3 2.0",
|
549
|
+
"created_at": "2021-09-28 10:23:47 -0400",
|
550
|
+
"updated_at": "2021-09-28 10:24:19 -0400",
|
551
|
+
"content_view": {
|
552
|
+
"id": 20,
|
553
|
+
"name": "cv3",
|
554
|
+
"label": "cv3"
|
555
|
+
},
|
556
|
+
"composite_content_views": [],
|
557
|
+
"composite_content_view_versions": [],
|
558
|
+
"published_in_composite_content_views": [],
|
559
|
+
"environments": [],
|
560
|
+
"repositories": [
|
561
|
+
{
|
562
|
+
"id": 516,
|
563
|
+
"name": "docker",
|
564
|
+
"label": "docker",
|
565
|
+
"content_type": "docker",
|
566
|
+
"library_instance_id": 4
|
567
|
+
},
|
568
|
+
{
|
569
|
+
"id": 517,
|
570
|
+
"name": "ansible_collection_repo",
|
571
|
+
"label": "ansible_collection_repo",
|
572
|
+
"content_type": "ansible_collection",
|
573
|
+
"library_instance_id": 7
|
574
|
+
}
|
575
|
+
],
|
576
|
+
"last_event": {
|
577
|
+
"user": "admin",
|
578
|
+
"status": "successful",
|
579
|
+
"description": null,
|
580
|
+
"action": "promotion",
|
581
|
+
"created_at": "2021-09-28 10:23:50 -0400",
|
582
|
+
"updated_at": "2021-09-28 10:24:17 -0400",
|
583
|
+
"environment": {
|
584
|
+
"id": 5,
|
585
|
+
"name": "dev4"
|
586
|
+
},
|
587
|
+
"task": {
|
588
|
+
"id": "7d3bef76-8aa5-4634-bd39-913d5f5a0192",
|
589
|
+
"label": "Actions::Katello::ContentView::Publish",
|
590
|
+
"pending": false,
|
591
|
+
"action": "Publish content view 'cv3'; organization 'Default Organization'",
|
592
|
+
"username": "admin",
|
593
|
+
"started_at": "2021-09-28 10:23:46 -0400",
|
594
|
+
"ended_at": "2021-09-28 10:24:19 -0400",
|
595
|
+
"state": "stopped",
|
596
|
+
"result": "success",
|
597
|
+
"progress": 1,
|
598
|
+
"input": {
|
599
|
+
"content_view": {
|
600
|
+
"id": 20,
|
601
|
+
"name": "cv3",
|
602
|
+
"label": "cv3"
|
603
|
+
},
|
604
|
+
"organization": {
|
605
|
+
"id": 1,
|
606
|
+
"name": "Default Organization",
|
607
|
+
"label": "Default_Organization"
|
608
|
+
},
|
609
|
+
"services_checked": [
|
610
|
+
"pulp3",
|
611
|
+
"candlepin",
|
612
|
+
"candlepin_auth"
|
613
|
+
],
|
614
|
+
"history_id": 304,
|
615
|
+
"content_view_id": 20,
|
616
|
+
"auto_publish_composite_ids": [],
|
617
|
+
"content_view_version_name": "cv3 2.0",
|
618
|
+
"content_view_version_id": 33,
|
619
|
+
"environment_id": 1,
|
620
|
+
"user_id": 4,
|
621
|
+
"skip_promotion": null,
|
622
|
+
"locale": "en",
|
623
|
+
"current_request_id": "5ff846f7-bb99-4b3b-9246-33ba442ecf5d",
|
624
|
+
"current_timezone": "America/New_York",
|
625
|
+
"current_organization_id": 1,
|
626
|
+
"current_location_id": 2,
|
627
|
+
"current_user_id": 4
|
628
|
+
},
|
629
|
+
"output": {
|
630
|
+
"content_view_id": 20,
|
631
|
+
"content_view_version_id": 33,
|
632
|
+
"skip_promotion": null
|
633
|
+
},
|
634
|
+
"humanized": {
|
635
|
+
"action": "Publish",
|
636
|
+
"input": [
|
637
|
+
[
|
638
|
+
"content_view",
|
639
|
+
{
|
640
|
+
"text": "content view 'cv3'",
|
641
|
+
"link": "/content_views/20/versions"
|
642
|
+
}
|
643
|
+
],
|
644
|
+
[
|
645
|
+
"organization",
|
646
|
+
{
|
647
|
+
"text": "organization 'Default Organization'",
|
648
|
+
"link": "/organizations/1/edit"
|
649
|
+
}
|
650
|
+
]
|
651
|
+
],
|
652
|
+
"output": "",
|
653
|
+
"errors": []
|
654
|
+
},
|
655
|
+
"cli_example": null,
|
656
|
+
"start_at": "2021-09-28 10:23:46 -0400",
|
657
|
+
"available_actions": {
|
658
|
+
"cancellable": false,
|
659
|
+
"resumable": false
|
660
|
+
}
|
661
|
+
},
|
662
|
+
"version": "2.0",
|
663
|
+
"publish": false,
|
664
|
+
"version_id": 33,
|
665
|
+
"triggered_by": null,
|
666
|
+
"triggered_by_id": null
|
667
|
+
},
|
668
|
+
"active_history": [],
|
669
|
+
"ansible collection_count": 34,
|
670
|
+
"deb_count": 0,
|
671
|
+
"file_count": 0,
|
672
|
+
"python_package_count": 0,
|
673
|
+
"docker_manifest_count": 1,
|
674
|
+
"docker_manifest_list_count": 0,
|
675
|
+
"docker_tag_count": 1,
|
676
|
+
"rpm_count": 0,
|
677
|
+
"modulemd_count": 0,
|
678
|
+
"erratum_count": 0,
|
679
|
+
"package_group_count": 0,
|
680
|
+
"srpm_count": 0,
|
681
|
+
"module_stream_count": 0,
|
682
|
+
"package_count": 0,
|
683
|
+
"ostree_branch_count": null,
|
684
|
+
"component_view_count": 0,
|
685
|
+
"python_repository_count": 0,
|
686
|
+
"deb_repository_count": 0,
|
687
|
+
"file_repository_count": 0,
|
688
|
+
"docker_repository_count": 1,
|
689
|
+
"yum_repository_count": 0,
|
690
|
+
"ansible_collection_repository_count": 1,
|
691
|
+
"errata_counts": {
|
692
|
+
"security": null,
|
693
|
+
"bugfix": 0,
|
694
|
+
"enhancement": 0,
|
695
|
+
"total": null
|
696
|
+
},
|
697
|
+
"permissions": {
|
698
|
+
"deletable": true
|
699
|
+
}
|
700
|
+
},
|
701
|
+
{
|
702
|
+
"version": "1.0",
|
703
|
+
"major": 1,
|
704
|
+
"minor": 0,
|
705
|
+
"composite_content_view_ids": [],
|
706
|
+
"published_in_composite_content_view_ids": [],
|
707
|
+
"content_view_id": 20,
|
708
|
+
"default": false,
|
709
|
+
"description": "",
|
710
|
+
"id": 32,
|
711
|
+
"name": "cv3 1.0",
|
712
|
+
"created_at": "2021-09-28 10:23:03 -0400",
|
713
|
+
"updated_at": "2021-09-28 10:23:26 -0400",
|
714
|
+
"content_view": {
|
715
|
+
"id": 20,
|
716
|
+
"name": "cv3",
|
717
|
+
"label": "cv3"
|
718
|
+
},
|
719
|
+
"composite_content_views": [],
|
720
|
+
"composite_content_view_versions": [],
|
721
|
+
"published_in_composite_content_views": [],
|
722
|
+
"environments": [],
|
723
|
+
"repositories": [
|
724
|
+
{
|
725
|
+
"id": 508,
|
726
|
+
"name": "docker",
|
727
|
+
"label": "docker",
|
728
|
+
"content_type": "docker",
|
729
|
+
"library_instance_id": 4
|
730
|
+
},
|
731
|
+
{
|
732
|
+
"id": 509,
|
733
|
+
"name": "ansible_collection_repo",
|
734
|
+
"label": "ansible_collection_repo",
|
735
|
+
"content_type": "ansible_collection",
|
736
|
+
"library_instance_id": 7
|
737
|
+
}
|
738
|
+
],
|
739
|
+
"last_event": {
|
740
|
+
"user": "admin",
|
741
|
+
"status": "successful",
|
742
|
+
"description": null,
|
743
|
+
"action": "promotion",
|
744
|
+
"created_at": "2021-09-28 10:23:11 -0400",
|
745
|
+
"updated_at": "2021-09-28 10:23:26 -0400",
|
746
|
+
"environment": {
|
747
|
+
"id": 3,
|
748
|
+
"name": "dev2"
|
749
|
+
},
|
750
|
+
"task": {
|
751
|
+
"id": "754dce43-262d-4468-9fe0-964c1183d593",
|
752
|
+
"label": "Actions::Katello::ContentView::Publish",
|
753
|
+
"pending": false,
|
754
|
+
"action": "Publish content view 'cv3'; organization 'Default Organization'",
|
755
|
+
"username": "admin",
|
756
|
+
"started_at": "2021-09-28 10:23:03 -0400",
|
757
|
+
"ended_at": "2021-09-28 10:23:26 -0400",
|
758
|
+
"state": "stopped",
|
759
|
+
"result": "success",
|
760
|
+
"progress": 1,
|
761
|
+
"input": {
|
762
|
+
"content_view": {
|
763
|
+
"id": 20,
|
764
|
+
"name": "cv3",
|
765
|
+
"label": "cv3"
|
766
|
+
},
|
767
|
+
"organization": {
|
768
|
+
"id": 1,
|
769
|
+
"name": "Default Organization",
|
770
|
+
"label": "Default_Organization"
|
771
|
+
},
|
772
|
+
"services_checked": [
|
773
|
+
"pulp3",
|
774
|
+
"candlepin",
|
775
|
+
"candlepin_auth"
|
776
|
+
],
|
777
|
+
"history_id": 301,
|
778
|
+
"content_view_id": 20,
|
779
|
+
"auto_publish_composite_ids": [],
|
780
|
+
"content_view_version_name": "cv3 1.0",
|
781
|
+
"content_view_version_id": 32,
|
782
|
+
"environment_id": 1,
|
783
|
+
"user_id": 4,
|
784
|
+
"skip_promotion": null,
|
785
|
+
"locale": "en",
|
786
|
+
"current_request_id": "2d492602-9304-45cc-9284-dfd4ae2dd6ea",
|
787
|
+
"current_timezone": "America/New_York",
|
788
|
+
"current_organization_id": 1,
|
789
|
+
"current_location_id": 2,
|
790
|
+
"current_user_id": 4
|
791
|
+
},
|
792
|
+
"output": {
|
793
|
+
"content_view_id": 20,
|
794
|
+
"content_view_version_id": 32,
|
795
|
+
"skip_promotion": null
|
796
|
+
},
|
797
|
+
"humanized": {
|
798
|
+
"action": "Publish",
|
799
|
+
"input": [
|
800
|
+
[
|
801
|
+
"content_view",
|
802
|
+
{
|
803
|
+
"text": "content view 'cv3'",
|
804
|
+
"link": "/content_views/20/versions"
|
805
|
+
}
|
806
|
+
],
|
807
|
+
[
|
808
|
+
"organization",
|
809
|
+
{
|
810
|
+
"text": "organization 'Default Organization'",
|
811
|
+
"link": "/organizations/1/edit"
|
812
|
+
}
|
813
|
+
]
|
814
|
+
],
|
815
|
+
"output": "",
|
816
|
+
"errors": []
|
817
|
+
},
|
818
|
+
"cli_example": null,
|
819
|
+
"start_at": "2021-09-28 10:23:03 -0400",
|
820
|
+
"available_actions": {
|
821
|
+
"cancellable": false,
|
822
|
+
"resumable": false
|
823
|
+
}
|
824
|
+
},
|
825
|
+
"version": "1.0",
|
826
|
+
"publish": false,
|
827
|
+
"version_id": 32,
|
828
|
+
"triggered_by": null,
|
829
|
+
"triggered_by_id": null
|
830
|
+
},
|
831
|
+
"active_history": [],
|
832
|
+
"ansible collection_count": 34,
|
833
|
+
"deb_count": 0,
|
834
|
+
"file_count": 0,
|
835
|
+
"python_package_count": 0,
|
836
|
+
"docker_manifest_count": 1,
|
837
|
+
"docker_manifest_list_count": 0,
|
838
|
+
"docker_tag_count": 1,
|
839
|
+
"rpm_count": 0,
|
840
|
+
"modulemd_count": 0,
|
841
|
+
"erratum_count": 0,
|
842
|
+
"package_group_count": 0,
|
843
|
+
"srpm_count": 0,
|
844
|
+
"module_stream_count": 0,
|
845
|
+
"package_count": 0,
|
846
|
+
"ostree_branch_count": null,
|
847
|
+
"component_view_count": 0,
|
848
|
+
"python_repository_count": 0,
|
849
|
+
"deb_repository_count": 0,
|
850
|
+
"file_repository_count": 0,
|
851
|
+
"docker_repository_count": 1,
|
852
|
+
"yum_repository_count": 0,
|
853
|
+
"ansible_collection_repository_count": 1,
|
854
|
+
"errata_counts": {
|
855
|
+
"security": null,
|
856
|
+
"bugfix": 0,
|
857
|
+
"enhancement": 0,
|
858
|
+
"total": null
|
859
|
+
},
|
860
|
+
"permissions": {
|
861
|
+
"deletable": true
|
862
|
+
}
|
863
|
+
}
|
864
|
+
]
|
865
|
+
}
|