katello 4.5.1 → 4.6.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/controllers/katello/api/rhsm/candlepin_dynflow_proxy_controller.rb +10 -0
- data/app/controllers/katello/api/v2/activation_keys_controller.rb +7 -0
- data/app/controllers/katello/api/v2/alternate_content_sources_controller.rb +52 -22
- data/app/controllers/katello/api/v2/content_uploads_controller.rb +2 -0
- data/app/controllers/katello/api/v2/content_view_filter_rules_controller.rb +1 -1
- data/app/controllers/katello/api/v2/content_view_filters_controller.rb +1 -1
- data/app/controllers/katello/api/v2/debs_controller.rb +42 -10
- data/app/controllers/katello/api/v2/host_collections_controller.rb +5 -1
- data/app/controllers/katello/api/v2/host_errata_controller.rb +1 -0
- data/app/controllers/katello/api/v2/host_module_streams_controller.rb +9 -1
- data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +8 -1
- data/app/controllers/katello/api/v2/organizations_controller.rb +3 -1
- data/app/controllers/katello/api/v2/simple_content_access_controller.rb +8 -0
- data/app/controllers/katello/concerns/api/v2/repository_content_controller.rb +34 -11
- data/app/controllers/katello/concerns/organizations_controller_extensions.rb +7 -16
- data/app/lib/actions/katello/alternate_content_source/alternate_content_source_common.rb +16 -0
- data/app/lib/actions/katello/alternate_content_source/create.rb +11 -5
- data/app/lib/actions/katello/alternate_content_source/destroy.rb +3 -4
- data/app/lib/actions/katello/alternate_content_source/refresh.rb +3 -5
- data/app/lib/actions/katello/alternate_content_source/update.rb +57 -13
- data/app/lib/actions/katello/applicability/hosts/bulk_generate.rb +2 -2
- data/app/lib/actions/katello/organization/manifest_refresh.rb +8 -4
- data/app/lib/actions/katello/organization/simple_content_access/toggle.rb +1 -9
- data/app/lib/actions/katello/repository/create.rb +9 -0
- data/app/lib/actions/katello/repository/destroy.rb +21 -0
- data/app/lib/actions/katello/repository/errata_mail.rb +3 -3
- data/app/lib/actions/katello/repository/refresh_repository.rb +3 -0
- data/app/lib/actions/katello/repository/update.rb +33 -0
- data/app/lib/actions/katello/repository/update_redhat_repository.rb +1 -1
- data/app/lib/actions/pulp3/alternate_content_source/create.rb +5 -4
- data/app/lib/actions/pulp3/alternate_content_source/create_remote.rb +5 -4
- data/app/lib/actions/pulp3/alternate_content_source/delete.rb +4 -4
- data/app/lib/actions/pulp3/alternate_content_source/delete_remote.rb +4 -4
- data/app/lib/actions/pulp3/alternate_content_source/refresh.rb +4 -4
- data/app/lib/actions/pulp3/alternate_content_source/update.rb +4 -4
- data/app/lib/actions/pulp3/alternate_content_source/update_remote.rb +5 -5
- data/app/lib/actions/pulp3/capsule_content/reclaim_space.rb +1 -0
- data/app/lib/actions/pulp3/orchestration/alternate_content_source/create.rb +3 -3
- data/app/lib/actions/pulp3/orchestration/alternate_content_source/delete.rb +6 -7
- data/app/lib/actions/pulp3/orchestration/alternate_content_source/refresh.rb +2 -2
- data/app/lib/actions/pulp3/orchestration/alternate_content_source/refresh_remote.rb +18 -0
- data/app/lib/actions/pulp3/orchestration/alternate_content_source/update.rb +3 -3
- data/app/lib/actions/pulp3/orchestration/repository/generate_metadata.rb +1 -1
- data/app/lib/katello/concerns/base_template_scope_extensions.rb +1 -1
- data/app/lib/katello/errors.rb +1 -1
- data/app/lib/katello/resources/candlepin/owner.rb +9 -2
- data/app/lib/katello/validators/alternate_content_source_products_validator.rb +17 -0
- data/app/models/katello/alternate_content_source.rb +39 -8
- data/app/models/katello/alternate_content_source_product.rb +13 -0
- data/app/models/katello/concerns/host_managed_extensions.rb +12 -2
- data/app/models/katello/concerns/pulp_database_unit.rb +2 -2
- data/app/models/katello/concerns/smart_proxy_extensions.rb +5 -6
- data/app/models/katello/content_view.rb +4 -0
- data/app/models/katello/content_view_deb_filter.rb +51 -0
- data/app/models/katello/content_view_deb_filter_rule.rb +24 -0
- data/app/models/katello/content_view_filter.rb +10 -3
- data/app/models/katello/glue/candlepin/owner.rb +0 -1
- data/app/models/katello/installed_package.rb +1 -0
- data/app/models/katello/product.rb +3 -0
- data/app/models/katello/repository.rb +2 -0
- data/app/models/katello/smart_proxy_alternate_content_source.rb +6 -0
- data/app/services/cert/certs.rb +8 -16
- data/app/services/katello/content_unit_indexer.rb +2 -1
- data/app/services/katello/organization_creator.rb +4 -4
- data/app/services/katello/pulp/server.rb +2 -2
- data/app/services/katello/pulp3/alternate_content_source.rb +22 -4
- data/app/services/katello/pulp3/api/apt.rb +12 -0
- data/app/services/katello/pulp3/erratum.rb +1 -4
- data/app/services/katello/pulp3/repository/apt.rb +186 -2
- data/app/services/katello/pulp3/repository.rb +4 -3
- data/app/services/katello/pulp3/service_common.rb +1 -1
- data/app/services/katello/pulp3/smart_proxy_mirror_repository.rb +1 -1
- data/app/views/foreman/smart_proxies/show.html.erb +3 -3
- data/app/views/katello/api/v2/alternate_content_sources/base.json.rabl +18 -3
- data/app/views/katello/api/v2/alternate_content_sources/show.json.rabl +20 -0
- data/app/views/katello/api/v2/ansible_collections/compare.json.rabl +10 -0
- data/app/views/katello/api/v2/content_view_filters/base.json.rabl +5 -0
- data/app/views/katello/api/v2/module_streams/compare.json.rabl +10 -0
- data/app/views/katello/api/v2/repository_sets/show.json.rabl +4 -0
- data/app/views/katello/layouts/foreman_with_bastion.html.erb +1 -1
- data/app/views/katello/layouts/react.html.erb +1 -1
- data/app/views/overrides/organizations/_edit_override.html.erb +5 -8
- data/app/views/overrides/organizations/_index_row_override.html.erb +1 -1
- data/app/views/overrides/organizations/_step_1_override.html.erb +5 -0
- data/ca/redhat-uep.pem +18 -23
- data/config/katello.yaml.example +0 -2
- data/config/routes/api/v2.rb +2 -0
- data/config/routes/overrides.rb +1 -0
- data/db/migrate/20201116161820_create_content_view_deb_filter_rules.rb +17 -0
- data/db/migrate/20220524132259_remove_last_refreshed_from_katello_alternate_content_sources.rb +5 -0
- data/db/migrate/20220601163911_add_vendor_to_katello_installed_packages.rb +5 -0
- data/db/migrate/20220610165621_add_repositories_and_products_to_acs.rb +23 -0
- data/db/seeds.d/102-organizations.rb +1 -1
- data/engines/bastion/app/views/bastion/layouts/application.html.erb +1 -1
- data/engines/bastion/app/views/bastion/layouts/application_ie.html.erb +1 -1
- data/engines/bastion/app/views/bastion/layouts/assets.html.erb +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js +2 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/environment.controller.js +2 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/environments.controller.js +1 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/views/environments.html +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +4 -5
- data/engines/bastion_katello/lib/bastion_katello/engine.rb +0 -1
- data/lib/katello/engine.rb +1 -2
- data/lib/katello/permission_creator.rb +2 -2
- data/lib/katello/permissions/host_permissions.rb +1 -0
- data/lib/katello/plugin.rb +6 -12
- data/lib/katello/version.rb +1 -1
- data/locale/action_names.rb +49 -46
- data/locale/bn/katello.po +361 -53
- data/{webpack/scenes/AnsibleCollections/AnsibleCollectionsTables.scss → locale/bn/katello.po.time_stamp} +0 -0
- data/locale/cs/katello.po +361 -53
- data/locale/cs/katello.po.time_stamp +0 -0
- data/locale/de/katello.po +366 -58
- data/locale/de/katello.po.time_stamp +0 -0
- data/locale/en/katello.po +361 -53
- data/locale/en/katello.po.time_stamp +0 -0
- data/locale/es/katello.po +364 -56
- data/locale/es/katello.po.time_stamp +0 -0
- data/locale/fr/katello.po +376 -68
- data/locale/fr/katello.po.time_stamp +0 -0
- data/locale/gu/katello.po +361 -53
- data/locale/gu/katello.po.time_stamp +0 -0
- data/locale/hi/katello.po +361 -53
- data/locale/hi/katello.po.time_stamp +0 -0
- data/locale/it/katello.po +361 -53
- data/locale/it/katello.po.time_stamp +0 -0
- data/locale/ja/katello.po +374 -66
- data/locale/ja/katello.po.time_stamp +0 -0
- data/locale/katello.pot +1626 -1079
- data/locale/kn/katello.po +361 -53
- data/locale/kn/katello.po.time_stamp +0 -0
- data/locale/ko/katello.po +361 -53
- data/locale/ko/katello.po.time_stamp +0 -0
- data/locale/mr/katello.po +361 -53
- data/locale/mr/katello.po.time_stamp +0 -0
- data/locale/or/katello.po +361 -53
- data/locale/or/katello.po.time_stamp +0 -0
- data/locale/pa/katello.po +361 -53
- data/locale/pa/katello.po.time_stamp +0 -0
- data/locale/pt/katello.po +361 -53
- data/locale/pt/katello.po.time_stamp +0 -0
- data/locale/pt_BR/katello.po +364 -56
- data/locale/pt_BR/katello.po.time_stamp +0 -0
- data/locale/ru/katello.po +361 -53
- data/locale/ru/katello.po.time_stamp +0 -0
- data/locale/ta/katello.po +361 -53
- data/locale/ta/katello.po.time_stamp +0 -0
- data/locale/te/katello.po +361 -53
- data/locale/te/katello.po.time_stamp +0 -0
- data/locale/zh_CN/katello.po +374 -66
- data/locale/zh_CN/katello.po.time_stamp +0 -0
- data/locale/zh_TW/katello.po +361 -53
- data/locale/zh_TW/katello.po.time_stamp +0 -0
- data/package.json +0 -3
- data/webpack/components/EditableTextInput/EditableTextInput.js +3 -16
- data/webpack/components/EditableTextInput/PencilEditButton.js +33 -0
- data/webpack/components/Errata/index.js +18 -3
- data/webpack/components/Loading.js +1 -1
- data/webpack/components/RoutedTabs/index.js +1 -17
- data/webpack/components/Search/Search.js +0 -1
- data/webpack/components/Search/__tests__/search.test.js +1 -2
- data/webpack/components/SelectAllCheckbox/index.js +7 -4
- data/webpack/components/SelectableDropdown/SelectableDropdown.js +1 -0
- data/webpack/components/Table/EmptyStateMessage.js +77 -2
- data/webpack/components/Table/MainTable.js +46 -4
- data/webpack/components/Table/TableHooks.js +9 -6
- data/webpack/components/Table/TableWrapper.js +14 -8
- data/webpack/components/TypeAhead/TypeAhead.js +26 -11
- data/webpack/components/TypeAhead/pf3Search/TypeAheadItems.js +1 -1
- data/webpack/components/TypeAhead/pf4Search/TypeAheadInput.js +1 -0
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js +2 -1
- data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js +9 -4
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeActions.js +37 -0
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js +173 -0
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.scss +6 -0
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeConstants.js +6 -0
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +301 -0
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeSelectors.js +25 -0
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeCard.test.js +108 -0
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +161 -0
- data/webpack/components/extensions/HostDetails/Cards/__tests__/errataOverviewCard.test.js +12 -12
- data/webpack/components/extensions/HostDetails/DetailsTabCards/HwPropertiesCard.js +100 -0
- data/webpack/components/extensions/HostDetails/DetailsTabCards/SystemPropertiesCardExtensions.js +26 -4
- data/webpack/components/extensions/HostDetails/HostDetailsConstants.js +3 -1
- data/webpack/components/extensions/HostDetails/HostDetailsReducer.js +14 -0
- data/webpack/components/extensions/HostDetails/HostDetailsSelectors.js +8 -2
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +8 -12
- data/webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js +23 -2
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js +5 -0
- data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +57 -7
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesTab.js +2 -0
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/repositorySets.fixtures.json +3 -0
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/repositorySetsTab.test.js +4 -1
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/tracesTab.test.js +1 -10
- data/webpack/components/extensions/HostDetails/hostDetailsHelpers.js +1 -1
- data/webpack/components/extensions/RegistrationCommands/index.js +49 -17
- data/webpack/containers/Application/config.js +5 -10
- data/webpack/global_index.js +19 -7
- data/webpack/global_test_setup.js +14 -2
- data/webpack/ouia_id_check.js +95 -0
- data/webpack/redux/actions/RedHatRepositories/helpers.js +2 -0
- data/webpack/redux/reducers/index.js +2 -4
- data/webpack/scenes/AlternateContentSources/ACSActions.js +36 -3
- data/webpack/scenes/AlternateContentSources/ACSConstants.js +3 -0
- data/webpack/scenes/AlternateContentSources/ACSSelectors.js +15 -6
- data/webpack/scenes/AlternateContentSources/Create/ACSCreateWizard.js +73 -42
- data/webpack/scenes/AlternateContentSources/Create/Steps/ACSCreateFinish.js +26 -10
- data/webpack/scenes/AlternateContentSources/Create/Steps/ACSProducts.js +44 -0
- data/webpack/scenes/AlternateContentSources/Create/Steps/ACSReview.js +59 -45
- data/webpack/scenes/AlternateContentSources/Create/Steps/ACSSmartProxies.js +2 -1
- data/webpack/scenes/AlternateContentSources/Create/Steps/AcsUrlPaths.js +0 -1
- data/webpack/scenes/AlternateContentSources/Create/Steps/SelectSource.js +35 -19
- data/webpack/scenes/AlternateContentSources/Create/__tests__/acsCreate.test.js +120 -13
- data/webpack/scenes/AlternateContentSources/Create/__tests__/products.fixtures.json +92 -0
- data/webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js +459 -0
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditCredentials.js +354 -0
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditDetails.js +104 -0
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditProducts.js +120 -0
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditSmartProxies.js +118 -0
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditURLPaths.js +118 -0
- data/webpack/scenes/AlternateContentSources/Details/__tests__/ACSEdits.test.js +242 -0
- data/webpack/scenes/AlternateContentSources/Details/__tests__/ACSExpandableDetails.test.js +106 -0
- data/webpack/scenes/AlternateContentSources/Details/__tests__/acsDetails.fixtures.json +49 -0
- data/webpack/scenes/AlternateContentSources/Details/__tests__/acsProducts.fixtures.json +95 -0
- data/webpack/scenes/AlternateContentSources/Details/__tests__/simplifiedAcsDetails.fixtures.json +39 -0
- data/webpack/scenes/AlternateContentSources/MainTable/ACSTable.js +215 -87
- data/webpack/scenes/AlternateContentSources/MainTable/ACSTable.scss +3 -0
- data/webpack/scenes/AlternateContentSources/MainTable/__tests__/acsTable.test.js +1 -2
- data/webpack/scenes/Content/__tests__/contentTable.test.js +1 -2
- data/webpack/scenes/ContentViews/ContentViewsConstants.js +15 -4
- data/webpack/scenes/ContentViews/Delete/__tests__/contentViewDelete.test.js +1 -2
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +2 -0
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.test.js +1 -2
- data/webpack/scenes/ContentViews/Details/ContentViewDetailActions.js +113 -0
- data/webpack/scenes/ContentViews/Details/ContentViewDetailSelectors.js +89 -0
- data/webpack/scenes/ContentViews/Details/Filters/Add/CVFilterAddModal.js +32 -9
- data/webpack/scenes/ContentViews/Details/Filters/Add/__tests__/cvFilterAdd.test.js +13 -3
- data/webpack/scenes/ContentViews/Details/Filters/CVContainerImageFilterContent.js +39 -27
- data/webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js +236 -0
- data/webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js +1 -0
- data/webpack/scenes/ContentViews/Details/Filters/CVFilterDetailType.js +10 -0
- data/webpack/scenes/ContentViews/Details/Filters/CVModuleStreamFilterContent.js +3 -0
- data/webpack/scenes/ContentViews/Details/Filters/CVPackageGroupFilterContent.js +3 -1
- data/webpack/scenes/ContentViews/Details/Filters/CVRpmFilterContent.js +17 -4
- data/webpack/scenes/ContentViews/Details/Filters/ContentType.js +1 -0
- data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilters.js +34 -22
- data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/CVDebMatchContentModal.js +97 -0
- data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/__tests__/CVRpmMatchContentModal.test.js +1 -2
- data/webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js +128 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVContainerImageFilterContent.test.js +56 -3
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVRpmFilterContent.test.js +62 -8
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/ContentViewPackageGroupFilter.test.js +1 -5
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilterDetails.test.js +1 -2
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilters.test.js +32 -2
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataIDFilter.test.js +1 -2
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvModuleStreamFilter.test.js +1 -2
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/emptyCVContainerImageFilterContent.fixtures.json +13 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/emptyCVPackageFilterRules.fixtures.json +13 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/emptyContentViewFilters.fixtures.json +13 -0
- data/webpack/scenes/ContentViews/Details/Histories/__tests__/contentViewHistory.test.js +1 -2
- data/webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js +5 -1
- data/webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewAddRemove.test.js +1 -2
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/__tests__/BulkDeleteModal.test.js +3 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompare.js +143 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompare.scss +51 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareConfig.js +314 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareHeader.js +186 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareTable.js +74 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/AnsibleCollectionsCompareAllContentData.fixtures.json +63 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/CVVersionCompare.test.js +657 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/CVVersionEmptyContentCompareData.fixtures.json +14 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/ContainerTagsCompareAllContentData.fixtures.json +95 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/DebPackagesCompareAllContentData.fixtures.json +87 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/ErrataCompareAllContentData.fixtures.json +319 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/ErrataCompareThreeContentTypesData.fixtures.json +131 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/FilesCompareAllContentData.fixtures.json +51 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/FilesCompareThreeContentTypesData.fixtures.json +48 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/ModuleStreamsCompareAllContentData.fixtures.json +239 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/PackageGroupsCompareAllContentData.fixtures.json +51 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/PythonPackagesCompareAllContentData.fixtures.json +315 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/RPMPackagesCompareAllContentData.fixtures.json +470 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/RPMPackagesCompareThreeContentTypesData.fixtures.json +475 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/contentViewDetails.fixtures.json +160 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/contentViewVersionOneDetials.fixtures.json +161 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/contentViewVersionThreeDetails.fixtures.json +154 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/contentViewVersionTwoDetails.fixtures.json +211 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/contentViewVersions.fixtures.json +1013 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/emptyStateCVVersionOneDetails.fixtures.json +145 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/emptyStateCVVersionTwoDetails.fixtures.json +145 -0
- data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js +102 -36
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvVersionRemove.test.js +1 -2
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js +4 -2
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDetails.test.js +1 -2
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDetailsEmpty.test.js +1 -2
- data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersions.test.js +113 -40
- data/webpack/scenes/ContentViews/Table/ContentViewsTable.js +96 -81
- data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +1 -2
- data/webpack/scenes/ContentViews/__tests__/mockDetails.fixtures.json +7 -2
- data/webpack/scenes/SmartProxy/SmartProxyContentActions.js +1 -1
- data/webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js +0 -30
- data/webpack/test-utils/nockWrapper.js +7 -0
- metadata +100 -145
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/content-views.controller.js +0 -34
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/content-views.routes.js +0 -751
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-deletion.controller.js +0 -42
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-version-deletion-activation-keys.controller.js +0 -81
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-version-deletion-confirm.controller.js +0 -65
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-version-deletion-content-hosts.controller.js +0 -82
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-version-deletion-environments.controller.js +0 -76
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-version-deletion.controller.js +0 -160
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/views/content-view-deletion.html +0 -58
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-activation-keys.html +0 -94
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-confirm.html +0 -76
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-content-hosts.html +0 -88
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-environments.html +0 -73
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/components/content-view-component.factory.js +0 -32
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/components/content-view-composite-available-content-views.controller.js +0 -75
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/components/content-view-composite-content-views-list.controller.js +0 -68
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/components/views/content-view-composite-available-content-views.html +0 -81
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/components/views/content-view-composite-content-views-list.html +0 -81
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/components/views/content-view-composite.html +0 -24
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-available-deb-repositories.controller.js +0 -50
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-available-docker-repositories.controller.js +0 -42
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-available-file-repositories.controller.js +0 -50
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-available-ostree-repositories.controller.js +0 -42
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-available-repositories.controller.js +0 -45
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-deb-repositories-list.controller.js +0 -48
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-details.controller.js +0 -100
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-docker-repositories-list.controller.js +0 -49
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-file-repositories-list.controller.js +0 -48
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-ostree-repositories-list.controller.js +0 -49
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-promotion.controller.js +0 -129
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-publish.controller.js +0 -46
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-repositories-list.controller.js +0 -42
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-repositories.service.js +0 -91
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-versions.controller.js +0 -240
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/available-errata-filter.controller.js +0 -115
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/available-module-stream-filter.controller.js +0 -68
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/available-package-group-filter.controller.js +0 -66
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/date-type-errata-filter.controller.js +0 -77
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/docker-tag-filter.controller.js +0 -137
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/edit-filter.controller.js +0 -36
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/errata-filter-list.controller.js +0 -78
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/errata-filter.controller.js +0 -74
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter-content-type.filter.js +0 -21
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter-details.controller.js +0 -34
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter-helper.service.js +0 -30
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter-repositories.controller.js +0 -86
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter-rule-matching-package-modal.controller.js +0 -37
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter-type.filter.js +0 -21
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter.factory.js +0 -66
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filters.controller.js +0 -85
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/module-stream-list-filter.controller.js +0 -73
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/new-filter.controller.js +0 -100
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/package-filter.controller.js +0 -179
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/package-group-list-filter.controller.js +0 -75
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/rule.factory.js +0 -21
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/date-type-errata-filter.html +0 -9
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/date-type-errata.html +0 -75
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/docker-filter.html +0 -28
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/docker-tag-filter-details.html +0 -65
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/edit-filter.html +0 -19
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/errata-filter-details.html +0 -63
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/errata-filter.html +0 -50
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-details.html +0 -9
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-repositories.html +0 -121
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-rule-matching-package-modal.html +0 -43
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/filters.html +0 -85
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter-details.html +0 -58
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter.html +0 -43
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/new-filter.html +0 -62
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-filter-details.html +0 -182
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-filter.html +0 -28
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-group-filter-details.html +0 -42
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-group-filter.html +0 -43
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/partials/filter-repositories-count.html +0 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/histories/content-view-history.controller.js +0 -47
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/histories/content-view-history.factory.js +0 -22
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/histories/views/content-view-history.html +0 -36
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-copy.html +0 -20
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-deb-repositories.html +0 -87
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-details-tasks.html +0 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-details.html +0 -144
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-docker-repositories.html +0 -114
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-file-repositories.html +0 -87
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-info.html +0 -63
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-ostree-repositories.html +0 -87
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-promotion.html +0 -59
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-publish.html +0 -58
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-repositories.html +0 -116
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-versions.html +0 -126
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/new/content-view-new.controller.js +0 -78
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/new/views/content-view-new.html +0 -127
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/content-view-version-content.controller.js +0 -138
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/content-view-version.controller.js +0 -59
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-apt.html +0 -25
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-components.html +0 -19
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-deb.html +0 -19
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-details.html +0 -15
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-docker.html +0 -23
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html +0 -48
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-file.html +0 -21
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-module-streams.html +0 -8
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-package-groups.html +0 -21
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-packages.html +0 -27
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-yum.html +0 -42
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version.html +0 -83
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/views/content-views.html +0 -74
- data/webpack/components/Table/__test__/useBulkSelect.test.js +0 -99
- data/webpack/scenes/AnsibleCollections/AnsibleCollectionsActions.js +0 -30
- data/webpack/scenes/AnsibleCollections/AnsibleCollectionsConstants.js +0 -3
- data/webpack/scenes/AnsibleCollections/AnsibleCollectionsPage.js +0 -80
- data/webpack/scenes/AnsibleCollections/AnsibleCollectionsReducer.js +0 -39
- data/webpack/scenes/AnsibleCollections/AnsibleCollectionsTableSchema.js +0 -60
- data/webpack/scenes/AnsibleCollections/Details/AnsibleCollectionDetails.js +0 -94
- data/webpack/scenes/AnsibleCollections/Details/AnsibleCollectionDetailsActions.js +0 -23
- data/webpack/scenes/AnsibleCollections/Details/AnsibleCollectionDetailsConstants.js +0 -3
- data/webpack/scenes/AnsibleCollections/Details/AnsibleCollectionDetailsReducer.js +0 -30
- data/webpack/scenes/AnsibleCollections/Details/AnsibleCollectionsSchema.js +0 -35
- data/webpack/scenes/AnsibleCollections/Details/__tests__/AnsibleCollectionDetailInfo.test.js +0 -16
- data/webpack/scenes/AnsibleCollections/Details/__tests__/AnsibleCollectionDetails.fixtures.js +0 -25
- data/webpack/scenes/AnsibleCollections/Details/__tests__/AnsibleCollectionDetails.test.js +0 -27
- data/webpack/scenes/AnsibleCollections/Details/__tests__/AnsibleCollectionDetailsActions.test.js +0 -41
- data/webpack/scenes/AnsibleCollections/Details/__tests__/AnsibleCollectionDetailsReducer.test.js +0 -33
- data/webpack/scenes/AnsibleCollections/Details/__tests__/__snapshots__/AnsibleCollectionDetailInfo.test.js.snap +0 -83
- data/webpack/scenes/AnsibleCollections/Details/__tests__/__snapshots__/AnsibleCollectionDetails.test.js.snap +0 -190
- data/webpack/scenes/AnsibleCollections/Details/__tests__/__snapshots__/AnsibleCollectionDetailsActions.test.js.snap +0 -58
- data/webpack/scenes/AnsibleCollections/Details/__tests__/__snapshots__/AnsibleCollectionDetailsReducer.test.js.snap +0 -50
- data/webpack/scenes/AnsibleCollections/Details/index.js +0 -17
- data/webpack/scenes/AnsibleCollections/__tests__/AnsibleCollectionPage.test.js +0 -23
- data/webpack/scenes/AnsibleCollections/__tests__/AnsibleCollections.fixtures.js +0 -52
- data/webpack/scenes/AnsibleCollections/__tests__/AnsibleCollectionsActions.test.js +0 -48
- data/webpack/scenes/AnsibleCollections/__tests__/AnsibleCollectionsReducer.test.js +0 -46
- data/webpack/scenes/AnsibleCollections/__tests__/AnsibleCollectionsTable.test.js +0 -25
- data/webpack/scenes/AnsibleCollections/__tests__/__snapshots__/AnsibleCollectionPage.test.js.snap +0 -73
- data/webpack/scenes/AnsibleCollections/__tests__/__snapshots__/AnsibleCollectionsTable.test.js.snap +0 -81
- data/webpack/scenes/AnsibleCollections/index.js +0 -17
- data/webpack/scenes/Subscriptions/Manifest/__tests__/ManageManifestModal.test.js +0 -123
@@ -0,0 +1,1013 @@
|
|
1
|
+
{
|
2
|
+
"total": 6,
|
3
|
+
"subtotal": 6,
|
4
|
+
"selectable": 6,
|
5
|
+
"page": "1",
|
6
|
+
"per_page": "20",
|
7
|
+
"error": null,
|
8
|
+
"search": null,
|
9
|
+
"sort": {
|
10
|
+
"by": "version",
|
11
|
+
"order": "desc"
|
12
|
+
},
|
13
|
+
"results": [
|
14
|
+
{
|
15
|
+
"version": "6.0",
|
16
|
+
"major": 6,
|
17
|
+
"minor": 0,
|
18
|
+
"composite_content_view_ids": [],
|
19
|
+
"published_in_composite_content_view_ids": [],
|
20
|
+
"content_view_id": 4,
|
21
|
+
"default": false,
|
22
|
+
"description": "",
|
23
|
+
"id": 17,
|
24
|
+
"name": "cv3 6.0",
|
25
|
+
"created_at": "2022-08-01 15:26:45 -0400",
|
26
|
+
"updated_at": "2022-08-01 15:26:51 -0400",
|
27
|
+
"content_view": {
|
28
|
+
"id": 4,
|
29
|
+
"name": "cv3",
|
30
|
+
"label": "cv3",
|
31
|
+
"generated_for": "none"
|
32
|
+
},
|
33
|
+
"composite_content_views": [],
|
34
|
+
"composite_content_view_versions": [],
|
35
|
+
"published_in_composite_content_views": [],
|
36
|
+
"environments": [
|
37
|
+
{
|
38
|
+
"id": 1,
|
39
|
+
"name": "Library",
|
40
|
+
"label": "Library",
|
41
|
+
"publish_date": "1 minute",
|
42
|
+
"permissions": {
|
43
|
+
"readable": true,
|
44
|
+
"promotable_or_removable": true,
|
45
|
+
"all_hosts_editable": true,
|
46
|
+
"all_keys_editable": true
|
47
|
+
},
|
48
|
+
"host_count": 0,
|
49
|
+
"activation_key_count": 0
|
50
|
+
}
|
51
|
+
],
|
52
|
+
"repositories": [
|
53
|
+
{
|
54
|
+
"id": 74,
|
55
|
+
"name": "repo2",
|
56
|
+
"label": "repo2",
|
57
|
+
"content_type": "docker",
|
58
|
+
"library_instance_id": 2
|
59
|
+
},
|
60
|
+
{
|
61
|
+
"id": 77,
|
62
|
+
"name": "repo7",
|
63
|
+
"label": "repo7",
|
64
|
+
"content_type": "yum",
|
65
|
+
"library_instance_id": 36
|
66
|
+
},
|
67
|
+
{
|
68
|
+
"id": 71,
|
69
|
+
"name": "repo1",
|
70
|
+
"label": "repo1",
|
71
|
+
"content_type": "yum",
|
72
|
+
"library_instance_id": 1
|
73
|
+
},
|
74
|
+
{
|
75
|
+
"id": 73,
|
76
|
+
"name": "repo5",
|
77
|
+
"label": "repo5",
|
78
|
+
"content_type": "ansible_collection",
|
79
|
+
"library_instance_id": 8
|
80
|
+
},
|
81
|
+
{
|
82
|
+
"id": 72,
|
83
|
+
"name": "repo3",
|
84
|
+
"label": "repo3",
|
85
|
+
"content_type": "deb",
|
86
|
+
"library_instance_id": 3
|
87
|
+
},
|
88
|
+
{
|
89
|
+
"id": 76,
|
90
|
+
"name": "repo6",
|
91
|
+
"label": "repo6",
|
92
|
+
"content_type": "python",
|
93
|
+
"library_instance_id": 9
|
94
|
+
},
|
95
|
+
{
|
96
|
+
"id": 75,
|
97
|
+
"name": "repo4",
|
98
|
+
"label": "repo4",
|
99
|
+
"content_type": "file",
|
100
|
+
"library_instance_id": 4
|
101
|
+
}
|
102
|
+
],
|
103
|
+
"last_event": {
|
104
|
+
"user": "admin",
|
105
|
+
"status": "successful",
|
106
|
+
"description": "",
|
107
|
+
"action": "publish",
|
108
|
+
"created_at": "2022-08-01 15:26:45 -0400",
|
109
|
+
"updated_at": "2022-08-01 15:26:51 -0400",
|
110
|
+
"environment": null,
|
111
|
+
"task": {
|
112
|
+
"id": "d51808f1-ec49-48d6-a14d-0196392ba5d9",
|
113
|
+
"label": "Actions::Katello::ContentView::Publish",
|
114
|
+
"pending": false,
|
115
|
+
"action": "Publish content view 'cv3'; organization 'Default Organization'",
|
116
|
+
"username": "admin",
|
117
|
+
"started_at": "2022-08-01 15:26:45 -0400",
|
118
|
+
"ended_at": "2022-08-01 15:26:51 -0400",
|
119
|
+
"state": "stopped",
|
120
|
+
"result": "success",
|
121
|
+
"progress": 1,
|
122
|
+
"input": {
|
123
|
+
"content_view": {
|
124
|
+
"id": 4,
|
125
|
+
"name": "cv3",
|
126
|
+
"label": "cv3"
|
127
|
+
},
|
128
|
+
"organization": {
|
129
|
+
"id": 1,
|
130
|
+
"name": "Default Organization",
|
131
|
+
"label": "Default_Organization"
|
132
|
+
},
|
133
|
+
"services_checked": [
|
134
|
+
"pulp3",
|
135
|
+
"candlepin",
|
136
|
+
"candlepin_auth"
|
137
|
+
],
|
138
|
+
"history_id": 25,
|
139
|
+
"content_view_id": 4,
|
140
|
+
"auto_publish_composite_ids": [],
|
141
|
+
"content_view_version_name": "cv3 6.0",
|
142
|
+
"content_view_version_id": 17,
|
143
|
+
"environment_id": 1,
|
144
|
+
"user_id": 4,
|
145
|
+
"skip_promotion": null,
|
146
|
+
"locale": "en",
|
147
|
+
"current_request_id": "022a1fcf-bb2b-4a56-af7c-e17d36300c55",
|
148
|
+
"current_timezone": "America/New_York",
|
149
|
+
"current_organization_id": 1,
|
150
|
+
"current_location_id": 2,
|
151
|
+
"current_user_id": 4
|
152
|
+
},
|
153
|
+
"output": {
|
154
|
+
"content_view_id": 4,
|
155
|
+
"content_view_version_id": 17,
|
156
|
+
"skip_promotion": null,
|
157
|
+
"history_id": 25
|
158
|
+
},
|
159
|
+
"humanized": {
|
160
|
+
"action": "Publish",
|
161
|
+
"input": [
|
162
|
+
[
|
163
|
+
"content_view",
|
164
|
+
{
|
165
|
+
"text": "content view 'cv3'",
|
166
|
+
"link": "/content_views/4/versions"
|
167
|
+
}
|
168
|
+
],
|
169
|
+
[
|
170
|
+
"organization",
|
171
|
+
{
|
172
|
+
"text": "organization 'Default Organization'",
|
173
|
+
"link": "/organizations/1/edit"
|
174
|
+
}
|
175
|
+
]
|
176
|
+
],
|
177
|
+
"output": "",
|
178
|
+
"errors": []
|
179
|
+
},
|
180
|
+
"cli_example": null,
|
181
|
+
"start_at": "2022-08-01 15:26:45 -0400",
|
182
|
+
"available_actions": {
|
183
|
+
"cancellable": false,
|
184
|
+
"resumable": false
|
185
|
+
}
|
186
|
+
},
|
187
|
+
"version": "6.0",
|
188
|
+
"publish": true,
|
189
|
+
"version_id": 17,
|
190
|
+
"triggered_by": null,
|
191
|
+
"triggered_by_id": null
|
192
|
+
},
|
193
|
+
"active_history": [],
|
194
|
+
"ansible_collection_count": 3,
|
195
|
+
"deb_count": 4,
|
196
|
+
"docker_manifest_count": 1,
|
197
|
+
"docker_manifest_list_count": 0,
|
198
|
+
"docker_tag_count": 1,
|
199
|
+
"file_count": 3,
|
200
|
+
"python_package_count": 114,
|
201
|
+
"rpm_count": 54,
|
202
|
+
"modulemd_count": 14,
|
203
|
+
"erratum_count": 11,
|
204
|
+
"package_group_count": 2,
|
205
|
+
"srpm_count": 0,
|
206
|
+
"module_stream_count": 14,
|
207
|
+
"package_count": 54,
|
208
|
+
"component_view_count": 0,
|
209
|
+
"ansible_collection_repository_count": 1,
|
210
|
+
"deb_repository_count": 1,
|
211
|
+
"docker_repository_count": 1,
|
212
|
+
"file_repository_count": 1,
|
213
|
+
"python_repository_count": 1,
|
214
|
+
"yum_repository_count": 2,
|
215
|
+
"errata_counts": {
|
216
|
+
"security": 5,
|
217
|
+
"bugfix": 0,
|
218
|
+
"enhancement": 6,
|
219
|
+
"total": 11
|
220
|
+
},
|
221
|
+
"permissions": {
|
222
|
+
"deletable": true
|
223
|
+
}
|
224
|
+
},
|
225
|
+
{
|
226
|
+
"version": "5.0",
|
227
|
+
"major": 5,
|
228
|
+
"minor": 0,
|
229
|
+
"composite_content_view_ids": [],
|
230
|
+
"published_in_composite_content_view_ids": [],
|
231
|
+
"content_view_id": 4,
|
232
|
+
"default": false,
|
233
|
+
"description": "",
|
234
|
+
"id": 16,
|
235
|
+
"name": "cv3 5.0",
|
236
|
+
"created_at": "2022-08-01 15:26:21 -0400",
|
237
|
+
"updated_at": "2022-08-01 15:26:26 -0400",
|
238
|
+
"content_view": {
|
239
|
+
"id": 4,
|
240
|
+
"name": "cv3",
|
241
|
+
"label": "cv3",
|
242
|
+
"generated_for": "none"
|
243
|
+
},
|
244
|
+
"composite_content_views": [],
|
245
|
+
"composite_content_view_versions": [],
|
246
|
+
"published_in_composite_content_views": [],
|
247
|
+
"environments": [],
|
248
|
+
"repositories": [
|
249
|
+
{
|
250
|
+
"id": 63,
|
251
|
+
"name": "repo1",
|
252
|
+
"label": "repo1",
|
253
|
+
"content_type": "yum",
|
254
|
+
"library_instance_id": 1
|
255
|
+
},
|
256
|
+
{
|
257
|
+
"id": 66,
|
258
|
+
"name": "repo2",
|
259
|
+
"label": "repo2",
|
260
|
+
"content_type": "docker",
|
261
|
+
"library_instance_id": 2
|
262
|
+
},
|
263
|
+
{
|
264
|
+
"id": 65,
|
265
|
+
"name": "repo5",
|
266
|
+
"label": "repo5",
|
267
|
+
"content_type": "ansible_collection",
|
268
|
+
"library_instance_id": 8
|
269
|
+
},
|
270
|
+
{
|
271
|
+
"id": 67,
|
272
|
+
"name": "repo4",
|
273
|
+
"label": "repo4",
|
274
|
+
"content_type": "file",
|
275
|
+
"library_instance_id": 4
|
276
|
+
},
|
277
|
+
{
|
278
|
+
"id": 64,
|
279
|
+
"name": "repo3",
|
280
|
+
"label": "repo3",
|
281
|
+
"content_type": "deb",
|
282
|
+
"library_instance_id": 3
|
283
|
+
}
|
284
|
+
],
|
285
|
+
"last_event": {
|
286
|
+
"user": "admin",
|
287
|
+
"status": "successful",
|
288
|
+
"description": "",
|
289
|
+
"action": "publish",
|
290
|
+
"created_at": "2022-08-01 15:26:21 -0400",
|
291
|
+
"updated_at": "2022-08-01 15:26:26 -0400",
|
292
|
+
"environment": null,
|
293
|
+
"task": {
|
294
|
+
"id": "c22b9779-907f-4352-becf-95574a5dc484",
|
295
|
+
"label": "Actions::Katello::ContentView::Publish",
|
296
|
+
"pending": false,
|
297
|
+
"action": "Publish content view 'cv3'; organization 'Default Organization'",
|
298
|
+
"username": "admin",
|
299
|
+
"started_at": "2022-08-01 15:26:21 -0400",
|
300
|
+
"ended_at": "2022-08-01 15:26:26 -0400",
|
301
|
+
"state": "stopped",
|
302
|
+
"result": "success",
|
303
|
+
"progress": 1,
|
304
|
+
"input": {
|
305
|
+
"content_view": {
|
306
|
+
"id": 4,
|
307
|
+
"name": "cv3",
|
308
|
+
"label": "cv3"
|
309
|
+
},
|
310
|
+
"organization": {
|
311
|
+
"id": 1,
|
312
|
+
"name": "Default Organization",
|
313
|
+
"label": "Default_Organization"
|
314
|
+
},
|
315
|
+
"services_checked": [
|
316
|
+
"pulp3",
|
317
|
+
"candlepin",
|
318
|
+
"candlepin_auth"
|
319
|
+
],
|
320
|
+
"history_id": 24,
|
321
|
+
"content_view_id": 4,
|
322
|
+
"auto_publish_composite_ids": [],
|
323
|
+
"content_view_version_name": "cv3 5.0",
|
324
|
+
"content_view_version_id": 16,
|
325
|
+
"environment_id": 1,
|
326
|
+
"user_id": 4,
|
327
|
+
"skip_promotion": null,
|
328
|
+
"locale": "en",
|
329
|
+
"current_request_id": "12696cdc-fb23-40a9-ae8d-83a5cf8af8fb",
|
330
|
+
"current_timezone": "America/New_York",
|
331
|
+
"current_organization_id": 1,
|
332
|
+
"current_location_id": 2,
|
333
|
+
"current_user_id": 4
|
334
|
+
},
|
335
|
+
"output": {
|
336
|
+
"content_view_id": 4,
|
337
|
+
"content_view_version_id": 16,
|
338
|
+
"skip_promotion": null,
|
339
|
+
"history_id": 24
|
340
|
+
},
|
341
|
+
"humanized": {
|
342
|
+
"action": "Publish",
|
343
|
+
"input": [
|
344
|
+
[
|
345
|
+
"content_view",
|
346
|
+
{
|
347
|
+
"text": "content view 'cv3'",
|
348
|
+
"link": "/content_views/4/versions"
|
349
|
+
}
|
350
|
+
],
|
351
|
+
[
|
352
|
+
"organization",
|
353
|
+
{
|
354
|
+
"text": "organization 'Default Organization'",
|
355
|
+
"link": "/organizations/1/edit"
|
356
|
+
}
|
357
|
+
]
|
358
|
+
],
|
359
|
+
"output": "",
|
360
|
+
"errors": []
|
361
|
+
},
|
362
|
+
"cli_example": null,
|
363
|
+
"start_at": "2022-08-01 15:26:21 -0400",
|
364
|
+
"available_actions": {
|
365
|
+
"cancellable": false,
|
366
|
+
"resumable": false
|
367
|
+
}
|
368
|
+
},
|
369
|
+
"version": "5.0",
|
370
|
+
"publish": true,
|
371
|
+
"version_id": 16,
|
372
|
+
"triggered_by": null,
|
373
|
+
"triggered_by_id": null
|
374
|
+
},
|
375
|
+
"active_history": [],
|
376
|
+
"ansible_collection_count": 3,
|
377
|
+
"deb_count": 4,
|
378
|
+
"docker_manifest_count": 1,
|
379
|
+
"docker_manifest_list_count": 0,
|
380
|
+
"docker_tag_count": 1,
|
381
|
+
"file_count": 3,
|
382
|
+
"python_package_count": 0,
|
383
|
+
"rpm_count": 32,
|
384
|
+
"modulemd_count": 0,
|
385
|
+
"erratum_count": 4,
|
386
|
+
"package_group_count": 0,
|
387
|
+
"srpm_count": 0,
|
388
|
+
"module_stream_count": 0,
|
389
|
+
"package_count": 32,
|
390
|
+
"component_view_count": 0,
|
391
|
+
"ansible_collection_repository_count": 1,
|
392
|
+
"deb_repository_count": 1,
|
393
|
+
"docker_repository_count": 1,
|
394
|
+
"file_repository_count": 1,
|
395
|
+
"python_repository_count": 0,
|
396
|
+
"yum_repository_count": 1,
|
397
|
+
"errata_counts": {
|
398
|
+
"security": 3,
|
399
|
+
"bugfix": 0,
|
400
|
+
"enhancement": 1,
|
401
|
+
"total": 4
|
402
|
+
},
|
403
|
+
"permissions": {
|
404
|
+
"deletable": true
|
405
|
+
}
|
406
|
+
},
|
407
|
+
{
|
408
|
+
"version": "4.0",
|
409
|
+
"major": 4,
|
410
|
+
"minor": 0,
|
411
|
+
"composite_content_view_ids": [],
|
412
|
+
"published_in_composite_content_view_ids": [],
|
413
|
+
"content_view_id": 4,
|
414
|
+
"default": false,
|
415
|
+
"description": "",
|
416
|
+
"id": 15,
|
417
|
+
"name": "cv3 4.0",
|
418
|
+
"created_at": "2022-08-01 15:25:17 -0400",
|
419
|
+
"updated_at": "2022-08-01 15:25:20 -0400",
|
420
|
+
"content_view": {
|
421
|
+
"id": 4,
|
422
|
+
"name": "cv3",
|
423
|
+
"label": "cv3",
|
424
|
+
"generated_for": "none"
|
425
|
+
},
|
426
|
+
"composite_content_views": [],
|
427
|
+
"composite_content_view_versions": [],
|
428
|
+
"published_in_composite_content_views": [],
|
429
|
+
"environments": [],
|
430
|
+
"repositories": [
|
431
|
+
{
|
432
|
+
"id": 60,
|
433
|
+
"name": "repo1",
|
434
|
+
"label": "repo1",
|
435
|
+
"content_type": "yum",
|
436
|
+
"library_instance_id": 1
|
437
|
+
},
|
438
|
+
{
|
439
|
+
"id": 61,
|
440
|
+
"name": "repo4",
|
441
|
+
"label": "repo4",
|
442
|
+
"content_type": "file",
|
443
|
+
"library_instance_id": 4
|
444
|
+
}
|
445
|
+
],
|
446
|
+
"last_event": {
|
447
|
+
"user": "admin",
|
448
|
+
"status": "successful",
|
449
|
+
"description": "",
|
450
|
+
"action": "publish",
|
451
|
+
"created_at": "2022-08-01 15:25:17 -0400",
|
452
|
+
"updated_at": "2022-08-01 15:25:20 -0400",
|
453
|
+
"environment": null,
|
454
|
+
"task": {
|
455
|
+
"id": "cf20fb90-0d85-4270-b721-80a83728ae4f",
|
456
|
+
"label": "Actions::Katello::ContentView::Publish",
|
457
|
+
"pending": false,
|
458
|
+
"action": "Publish content view 'cv3'; organization 'Default Organization'",
|
459
|
+
"username": "admin",
|
460
|
+
"started_at": "2022-08-01 15:25:17 -0400",
|
461
|
+
"ended_at": "2022-08-01 15:25:20 -0400",
|
462
|
+
"state": "stopped",
|
463
|
+
"result": "success",
|
464
|
+
"progress": 1,
|
465
|
+
"input": {
|
466
|
+
"content_view": {
|
467
|
+
"id": 4,
|
468
|
+
"name": "cv3",
|
469
|
+
"label": "cv3"
|
470
|
+
},
|
471
|
+
"organization": {
|
472
|
+
"id": 1,
|
473
|
+
"name": "Default Organization",
|
474
|
+
"label": "Default_Organization"
|
475
|
+
},
|
476
|
+
"services_checked": [
|
477
|
+
"pulp3",
|
478
|
+
"candlepin",
|
479
|
+
"candlepin_auth"
|
480
|
+
],
|
481
|
+
"history_id": 23,
|
482
|
+
"content_view_id": 4,
|
483
|
+
"auto_publish_composite_ids": [],
|
484
|
+
"content_view_version_name": "cv3 4.0",
|
485
|
+
"content_view_version_id": 15,
|
486
|
+
"environment_id": 1,
|
487
|
+
"user_id": 4,
|
488
|
+
"skip_promotion": null,
|
489
|
+
"locale": "en",
|
490
|
+
"current_request_id": "cb82966b-2994-4299-b382-7b81bed88d1c",
|
491
|
+
"current_timezone": "America/New_York",
|
492
|
+
"current_organization_id": 1,
|
493
|
+
"current_location_id": 2,
|
494
|
+
"current_user_id": 4
|
495
|
+
},
|
496
|
+
"output": {
|
497
|
+
"content_view_id": 4,
|
498
|
+
"content_view_version_id": 15,
|
499
|
+
"skip_promotion": null,
|
500
|
+
"history_id": 23
|
501
|
+
},
|
502
|
+
"humanized": {
|
503
|
+
"action": "Publish",
|
504
|
+
"input": [
|
505
|
+
[
|
506
|
+
"content_view",
|
507
|
+
{
|
508
|
+
"text": "content view 'cv3'",
|
509
|
+
"link": "/content_views/4/versions"
|
510
|
+
}
|
511
|
+
],
|
512
|
+
[
|
513
|
+
"organization",
|
514
|
+
{
|
515
|
+
"text": "organization 'Default Organization'",
|
516
|
+
"link": "/organizations/1/edit"
|
517
|
+
}
|
518
|
+
]
|
519
|
+
],
|
520
|
+
"output": "",
|
521
|
+
"errors": []
|
522
|
+
},
|
523
|
+
"cli_example": null,
|
524
|
+
"start_at": "2022-08-01 15:25:17 -0400",
|
525
|
+
"available_actions": {
|
526
|
+
"cancellable": false,
|
527
|
+
"resumable": false
|
528
|
+
}
|
529
|
+
},
|
530
|
+
"version": "4.0",
|
531
|
+
"publish": true,
|
532
|
+
"version_id": 15,
|
533
|
+
"triggered_by": null,
|
534
|
+
"triggered_by_id": null
|
535
|
+
},
|
536
|
+
"active_history": [],
|
537
|
+
"ansible_collection_count": 0,
|
538
|
+
"deb_count": 0,
|
539
|
+
"docker_manifest_count": 0,
|
540
|
+
"docker_manifest_list_count": 0,
|
541
|
+
"docker_tag_count": 0,
|
542
|
+
"file_count": 3,
|
543
|
+
"python_package_count": 0,
|
544
|
+
"rpm_count": 32,
|
545
|
+
"modulemd_count": 0,
|
546
|
+
"erratum_count": 4,
|
547
|
+
"package_group_count": 0,
|
548
|
+
"srpm_count": 0,
|
549
|
+
"module_stream_count": 0,
|
550
|
+
"package_count": 32,
|
551
|
+
"component_view_count": 0,
|
552
|
+
"ansible_collection_repository_count": 0,
|
553
|
+
"deb_repository_count": 0,
|
554
|
+
"docker_repository_count": 0,
|
555
|
+
"file_repository_count": 1,
|
556
|
+
"python_repository_count": 0,
|
557
|
+
"yum_repository_count": 1,
|
558
|
+
"errata_counts": {
|
559
|
+
"security": 3,
|
560
|
+
"bugfix": 0,
|
561
|
+
"enhancement": 1,
|
562
|
+
"total": 4
|
563
|
+
},
|
564
|
+
"permissions": {
|
565
|
+
"deletable": true
|
566
|
+
}
|
567
|
+
},
|
568
|
+
{
|
569
|
+
"version": "3.0",
|
570
|
+
"major": 3,
|
571
|
+
"minor": 0,
|
572
|
+
"composite_content_view_ids": [],
|
573
|
+
"published_in_composite_content_view_ids": [],
|
574
|
+
"content_view_id": 4,
|
575
|
+
"default": false,
|
576
|
+
"description": "",
|
577
|
+
"id": 14,
|
578
|
+
"name": "cv3 3.0",
|
579
|
+
"created_at": "2022-08-01 15:24:54 -0400",
|
580
|
+
"updated_at": "2022-08-01 15:24:56 -0400",
|
581
|
+
"content_view": {
|
582
|
+
"id": 4,
|
583
|
+
"name": "cv3",
|
584
|
+
"label": "cv3",
|
585
|
+
"generated_for": "none"
|
586
|
+
},
|
587
|
+
"composite_content_views": [],
|
588
|
+
"composite_content_view_versions": [],
|
589
|
+
"published_in_composite_content_views": [],
|
590
|
+
"environments": [],
|
591
|
+
"repositories": [
|
592
|
+
{
|
593
|
+
"id": 58,
|
594
|
+
"name": "repo1",
|
595
|
+
"label": "repo1",
|
596
|
+
"content_type": "yum",
|
597
|
+
"library_instance_id": 1
|
598
|
+
}
|
599
|
+
],
|
600
|
+
"last_event": {
|
601
|
+
"user": "admin",
|
602
|
+
"status": "successful",
|
603
|
+
"description": "",
|
604
|
+
"action": "publish",
|
605
|
+
"created_at": "2022-08-01 15:24:54 -0400",
|
606
|
+
"updated_at": "2022-08-01 15:24:56 -0400",
|
607
|
+
"environment": null,
|
608
|
+
"task": {
|
609
|
+
"id": "4de54814-056a-4a63-87aa-0218d4de504c",
|
610
|
+
"label": "Actions::Katello::ContentView::Publish",
|
611
|
+
"pending": false,
|
612
|
+
"action": "Publish content view 'cv3'; organization 'Default Organization'",
|
613
|
+
"username": "admin",
|
614
|
+
"started_at": "2022-08-01 15:24:54 -0400",
|
615
|
+
"ended_at": "2022-08-01 15:24:56 -0400",
|
616
|
+
"state": "stopped",
|
617
|
+
"result": "success",
|
618
|
+
"progress": 1,
|
619
|
+
"input": {
|
620
|
+
"content_view": {
|
621
|
+
"id": 4,
|
622
|
+
"name": "cv3",
|
623
|
+
"label": "cv3"
|
624
|
+
},
|
625
|
+
"organization": {
|
626
|
+
"id": 1,
|
627
|
+
"name": "Default Organization",
|
628
|
+
"label": "Default_Organization"
|
629
|
+
},
|
630
|
+
"services_checked": [
|
631
|
+
"pulp3",
|
632
|
+
"candlepin",
|
633
|
+
"candlepin_auth"
|
634
|
+
],
|
635
|
+
"history_id": 22,
|
636
|
+
"content_view_id": 4,
|
637
|
+
"auto_publish_composite_ids": [],
|
638
|
+
"content_view_version_name": "cv3 3.0",
|
639
|
+
"content_view_version_id": 14,
|
640
|
+
"environment_id": 1,
|
641
|
+
"user_id": 4,
|
642
|
+
"skip_promotion": null,
|
643
|
+
"locale": "en",
|
644
|
+
"current_request_id": "2c39901b-c829-4114-b561-e6fb0cf46cec",
|
645
|
+
"current_timezone": "America/New_York",
|
646
|
+
"current_organization_id": 1,
|
647
|
+
"current_location_id": 2,
|
648
|
+
"current_user_id": 4
|
649
|
+
},
|
650
|
+
"output": {
|
651
|
+
"content_view_id": 4,
|
652
|
+
"content_view_version_id": 14,
|
653
|
+
"skip_promotion": null,
|
654
|
+
"history_id": 22
|
655
|
+
},
|
656
|
+
"humanized": {
|
657
|
+
"action": "Publish",
|
658
|
+
"input": [
|
659
|
+
[
|
660
|
+
"content_view",
|
661
|
+
{
|
662
|
+
"text": "content view 'cv3'",
|
663
|
+
"link": "/content_views/4/versions"
|
664
|
+
}
|
665
|
+
],
|
666
|
+
[
|
667
|
+
"organization",
|
668
|
+
{
|
669
|
+
"text": "organization 'Default Organization'",
|
670
|
+
"link": "/organizations/1/edit"
|
671
|
+
}
|
672
|
+
]
|
673
|
+
],
|
674
|
+
"output": "",
|
675
|
+
"errors": []
|
676
|
+
},
|
677
|
+
"cli_example": null,
|
678
|
+
"start_at": "2022-08-01 15:24:54 -0400",
|
679
|
+
"available_actions": {
|
680
|
+
"cancellable": false,
|
681
|
+
"resumable": false
|
682
|
+
}
|
683
|
+
},
|
684
|
+
"version": "3.0",
|
685
|
+
"publish": true,
|
686
|
+
"version_id": 14,
|
687
|
+
"triggered_by": null,
|
688
|
+
"triggered_by_id": null
|
689
|
+
},
|
690
|
+
"active_history": [],
|
691
|
+
"ansible_collection_count": 0,
|
692
|
+
"deb_count": 0,
|
693
|
+
"docker_manifest_count": 0,
|
694
|
+
"docker_manifest_list_count": 0,
|
695
|
+
"docker_tag_count": 0,
|
696
|
+
"file_count": 0,
|
697
|
+
"python_package_count": 0,
|
698
|
+
"rpm_count": 32,
|
699
|
+
"modulemd_count": 0,
|
700
|
+
"erratum_count": 4,
|
701
|
+
"package_group_count": 0,
|
702
|
+
"srpm_count": 0,
|
703
|
+
"module_stream_count": 0,
|
704
|
+
"package_count": 32,
|
705
|
+
"component_view_count": 0,
|
706
|
+
"ansible_collection_repository_count": 0,
|
707
|
+
"deb_repository_count": 0,
|
708
|
+
"docker_repository_count": 0,
|
709
|
+
"file_repository_count": 0,
|
710
|
+
"python_repository_count": 0,
|
711
|
+
"yum_repository_count": 1,
|
712
|
+
"errata_counts": {
|
713
|
+
"security": 3,
|
714
|
+
"bugfix": 0,
|
715
|
+
"enhancement": 1,
|
716
|
+
"total": 4
|
717
|
+
},
|
718
|
+
"permissions": {
|
719
|
+
"deletable": true
|
720
|
+
}
|
721
|
+
},
|
722
|
+
{
|
723
|
+
"version": "2.0",
|
724
|
+
"major": 2,
|
725
|
+
"minor": 0,
|
726
|
+
"composite_content_view_ids": [],
|
727
|
+
"published_in_composite_content_view_ids": [],
|
728
|
+
"content_view_id": 4,
|
729
|
+
"default": false,
|
730
|
+
"description": "",
|
731
|
+
"id": 13,
|
732
|
+
"name": "cv3 2.0",
|
733
|
+
"created_at": "2022-08-01 15:23:03 -0400",
|
734
|
+
"updated_at": "2022-08-01 15:23:04 -0400",
|
735
|
+
"content_view": {
|
736
|
+
"id": 4,
|
737
|
+
"name": "cv3",
|
738
|
+
"label": "cv3",
|
739
|
+
"generated_for": "none"
|
740
|
+
},
|
741
|
+
"composite_content_views": [],
|
742
|
+
"composite_content_view_versions": [],
|
743
|
+
"published_in_composite_content_views": [],
|
744
|
+
"environments": [],
|
745
|
+
"repositories": [],
|
746
|
+
"last_event": {
|
747
|
+
"user": "admin",
|
748
|
+
"status": "successful",
|
749
|
+
"description": "",
|
750
|
+
"action": "publish",
|
751
|
+
"created_at": "2022-08-01 15:23:03 -0400",
|
752
|
+
"updated_at": "2022-08-01 15:23:04 -0400",
|
753
|
+
"environment": null,
|
754
|
+
"task": {
|
755
|
+
"id": "5490d19a-7aaa-49c4-bfc0-fead774a7055",
|
756
|
+
"label": "Actions::Katello::ContentView::Publish",
|
757
|
+
"pending": false,
|
758
|
+
"action": "Publish content view 'cv3'; organization 'Default Organization'",
|
759
|
+
"username": "admin",
|
760
|
+
"started_at": "2022-08-01 15:23:03 -0400",
|
761
|
+
"ended_at": "2022-08-01 15:23:04 -0400",
|
762
|
+
"state": "stopped",
|
763
|
+
"result": "success",
|
764
|
+
"progress": 1,
|
765
|
+
"input": {
|
766
|
+
"content_view": {
|
767
|
+
"id": 4,
|
768
|
+
"name": "cv3",
|
769
|
+
"label": "cv3"
|
770
|
+
},
|
771
|
+
"organization": {
|
772
|
+
"id": 1,
|
773
|
+
"name": "Default Organization",
|
774
|
+
"label": "Default_Organization"
|
775
|
+
},
|
776
|
+
"services_checked": [
|
777
|
+
"candlepin",
|
778
|
+
"candlepin_auth"
|
779
|
+
],
|
780
|
+
"history_id": 21,
|
781
|
+
"content_view_id": 4,
|
782
|
+
"auto_publish_composite_ids": [],
|
783
|
+
"content_view_version_name": "cv3 2.0",
|
784
|
+
"content_view_version_id": 13,
|
785
|
+
"environment_id": 1,
|
786
|
+
"user_id": 4,
|
787
|
+
"skip_promotion": null,
|
788
|
+
"locale": "en",
|
789
|
+
"current_request_id": "76529ab7-a394-4b31-9dc4-4ce1b022497a",
|
790
|
+
"current_timezone": "America/New_York",
|
791
|
+
"current_organization_id": 1,
|
792
|
+
"current_location_id": 2,
|
793
|
+
"current_user_id": 4
|
794
|
+
},
|
795
|
+
"output": {
|
796
|
+
"content_view_id": 4,
|
797
|
+
"content_view_version_id": 13,
|
798
|
+
"skip_promotion": null,
|
799
|
+
"history_id": 21
|
800
|
+
},
|
801
|
+
"humanized": {
|
802
|
+
"action": "Publish",
|
803
|
+
"input": [
|
804
|
+
[
|
805
|
+
"content_view",
|
806
|
+
{
|
807
|
+
"text": "content view 'cv3'",
|
808
|
+
"link": "/content_views/4/versions"
|
809
|
+
}
|
810
|
+
],
|
811
|
+
[
|
812
|
+
"organization",
|
813
|
+
{
|
814
|
+
"text": "organization 'Default Organization'",
|
815
|
+
"link": "/organizations/1/edit"
|
816
|
+
}
|
817
|
+
]
|
818
|
+
],
|
819
|
+
"output": "",
|
820
|
+
"errors": []
|
821
|
+
},
|
822
|
+
"cli_example": null,
|
823
|
+
"start_at": "2022-08-01 15:23:03 -0400",
|
824
|
+
"available_actions": {
|
825
|
+
"cancellable": false,
|
826
|
+
"resumable": false
|
827
|
+
}
|
828
|
+
},
|
829
|
+
"version": "2.0",
|
830
|
+
"publish": true,
|
831
|
+
"version_id": 13,
|
832
|
+
"triggered_by": null,
|
833
|
+
"triggered_by_id": null
|
834
|
+
},
|
835
|
+
"active_history": [],
|
836
|
+
"ansible_collection_count": 0,
|
837
|
+
"deb_count": 0,
|
838
|
+
"docker_manifest_count": 0,
|
839
|
+
"docker_manifest_list_count": 0,
|
840
|
+
"docker_tag_count": 0,
|
841
|
+
"file_count": 0,
|
842
|
+
"python_package_count": 0,
|
843
|
+
"rpm_count": 0,
|
844
|
+
"modulemd_count": 0,
|
845
|
+
"erratum_count": 0,
|
846
|
+
"package_group_count": 0,
|
847
|
+
"srpm_count": 0,
|
848
|
+
"module_stream_count": 0,
|
849
|
+
"package_count": 0,
|
850
|
+
"component_view_count": 0,
|
851
|
+
"ansible_collection_repository_count": 0,
|
852
|
+
"deb_repository_count": 0,
|
853
|
+
"docker_repository_count": 0,
|
854
|
+
"file_repository_count": 0,
|
855
|
+
"python_repository_count": 0,
|
856
|
+
"yum_repository_count": 0,
|
857
|
+
"errata_counts": {
|
858
|
+
"security": 0,
|
859
|
+
"bugfix": 0,
|
860
|
+
"enhancement": 0,
|
861
|
+
"total": 0
|
862
|
+
},
|
863
|
+
"permissions": {
|
864
|
+
"deletable": true
|
865
|
+
}
|
866
|
+
},
|
867
|
+
{
|
868
|
+
"version": "1.0",
|
869
|
+
"major": 1,
|
870
|
+
"minor": 0,
|
871
|
+
"composite_content_view_ids": [],
|
872
|
+
"published_in_composite_content_view_ids": [],
|
873
|
+
"content_view_id": 4,
|
874
|
+
"default": false,
|
875
|
+
"description": "",
|
876
|
+
"id": 12,
|
877
|
+
"name": "cv3 1.0",
|
878
|
+
"created_at": "2022-08-01 15:22:50 -0400",
|
879
|
+
"updated_at": "2022-08-01 15:22:51 -0400",
|
880
|
+
"content_view": {
|
881
|
+
"id": 4,
|
882
|
+
"name": "cv3",
|
883
|
+
"label": "cv3",
|
884
|
+
"generated_for": "none"
|
885
|
+
},
|
886
|
+
"composite_content_views": [],
|
887
|
+
"composite_content_view_versions": [],
|
888
|
+
"published_in_composite_content_views": [],
|
889
|
+
"environments": [],
|
890
|
+
"repositories": [],
|
891
|
+
"last_event": {
|
892
|
+
"user": "admin",
|
893
|
+
"status": "successful",
|
894
|
+
"description": "",
|
895
|
+
"action": "publish",
|
896
|
+
"created_at": "2022-08-01 15:22:50 -0400",
|
897
|
+
"updated_at": "2022-08-01 15:22:51 -0400",
|
898
|
+
"environment": null,
|
899
|
+
"task": {
|
900
|
+
"id": "a62cbf13-4a6c-49dd-8566-104f4cdb8597",
|
901
|
+
"label": "Actions::Katello::ContentView::Publish",
|
902
|
+
"pending": false,
|
903
|
+
"action": "Publish content view 'cv3'; organization 'Default Organization'",
|
904
|
+
"username": "admin",
|
905
|
+
"started_at": "2022-08-01 15:22:50 -0400",
|
906
|
+
"ended_at": "2022-08-01 15:22:51 -0400",
|
907
|
+
"state": "stopped",
|
908
|
+
"result": "success",
|
909
|
+
"progress": 1,
|
910
|
+
"input": {
|
911
|
+
"content_view": {
|
912
|
+
"id": 4,
|
913
|
+
"name": "cv3",
|
914
|
+
"label": "cv3"
|
915
|
+
},
|
916
|
+
"organization": {
|
917
|
+
"id": 1,
|
918
|
+
"name": "Default Organization",
|
919
|
+
"label": "Default_Organization"
|
920
|
+
},
|
921
|
+
"services_checked": [
|
922
|
+
"candlepin",
|
923
|
+
"candlepin_auth"
|
924
|
+
],
|
925
|
+
"history_id": 20,
|
926
|
+
"content_view_id": 4,
|
927
|
+
"auto_publish_composite_ids": [],
|
928
|
+
"content_view_version_name": "cv3 1.0",
|
929
|
+
"content_view_version_id": 12,
|
930
|
+
"environment_id": 1,
|
931
|
+
"user_id": 4,
|
932
|
+
"skip_promotion": null,
|
933
|
+
"locale": "en",
|
934
|
+
"current_request_id": "d0d99070-f4ce-4d2f-af07-2bc9c074c919",
|
935
|
+
"current_timezone": "America/New_York",
|
936
|
+
"current_organization_id": 1,
|
937
|
+
"current_location_id": 2,
|
938
|
+
"current_user_id": 4
|
939
|
+
},
|
940
|
+
"output": {
|
941
|
+
"content_view_id": 4,
|
942
|
+
"content_view_version_id": 12,
|
943
|
+
"skip_promotion": null,
|
944
|
+
"history_id": 20
|
945
|
+
},
|
946
|
+
"humanized": {
|
947
|
+
"action": "Publish",
|
948
|
+
"input": [
|
949
|
+
[
|
950
|
+
"content_view",
|
951
|
+
{
|
952
|
+
"text": "content view 'cv3'",
|
953
|
+
"link": "/content_views/4/versions"
|
954
|
+
}
|
955
|
+
],
|
956
|
+
[
|
957
|
+
"organization",
|
958
|
+
{
|
959
|
+
"text": "organization 'Default Organization'",
|
960
|
+
"link": "/organizations/1/edit"
|
961
|
+
}
|
962
|
+
]
|
963
|
+
],
|
964
|
+
"output": "",
|
965
|
+
"errors": []
|
966
|
+
},
|
967
|
+
"cli_example": null,
|
968
|
+
"start_at": "2022-08-01 15:22:50 -0400",
|
969
|
+
"available_actions": {
|
970
|
+
"cancellable": false,
|
971
|
+
"resumable": false
|
972
|
+
}
|
973
|
+
},
|
974
|
+
"version": "1.0",
|
975
|
+
"publish": true,
|
976
|
+
"version_id": 12,
|
977
|
+
"triggered_by": null,
|
978
|
+
"triggered_by_id": null
|
979
|
+
},
|
980
|
+
"active_history": [],
|
981
|
+
"ansible_collection_count": 0,
|
982
|
+
"deb_count": 0,
|
983
|
+
"docker_manifest_count": 0,
|
984
|
+
"docker_manifest_list_count": 0,
|
985
|
+
"docker_tag_count": 0,
|
986
|
+
"file_count": 0,
|
987
|
+
"python_package_count": 0,
|
988
|
+
"rpm_count": 0,
|
989
|
+
"modulemd_count": 0,
|
990
|
+
"erratum_count": 0,
|
991
|
+
"package_group_count": 0,
|
992
|
+
"srpm_count": 0,
|
993
|
+
"module_stream_count": 0,
|
994
|
+
"package_count": 0,
|
995
|
+
"component_view_count": 0,
|
996
|
+
"ansible_collection_repository_count": 0,
|
997
|
+
"deb_repository_count": 0,
|
998
|
+
"docker_repository_count": 0,
|
999
|
+
"file_repository_count": 0,
|
1000
|
+
"python_repository_count": 0,
|
1001
|
+
"yum_repository_count": 0,
|
1002
|
+
"errata_counts": {
|
1003
|
+
"security": 0,
|
1004
|
+
"bugfix": 0,
|
1005
|
+
"enhancement": 0,
|
1006
|
+
"total": 0
|
1007
|
+
},
|
1008
|
+
"permissions": {
|
1009
|
+
"deletable": true
|
1010
|
+
}
|
1011
|
+
}
|
1012
|
+
]
|
1013
|
+
}
|