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,42 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* @ngdoc object
|
3
|
-
* @name Bastion.content-views.controller:ContentViewDeletionController
|
4
|
-
*
|
5
|
-
* @requires $scope
|
6
|
-
* @requires ContentView
|
7
|
-
* @requires Notification
|
8
|
-
*
|
9
|
-
* @description
|
10
|
-
* Provides the functionality for deleting Content Views
|
11
|
-
*/
|
12
|
-
angular.module('Bastion.content-views').controller('ContentViewDeletionController',
|
13
|
-
['$scope', 'ContentView', 'Notification', function ($scope, ContentView, Notification) {
|
14
|
-
|
15
|
-
function success() {
|
16
|
-
$scope.transitionTo('content-views');
|
17
|
-
$scope.working = false;
|
18
|
-
}
|
19
|
-
|
20
|
-
function failure(response) {
|
21
|
-
Notification.setErrorMessage(response.data.displayMessage);
|
22
|
-
$scope.working = false;
|
23
|
-
}
|
24
|
-
|
25
|
-
$scope.delete = function () {
|
26
|
-
$scope.working = true;
|
27
|
-
ContentView.remove({id: $scope.contentView.id}, success, failure);
|
28
|
-
};
|
29
|
-
|
30
|
-
$scope.environmentNames = function (version) {
|
31
|
-
return _.map($scope.readableEnvironments(version), 'name');
|
32
|
-
};
|
33
|
-
|
34
|
-
$scope.readableEnvironments = function (version) {
|
35
|
-
return _.reject(version.environments, function (env) {
|
36
|
-
return !env.permissions.readable;
|
37
|
-
});
|
38
|
-
};
|
39
|
-
|
40
|
-
$scope.conflictingVersions = ContentView.conflictingVersions({id: $scope.$stateParams.contentViewId});
|
41
|
-
}]
|
42
|
-
);
|
@@ -1,81 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* @ngdoc object
|
3
|
-
* @name Bastion.content-views.controller:ContentViewVersionDeletionActivationKeys
|
4
|
-
*
|
5
|
-
* @requires $scope
|
6
|
-
* @requires $location
|
7
|
-
* @requires Organization
|
8
|
-
* @requires CurrentOrganization
|
9
|
-
* @requires Nutupane
|
10
|
-
* @requires ActivationKey
|
11
|
-
*
|
12
|
-
* @description
|
13
|
-
* Provides the functionality for selecting an environment and content view to move activation
|
14
|
-
* keys to.
|
15
|
-
*/
|
16
|
-
angular.module('Bastion.content-views').controller('ContentViewVersionDeletionActivationKeysController',
|
17
|
-
['$scope', '$location', 'Organization', 'CurrentOrganization', 'Nutupane', 'ActivationKey',
|
18
|
-
function ($scope, $location, Organization, CurrentOrganization, Nutupane, ActivationKey) {
|
19
|
-
var params, nutupane, nutupaneParams;
|
20
|
-
|
21
|
-
$scope.validateEnvironmentSelection();
|
22
|
-
params = {
|
23
|
-
'organization_id': CurrentOrganization,
|
24
|
-
'sort_by': 'name',
|
25
|
-
'sort_order': 'ASC'
|
26
|
-
};
|
27
|
-
|
28
|
-
nutupaneParams = {
|
29
|
-
'disableAutoLoad': true
|
30
|
-
};
|
31
|
-
|
32
|
-
nutupane = new Nutupane(ActivationKey, params, undefined, nutupaneParams);
|
33
|
-
$scope.controllerName = 'katello_activation_keys';
|
34
|
-
|
35
|
-
nutupane.searchTransform = function (term) {
|
36
|
-
var addition,
|
37
|
-
envClausses = [];
|
38
|
-
|
39
|
-
angular.forEach($scope.selectedEnvironmentNames(), function(env) {
|
40
|
-
envClausses.push("environment = " + env);
|
41
|
-
});
|
42
|
-
addition = '(' + envClausses.join(" OR ") + ')';
|
43
|
-
addition = addition + " AND content_view_id = " + $scope.contentView.id;
|
44
|
-
if (term === "" || angular.isUndefined(term)) {
|
45
|
-
return addition;
|
46
|
-
}
|
47
|
-
|
48
|
-
return term + " AND " + addition;
|
49
|
-
};
|
50
|
-
nutupane.load();
|
51
|
-
|
52
|
-
$scope.table = nutupane.table;
|
53
|
-
$scope.table.closeItem = function () {};
|
54
|
-
|
55
|
-
$scope.environments = Organization.readableEnvironments({id: CurrentOrganization});
|
56
|
-
$scope.initEnvironmentWatch($scope);
|
57
|
-
|
58
|
-
if ($scope.deleteOptions.activationKeys.contentView) {
|
59
|
-
$scope.selectedContentViewId = $scope.deleteOptions.activationKeys.contentView.id;
|
60
|
-
}
|
61
|
-
$scope.selectedEnvironment = $scope.deleteOptions.activationKeys.environment;
|
62
|
-
|
63
|
-
$scope.processSelection = function () {
|
64
|
-
$scope.deleteOptions.activationKeys.environment = $scope.selectedEnvironment;
|
65
|
-
$scope.deleteOptions.activationKeys.contentView = _.find($scope.contentViewsForEnvironment,
|
66
|
-
{id: $scope.selectedContentViewId});
|
67
|
-
$scope.selectedEnvironment = undefined;
|
68
|
-
$scope.selectedContentViewId = undefined;
|
69
|
-
$scope.transitionToNext();
|
70
|
-
};
|
71
|
-
|
72
|
-
$scope.activationKeyLink = function () {
|
73
|
-
var search = $scope.searchString($scope.contentView, $scope.deleteOptions.environments);
|
74
|
-
return $scope.$state.href('activation-keys') + '?search=' + search;
|
75
|
-
};
|
76
|
-
|
77
|
-
$scope.toggleKeys = function () {
|
78
|
-
$scope.showKeys = !$scope.showKeys;
|
79
|
-
};
|
80
|
-
}]
|
81
|
-
);
|
@@ -1,65 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* @ngdoc object
|
3
|
-
* @name Bastion.content-views.controller:ContentViewVersionDeletionConfirm
|
4
|
-
*
|
5
|
-
* @requires $scope
|
6
|
-
* @requires ContentView
|
7
|
-
* @requires translate
|
8
|
-
* @requires Notification
|
9
|
-
*
|
10
|
-
* @description
|
11
|
-
* Provides the confirmation and submit code for the content view version deletion
|
12
|
-
* workflow
|
13
|
-
*/
|
14
|
-
angular.module('Bastion.content-views').controller('ContentViewVersionDeletionConfirmController',
|
15
|
-
['$scope', 'ContentView', 'translate', 'Notification',
|
16
|
-
function ($scope, ContentView, translate, Notification) {
|
17
|
-
|
18
|
-
function success() {
|
19
|
-
var message = translate('Successfully initiated removal of %cv version %ver.');
|
20
|
-
|
21
|
-
if ($scope.deleteOptions.deleteArchive) {
|
22
|
-
message = translate('Successfully initiated deletion of %cv version %ver.');
|
23
|
-
}
|
24
|
-
|
25
|
-
message = message.replace('%cv', $scope.contentView.name).replace('%ver', $scope.version.version);
|
26
|
-
Notification.setSuccessMessage(message);
|
27
|
-
$scope.transitionTo('content-view.versions', {contentViewId: $scope.contentView.id});
|
28
|
-
}
|
29
|
-
|
30
|
-
function error(response) {
|
31
|
-
$scope.deleting = false;
|
32
|
-
angular.forEach(response.data.errors, function (responseError) {
|
33
|
-
Notification.setErrorMessage(responseError);
|
34
|
-
});
|
35
|
-
}
|
36
|
-
|
37
|
-
$scope.validateEnvironmentSelection();
|
38
|
-
|
39
|
-
$scope.performDeletion = function () {
|
40
|
-
var params = {
|
41
|
-
id: $scope.contentView.id,
|
42
|
-
'environment_ids': $scope.selectedEnvironmentIds()
|
43
|
-
};
|
44
|
-
$scope.deleting = true;
|
45
|
-
|
46
|
-
if ($scope.deleteOptions.deleteArchive) {
|
47
|
-
params['content_view_version_ids'] = [$scope.version.id];
|
48
|
-
}
|
49
|
-
if ($scope.deleteOptions.activationKeys.contentView) {
|
50
|
-
params['key_content_view_id'] = $scope.deleteOptions.activationKeys.contentView.id;
|
51
|
-
}
|
52
|
-
if ($scope.deleteOptions.activationKeys.environment) {
|
53
|
-
params['key_environment_id'] = $scope.deleteOptions.activationKeys.environment.id;
|
54
|
-
}
|
55
|
-
if ($scope.deleteOptions.contentHosts.contentView) {
|
56
|
-
params['system_content_view_id'] = $scope.deleteOptions.contentHosts.contentView.id;
|
57
|
-
}
|
58
|
-
if ($scope.deleteOptions.contentHosts.environment) {
|
59
|
-
params['system_environment_id'] = $scope.deleteOptions.contentHosts.environment.id;
|
60
|
-
}
|
61
|
-
|
62
|
-
ContentView.removeAssociations(params, success, error);
|
63
|
-
};
|
64
|
-
}]
|
65
|
-
);
|
@@ -1,82 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* @ngdoc object
|
3
|
-
* @name Bastion.content-views.controller:ContentViewVersionDeletionContentHosts
|
4
|
-
*
|
5
|
-
* @requires $scope
|
6
|
-
* @requires $location
|
7
|
-
* @requires Organization
|
8
|
-
* @requires CurrentOrganization
|
9
|
-
* @requires Nutupane
|
10
|
-
* @requires ContentHost
|
11
|
-
*
|
12
|
-
* @description
|
13
|
-
* Provides functionality for picking which content view and environment to move Content Hosts to
|
14
|
-
* as part of content view version deletion.
|
15
|
-
*/
|
16
|
-
angular.module('Bastion.content-views').controller('ContentViewVersionDeletionContentHostsController',
|
17
|
-
['$scope', '$location', 'Organization', 'CurrentOrganization', 'Nutupane', 'Host',
|
18
|
-
function ($scope, $location, Organization, CurrentOrganization, Nutupane, Host) {
|
19
|
-
|
20
|
-
var params, nutupane, nutupaneParams;
|
21
|
-
|
22
|
-
$scope.validateEnvironmentSelection();
|
23
|
-
params = {
|
24
|
-
'organization_id': CurrentOrganization,
|
25
|
-
'sort_by': 'name',
|
26
|
-
'sort_order': 'ASC'
|
27
|
-
};
|
28
|
-
|
29
|
-
nutupaneParams = {
|
30
|
-
'disableAutoLoad': true
|
31
|
-
};
|
32
|
-
|
33
|
-
nutupane = new Nutupane(Host, params, undefined, nutupaneParams);
|
34
|
-
$scope.controllerName = 'hosts';
|
35
|
-
|
36
|
-
nutupane.searchTransform = function (term) {
|
37
|
-
var addition,
|
38
|
-
envIdClausses = [];
|
39
|
-
|
40
|
-
angular.forEach($scope.selectedEnvironmentIds(), function(envId) {
|
41
|
-
envIdClausses.push("lifecycle_environment_id = " + envId);
|
42
|
-
});
|
43
|
-
addition = '(' + envIdClausses.join(" OR ") + ')';
|
44
|
-
addition = addition + " AND content_view_id = " + $scope.contentView.id;
|
45
|
-
if (term === "" || angular.isUndefined(term)) {
|
46
|
-
return addition;
|
47
|
-
}
|
48
|
-
|
49
|
-
return term + " AND " + addition;
|
50
|
-
};
|
51
|
-
|
52
|
-
nutupane.load();
|
53
|
-
$scope.table = nutupane.table;
|
54
|
-
$scope.table.closeItem = function () {};
|
55
|
-
|
56
|
-
$scope.environments = Organization.readableEnvironments({id: CurrentOrganization});
|
57
|
-
$scope.initEnvironmentWatch($scope);
|
58
|
-
|
59
|
-
$scope.selectedEnvironment = $scope.deleteOptions.contentHosts.environment;
|
60
|
-
if ($scope.deleteOptions.contentHosts.contentView) {
|
61
|
-
$scope.selectedContentViewId = $scope.deleteOptions.contentHosts.contentView.id;
|
62
|
-
}
|
63
|
-
|
64
|
-
$scope.processSelection = function () {
|
65
|
-
$scope.deleteOptions.contentHosts.environment = $scope.selectedEnvironment;
|
66
|
-
$scope.deleteOptions.contentHosts.contentView = _.find($scope.contentViewsForEnvironment,
|
67
|
-
{id: $scope.selectedContentViewId});
|
68
|
-
$scope.selectedEnvironment = undefined;
|
69
|
-
$scope.selectedContentViewId = undefined;
|
70
|
-
$scope.transitionToNext();
|
71
|
-
};
|
72
|
-
|
73
|
-
$scope.contentHostsLink = function () {
|
74
|
-
var search = $scope.searchString($scope.contentView, $scope.deleteOptions.environments);
|
75
|
-
return $scope.$state.href('content-hosts') + '?search=' + search;
|
76
|
-
};
|
77
|
-
|
78
|
-
$scope.toggleHosts = function () {
|
79
|
-
$scope.showHosts = !$scope.showHosts;
|
80
|
-
};
|
81
|
-
}]
|
82
|
-
);
|
@@ -1,76 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* @ngdoc object
|
3
|
-
* @name Bastion.content-views.controller:ContentViewVersionDeletionEnvironments
|
4
|
-
*
|
5
|
-
* @requires $scope
|
6
|
-
*
|
7
|
-
* @description
|
8
|
-
* Provides the functionality for selecting which environments a user wants to remove
|
9
|
-
* a specific content view from.
|
10
|
-
*/
|
11
|
-
angular.module('Bastion.content-views').controller('ContentViewVersionDeletionEnvironmentsController',
|
12
|
-
['$scope',
|
13
|
-
function ($scope) {
|
14
|
-
$scope.environmentsTable = {rows: {}};
|
15
|
-
$scope.version.$promise.then(function () {
|
16
|
-
var numSelections;
|
17
|
-
$scope.environmentsTable.rows = $scope.version.environments;
|
18
|
-
if ($scope.version.environments.length === 0) {
|
19
|
-
$scope.deleteOptions.deleteArchive = true;
|
20
|
-
} else {
|
21
|
-
angular.forEach($scope.environmentsTable.rows, function (row) {
|
22
|
-
row.unselectable = !row.permissions['promotable_or_removable'] ||
|
23
|
-
!row.permissions['all_hosts_editable'] ||
|
24
|
-
!row.permissions['all_keys_editable'];
|
25
|
-
});
|
26
|
-
|
27
|
-
if ($scope.deleteOptions.environments.length === 0) {
|
28
|
-
//select all by default
|
29
|
-
angular.forEach($scope.environmentsTable.rows, function (row) {
|
30
|
-
row.selected = !row.unselectable;
|
31
|
-
});
|
32
|
-
} else {
|
33
|
-
//set existing selections
|
34
|
-
angular.forEach($scope.environmentsTable.rows, function (row) {
|
35
|
-
row.selected = angular.isDefined(_.find($scope.deleteOptions.environments, {unselectable: false, id: row.id}));
|
36
|
-
|
37
|
-
});
|
38
|
-
}
|
39
|
-
|
40
|
-
numSelections = _.countBy($scope.environmentsTable.rows, function (row) {
|
41
|
-
return row.selected ? 'selected' : 'unselected';
|
42
|
-
});
|
43
|
-
|
44
|
-
$scope.environmentsTable.numSelected = numSelections.selected;
|
45
|
-
}
|
46
|
-
});
|
47
|
-
|
48
|
-
$scope.canDeleteArchive = function () {
|
49
|
-
return $scope.environmentsTable.numSelected === $scope.environmentsTable.rows.length;
|
50
|
-
};
|
51
|
-
|
52
|
-
$scope.selectionEmpty = function () {
|
53
|
-
return !$scope.deleteOptions.deleteArchive && $scope.environmentsTable.numSelected === 0;
|
54
|
-
};
|
55
|
-
|
56
|
-
$scope.anySelectable = function () {
|
57
|
-
var anySelectable;
|
58
|
-
if ($scope.environmentsTable.rows.length === 0) {
|
59
|
-
anySelectable = true;
|
60
|
-
} else {
|
61
|
-
anySelectable = angular.isDefined(_.find($scope.environmentsTable.rows, {unselectable: false}));
|
62
|
-
}
|
63
|
-
return anySelectable;
|
64
|
-
};
|
65
|
-
|
66
|
-
$scope.allSelectable = function () {
|
67
|
-
return angular.isUndefined(_.find($scope.environmentsTable.rows, {unselectable: true}));
|
68
|
-
};
|
69
|
-
|
70
|
-
$scope.processSelection = function () {
|
71
|
-
$scope.deleteOptions.environments = $scope.environmentsTable.getSelected();
|
72
|
-
$scope.transitionToNext();
|
73
|
-
};
|
74
|
-
|
75
|
-
}]
|
76
|
-
);
|
@@ -1,160 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* @ngdoc object
|
3
|
-
* @name Bastion.content-views.controller:ContentViewVersionDeletion
|
4
|
-
*
|
5
|
-
* @requires $scope
|
6
|
-
* @requires ContentViewVersion
|
7
|
-
* @requires ContentView
|
8
|
-
*
|
9
|
-
* @description
|
10
|
-
* Provides the base controller functionality for content view deletion including
|
11
|
-
* keeping track of selections through the workflow.
|
12
|
-
* Also provides logic to control the content view & environment selector for the two
|
13
|
-
* child controllers that use it.
|
14
|
-
*/
|
15
|
-
angular.module('Bastion.content-views').controller('ContentViewVersionDeletionController',
|
16
|
-
['$scope', '$state', 'ContentViewVersion', 'ContentView',
|
17
|
-
function ($scope, $state, ContentViewVersion, ContentView) {
|
18
|
-
|
19
|
-
$scope.version = ContentViewVersion.get({id: $scope.$stateParams.versionId});
|
20
|
-
|
21
|
-
$scope.stepStates = {
|
22
|
-
environments: 'content-view.version-deletion.environments',
|
23
|
-
activationKeys: 'content-view.version-deletion.activation-keys',
|
24
|
-
contentHosts: 'content-view.version-deletion.content-hosts',
|
25
|
-
confirm: 'content-view.version-deletion.confirm'
|
26
|
-
};
|
27
|
-
|
28
|
-
if (angular.isUndefined($scope.deleteOptions)) {
|
29
|
-
$scope.deleteOptions = {
|
30
|
-
deleteArchive: false,
|
31
|
-
environments: [],
|
32
|
-
contentHosts: {},
|
33
|
-
activationKeys: {}
|
34
|
-
};
|
35
|
-
}
|
36
|
-
|
37
|
-
$scope.isStep = function (step) {
|
38
|
-
return $state.is($scope.stepStates[step]);
|
39
|
-
};
|
40
|
-
|
41
|
-
$scope.transitionToNext = function (currentState) {
|
42
|
-
var stepStates = $scope.stepStates;
|
43
|
-
if (angular.isUndefined(currentState)) {
|
44
|
-
currentState = $state.current.name;
|
45
|
-
}
|
46
|
-
|
47
|
-
if (currentState === stepStates.environments) {
|
48
|
-
if ($scope.needHosts()) {
|
49
|
-
$scope.transitionTo(stepStates.contentHosts,
|
50
|
-
{contentViewId: $scope.contentView.id, versionId: $scope.version.id});
|
51
|
-
} else {
|
52
|
-
$scope.transitionToNext(stepStates.contentHosts);
|
53
|
-
}
|
54
|
-
} else if (currentState === stepStates.contentHosts) {
|
55
|
-
if ($scope.needActivationKeys()) {
|
56
|
-
$scope.transitionTo(stepStates.activationKeys,
|
57
|
-
{contentViewId: $scope.contentView.id, versionId: $scope.version.id});
|
58
|
-
} else {
|
59
|
-
$scope.transitionToNext(stepStates.activationKeys);
|
60
|
-
}
|
61
|
-
} else {
|
62
|
-
$scope.transitionTo(stepStates.confirm,
|
63
|
-
{contentViewId: $scope.contentView.id, versionId: $scope.version.id});
|
64
|
-
}
|
65
|
-
};
|
66
|
-
|
67
|
-
$scope.transitionBack = function (currentState) {
|
68
|
-
var stepStates = $scope.stepStates;
|
69
|
-
if (angular.isUndefined(currentState)) {
|
70
|
-
currentState = $state.current.name;
|
71
|
-
}
|
72
|
-
|
73
|
-
if (currentState === stepStates.confirm) {
|
74
|
-
if ($scope.needActivationKeys()) {
|
75
|
-
$scope.transitionTo(stepStates.activationKeys,
|
76
|
-
{contentViewId: $scope.contentView.id, versionId: $scope.version.id});
|
77
|
-
} else {
|
78
|
-
$scope.transitionBack(stepStates.activationKeys);
|
79
|
-
}
|
80
|
-
} else if (currentState === stepStates.activationKeys) {
|
81
|
-
if ($scope.needHosts()) {
|
82
|
-
$scope.transitionTo(stepStates.contentHosts,
|
83
|
-
{contentViewId: $scope.contentView.id, versionId: $scope.version.id});
|
84
|
-
} else {
|
85
|
-
$scope.transitionBack(stepStates.contentHosts);
|
86
|
-
}
|
87
|
-
} else if (currentState === stepStates.contentHosts) {
|
88
|
-
$scope.transitionTo(stepStates.environments,
|
89
|
-
{contentViewId: $scope.contentView.id, versionId: $scope.version.id});
|
90
|
-
}
|
91
|
-
};
|
92
|
-
|
93
|
-
$scope.validateEnvironmentSelection = function () {
|
94
|
-
if (!$scope.deleteOptions.deleteArchive && $scope.deleteOptions.environments.length === 0) {
|
95
|
-
$scope.transitionTo("content-view.version-deletion.environments",
|
96
|
-
{contentViewId: $scope.$stateParams.contentViewId, versionId: $scope.$stateParams.versionId});
|
97
|
-
}
|
98
|
-
};
|
99
|
-
|
100
|
-
$scope.needHosts = function () {
|
101
|
-
return $scope.totalHostCount() > 0;
|
102
|
-
};
|
103
|
-
|
104
|
-
$scope.needActivationKeys = function () {
|
105
|
-
return $scope.totalActivationKeyCount() > 0;
|
106
|
-
};
|
107
|
-
|
108
|
-
$scope.selectedEnvironmentIds = function () {
|
109
|
-
return _.map($scope.deleteOptions.environments, 'id');
|
110
|
-
};
|
111
|
-
|
112
|
-
$scope.selectedEnvironmentNames = function () {
|
113
|
-
return _.map($scope.deleteOptions.environments, 'name');
|
114
|
-
};
|
115
|
-
|
116
|
-
$scope.totalHostCount = function () {
|
117
|
-
return _.reduce($scope.deleteOptions.environments, function (sum, env) {
|
118
|
-
return sum + env['host_count'];
|
119
|
-
}, 0);
|
120
|
-
};
|
121
|
-
|
122
|
-
$scope.totalActivationKeyCount = function () {
|
123
|
-
return _.reduce($scope.deleteOptions.environments, function (sum, env) {
|
124
|
-
return sum + env['activation_key_count'];
|
125
|
-
}, 0);
|
126
|
-
};
|
127
|
-
|
128
|
-
$scope.searchString = function (contentView, environments) {
|
129
|
-
var envStrings = [],
|
130
|
-
string = 'content_view:"%s"'.replace('%s', contentView.name);
|
131
|
-
|
132
|
-
angular.forEach(environments, function (environment) {
|
133
|
-
envStrings.push('environment:"%s"'.replace('%s', environment.name));
|
134
|
-
});
|
135
|
-
string = string + " AND (" + envStrings.join(" OR ") + ")";
|
136
|
-
return string.replace(/"/g, "%22");
|
137
|
-
};
|
138
|
-
|
139
|
-
$scope.initEnvironmentWatch = function (childScope) {
|
140
|
-
var removingEnvironment;
|
141
|
-
childScope.$watch('selectedEnvironment', function () {
|
142
|
-
if (angular.isUndefined(childScope.selectedEnvironment)) {
|
143
|
-
childScope.contentViewsForEnvironment = [];
|
144
|
-
} else {
|
145
|
-
removingEnvironment = angular.isDefined(_.find(childScope.deleteOptions.environments, {id: childScope.selectedEnvironment.id}));
|
146
|
-
$scope.fetchingViews = true;
|
147
|
-
ContentView.queryUnpaged({ 'environment_id': childScope.selectedEnvironment.id },
|
148
|
-
function (response) {
|
149
|
-
$scope.fetchingViews = false;
|
150
|
-
childScope.contentViewsForEnvironment = _.reject(response.results, function (view) {
|
151
|
-
return (view.id === childScope.version['content_view_id']) && removingEnvironment;
|
152
|
-
});
|
153
|
-
}
|
154
|
-
);
|
155
|
-
}
|
156
|
-
});
|
157
|
-
};
|
158
|
-
|
159
|
-
}]
|
160
|
-
);
|
@@ -1,58 +0,0 @@
|
|
1
|
-
<span page-title ng-model="contentView">{{ 'Remove Content View ' | translate }} {{ contentView.name }}</span>
|
2
|
-
|
3
|
-
<div>
|
4
|
-
<h3 translate>Remove {{ contentView.name }}</h3>
|
5
|
-
|
6
|
-
<div ng-show="conflictingVersions.length > 0">
|
7
|
-
<i class="fa fa-warning"></i>
|
8
|
-
<span translate>
|
9
|
-
{{ contentView.name }} cannot be deleted as one or more Content View Versions are still promoted to a Lifecycle Environment.
|
10
|
-
Each Content View Version must be removed from their Lifecycle Environments before the Content View can be deleted.
|
11
|
-
</span>
|
12
|
-
|
13
|
-
<table class="table table-striped table-bordered">
|
14
|
-
<thead>
|
15
|
-
<tr>
|
16
|
-
<th translate>Version</th>
|
17
|
-
<th translate>Lifecycle Environments</th>
|
18
|
-
<th translate>Actions</th>
|
19
|
-
</tr>
|
20
|
-
</thead>
|
21
|
-
<tbody>
|
22
|
-
<tr ng-repeat="version in conflictingVersions">
|
23
|
-
<td>{{ version.version }}</td>
|
24
|
-
<td>{{ environmentNames(version).join(', ') }}</td>
|
25
|
-
<td>
|
26
|
-
<a ui-sref="content-view.version-deletion.environments({contentViewId: contentView.id, versionId: version.id})" ng-show="version.permissions.deletable">
|
27
|
-
<button class="btn btn-default" type="button" >
|
28
|
-
<span translate>Remove Version</span>
|
29
|
-
</button>
|
30
|
-
</a>
|
31
|
-
</td>
|
32
|
-
</tr>
|
33
|
-
</tbody>
|
34
|
-
</table>
|
35
|
-
</div>
|
36
|
-
|
37
|
-
<div ng-show="conflictingVersions.length === 0">
|
38
|
-
<p translate>
|
39
|
-
Are you sure you want to remove Content View "{{ contentView.name }}"?
|
40
|
-
</p>
|
41
|
-
|
42
|
-
<div ng-show="versions.length > 0">
|
43
|
-
<i class="fa fa-warning"></i>
|
44
|
-
<span translate translate-n="versions.length" translate-plural=" As part of this deletion, {{ versions.length }} Content View Versions will be deleted.">
|
45
|
-
As part of this deletion, 1 Content View Version will be deleted.
|
46
|
-
</span>
|
47
|
-
</div>
|
48
|
-
|
49
|
-
<button ng-disabled="working" type="button" class="btn btn-danger" ng-click="delete()" >
|
50
|
-
<i class="fa fa-spinner fa-spin" ng-show="working"></i>
|
51
|
-
<span translate>Remove</span>
|
52
|
-
</button>
|
53
|
-
|
54
|
-
<a ui-sref="content-view.versions" ng-disabled="working" class="btn btn-default" translate role="button">
|
55
|
-
Cancel
|
56
|
-
</a>
|
57
|
-
</div>
|
58
|
-
</div>
|
@@ -1,94 +0,0 @@
|
|
1
|
-
<span page-title ng-model="version">{{ "Remove Version" | translate }} {{ version.version }}</span>
|
2
|
-
|
3
|
-
<section>
|
4
|
-
<h3 translate>Activation Keys using Version {{ version.version }}</h3>
|
5
|
-
|
6
|
-
<p translate>
|
7
|
-
The Activation Keys listed below are currently using this Content View Version. Before deleting the Version you must move these Activation Keys to a Lifecycle Environment where this Version is not in use.
|
8
|
-
</p>
|
9
|
-
|
10
|
-
<p translate>
|
11
|
-
If you would prefer to move portions of these Activation Keys to different Content Views or Lifecycle Environments click <a href="{{ activationKeyLink() }}">here</a> to manage them individually.
|
12
|
-
</p>
|
13
|
-
|
14
|
-
|
15
|
-
<p translate>
|
16
|
-
<span translate>
|
17
|
-
If you would prefer to move portions of these Activation Keys to different content views or Lifecycle Environments click
|
18
|
-
</span>
|
19
|
-
<a ui-sref="activation-keys" translate >here</a>
|
20
|
-
<span translate>to manage them individually.</span>
|
21
|
-
</p>
|
22
|
-
|
23
|
-
<p translate>
|
24
|
-
Please select a Lifecycle Environment and Content View to move the affected Activation Keys to:
|
25
|
-
</p>
|
26
|
-
|
27
|
-
<div path-selector="environments"
|
28
|
-
ng-model="selectedEnvironment"
|
29
|
-
mode="singleSelect"></div>
|
30
|
-
|
31
|
-
<div class="row">
|
32
|
-
<div class="col-sm-4">
|
33
|
-
<span translate>Content View:</span>
|
34
|
-
<select class="form-control" ng-show="!fetchingViews && selectedEnvironment && contentViewsForEnvironment.length > 0"
|
35
|
-
ng-options="cv.id as cv.name for cv in contentViewsForEnvironment"
|
36
|
-
ng-model="selectedContentViewId">
|
37
|
-
</select>
|
38
|
-
<i ng-show="fetchingViews" class="fa fa-spinner fa-spin"></i>
|
39
|
-
<span translate ng-hide="selectedEnvironment">
|
40
|
-
Please select a Lifecycle Environment.
|
41
|
-
</span>
|
42
|
-
<span translate ng-show="!fetchingViews && selectedEnvironment && contentViewsForEnvironment.length === 0">
|
43
|
-
No Content Views available, please select another environment.
|
44
|
-
</span>
|
45
|
-
</div>
|
46
|
-
</div>
|
47
|
-
|
48
|
-
<a ng-click="toggleKeys()">
|
49
|
-
<p ng-show="!showKeys" translate>Show affected Activation Keys</p>
|
50
|
-
<p ng-show="showKeys" translate>Hide affected Activation Keys</p>
|
51
|
-
</a>
|
52
|
-
|
53
|
-
<div ng-show="showKeys">
|
54
|
-
<div data-extend-template="layouts/partials/table.html">
|
55
|
-
<h5 translate>Affected Activation Keys</h5>
|
56
|
-
|
57
|
-
<div data-block="selection-summary"></div>
|
58
|
-
|
59
|
-
<table data-block="table" class="table table-striped table-bordered">
|
60
|
-
<thead>
|
61
|
-
<tr bst-table-head>
|
62
|
-
<th bst-table-column="name"><span translate>Name</span></th>
|
63
|
-
<th bst-table-column="environment.name"><span translate>Lifecycle Environments</span></th>
|
64
|
-
</tr>
|
65
|
-
</thead>
|
66
|
-
|
67
|
-
<tbody>
|
68
|
-
<tr bst-table-row ng-repeat="key in table.rows">
|
69
|
-
<td bst-table-cell>
|
70
|
-
{{ key.name }}
|
71
|
-
</td>
|
72
|
-
<td bst-table-cell>
|
73
|
-
{{ key.environment.name }}
|
74
|
-
</td>
|
75
|
-
</tr>
|
76
|
-
</tbody>
|
77
|
-
</table>
|
78
|
-
</div>
|
79
|
-
</div>
|
80
|
-
|
81
|
-
<div class="pull-right">
|
82
|
-
<a ui-sref="content-view.versions({contentViewId: contentView.id})" >
|
83
|
-
<button type="button" class="btn btn-default" translate>
|
84
|
-
Cancel
|
85
|
-
</button>
|
86
|
-
</a>
|
87
|
-
<button type="button" class="btn btn-default" ng-click="transitionBack()" translate>
|
88
|
-
Back
|
89
|
-
</button>
|
90
|
-
<button type="button" class="btn btn-primary" ng-click="processSelection()" ng-disabled="selectedContentViewId === undefined" translate>
|
91
|
-
Next
|
92
|
-
</button>
|
93
|
-
</div>
|
94
|
-
</section>
|