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
@@ -1,76 +0,0 @@
|
|
1
|
-
<span page-title ng-model="version">{{ "Remove Version Confirmation" | translate }} {{ version.version }}</span>
|
2
|
-
|
3
|
-
<section>
|
4
|
-
<h3 translate>Confirm Version Removal: Version {{ version.version }}</h3>
|
5
|
-
|
6
|
-
<div class="row">
|
7
|
-
<div class="col-sm-12" ng-hide="deleteOptions.environments.length === 0">
|
8
|
-
<h5 translate>Environments</h5>
|
9
|
-
<i class="fa fa-warning"></i>
|
10
|
-
<span translate>This version will be removed from:</span>
|
11
|
-
<ul>
|
12
|
-
<li ng-repeat="env in deleteOptions.environments" ng-if="env.permissions.readable">{{ env.name }}</li>
|
13
|
-
</ul>
|
14
|
-
</div>
|
15
|
-
</div>
|
16
|
-
|
17
|
-
<div class="row">
|
18
|
-
<div class="col-sm-12">
|
19
|
-
<h5 translate>Archived Copy</h5>
|
20
|
-
<p ng-hide="deleteOptions.deleteArchive" translate>
|
21
|
-
The archive of this Version will not be deleted. This Version will still be available to be promoted to a Lifecycle Environment.
|
22
|
-
</p>
|
23
|
-
<p ng-show="deleteOptions.deleteArchive">
|
24
|
-
<i class="fa fa-warning"></i>
|
25
|
-
<span translate>
|
26
|
-
The archive of this Version will be deleted. This Version will not be available once deletion is complete.
|
27
|
-
</span>
|
28
|
-
</p>
|
29
|
-
</div>
|
30
|
-
</div>
|
31
|
-
|
32
|
-
<div class="row">
|
33
|
-
<div class="col-sm-12">
|
34
|
-
<h5 translate>Content Hosts</h5>
|
35
|
-
<p ng-show="totalHostCount() > 0">
|
36
|
-
<i class="fa fa-warning"></i>
|
37
|
-
<span translate>
|
38
|
-
{{ totalHostCount() }} Content Hosts will be moved to {{ deleteOptions.contentHosts.contentView.name }} in {{ deleteOptions.contentHosts.environment.name }}
|
39
|
-
</span>
|
40
|
-
</p>
|
41
|
-
<p ng-show="totalHostCount() === 0" translate>
|
42
|
-
No Content Hosts are affected.
|
43
|
-
</p>
|
44
|
-
</div>
|
45
|
-
</div>
|
46
|
-
|
47
|
-
<div class="row">
|
48
|
-
<div class="col-sm-12">
|
49
|
-
<h5 translate>Activation Keys</h5>
|
50
|
-
<p ng-show="totalActivationKeyCount() > 0">
|
51
|
-
<i class="fa fa-warning"></i>
|
52
|
-
<span translate>
|
53
|
-
{{ totalActivationKeyCount() }} Activation Keys will be moved to {{ deleteOptions.activationKeys.contentView.name }} in {{ deleteOptions.activationKeys.environment.name }}
|
54
|
-
</span>
|
55
|
-
</p>
|
56
|
-
<p ng-show="totalActivationKeyCount() === 0" translate>
|
57
|
-
No activation keys are affected.
|
58
|
-
</p>
|
59
|
-
</div>
|
60
|
-
</div>
|
61
|
-
|
62
|
-
<div class="pull-right">
|
63
|
-
<a ui-sref="content-view.versions({contentViewId: contentView.id})" >
|
64
|
-
<button type="button" class="btn btn-default" ng-disabled="deleting" translate>
|
65
|
-
Cancel
|
66
|
-
</button>
|
67
|
-
</a>
|
68
|
-
<button type="button" class="btn btn-default" ng-click="transitionBack()" ng-disabled="deleting" translate>
|
69
|
-
Back
|
70
|
-
</button>
|
71
|
-
<button type="button" class="btn btn-primary" ng-click="performDeletion()" ng-disabled="deleting">
|
72
|
-
<i class="fa fa-spinner fa-spin" ng-show="deleting"></i>
|
73
|
-
<span translate>Confirm Remove</span>
|
74
|
-
</button>
|
75
|
-
</div>
|
76
|
-
</section>
|
@@ -1,88 +0,0 @@
|
|
1
|
-
<span page-title ng-model="version">{{ "Remove Version" | translate }} {{ version.version }}</span>
|
2
|
-
|
3
|
-
<section>
|
4
|
-
<h3 translate>Content Hosts using Version {{ version.version }}</h3>
|
5
|
-
|
6
|
-
<p translate>
|
7
|
-
The Content Hosts listed below are currently using this Content View Version. Before removing the version you must move these Content Hosts to an environment where this version is not in use.
|
8
|
-
</p>
|
9
|
-
|
10
|
-
<p translate>
|
11
|
-
If you would prefer to move portions of these Content Hosts to different content views or environments click <a href="{{ contentHostsLink() }}">here</a> to manage these Content Hosts in bulk.
|
12
|
-
</p>
|
13
|
-
|
14
|
-
<div>
|
15
|
-
|
16
|
-
<p translate>
|
17
|
-
Please select a Lifecycle Environment and Content View to move these Content Hosts to:
|
18
|
-
</p>
|
19
|
-
|
20
|
-
<div path-selector="environments"
|
21
|
-
ng-model="selectedEnvironment"
|
22
|
-
mode="singleSelect"></div>
|
23
|
-
|
24
|
-
<div class="row">
|
25
|
-
<div class="col-sm-4">
|
26
|
-
<span translate>Content View:</span>
|
27
|
-
<select class="form-control"
|
28
|
-
ng-show="!fetchingViews && selectedEnvironment && contentViewsForEnvironment.length > 0"
|
29
|
-
ng-options="cv.id as cv.name for cv in contentViewsForEnvironment"
|
30
|
-
ng-model="selectedContentViewId">
|
31
|
-
</select>
|
32
|
-
<i ng-show="fetchingViews" class="fa fa-spinner fa-spin"></i>
|
33
|
-
<span translate ng-hide="selectedEnvironment">
|
34
|
-
Please select an environment.
|
35
|
-
</span>
|
36
|
-
<span translate ng-show="!fetchingViews && selectedEnvironment && contentViewsForEnvironment.length === 0">
|
37
|
-
No Content Views available, please select another environment.
|
38
|
-
</span>
|
39
|
-
</div>
|
40
|
-
</div>
|
41
|
-
</div>
|
42
|
-
|
43
|
-
<a ng-click="toggleHosts()">
|
44
|
-
<p ng-show="!showHosts" translate>Show affected Content Hosts</p>
|
45
|
-
<p ng-show="showHosts" translate>Hide affected Content Hosts</p>
|
46
|
-
</a>
|
47
|
-
|
48
|
-
<div ng-show="showHosts">
|
49
|
-
<div data-extend-template="layouts/partials/table.html">
|
50
|
-
<h5 translate>Affected Content Hosts</h5>
|
51
|
-
|
52
|
-
|
53
|
-
<table data-block="table" class="table table-striped table-bordered">
|
54
|
-
<thead>
|
55
|
-
<tr bst-table-head>
|
56
|
-
<th bst-table-column="name"><span translate>Name</span></th>
|
57
|
-
<th bst-table-column="name"><span translate>Lifecycle Environment</span></th>
|
58
|
-
</tr>
|
59
|
-
</thead>
|
60
|
-
|
61
|
-
<tbody>
|
62
|
-
<tr bst-table-row ng-repeat="host in table.rows">
|
63
|
-
<td bst-table-cell>
|
64
|
-
{{ host.name }}
|
65
|
-
</td>
|
66
|
-
<td bst-table-cell>
|
67
|
-
{{ host.content_facet_attributes.lifecycle_environment_name }}
|
68
|
-
</td>
|
69
|
-
</tr>
|
70
|
-
</tbody>
|
71
|
-
</table>
|
72
|
-
</div>
|
73
|
-
</div>
|
74
|
-
|
75
|
-
<div class="pull-right">
|
76
|
-
<a ui-sref="content-view.versions({contentViewId: contentView.id})" >
|
77
|
-
<button type="button" class="btn btn-default" translate>
|
78
|
-
Cancel
|
79
|
-
</button>
|
80
|
-
</a>
|
81
|
-
<button type="button" class="btn btn-default" ng-click="transitionBack()" translate>
|
82
|
-
Back
|
83
|
-
</button>
|
84
|
-
<button type="button" class="btn btn-primary" ng-click="processSelection()" ng-disabled="selectedContentViewId === undefined" translate>
|
85
|
-
Next
|
86
|
-
</button>
|
87
|
-
</div>
|
88
|
-
</section>
|
@@ -1,73 +0,0 @@
|
|
1
|
-
<span page-title ng-model="version">{{ "Remove Version" | translate }} {{ version.version }}</span>
|
2
|
-
|
3
|
-
<section>
|
4
|
-
|
5
|
-
<h3 translate>Delete Version {{ version.version }}</h3>
|
6
|
-
|
7
|
-
<div>
|
8
|
-
<div bst-alert="warning" ng-hide="allSelectable()">
|
9
|
-
<span translate> This Version cannot be deleted from some of the Lifecycle Environments due to one of the reasons below.</span>
|
10
|
-
<ul>
|
11
|
-
<li translate> No "Promote/Remove" permissions on the Lifecycle Environment.</li>
|
12
|
-
<li translate> No "Edit" permissions on some of the Content Hosts in that Lifecycle Environment.</li>
|
13
|
-
<li translate> No "Edit" permissions on some of the Activation Keys in that Lifecycle Environment.</li>
|
14
|
-
</ul>
|
15
|
-
</div>
|
16
|
-
</div>
|
17
|
-
|
18
|
-
<p translate>
|
19
|
-
Select the Lifecycle Environments you would like to remove Version {{ version.version }} from:
|
20
|
-
</p>
|
21
|
-
|
22
|
-
<table bst-table="environmentsTable"
|
23
|
-
class="table table-striped table-bordered"
|
24
|
-
ng-class="{'table-mask': environmentsTable.working}">
|
25
|
-
<thead>
|
26
|
-
<tr bst-table-head row-select>
|
27
|
-
<th translate>Name</th>
|
28
|
-
<th translate>Affected Hosts</th>
|
29
|
-
<th translate>Affected Activation Keys</th>
|
30
|
-
</tr>
|
31
|
-
</thead>
|
32
|
-
|
33
|
-
<tbody>
|
34
|
-
<tr ng-show="!environmentsTable.working && environmentsTable.rows.length === 0">
|
35
|
-
<td colspan="4" translate>This Version is not associated with any Lifecycle Environments.</td>
|
36
|
-
</tr>
|
37
|
-
|
38
|
-
<tr bst-table-row
|
39
|
-
row-select="environment"
|
40
|
-
ng-repeat="environment in environmentsTable.rows">
|
41
|
-
<td>{{ environment.name }}</td>
|
42
|
-
<td>{{ environment.host_count }} <span class="note warning" ng-hide="environment.permissions.all_hosts_editable" translate> (Not all Content Hosts editable )</span></td>
|
43
|
-
<td>{{ environment.activation_key_count }} <span class="note warning" ng-hide="environment.permissions.all_keys_editable" translate> (Not all Activation Keys editable )</span></td>
|
44
|
-
</tr>
|
45
|
-
</tbody>
|
46
|
-
|
47
|
-
</table>
|
48
|
-
|
49
|
-
<div>
|
50
|
-
<div class="checkbox">
|
51
|
-
<div bst-alert="warning" ng-show="deleteOptions.deleteArchive">
|
52
|
-
<span translate>Selecting this option will result in the Version being completely deleted and no longer being available for promotion. The version must be removed from all Lifecycle Environments in order to select this option.</span>
|
53
|
-
</div>
|
54
|
-
|
55
|
-
<label>
|
56
|
-
<input type="checkbox" ng-model="deleteOptions.deleteArchive" ng-disabled="!canDeleteArchive()"/>
|
57
|
-
<span translate>Completely remove version?</span>
|
58
|
-
</label>
|
59
|
-
</div>
|
60
|
-
|
61
|
-
<div class="pull-right">
|
62
|
-
<a ui-sref="content-view.versions({contentViewId: contentView.id})" >
|
63
|
-
<button type="button" class="btn btn-default" translate>
|
64
|
-
Cancel
|
65
|
-
</button>
|
66
|
-
</a>
|
67
|
-
|
68
|
-
<button type="button" class="btn btn-primary" ng-click="processSelection()" ng-disabled="!anySelectable() || selectionEmpty()" translate>
|
69
|
-
Next
|
70
|
-
</button>
|
71
|
-
</div>
|
72
|
-
</div>
|
73
|
-
</section>
|
@@ -1,32 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* @ngdoc service
|
3
|
-
* @name Bastion.content-views.factory:ContentViewComponent
|
4
|
-
*
|
5
|
-
* @requires BastionResource
|
6
|
-
* @requires CurrentOrganization
|
7
|
-
*
|
8
|
-
* @description
|
9
|
-
* Provides a BastionResource for interacting with content view components.
|
10
|
-
*/
|
11
|
-
angular.module('Bastion.content-views').factory('ContentViewComponent',
|
12
|
-
['BastionResource', 'CurrentOrganization',
|
13
|
-
function (BastionResource, CurrentOrganization) {
|
14
|
-
|
15
|
-
return BastionResource('katello/api/v2/content_views/:compositeContentViewId/content_view_components/:id/:action',
|
16
|
-
{id: '@id', compositeContentViewId: '@compositeContentViewId', 'organization_id': CurrentOrganization},
|
17
|
-
{
|
18
|
-
update: {method: 'PUT'},
|
19
|
-
removeComponents: {
|
20
|
-
method: 'PUT',
|
21
|
-
isArray: false,
|
22
|
-
url: 'katello/api/v2/content_views/:compositeContentViewId/content_view_components/remove'
|
23
|
-
},
|
24
|
-
addComponents: {
|
25
|
-
method: 'PUT',
|
26
|
-
isArray: false,
|
27
|
-
url: 'katello/api/v2/content_views/:compositeContentViewId/content_view_components/add'
|
28
|
-
}
|
29
|
-
}
|
30
|
-
);
|
31
|
-
}]
|
32
|
-
);
|
@@ -1,75 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* @ngdoc object
|
3
|
-
* @name Bastion.content-views.controller:ContentViewCompositeAvailableContentViewsController
|
4
|
-
*
|
5
|
-
* @requires $scope
|
6
|
-
* @requires Nutupane
|
7
|
-
* @requires CurrentOrganization
|
8
|
-
* @requires ContentView
|
9
|
-
* @requires ContentViewComponent
|
10
|
-
*
|
11
|
-
* @description
|
12
|
-
* Provides a nutupane for eligible content views to be included in the composite.
|
13
|
-
*/
|
14
|
-
angular.module('Bastion.content-views').controller('ContentViewCompositeAvailableContentViewsController',
|
15
|
-
['$scope', 'Nutupane', 'CurrentOrganization', 'ContentView', 'ContentViewComponent',
|
16
|
-
function ($scope, Nutupane, CurrentOrganization, ContentView, ContentViewComponent) {
|
17
|
-
var nutupane, params, nutupaneParams;
|
18
|
-
|
19
|
-
params = {
|
20
|
-
'full_result': true,
|
21
|
-
nondefault: true,
|
22
|
-
noncomposite: true,
|
23
|
-
'organization_id': CurrentOrganization
|
24
|
-
};
|
25
|
-
|
26
|
-
nutupaneParams = {
|
27
|
-
'disableAutoLoad': true
|
28
|
-
};
|
29
|
-
|
30
|
-
nutupane = new Nutupane(ContentView, params, undefined, nutupaneParams);
|
31
|
-
$scope.controllerName = 'katello_content_views';
|
32
|
-
nutupane.primaryOnly = true;
|
33
|
-
$scope.table = nutupane.table;
|
34
|
-
|
35
|
-
$scope.contentView.$promise.then(function (contentView) {
|
36
|
-
var filterIds = [];
|
37
|
-
if (contentView["content_view_components"]) {
|
38
|
-
filterIds = _.map(contentView["content_view_components"], function (component) {
|
39
|
-
return component['content_view'].id;
|
40
|
-
});
|
41
|
-
}
|
42
|
-
filterIds.push(contentView.id);
|
43
|
-
|
44
|
-
params['without[]'] = filterIds;
|
45
|
-
|
46
|
-
nutupane.setParams(params);
|
47
|
-
nutupane.refresh();
|
48
|
-
});
|
49
|
-
|
50
|
-
$scope.addContentViews = function () {
|
51
|
-
var selectedRows = nutupane.getAllSelectedResults().included.resources,
|
52
|
-
components;
|
53
|
-
components = _.map(selectedRows, function (view) {
|
54
|
-
var component = {};
|
55
|
-
if ((!view.versionId) || view.versionId === "latest") {
|
56
|
-
component.latest = true;
|
57
|
-
component["content_view_id"] = view.id;
|
58
|
-
} else {
|
59
|
-
component["content_view_version_id"] = view.versionId;
|
60
|
-
}
|
61
|
-
return component;
|
62
|
-
});
|
63
|
-
|
64
|
-
ContentViewComponent.addComponents({compositeContentViewId: $scope.contentView.id,
|
65
|
-
components: components}, function () {
|
66
|
-
var newContentIds = _.map(selectedRows, 'id');
|
67
|
-
$scope.saveSuccess();
|
68
|
-
$scope.fetchContentView();
|
69
|
-
params['without[]'] = params["without[]"].concat(newContentIds);
|
70
|
-
nutupane.setParams(params);
|
71
|
-
nutupane.refresh();
|
72
|
-
}, $scope.saveError);
|
73
|
-
};
|
74
|
-
}]
|
75
|
-
);
|
@@ -1,68 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* @ngdoc object
|
3
|
-
* @name Bastion.content-views.controller:ContentViewCompositeContentViewsListController
|
4
|
-
*
|
5
|
-
* @requires $scope
|
6
|
-
* @requires translate
|
7
|
-
* @requires Nutupane
|
8
|
-
* @requires CurrentOrganization
|
9
|
-
* @requires ContentView
|
10
|
-
* @requires ContentViewComponent
|
11
|
-
*
|
12
|
-
* @description
|
13
|
-
* Provides a nutupane for existing content views that are included in the composite.
|
14
|
-
*/
|
15
|
-
angular.module('Bastion.content-views').controller('ContentViewCompositeContentViewsListController',
|
16
|
-
['$scope', 'translate', 'Nutupane', 'CurrentOrganization', 'ContentView', 'ContentViewComponent',
|
17
|
-
function ($scope, translate, Nutupane, CurrentOrganization, ContentView, ContentViewComponent) {
|
18
|
-
var nutupane = new Nutupane(ContentView, {
|
19
|
-
'organization_id': CurrentOrganization,
|
20
|
-
'id': $scope.$stateParams.contentViewId,
|
21
|
-
'full_result': true
|
22
|
-
}, 'contentViewComponents');
|
23
|
-
$scope.controllerName = 'katello_content_views';
|
24
|
-
|
25
|
-
nutupane.primaryOnly = true;
|
26
|
-
$scope.table = nutupane.table;
|
27
|
-
|
28
|
-
$scope.saveContentViewComponent = function (contentViewComponent) {
|
29
|
-
var component = {
|
30
|
-
id: contentViewComponent.id,
|
31
|
-
latest: contentViewComponent.versionId === "latest",
|
32
|
-
compositeContentViewId: $scope.contentView.id
|
33
|
-
};
|
34
|
-
|
35
|
-
if (contentViewComponent.versionId !== "latest") {
|
36
|
-
component["content_view_version_id"] = contentViewComponent.versionId;
|
37
|
-
}
|
38
|
-
ContentViewComponent.update(component, function () {
|
39
|
-
nutupane.refresh();
|
40
|
-
$scope.saveSuccess();
|
41
|
-
}, $scope.saveError);
|
42
|
-
};
|
43
|
-
|
44
|
-
$scope.removeContentViewComponents = function () {
|
45
|
-
var selected = nutupane.getAllSelectedResults().included.ids,
|
46
|
-
params = {compositeContentViewId: $scope.contentView.id,
|
47
|
-
'component_ids': selected};
|
48
|
-
ContentViewComponent.removeComponents(params, function () {
|
49
|
-
nutupane.refresh();
|
50
|
-
$scope.contentView.$get($scope.saveSuccess, $scope.saveError);
|
51
|
-
}, $scope.saveError);
|
52
|
-
};
|
53
|
-
|
54
|
-
$scope.getVersionString = function (contentViewComponent) {
|
55
|
-
if (contentViewComponent.latest) {
|
56
|
-
return translate('Latest (Currently %s)').replace('%s', contentViewComponent['content_view_version'].version.toString());
|
57
|
-
}
|
58
|
-
return contentViewComponent['content_view_version'].version.toString();
|
59
|
-
};
|
60
|
-
|
61
|
-
$scope.getVersionId = function (contentViewComponent) {
|
62
|
-
if (contentViewComponent.latest) {
|
63
|
-
return "latest";
|
64
|
-
}
|
65
|
-
return contentViewComponent.content_view_version.id;
|
66
|
-
};
|
67
|
-
}]
|
68
|
-
);
|
@@ -1,81 +0,0 @@
|
|
1
|
-
<span page-title ng-model="contentView">{{ 'Available Content Views for Composite Content View:' | translate }} {{ contentView.name }}</span>
|
2
|
-
|
3
|
-
<h3 translate>
|
4
|
-
Add Content Views to {{ contentView.name }}
|
5
|
-
</h3>
|
6
|
-
|
7
|
-
<div data-extend-template="layouts/partials/table.html">
|
8
|
-
<div data-block="messages">
|
9
|
-
<p bst-alert="info" ng-show="contentView.components.length === 0">
|
10
|
-
<span translate>
|
11
|
-
In order to add a content view to a composite view you must first publish an initial version of the content view.
|
12
|
-
</span>
|
13
|
-
</p>
|
14
|
-
</div>
|
15
|
-
|
16
|
-
<div data-block="list-actions">
|
17
|
-
<button type="button" class="btn btn-primary"
|
18
|
-
ng-disabled="table.numSelected === 0"
|
19
|
-
ng-click="addContentViews()">
|
20
|
-
<span translate>Add Content Views</span>
|
21
|
-
</button>
|
22
|
-
</div>
|
23
|
-
|
24
|
-
<span data-block="no-rows-message" translate>
|
25
|
-
No Content Views available to add to {{ contentView.name }}. Create some non-composite Content Views first.
|
26
|
-
</span>
|
27
|
-
|
28
|
-
<span data-block="no-search-results-message" translate>
|
29
|
-
No Content Views match the search.
|
30
|
-
</span>
|
31
|
-
|
32
|
-
<div data-block="table">
|
33
|
-
<table class="table table-bordered table-striped">
|
34
|
-
<thead>
|
35
|
-
<tr bst-table-head row-select>
|
36
|
-
<th bst-table-column translate>Name</th>
|
37
|
-
<th bst-table-column translate>Version</th>
|
38
|
-
<th bst-table-column translate>Environment</th>
|
39
|
-
<th bst-table-column translate>Description</th>
|
40
|
-
<th bst-table-column translate>Content</th>
|
41
|
-
</tr>
|
42
|
-
</thead>
|
43
|
-
|
44
|
-
<tbody>
|
45
|
-
<tr bst-table-row
|
46
|
-
ng-repeat="componentContentView in table.rows"
|
47
|
-
row-select="componentContentView" ng-init="componentContentView.versionId='latest'">
|
48
|
-
<td bst-table-cell>{{ componentContentView.name }}</td>
|
49
|
-
<td bst-table-cell ng-init="availableVersions = getAvailableVersions(componentContentView)">
|
50
|
-
<select class="form-control"
|
51
|
-
name="componentContentView.version"
|
52
|
-
ng-if="componentContentView.versions.length > 0"
|
53
|
-
ng-model="componentContentView.versionId"
|
54
|
-
ng-selected="latest"
|
55
|
-
ng-options="cvv.id as cvv.version for cvv in availableVersions | orderBy: '-id'">
|
56
|
-
</select>
|
57
|
-
<span ng-if="componentContentView.versions.length === 0" ng-model="componentContentView.version" translate>Always Use Latest (Currently no versions)</span>
|
58
|
-
</td>
|
59
|
-
<td bst-table-cell>
|
60
|
-
<span ng-show="componentContentView.environments.length !== 0"
|
61
|
-
ng-repeat="environment in componentContentView.environments">
|
62
|
-
{{ environment.name }}<span ng-if="!$last">, </span>
|
63
|
-
</span>
|
64
|
-
<span ng-show="componentContentView.environments.length === 0" translate>
|
65
|
-
Not yet published
|
66
|
-
</span>
|
67
|
-
</td>
|
68
|
-
<td bst-table-cell>{{ componentContentView.description }}</td>
|
69
|
-
<td bst-table-cell>
|
70
|
-
<div>
|
71
|
-
<a ui-sref="content-view.repositories.yum.list({contentViewId: componentContentView.id})" translate>
|
72
|
-
{{ componentContentView.repositories.length || 0 }} Repositories
|
73
|
-
</a>
|
74
|
-
</div>
|
75
|
-
</td>
|
76
|
-
</tr>
|
77
|
-
</tbody>
|
78
|
-
</table>
|
79
|
-
</div>
|
80
|
-
</div>
|
81
|
-
|
@@ -1,81 +0,0 @@
|
|
1
|
-
<span page-title ng-model="contentView">{{ 'Content Views for Composite Content View:' | translate }} {{ contentView.name }}</span>
|
2
|
-
|
3
|
-
<h3 translate>
|
4
|
-
Content Views for {{ contentView.name }}
|
5
|
-
</h3>
|
6
|
-
|
7
|
-
<div data-extend-template="layouts/partials/table.html">
|
8
|
-
<div data-block="list-actions">
|
9
|
-
<button type="button" class="btn btn-default fr"
|
10
|
-
ng-hide="denied('edit_content_views', contentView)"
|
11
|
-
ng-disabled="table.numSelected === 0"
|
12
|
-
ng-click="removeContentViewComponents()">
|
13
|
-
<span translate>Remove Content Views</span>
|
14
|
-
</button>
|
15
|
-
</div>
|
16
|
-
|
17
|
-
<span data-block="no-rows-message" translate>
|
18
|
-
No Content Views belong to {{ contentView.name }}. Use the add tab to add Content Views.
|
19
|
-
</span>
|
20
|
-
|
21
|
-
<span data-block="no-search-results-message" translate>
|
22
|
-
No Content Views match the search.
|
23
|
-
</span>
|
24
|
-
|
25
|
-
<div data-block="table">
|
26
|
-
<table class="table table-bordered table-striped">
|
27
|
-
<thead>
|
28
|
-
<tr bst-table-head row-select>
|
29
|
-
<th bst-table-column translate>Name</th>
|
30
|
-
<th bst-table-column translate>Version</th>
|
31
|
-
<th bst-table-column translate>Environment</th>
|
32
|
-
<th bst-table-column translate>Description</th>
|
33
|
-
<th bst-table-column translate>Content</th>
|
34
|
-
</tr>
|
35
|
-
</thead>
|
36
|
-
|
37
|
-
<tbody>
|
38
|
-
<tr bst-table-row ng-repeat="contentViewComponent in table.rows" row-select="contentViewComponent">
|
39
|
-
<td bst-table-cell>{{ contentViewComponent.content_view.name }}</td>
|
40
|
-
<td bst-table-cell ng-init="contentViewComponent.versionId = getVersionId(contentViewComponent)">
|
41
|
-
<span bst-edit-select="contentViewComponent.versionId"
|
42
|
-
display-value="getVersionString(contentViewComponent)"
|
43
|
-
display-value-default="getVersionString(contentViewComponent)"
|
44
|
-
readonly="denied('edit_content_views', contentView)"
|
45
|
-
selector="contentViewComponent.versionId"
|
46
|
-
options="getAvailableVersions(contentViewComponent.content_view)"
|
47
|
-
options-format="option.id as option.version for option in options | orderBy: '-id'"
|
48
|
-
on-save="saveContentViewComponent(contentViewComponent)"
|
49
|
-
ng-if="contentViewComponent.content_view.version_count > 0">
|
50
|
-
</span>
|
51
|
-
<div ng-if="contentViewComponent.content_view.version_count > 0" ng-show="(!contentViewComponent.latest) && contentViewComponent.content_view_version.version != contentViewComponent.content_view.latest_version" translate>
|
52
|
-
A newer version is available: {{ contentViewComponent.content_view.latest_version }}
|
53
|
-
</div>
|
54
|
-
<div ng-if="contentViewComponent.content_view.version_count === 0 " translate>
|
55
|
-
Latest (Currently no version)
|
56
|
-
</div>
|
57
|
-
</td>
|
58
|
-
<td bst-table-cell>
|
59
|
-
<span ng-show="contentViewComponent.content_view_version.environments.length !== 0"
|
60
|
-
ng-repeat="environment in contentViewComponent.content_view_version.environments">
|
61
|
-
{{ environment.name }}<span ng-if="!$last">, </span>
|
62
|
-
</span>
|
63
|
-
<span ng-show="contentViewComponent.content_view.version_count === 0 || contentViewComponent.content_view_version.environments.length === 0" translate>
|
64
|
-
Not yet published
|
65
|
-
</span>
|
66
|
-
</td>
|
67
|
-
<td bst-table-cell>{{ contentViewComponent.content_view.description }}</td>
|
68
|
-
<td bst-table-cell>
|
69
|
-
<div>
|
70
|
-
<a ui-sref="content-view.repositories.yum.list({contentViewId: contentViewComponent.content_view.id})" translate>
|
71
|
-
{{ contentViewComponent.content_view_version.repositories.length || 0 }} Repositories
|
72
|
-
</a>
|
73
|
-
</div>
|
74
|
-
</td>
|
75
|
-
</tr>
|
76
|
-
</tbody>
|
77
|
-
</table>
|
78
|
-
</div>
|
79
|
-
</div>
|
80
|
-
|
81
|
-
|
@@ -1,24 +0,0 @@
|
|
1
|
-
<div class="details details-full">
|
2
|
-
|
3
|
-
<nav>
|
4
|
-
<ul class="nav nav-tabs nav-tabs-pf" ng-show="permitted('edit_content_views', contentView)">
|
5
|
-
<li ng-class="{active: isState('content-view.components.composite-content-views.list')}">
|
6
|
-
<a ui-sref="content-view.components.composite-content-views.list">
|
7
|
-
<span translate>
|
8
|
-
List/Remove
|
9
|
-
</span>
|
10
|
-
</a>
|
11
|
-
</li>
|
12
|
-
|
13
|
-
<li ng-class="{active: isState('content-view.components.composite-content-views.available')}" ng-show="!contentView.permissions.editable">
|
14
|
-
<a ui-sref="content-view.components.composite-content-views.available">
|
15
|
-
<span translate>
|
16
|
-
Add
|
17
|
-
</span>
|
18
|
-
</a>
|
19
|
-
</li>
|
20
|
-
</ul>
|
21
|
-
</nav>
|
22
|
-
|
23
|
-
<div ui-view></div>
|
24
|
-
</div>
|
@@ -1,50 +0,0 @@
|
|
1
|
-
(function () {
|
2
|
-
|
3
|
-
/**
|
4
|
-
* @ngdoc object
|
5
|
-
* @name Bastion.content-views.controller:ContentViewAvailableDebRepositoriesController
|
6
|
-
*
|
7
|
-
* @requires $scope
|
8
|
-
* @requires Repository
|
9
|
-
* @requires Nutupane
|
10
|
-
* @requires CurrentOrganization
|
11
|
-
* @requires ContentViewRepositoriesUtil
|
12
|
-
*
|
13
|
-
* @description
|
14
|
-
* Provides UI functionality add deb repositories to a content view
|
15
|
-
*/
|
16
|
-
function ContentViewAvailableDebRepositoriesController($scope, Repository, Nutupane, CurrentOrganization, ContentViewRepositoriesUtil) {
|
17
|
-
var nutupane, nutupaneParams = {
|
18
|
-
'disableAutoLoad': true
|
19
|
-
};
|
20
|
-
|
21
|
-
ContentViewRepositoriesUtil($scope);
|
22
|
-
|
23
|
-
nutupane = new Nutupane(Repository, {
|
24
|
-
'organization_id': CurrentOrganization,
|
25
|
-
'library': true,
|
26
|
-
'content_type': 'deb',
|
27
|
-
'content_view_id': $scope.$stateParams.contentViewId,
|
28
|
-
'available_for': 'content_view'
|
29
|
-
},
|
30
|
-
'queryPaged', nutupaneParams);
|
31
|
-
$scope.controllerName = 'katello_repositories';
|
32
|
-
|
33
|
-
nutupane.load();
|
34
|
-
|
35
|
-
$scope.table = nutupane.table;
|
36
|
-
|
37
|
-
$scope.addRepositories = function (contentView) {
|
38
|
-
$scope.addSelectedRepositoriesToContentView(nutupane, contentView);
|
39
|
-
};
|
40
|
-
}
|
41
|
-
|
42
|
-
angular
|
43
|
-
.module('Bastion.content-views')
|
44
|
-
.controller('ContentViewAvailableDebRepositoriesController', ContentViewAvailableDebRepositoriesController);
|
45
|
-
|
46
|
-
ContentViewAvailableDebRepositoriesController.$inject = [
|
47
|
-
'$scope', 'Repository', 'Nutupane', 'CurrentOrganization', 'ContentViewRepositoriesUtil'
|
48
|
-
];
|
49
|
-
|
50
|
-
})();
|