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,25 @@
|
|
1
|
+
<%#
|
2
|
+
kind: job_template
|
3
|
+
name: Resolve Traces - Katello SSH Default
|
4
|
+
job_category: Katello
|
5
|
+
description_format: 'Resolve Traces'
|
6
|
+
feature: katello_host_tracer_resolve
|
7
|
+
provider_type: SSH
|
8
|
+
template_inputs:
|
9
|
+
- name: ids
|
10
|
+
description: A comma-separated list of trace IDs to resolve
|
11
|
+
input_type: user
|
12
|
+
required: true
|
13
|
+
%>
|
14
|
+
|
15
|
+
<%
|
16
|
+
ids = input(:ids).split(',').map { |split| split.strip.to_i }
|
17
|
+
commands = @host.traces_helpers(ids)
|
18
|
+
reboot = commands.delete('reboot')
|
19
|
+
-%>
|
20
|
+
<% if reboot -%>
|
21
|
+
shutdown -r +1
|
22
|
+
<% else -%>
|
23
|
+
<%= commands.join("\n") %>
|
24
|
+
katello-tracer-upload
|
25
|
+
<% end %>
|
@@ -0,0 +1,28 @@
|
|
1
|
+
<%#
|
2
|
+
name: Resolve Traces - Katello Ansible Default
|
3
|
+
snippet: false
|
4
|
+
model: JobTemplate
|
5
|
+
job_category: Katello via Ansible
|
6
|
+
description_format: Resolve Traces
|
7
|
+
template_inputs:
|
8
|
+
- name: ids
|
9
|
+
description: A comma-separated list of trace IDs to resolve
|
10
|
+
input_type: user
|
11
|
+
required: true
|
12
|
+
advanced: false
|
13
|
+
provider_type: Ansible
|
14
|
+
kind: job_template
|
15
|
+
%>
|
16
|
+
|
17
|
+
<%
|
18
|
+
ids = input(:ids).split(',').map { |split| split.strip.to_i }
|
19
|
+
commands = @host.traces_helpers(ids)
|
20
|
+
reboot = commands.delete('reboot')
|
21
|
+
-%>
|
22
|
+
<%= render_template(
|
23
|
+
'Run Command - Ansible Default',
|
24
|
+
:command => (commands.push('katello-tracer-upload')).join("\n")
|
25
|
+
) %>
|
26
|
+
<% if reboot %>
|
27
|
+
- reboot:
|
28
|
+
<% end %>
|
@@ -36,7 +36,7 @@ child @lifecycle_environments => :lifecycle_environments do
|
|
36
36
|
:default => content_view.default,
|
37
37
|
:up_to_date => @capsule.repos_pending_sync(env, content_view).empty?,
|
38
38
|
:counts => {
|
39
|
-
:repositories =>
|
39
|
+
:repositories => ::Katello::ContentViewVersion.in_environment(env).find_by(:content_view => content_view)&.archived_repos&.count
|
40
40
|
}
|
41
41
|
}
|
42
42
|
attributes
|
@@ -2,6 +2,7 @@ object false
|
|
2
2
|
|
3
3
|
node(:total) { @collection[:total] }
|
4
4
|
node(:subtotal) { @collection[:subtotal] }
|
5
|
+
node(:selectable) { @collection[:selectable] || @collection[:total] }
|
5
6
|
node(:page) { @collection[:page] }
|
6
7
|
node(:per_page) { @collection[:per_page] }
|
7
8
|
node(:error) { @collection[:error] }
|
@@ -4,12 +4,14 @@ attributes :lifecycle_environment_id, :lifecycle_environment_name
|
|
4
4
|
attributes :content_source_id, :content_source_name
|
5
5
|
attributes :kickstart_repository_id, :kickstart_repository_name
|
6
6
|
attributes :errata_counts
|
7
|
+
attributes :applicable_deb_count => :applicable_deb_count
|
8
|
+
attributes :upgradable_deb_count => :upgradable_deb_count
|
7
9
|
attributes :applicable_rpm_count => :applicable_package_count
|
8
10
|
attributes :upgradable_rpm_count => :upgradable_package_count
|
9
11
|
attributes :applicable_module_stream_count, :upgradable_module_stream_count
|
10
12
|
|
11
13
|
child :content_view => :content_view do
|
12
|
-
attributes :id, :name
|
14
|
+
attributes :id, :name, :composite
|
13
15
|
end
|
14
16
|
|
15
17
|
child :lifecycle_environment => :lifecycle_environment do
|
@@ -5,7 +5,8 @@ child :content_facet => :content_facet_attributes do
|
|
5
5
|
version = content_facet.content_view_version
|
6
6
|
{
|
7
7
|
:content_view_version => version.version,
|
8
|
-
:content_view_version_id => version.id
|
8
|
+
:content_view_version_id => version.id,
|
9
|
+
:content_view_version_latest => version.latest?
|
9
10
|
}
|
10
11
|
end
|
11
12
|
|
@@ -13,6 +13,13 @@ node do |version|
|
|
13
13
|
version.content_counts_map
|
14
14
|
end
|
15
15
|
|
16
|
+
node :component_view_count do |version|
|
17
|
+
version&.components&.count
|
18
|
+
end
|
19
|
+
|
20
|
+
node do |version|
|
21
|
+
version.repository_type_counts_map
|
22
|
+
end
|
16
23
|
node :errata_counts do |version|
|
17
24
|
partial('katello/api/v2/errata/counts', :object => Katello::RelationPresenter.new(version.errata))
|
18
25
|
end
|
@@ -9,6 +9,8 @@ attributes :latest_version, :latest_version_id
|
|
9
9
|
attributes :auto_publish
|
10
10
|
attributes :solve_dependencies
|
11
11
|
attributes :import_only
|
12
|
+
attributes :related_cv_count
|
13
|
+
attributes :related_composite_cvs
|
12
14
|
|
13
15
|
node :next_version do |content_view|
|
14
16
|
content_view.next_version.to_f.to_s
|
@@ -61,14 +63,16 @@ child :versions => :versions do
|
|
61
63
|
attributes :environment_ids
|
62
64
|
end
|
63
65
|
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
66
|
+
if params.key?(:include_permissions)
|
67
|
+
node :permissions do |cv|
|
68
|
+
{
|
69
|
+
:view_content_views => cv.readable?,
|
70
|
+
:edit_content_views => cv.editable?,
|
71
|
+
:destroy_content_views => cv.deletable?,
|
72
|
+
:publish_content_views => cv.publishable?,
|
73
|
+
:promote_or_remove_content_views => cv.promotable_or_removable?
|
74
|
+
}
|
75
|
+
end
|
72
76
|
end
|
73
77
|
|
74
78
|
child :components => :components do
|
@@ -7,5 +7,10 @@ attributes :architecture
|
|
7
7
|
attributes :filename
|
8
8
|
attributes :checksum
|
9
9
|
attributes :description
|
10
|
+
attributes :nav
|
11
|
+
attributes :nva
|
10
12
|
attributes :pulp_id
|
11
13
|
attributes :pulp_id => :uuid
|
14
|
+
|
15
|
+
node(:hosts_available_count) { |m| m.hosts_available(params[:organization_id]).count }
|
16
|
+
node(:hosts_applicable_count) { |m| m.hosts_applicable(params[:organization_id]).count }
|
@@ -4,4 +4,8 @@ extends "katello/api/v2/common/metadata"
|
|
4
4
|
|
5
5
|
child @collection[:results] => :results do
|
6
6
|
extends 'katello/api/v2/module_streams/base'
|
7
|
+
|
8
|
+
if params[:include_filter_ids]
|
9
|
+
node(:filter_ids) { |module_stream| module_stream.content_view_filters.pluck(:id) }
|
10
|
+
end
|
7
11
|
end
|
@@ -0,0 +1 @@
|
|
1
|
+
attributes :url, :username, :upstream_organization_label, :ssl_ca_credential_id
|
@@ -15,10 +15,17 @@ node :owner_details do |org|
|
|
15
15
|
partial('katello/api/v2/organizations/owner_details', object: OpenStruct.new(org.owner_details))
|
16
16
|
end
|
17
17
|
|
18
|
+
node :cdn_configuration do |org|
|
19
|
+
partial('katello/api/v2/organizations/cdn_configuration', object: org.cdn_configuration)
|
20
|
+
end
|
21
|
+
|
18
22
|
node :default_content_view_id do |org|
|
19
23
|
org.default_content_view.id
|
20
24
|
end
|
21
25
|
|
26
|
+
node(:composite_content_views_count) { Katello::ContentView.readable&.in_organization(Organization.current)&.composite&.count }
|
27
|
+
node(:content_view_components_count) { Katello::ContentView.readable&.in_organization(Organization.current)&.non_composite&.non_default&.count }
|
28
|
+
|
22
29
|
node :library_id do |org|
|
23
30
|
org.library.id
|
24
31
|
end
|
@@ -5,9 +5,10 @@ extends 'katello/api/v2/common/identifier'
|
|
5
5
|
attributes :pulp_id => :backend_identifier
|
6
6
|
attributes :relative_path, :container_repository_name, :full_path, :library_instance_id
|
7
7
|
attributes :version_href, :remote_href, :publication_href
|
8
|
+
attributes :content_counts
|
8
9
|
|
9
10
|
glue(@object.root) do
|
10
|
-
attributes :content_type, :url, :arch, :os_versions, :content_id
|
11
|
+
attributes :content_type, :url, :arch, :os_versions, :content_id, :generic_remote_options
|
11
12
|
attributes :major, :minor
|
12
13
|
|
13
14
|
child :product do |_product|
|
@@ -24,22 +25,14 @@ node :content_label do |repo|
|
|
24
25
|
repo.content.try(:label)
|
25
26
|
end
|
26
27
|
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
:package => repo.rpms.count,
|
36
|
-
:package_group => repo.package_groups.count,
|
37
|
-
:erratum => repo.errata.count,
|
38
|
-
:file => repo.files.count,
|
39
|
-
:deb => repo.debs.count,
|
40
|
-
:module_stream => repo.module_streams.count,
|
41
|
-
:ansible_collection => repo.ansible_collections.count
|
42
|
-
}
|
28
|
+
child :published_in_versions => :content_view_versions do |_version|
|
29
|
+
attributes :id, :version
|
30
|
+
node :content_view_id do |object|
|
31
|
+
object.content_view.id
|
32
|
+
end
|
33
|
+
node :content_view_name do |object|
|
34
|
+
object.content_view.name
|
35
|
+
end
|
43
36
|
end
|
44
37
|
|
45
38
|
child :latest_dynflow_sync => :last_sync do |_object|
|
@@ -10,12 +10,8 @@ ks_repo_select_attr = using_hostgroups_page? ? 'kickstart_repository' : 'content
|
|
10
10
|
<% spinner_path = asset_path('spinner.gif') %>
|
11
11
|
|
12
12
|
<%= field(f, ks_repo_select_attr, {:label => _("Synced Content")}) do
|
13
|
-
|
14
|
-
|
15
|
-
:class => 'form-control', :name => ks_repo_select_name, :disabled => kickstart_options.empty?
|
16
|
-
else
|
17
|
-
select_tag ks_repo_select_id, view_to_options(kickstart_options, kickstart_repo_id, blank_or_inherit_with_id(f, :kickstart_repository)), :data => {"spinner_path" => spinner_path, "kickstart-repository-id" => kickstart_repo_id}, :class => 'form-control', :name => ks_repo_select_name, :disabled => kickstart_options.empty?
|
18
|
-
end
|
13
|
+
select_tag ks_repo_select_id, view_to_options(kickstart_options, kickstart_repo_id, blank_or_inherit_with_id(f, :kickstart_repository)), :data => {"spinner_path" => spinner_path, "kickstart-repository-id" => kickstart_repo_id},
|
14
|
+
:class => 'form-control', :name => ks_repo_select_name, :disabled => kickstart_options.empty?
|
19
15
|
end %>
|
20
16
|
|
21
17
|
<script>
|
data/config/routes/api/v2.rb
CHANGED
@@ -79,6 +79,10 @@ Katello::Engine.routes.draw do
|
|
79
79
|
match '/environments/:environment_id' => "content_views#remove_from_environment", :via => :delete
|
80
80
|
end
|
81
81
|
api_resources :filters, :controller => :content_view_filters do
|
82
|
+
member do
|
83
|
+
put :remove_filter_rules
|
84
|
+
put :add_filter_rules
|
85
|
+
end
|
82
86
|
collection do
|
83
87
|
get :auto_complete_search
|
84
88
|
end
|
@@ -99,6 +103,10 @@ Katello::Engine.routes.draw do
|
|
99
103
|
end
|
100
104
|
|
101
105
|
api_resources :content_view_filters do
|
106
|
+
member do
|
107
|
+
put :remove_filter_rules
|
108
|
+
put :add_filter_rules
|
109
|
+
end
|
102
110
|
api_resources :errata, :only => [:index]
|
103
111
|
api_resources :package_groups, :only => [:index]
|
104
112
|
api_resources :rules, :controller => :content_view_filter_rules do
|
@@ -164,6 +172,8 @@ Katello::Engine.routes.draw do
|
|
164
172
|
api_resources :debs, :only => [:index, :show] do
|
165
173
|
collection do
|
166
174
|
get :auto_complete_search
|
175
|
+
get :auto_complete_name
|
176
|
+
get :auto_complete_arch
|
167
177
|
get :compare
|
168
178
|
end
|
169
179
|
end
|
@@ -238,6 +248,7 @@ Katello::Engine.routes.draw do
|
|
238
248
|
get :download_debug_certificate
|
239
249
|
get :redhat_provider
|
240
250
|
get :releases
|
251
|
+
put :cdn_configuration
|
241
252
|
end
|
242
253
|
api_resources :products, :only => [:index]
|
243
254
|
api_resources :repositories, :only => [:index]
|
@@ -275,6 +286,7 @@ Katello::Engine.routes.draw do
|
|
275
286
|
end
|
276
287
|
end
|
277
288
|
|
289
|
+
load 'katello/repository_types.rb' if Katello::RepositoryTypeManager.defined_repository_types.empty?
|
278
290
|
Katello::RepositoryTypeManager.generic_content_types(false).each do |type|
|
279
291
|
api_resources type.pluralize.to_sym, :only => [:index, :show], :controller => 'generic_content_units', :content_type => type do
|
280
292
|
collection do
|
@@ -308,6 +320,7 @@ Katello::Engine.routes.draw do
|
|
308
320
|
collection do
|
309
321
|
get :auto_complete_search
|
310
322
|
get :repository_types
|
323
|
+
get :content_types
|
311
324
|
end
|
312
325
|
member do
|
313
326
|
put :republish
|
data/config/routes/overrides.rb
CHANGED
data/config/routes.rb
CHANGED
@@ -24,8 +24,20 @@ Katello::Engine.routes.draw do
|
|
24
24
|
match '/module_streams' => 'react#index', :via => [:get]
|
25
25
|
match '/module_streams/*page' => 'react#index', :via => [:get]
|
26
26
|
|
27
|
-
match '/
|
28
|
-
match '/
|
27
|
+
match '/legacy_ansible_collections' => 'react#index', :via => [:get]
|
28
|
+
match '/legacy_ansible_collections/*page' => 'react#index', :via => [:get]
|
29
|
+
|
30
|
+
match '/content_views' => 'react#index', :via => [:get]
|
31
|
+
match '/content_views/*page' => 'react#index', :via => [:get]
|
32
|
+
|
33
|
+
match '/content' => 'react#index', :via => [:get]
|
34
|
+
|
35
|
+
Katello::RepositoryTypeManager.generic_ui_content_types(false).each do |type|
|
36
|
+
get "/#{type.pluralize}", to: redirect("/content/#{type.pluralize}")
|
37
|
+
get "/#{type.pluralize}/:page", to: redirect("/content/#{type.pluralize}/%{page}")
|
38
|
+
match "/content/#{type.pluralize}" => 'react#index', :via => [:get]
|
39
|
+
match "/content/#{type.pluralize}/*page" => 'react#index', :via => [:get]
|
40
|
+
end
|
29
41
|
|
30
42
|
match '/labs' => 'react#index', :via => [:get]
|
31
43
|
match '/labs/*page' => 'react#index', :via => [:get]
|
@@ -1,10 +1,8 @@
|
|
1
1
|
class UpdateEnvironmentsAddKatelloId < ActiveRecord::Migration[4.2]
|
2
2
|
def up
|
3
|
-
|
4
|
-
add_index :environments, :katello_id
|
3
|
+
# not doing anything, it is not needed anymore in supported versions
|
5
4
|
end
|
6
5
|
|
7
6
|
def down
|
8
|
-
remove_column :environments, :katello_id
|
9
7
|
end
|
10
8
|
end
|
@@ -1,44 +1,9 @@
|
|
1
1
|
class ContentViewPuppetEnvironmentId < ActiveRecord::Migration[4.2]
|
2
|
-
class ::Environment < ApplicationRecord
|
3
|
-
def self.find_by_katello_id(org, env, content_view)
|
4
|
-
katello_id = Environment.construct_katello_id(org, env, content_view)
|
5
|
-
Environment.where(:katello_id => katello_id).first
|
6
|
-
end
|
7
|
-
|
8
|
-
def construct_katello_id(org, env, content_view)
|
9
|
-
fail ArgumentError, "org has to be specified" if org.nil?
|
10
|
-
fail ArgumentError, "env has to be specified" if env.nil?
|
11
|
-
[org.label, env.label, content_view.label].reject(&:blank?).join('/')
|
12
|
-
end
|
13
|
-
end
|
14
|
-
|
15
|
-
class ::Katello::ContentViewPuppetEnvironment < ::Katello::Model
|
16
|
-
belongs_to :environment, :class_name => "Katello::KTEnvironment",
|
17
|
-
:inverse_of => :content_view_puppet_environments
|
18
|
-
belongs_to :content_view_version, :class_name => "Katello::ContentViewVersion",
|
19
|
-
:inverse_of => :content_view_puppet_environments
|
20
|
-
|
21
|
-
def content_view
|
22
|
-
self.content_view_version.content_view
|
23
|
-
end
|
24
|
-
end
|
25
|
-
|
26
2
|
def up
|
27
3
|
add_column :katello_content_view_puppet_environments, :puppet_environment_id, :integer, :null => true
|
28
|
-
|
29
|
-
Katello::ContentViewPuppetEnvironment.all.each do |cvpe|
|
30
|
-
if cvpe.environment
|
31
|
-
cvpe.puppet_environment_id = ::Environment.find_by_katello_id(cvpe.content_view.organization,
|
32
|
-
cvpe.environment, cvpe.content_view).id
|
33
|
-
cvpe.save!
|
34
|
-
end
|
35
|
-
end
|
36
|
-
|
37
|
-
add_foreign_key "katello_content_view_puppet_environments", "environments", :name => "katello_cvpe_pe_id", :column => 'puppet_environment_id'
|
38
4
|
end
|
39
5
|
|
40
6
|
def down
|
41
|
-
remove_foreign_key "katello_content_view_puppet_environments", :name => "katello_cvpe_pe_id"
|
42
7
|
remove_column :katello_content_view_puppet_environments, :puppet_environment_id
|
43
8
|
end
|
44
9
|
end
|
@@ -0,0 +1,16 @@
|
|
1
|
+
class AddApplicableDebs < ActiveRecord::Migration[5.2]
|
2
|
+
def change
|
3
|
+
create_table :katello_content_facet_applicable_debs do |t|
|
4
|
+
t.references :content_facet, null: false, index: { name: :katello_cf_applicable_debs_cf_idx }
|
5
|
+
t.references :deb, :null => false, :index => { name: :katello_cf_applicable_debs_deb_idx }
|
6
|
+
end
|
7
|
+
|
8
|
+
add_index :katello_content_facet_applicable_debs, [:deb_id, :content_facet_id],
|
9
|
+
name: 'index_k_content_facet_deb_rid_cfid', unique: true
|
10
|
+
add_index :katello_content_facet_applicable_debs, :content_facet_id,
|
11
|
+
name: 'index_k_content_facet_applicable_debs_on_content_facet_id'
|
12
|
+
|
13
|
+
add_column :katello_content_facets, :applicable_deb_count, :integer, null: false, default: 0
|
14
|
+
add_column :katello_content_facets, :upgradable_deb_count, :integer, null: false, default: 0
|
15
|
+
end
|
16
|
+
end
|
@@ -1,7 +1,7 @@
|
|
1
1
|
class MigrateBackgroundDownloadPolicyToMigrate < ActiveRecord::Migration[6.0]
|
2
2
|
def change
|
3
|
-
Katello::RootRepository.where(:download_policy =>
|
4
|
-
root_repo.update_column(:download_policy, ::
|
3
|
+
Katello::RootRepository.where(:download_policy => 'background').each do |root_repo|
|
4
|
+
root_repo.update_column(:download_policy, ::Katello::RootRepository::DOWNLOAD_IMMEDIATE)
|
5
5
|
end
|
6
6
|
end
|
7
7
|
end
|
@@ -0,0 +1,25 @@
|
|
1
|
+
class MoveBackgroundSettingsToImmediate < ActiveRecord::Migration[6.0]
|
2
|
+
def up
|
3
|
+
SmartProxy.where(id: (SmartProxy.with_content - [SmartProxy.pulp_primary]).pluck(:id)).
|
4
|
+
where(download_policy: 'background').update(download_policy: 'immediate')
|
5
|
+
|
6
|
+
setting = ::Setting.find_by(name: 'default_download_policy')
|
7
|
+
if setting&.value == 'background'
|
8
|
+
setting.update(value: ::Katello::RootRepository::DOWNLOAD_IMMEDIATE)
|
9
|
+
end
|
10
|
+
|
11
|
+
setting = ::Setting.find_by(name: 'default_redhat_download_policy')
|
12
|
+
if setting&.value == 'background'
|
13
|
+
setting.update(value: ::Katello::RootRepository::DOWNLOAD_IMMEDIATE)
|
14
|
+
end
|
15
|
+
|
16
|
+
setting = ::Setting.find_by(name: 'default_proxy_download_policy')
|
17
|
+
if setting&.value == 'background'
|
18
|
+
setting.update(value: ::Katello::RootRepository::DOWNLOAD_IMMEDIATE)
|
19
|
+
end
|
20
|
+
end
|
21
|
+
|
22
|
+
def down
|
23
|
+
fail ActiveRecord::IrreversibleMigration
|
24
|
+
end
|
25
|
+
end
|
@@ -0,0 +1,30 @@
|
|
1
|
+
class CreateCdnConfiguration < ActiveRecord::Migration[6.0]
|
2
|
+
def up
|
3
|
+
create_table :katello_cdn_configurations do |t|
|
4
|
+
t.integer :organization_id
|
5
|
+
t.integer :ssl_ca_credential_id
|
6
|
+
t.text :ssl_cert
|
7
|
+
t.text :ssl_key
|
8
|
+
t.string :username
|
9
|
+
t.string :password
|
10
|
+
t.string :upstream_organization_label
|
11
|
+
t.string :url
|
12
|
+
end
|
13
|
+
|
14
|
+
add_foreign_key :katello_cdn_configurations, :taxonomies, name: 'katello_cdn_configurations_organization_id', column: :organization_id
|
15
|
+
add_foreign_key :katello_cdn_configurations, :katello_content_credentials, name: 'katello_cdn_configurations_ssl_ca_credential_id', column: :ssl_ca_credential_id
|
16
|
+
|
17
|
+
::Organization.all.each do |org|
|
18
|
+
Katello::CdnConfiguration.where(
|
19
|
+
organization: org,
|
20
|
+
url: org.redhat_provider.repository_url || ::Katello::Resources::CDN::CdnResource.redhat_cdn_url
|
21
|
+
).first_or_create!
|
22
|
+
end
|
23
|
+
|
24
|
+
remove_column :katello_providers, :repository_url
|
25
|
+
end
|
26
|
+
|
27
|
+
def down
|
28
|
+
drop_table :katello_cdn_configurations
|
29
|
+
end
|
30
|
+
end
|
data/engines/bastion/README.md
CHANGED
@@ -46,6 +46,21 @@ To run your plugin's tests and lint them:
|
|
46
46
|
grunt ci
|
47
47
|
```
|
48
48
|
|
49
|
+
### To run a server to run tests in a browser in order to use the debugger
|
50
|
+
|
51
|
+
edit bastion/grunt/karma.js. To the options hash, add:
|
52
|
+
```
|
53
|
+
hostname: 'myhost.example.com',
|
54
|
+
```
|
55
|
+
|
56
|
+
Then run:
|
57
|
+
|
58
|
+
```
|
59
|
+
grunt test:server
|
60
|
+
```
|
61
|
+
|
62
|
+
And then point your browser at myhost.example.com:9876
|
63
|
+
|
49
64
|
### Basics of Adding a New Entity ###
|
50
65
|
|
51
66
|
Sometimes adding new functionality requires creating a new entity which maps to an external resource. There are a few common steps that a developer will need to take.
|
@@ -291,13 +291,13 @@ angular.module('Bastion.components').factory('Nutupane',
|
|
291
291
|
excluded: {
|
292
292
|
ids: []
|
293
293
|
},
|
294
|
-
|
294
|
+
all: false
|
295
295
|
};
|
296
296
|
|
297
297
|
if (self.table.allResultsSelected) {
|
298
298
|
selected.included.search = self.table.searchTerm || '';
|
299
299
|
selected.excluded.ids = _.map(self.getDeselected(), identifier);
|
300
|
-
selected.
|
300
|
+
selected.all = true;
|
301
301
|
} else {
|
302
302
|
selectedRows = self.table.getSelected();
|
303
303
|
selected.included.ids = _.map(selectedRows, identifier);
|
@@ -12,6 +12,8 @@ Foreman::Application.routes.draw do
|
|
12
12
|
end
|
13
13
|
end
|
14
14
|
|
15
|
+
get '/content_hosts/register', to: redirect('/hosts/register')
|
16
|
+
|
15
17
|
scope :module => :bastion do
|
16
18
|
get '/:bastion_page/(*path)', :to => "bastion#index", constraints: BastionPagesConstraint.new
|
17
19
|
get '/bastion/(*path)', :to => "bastion#index_ie"
|