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,116 +0,0 @@
|
|
1
|
-
<span page-title ng-model="contentView">{{ 'Repositories for Content View:' | translate }} {{ contentView.name }}</span>
|
2
|
-
|
3
|
-
<h3 translate>
|
4
|
-
Repository Selection
|
5
|
-
</h3>
|
6
|
-
|
7
|
-
<nav>
|
8
|
-
<ul class="nav nav-tabs nav-tabs-pf" ng-show="permitted('edit_content_views', contentView)">
|
9
|
-
<li ng-class="{active: isState('content-view.repositories.yum.list')}">
|
10
|
-
<a ui-sref="content-view.repositories.yum.list">
|
11
|
-
<span translate>
|
12
|
-
List/Remove
|
13
|
-
</span>
|
14
|
-
</a>
|
15
|
-
</li>
|
16
|
-
|
17
|
-
<li ng-class="{active: isState('content-view.repositories.yum.available')}" ng-show="!contentView.permissions.editable">
|
18
|
-
<a ui-sref="content-view.repositories.yum.available" translate>
|
19
|
-
Add
|
20
|
-
</a>
|
21
|
-
</li>
|
22
|
-
</ul>
|
23
|
-
</nav>
|
24
|
-
|
25
|
-
<div data-extend-template="layouts/partials/table.html">
|
26
|
-
<div data-block="list-actions">
|
27
|
-
<button type="button" class="btn btn-primary"
|
28
|
-
ng-disabled="table.numSelected === 0"
|
29
|
-
ng-show="isState('content-view.repositories.yum.list') && permitted('edit_content_views', contentView)"
|
30
|
-
ng-click="removeRepositories(contentView)">
|
31
|
-
<span translate>Remove Repositories</span>
|
32
|
-
</button>
|
33
|
-
<button type="button" class="btn btn-primary"
|
34
|
-
ng-disabled="table.numSelected === 0"
|
35
|
-
ng-show="isState('content-view.repositories.yum.available') && permitted('edit_content_views', contentView)"
|
36
|
-
ng-click="addRepositories(contentView)">
|
37
|
-
<span translate>Add Repositories</span>
|
38
|
-
</button>
|
39
|
-
</div>
|
40
|
-
|
41
|
-
<span data-block="no-rows-message">
|
42
|
-
<span ng-show="isState('content-view.repositories.yum.list')" translate>
|
43
|
-
There are currently no repositories associated with this Content View, you can add some by clicking on the "Add" tab above.
|
44
|
-
</span>
|
45
|
-
<span ng-show="isState('content-view.repositories.yum.available')">
|
46
|
-
<span translate>There are currently no repositories to add to this Content View,</span>
|
47
|
-
<a ui-sref="products" translate>add some repositories.</a>
|
48
|
-
</span>
|
49
|
-
</span>
|
50
|
-
|
51
|
-
<table data-block="table" class="table table-bordered table-striped">
|
52
|
-
<thead>
|
53
|
-
<tr bst-table-head row-select>
|
54
|
-
<th bst-table-column translate>Name</th>
|
55
|
-
<th bst-table-column translate>Product</th>
|
56
|
-
<th bst-table-column translate>Last Sync</th>
|
57
|
-
<th bst-table-column translate>Sync State</th>
|
58
|
-
<th bst-table-column translate>Content</th>
|
59
|
-
</tr>
|
60
|
-
</thead>
|
61
|
-
|
62
|
-
<tbody>
|
63
|
-
<tr bst-table-row
|
64
|
-
row-select="repository"
|
65
|
-
ng-repeat="repository in table.rows | filter:repositorySearch | filter:repositoryFilter as filteredItems">
|
66
|
-
<td bst-table-cell>
|
67
|
-
<a ui-sref="product.repository.info({productId: repository.product.id, repositoryId: repository.id})">
|
68
|
-
{{ repository.name }}
|
69
|
-
</a>
|
70
|
-
</td>
|
71
|
-
<td bst-table-cell>{{ repository.product.name }}</td>
|
72
|
-
<td bst-table-cell>
|
73
|
-
<span ng-show="repository.url && repository.last_sync == null" translate>
|
74
|
-
Not Synced
|
75
|
-
</span>
|
76
|
-
<span ng-show="repository.url">
|
77
|
-
<short-date-time date="repository.last_sync.ended_at" />
|
78
|
-
</span>
|
79
|
-
<span ng-hide="repository.url" translate>N/A</span>
|
80
|
-
</td>
|
81
|
-
<td bst-table-cell>
|
82
|
-
<span ng-show="repository.url">
|
83
|
-
<a href="/foreman_tasks/tasks/{{repository.last_sync.id}}">{{ repository.last_sync.result | capitalize }}</a>
|
84
|
-
</span>
|
85
|
-
<span ng-hide="repository.url" translate>N/A</span>
|
86
|
-
</td>
|
87
|
-
<td bst-table-cell>
|
88
|
-
<div>
|
89
|
-
<a ui-sref="product.repository.manage-content.packages({productId: repository.product.id, repositoryId: repository.id})"
|
90
|
-
ng-show="repository.content_type == 'yum'"
|
91
|
-
translate>
|
92
|
-
{{ repository.content_counts.rpm }} Packages
|
93
|
-
</a>
|
94
|
-
</div>
|
95
|
-
<div>
|
96
|
-
<span translate ng-show="repository.content_counts.srpm > 0">
|
97
|
-
{{ repository.content_counts.srpm }} Source RPMs
|
98
|
-
</span>
|
99
|
-
</div>
|
100
|
-
<div>
|
101
|
-
<a ui-sref="errata({repositoryId: repository.id})"
|
102
|
-
ng-show="repository.content_type == 'yum'"
|
103
|
-
translate>
|
104
|
-
{{ repository.content_counts.erratum }} Errata
|
105
|
-
</a>
|
106
|
-
</div>
|
107
|
-
<div>
|
108
|
-
<a ui-sref="product.repository.manage-content.module-streams({productId: repository.product.id, repositoryId: repository.id})">
|
109
|
-
{{ repository.content_counts.module_stream || 0 }} Module Streams
|
110
|
-
</a>
|
111
|
-
</div>
|
112
|
-
</td>
|
113
|
-
</tr>
|
114
|
-
</tbody>
|
115
|
-
</table>
|
116
|
-
</div>
|
@@ -1,126 +0,0 @@
|
|
1
|
-
<span page-title ng-model="contentView">{{ 'Versions for Content View:' | translate }} {{ contentView.name }}</span>
|
2
|
-
|
3
|
-
<div data-extend-template="layouts/partials/table.html">
|
4
|
-
<span data-block="no-rows-message" translate>
|
5
|
-
This Content View does not have any versions, create your first Content View Version by using the "Publish New Version" button on the right.
|
6
|
-
</span>
|
7
|
-
|
8
|
-
<span data-block="no-search-results-message" translate>
|
9
|
-
Your search returned zero Content View.
|
10
|
-
</span>
|
11
|
-
|
12
|
-
<div data-block="table">
|
13
|
-
<table class="table table-striped table-bordered" bst-table="table">
|
14
|
-
<thead>
|
15
|
-
<tr bst-table-head>
|
16
|
-
<th bst-table-column><span translate>Version</span></th>
|
17
|
-
<th bst-table-column><span translate>Status</span></th>
|
18
|
-
<th bst-table-column><span translate>Environments</span></th>
|
19
|
-
<th bst-table-column><span translate>Content</span></th>
|
20
|
-
<th bst-table-column><span translate>Description</span></th>
|
21
|
-
<th class="col-sm-2" bst-table-column><span translate>Actions</span></th>
|
22
|
-
</tr>
|
23
|
-
</thead>
|
24
|
-
|
25
|
-
<tbody>
|
26
|
-
<tr bst-table-row ng-repeat="version in table.rows">
|
27
|
-
<td bst-table-cell translate>
|
28
|
-
<a ui-sref="content-view.version.details({versionId: version.id})" >Version {{ version.version }}</a>
|
29
|
-
</td>
|
30
|
-
<td bst-table-cell >
|
31
|
-
<a ng-href="/foreman_tasks/tasks/{{ version.last_event.task.id }}"
|
32
|
-
ng-hide="hideProgress(version)">
|
33
|
-
|
34
|
-
<div ng-class="{ active: taskInProgress(version) }"
|
35
|
-
class="progress progress-striped">
|
36
|
-
<span uib-progressbar animate="false" value="version.task.progressbar.value" type="{{version.task.progressbar.type}}"></span>
|
37
|
-
</div>
|
38
|
-
|
39
|
-
{{ status(version) }}
|
40
|
-
</a>
|
41
|
-
|
42
|
-
<span ng-show="hideProgress(version)">
|
43
|
-
{{ historyText(version) }}
|
44
|
-
(<short-date-time date="version.last_event.created_at" />)
|
45
|
-
</span>
|
46
|
-
</td>
|
47
|
-
<td bst-table-cell>
|
48
|
-
<ul class="list-unstyled">
|
49
|
-
<li ng-repeat="environment in version.environments" ng-if="environment.permissions.readable">
|
50
|
-
{{ environment.name }}
|
51
|
-
</li>
|
52
|
-
</ul>
|
53
|
-
</td>
|
54
|
-
<td bst-table-cell>
|
55
|
-
<div translate ng-if="version.package_count && version.package_count > 0">
|
56
|
-
{{ version.package_count }} Packages
|
57
|
-
</div>
|
58
|
-
<div translate ng-if="version.srpm_count && version.srpm_count > 0">
|
59
|
-
{{ version.srpm_count }} Source RPMs
|
60
|
-
</div>
|
61
|
-
<div ng-if="version.errata_counts.total && version.errata_counts.total > 0">
|
62
|
-
<span translate>{{ version.errata_counts.total }} Errata</span>
|
63
|
-
(<span errata-counts="version.errata_counts"></span>)
|
64
|
-
</div>
|
65
|
-
<div translate ng-if="version.module_stream_count && version.module_stream_count > 0">
|
66
|
-
{{ version.module_stream_count }} Module Streams
|
67
|
-
</div>
|
68
|
-
<div translate ng-if="version.docker_manifest_count && version.docker_manifest_count > 0">
|
69
|
-
{{ version.docker_manifest_count }} Container Image Manifests
|
70
|
-
</div>
|
71
|
-
<div translate ng-if="version.docker_manifest_list_count && version.docker_manifest_list_count > 0">
|
72
|
-
{{ version.docker_manifest_list_count }} Container Image Manifest Lists
|
73
|
-
</div>
|
74
|
-
<div translate ng-if="version.docker_tag_count && version.docker_tag_count > 0">
|
75
|
-
{{ version.docker_tag_count }} Container Image Tags
|
76
|
-
</div>
|
77
|
-
<div translate ng-if="version.file_count && version.file_count > 0">
|
78
|
-
{{ version.file_count }} Files
|
79
|
-
</div>
|
80
|
-
<div translate ng-if="version.deb_count && version.deb_count > 0">
|
81
|
-
{{ version.deb_count }} deb Packages
|
82
|
-
</div>
|
83
|
-
</td>
|
84
|
-
<td bst-table-cell class="preserve-newlines">{{ version.description }}</td>
|
85
|
-
<td class="col-sm-2">
|
86
|
-
<div class="btn-group">
|
87
|
-
<button type="button" class="btn btn-default"
|
88
|
-
ng-click="$state.go('content-view.promotion', {contentViewId: contentView.id, versionId: version.id})"
|
89
|
-
ng-hide="denied('promote_or_remove_content_views', contentView)"
|
90
|
-
ng-disabled="taskInProgress(version) || taskFailed(version) || pendingVersionTask">
|
91
|
-
<span translate>
|
92
|
-
Promote
|
93
|
-
</span>
|
94
|
-
</button> <button type="button" class="btn dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
95
|
-
<span class="caret"></span>
|
96
|
-
<span class="sr-only">Toggle Dropdown</span>
|
97
|
-
</button>
|
98
|
-
<ul class="dropdown-menu">
|
99
|
-
<li>
|
100
|
-
<a href="#"
|
101
|
-
ng-click="$state.go('content-view.promotion', {contentViewId: contentView.id, versionId: version.id})"
|
102
|
-
ng-hide="denied('promote_or_remove_content_views', contentView)"
|
103
|
-
ng-disabled="taskInProgress(version) || taskFailed(version) || pendingVersionTask"
|
104
|
-
translate>
|
105
|
-
Promote
|
106
|
-
</a>
|
107
|
-
</li>
|
108
|
-
<li>
|
109
|
-
<a href="#"
|
110
|
-
ng-click="$state.go('content-view.version-deletion.environments', {contentViewId: contentView.id, versionId: version.id})"
|
111
|
-
ng-hide="denied('promote_or_remove_content_views', contentView)"
|
112
|
-
ng-disabled="taskInProgress(version) || taskFailed(version) || pendingVersionTask"
|
113
|
-
translate>
|
114
|
-
Remove
|
115
|
-
</a>
|
116
|
-
</li>
|
117
|
-
</ul>
|
118
|
-
</div>
|
119
|
-
</td>
|
120
|
-
</tr>
|
121
|
-
</tbody>
|
122
|
-
</table>
|
123
|
-
|
124
|
-
</div>
|
125
|
-
|
126
|
-
</div>
|
@@ -1,78 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* @ngdoc object
|
3
|
-
* @name Bastion.content-views.controller:NewContentViewController
|
4
|
-
*
|
5
|
-
* @requires $scope
|
6
|
-
* @requires ContentView
|
7
|
-
* @requires FormUtils
|
8
|
-
* @requires CurrentOrganization
|
9
|
-
* @requires contentViewSolveDependencies
|
10
|
-
*
|
11
|
-
* @description
|
12
|
-
*/
|
13
|
-
angular.module('Bastion.content-views').controller('NewContentViewController',
|
14
|
-
['$scope', 'ContentView', 'FormUtils', 'CurrentOrganization', 'contentViewSolveDependencies', 'RepositoryTypesService',
|
15
|
-
function ($scope, ContentView, FormUtils, CurrentOrganization, contentViewSolveDependencies, RepositoryTypesService) {
|
16
|
-
|
17
|
-
function success(response) {
|
18
|
-
var successState = 'content-view.repositories.yum.available';
|
19
|
-
|
20
|
-
if (response.composite) {
|
21
|
-
successState = 'content-view.components.composite-content-views.available';
|
22
|
-
}
|
23
|
-
|
24
|
-
$scope.transitionTo(successState, {contentViewId: response.id});
|
25
|
-
}
|
26
|
-
|
27
|
-
function error(response) {
|
28
|
-
$scope.working = false;
|
29
|
-
angular.forEach(response.data.errors, function (errors, field) {
|
30
|
-
$scope.contentViewForm[field].$setValidity('server', false);
|
31
|
-
$scope.contentViewForm[field].$error.messages = errors;
|
32
|
-
});
|
33
|
-
}
|
34
|
-
|
35
|
-
$scope.contentView = new ContentView({'organization_id': CurrentOrganization});
|
36
|
-
/* eslint-disable camelcase */
|
37
|
-
// boolean is passed in as a string since it comes from rails app by way of bastion.
|
38
|
-
$scope.contentView.solve_dependencies = contentViewSolveDependencies === 'true';
|
39
|
-
/* eslint-enable camelcase */
|
40
|
-
$scope.createOption = 'new';
|
41
|
-
$scope.table = {};
|
42
|
-
|
43
|
-
$scope.save = function (contentView) {
|
44
|
-
contentView.$save(success, error);
|
45
|
-
};
|
46
|
-
|
47
|
-
$scope.importOnlyEnabled = function() {
|
48
|
-
return RepositoryTypesService.pulp3Supported('yum');
|
49
|
-
};
|
50
|
-
|
51
|
-
$scope.$watch('contentView.name', function () {
|
52
|
-
if ($scope.contentViewForm && $scope.contentViewForm.name) {
|
53
|
-
$scope.contentViewForm.name.$setValidity('server', true);
|
54
|
-
FormUtils.labelize($scope.contentView);
|
55
|
-
}
|
56
|
-
});
|
57
|
-
|
58
|
-
$scope.$watch('contentView.import_only', function () {
|
59
|
-
if ($scope.contentView.import_only) {
|
60
|
-
$scope.contentView.composite = false;
|
61
|
-
/* eslint-disable camelcase */
|
62
|
-
$scope.contentView.solve_dependencies = false;
|
63
|
-
/* eslint-enable camelcase */
|
64
|
-
}
|
65
|
-
});
|
66
|
-
|
67
|
-
$scope.$watch('contentView.composite', function () {
|
68
|
-
if ($scope.contentView.composite) {
|
69
|
-
/* eslint-disable camelcase */
|
70
|
-
$scope.contentView.solve_dependencies = false;
|
71
|
-
$scope.contentView.import_only = false;
|
72
|
-
} else {
|
73
|
-
$scope.contentView.auto_publish = false;
|
74
|
-
/* eslint-enable camelcase */
|
75
|
-
}
|
76
|
-
});
|
77
|
-
}]
|
78
|
-
);
|
@@ -1,127 +0,0 @@
|
|
1
|
-
<span page-title>{{ 'Create Content View' | translate }}</span>
|
2
|
-
|
3
|
-
<section data-extend-template="layouts/details-page-with-breadcrumbs.html">
|
4
|
-
<header data-block="header">
|
5
|
-
<h2 translate>Create Content View</h2>
|
6
|
-
</header>
|
7
|
-
|
8
|
-
<div class="row">
|
9
|
-
<form name="optionsForm" class="col-sm-12">
|
10
|
-
<label class="radio-inline" ng-hide="true">
|
11
|
-
<input type="radio"
|
12
|
-
ng-model="createOption"
|
13
|
-
name="createOptions"
|
14
|
-
id="createOptions1"
|
15
|
-
value="new"
|
16
|
-
checked/>
|
17
|
-
{{ "Create new view" | translate }}
|
18
|
-
</label>
|
19
|
-
<label class="radio-inline" ng-hide="true">
|
20
|
-
<input type="radio"
|
21
|
-
ng-model="createOption"
|
22
|
-
name="createOptions"
|
23
|
-
id="createOptions2"
|
24
|
-
value="existing"/>
|
25
|
-
{{ "Create view from existing views" | translate }}
|
26
|
-
</label>
|
27
|
-
</form>
|
28
|
-
</div>
|
29
|
-
|
30
|
-
<div data-block="content" class="row">
|
31
|
-
<form name="contentViewForm" class="col-sm-5" novalidate role="form">
|
32
|
-
<div bst-form-group label="{{ 'Name' | translate }}">
|
33
|
-
<input id="name"
|
34
|
-
name="name"
|
35
|
-
ng-model="contentView.name"
|
36
|
-
type="text"
|
37
|
-
tabindex="1"
|
38
|
-
autofocus
|
39
|
-
required/>
|
40
|
-
</div>
|
41
|
-
|
42
|
-
<div bst-form-group label="{{ 'Label' | translate }}">
|
43
|
-
<input id="label"
|
44
|
-
name="label"
|
45
|
-
ng-model="contentView.label"
|
46
|
-
type="text"
|
47
|
-
tabindex="2"
|
48
|
-
required/>
|
49
|
-
</div>
|
50
|
-
|
51
|
-
<div bst-form-group label="{{ 'Description' | translate }}">
|
52
|
-
<textarea id="description"
|
53
|
-
name="description"
|
54
|
-
ng-model="contentView.description"
|
55
|
-
tabindex="3">
|
56
|
-
</textarea>
|
57
|
-
</div>
|
58
|
-
|
59
|
-
<div bst-form-group ng-hide="contentView.import_only">
|
60
|
-
<div class="checkbox">
|
61
|
-
<label for="composite">
|
62
|
-
<input id="composite"
|
63
|
-
name="composite"
|
64
|
-
ng-model="contentView.composite"
|
65
|
-
type="checkbox"
|
66
|
-
tabindex="4"/>
|
67
|
-
<span translate>Composite View</span>
|
68
|
-
</label>
|
69
|
-
</div>
|
70
|
-
<p class="help-block" translate>A composite view contains other content views.</p>
|
71
|
-
</div>
|
72
|
-
|
73
|
-
<div bst-form-group ng-hide="!importOnlyEnabled() || contentView.composite">
|
74
|
-
<div class="checkbox">
|
75
|
-
<label for="import_only">
|
76
|
-
<input id="import_only"
|
77
|
-
name="import_only"
|
78
|
-
ng-model="contentView.import_only"
|
79
|
-
type="checkbox"
|
80
|
-
tabindex="4"/>
|
81
|
-
<span translate>Import-only</span>
|
82
|
-
</label>
|
83
|
-
</div>
|
84
|
-
<p class="help-block" translate>Designate whether this Content View is for importing from an upstream server. Import-only Content Views can not be published directly.</p>
|
85
|
-
</div>
|
86
|
-
|
87
|
-
<div bst-form-group ng-hide="contentView.composite || contentView.import_only">
|
88
|
-
<div class="checkbox">
|
89
|
-
<label for="solve_dependencies">
|
90
|
-
<input id="solve_dependencies"
|
91
|
-
name="solve_dependencies"
|
92
|
-
ng-model="contentView.solve_dependencies"
|
93
|
-
type="checkbox"
|
94
|
-
tabindex="4"/>
|
95
|
-
<span translate>Solve Dependencies</span>
|
96
|
-
</label>
|
97
|
-
</div>
|
98
|
-
<p class="help-block" translate>
|
99
|
-
This will solve RPM and Module Stream dependencies on every publish of this Content View. Dependency solving significantly increases
|
100
|
-
publish time (publishes can take over three times as long) and filters will be ignored when adding packages to solve
|
101
|
-
dependencies. Also, certain scenarios involving errata may still cause dependency errors.
|
102
|
-
</p>
|
103
|
-
</div>
|
104
|
-
|
105
|
-
<div bst-form-group ng-show="contentView.composite">
|
106
|
-
<div class="checkbox">
|
107
|
-
<label for="auto_publish">
|
108
|
-
<input id="auto_publish"
|
109
|
-
name="auto_publish"
|
110
|
-
ng-model="contentView.auto_publish"
|
111
|
-
type="checkbox"
|
112
|
-
tabindex="5"
|
113
|
-
ng-disabled="!contentView.composite"/>
|
114
|
-
<span translate>Auto Publish</span>
|
115
|
-
</label>
|
116
|
-
</div>
|
117
|
-
<p class="help-block" translate>Applicable only for composite views. Auto publish composite view when a new version of a component content view is created. Also note auto publish will only happen when the component is marked "latest".</p>
|
118
|
-
</div>
|
119
|
-
|
120
|
-
<div bst-form-buttons
|
121
|
-
on-cancel="transitionTo('content-views')"
|
122
|
-
on-save="save(contentView)"
|
123
|
-
working="working">
|
124
|
-
</div>
|
125
|
-
</form>
|
126
|
-
</div>
|
127
|
-
</section>
|
@@ -1,138 +0,0 @@
|
|
1
|
-
(function () {
|
2
|
-
'use strict';
|
3
|
-
|
4
|
-
/**
|
5
|
-
* @ngdoc controller
|
6
|
-
* @name Bastion.content-views.versions.controller:ContentViewVersionContent
|
7
|
-
*
|
8
|
-
* @description
|
9
|
-
* Handles fetching content view version content and populating Nutupane based on the current
|
10
|
-
* ui-router state.
|
11
|
-
*/
|
12
|
-
function ContentViewVersionContentController($scope, translate, Nutupane, Package, Erratum,
|
13
|
-
PackageGroup, OstreeBranch, ModuleStream, Deb, Repository,
|
14
|
-
ContentViewVersion) {
|
15
|
-
var nutupane, contentTypes, currentState, params;
|
16
|
-
|
17
|
-
currentState = $scope.$state.current.name.split('.').pop();
|
18
|
-
|
19
|
-
contentTypes = {
|
20
|
-
'docker': {
|
21
|
-
type: Repository,
|
22
|
-
repositoryType: 'docker',
|
23
|
-
params: {
|
24
|
-
'content_type': "docker",
|
25
|
-
'content_view_version_id': $scope.$stateParams.versionId
|
26
|
-
|
27
|
-
}
|
28
|
-
},
|
29
|
-
'yum': {
|
30
|
-
type: Repository,
|
31
|
-
repositoryType: 'yum',
|
32
|
-
params: {
|
33
|
-
'content_type': "yum",
|
34
|
-
'content_view_version_id': $scope.$stateParams.versionId,
|
35
|
-
archived: true
|
36
|
-
}
|
37
|
-
},
|
38
|
-
'packages': {
|
39
|
-
type: Package,
|
40
|
-
repositoryType: 'yum'
|
41
|
-
},
|
42
|
-
'package-groups': {
|
43
|
-
type: PackageGroup,
|
44
|
-
repositoryType: 'yum',
|
45
|
-
params: {
|
46
|
-
'sort_by': 'name',
|
47
|
-
'sort_order': 'ASC',
|
48
|
-
'content_view_version_id': $scope.$stateParams.versionId
|
49
|
-
}
|
50
|
-
},
|
51
|
-
'errata': {
|
52
|
-
type: Erratum,
|
53
|
-
repositoryType: 'yum'
|
54
|
-
},
|
55
|
-
'module-streams': {
|
56
|
-
type: ModuleStream,
|
57
|
-
repositoryType: 'yum',
|
58
|
-
params: {
|
59
|
-
'content_view_version_id': $scope.$stateParams.versionId,
|
60
|
-
'sort_by': 'name',
|
61
|
-
'sort_order': 'ASC'
|
62
|
-
}
|
63
|
-
},
|
64
|
-
'components': {
|
65
|
-
type: ContentViewVersion,
|
66
|
-
params: {
|
67
|
-
'composite_version_id': $scope.$stateParams.versionId
|
68
|
-
}
|
69
|
-
},
|
70
|
-
'file': {
|
71
|
-
type: Repository,
|
72
|
-
repositoryType: 'file',
|
73
|
-
params: {
|
74
|
-
'content_type': 'file',
|
75
|
-
'content_view_version_id': $scope.$stateParams.versionId,
|
76
|
-
library: true
|
77
|
-
}
|
78
|
-
},
|
79
|
-
'apt': {
|
80
|
-
type: Repository,
|
81
|
-
repositoryType: 'deb',
|
82
|
-
params: {
|
83
|
-
'content_type': 'deb',
|
84
|
-
'content_view_version_id': $scope.$stateParams.versionId,
|
85
|
-
library: true
|
86
|
-
}
|
87
|
-
},
|
88
|
-
'deb': {
|
89
|
-
type: Deb,
|
90
|
-
repositoryType: 'deb'
|
91
|
-
}
|
92
|
-
};
|
93
|
-
|
94
|
-
params = contentTypes[currentState].params || {'content_view_version_id': $scope.$stateParams.versionId};
|
95
|
-
|
96
|
-
nutupane = new Nutupane(contentTypes[currentState].type, params, 'queryPaged', { 'disableAutoLoad': true });
|
97
|
-
nutupane.primaryOnly = true;
|
98
|
-
|
99
|
-
$scope.nutupane = nutupane;
|
100
|
-
$scope.table = nutupane.table;
|
101
|
-
$scope.contentTypeInfo = contentTypes[currentState];
|
102
|
-
|
103
|
-
$scope.repositoryId = "all";
|
104
|
-
$scope.repositories = [];
|
105
|
-
|
106
|
-
$scope.version.$promise.then(function (version) {
|
107
|
-
$scope.repositories = _.filter(version.repositories, function(repo) {
|
108
|
-
return $scope.contentTypeInfo.repositoryType === repo["content_type"];
|
109
|
-
});
|
110
|
-
|
111
|
-
if ($scope.repositories.length === 0 || $scope.repositories[0].id !== "all") {
|
112
|
-
$scope.repositories.unshift({name: translate('All Repositories'), id: 'all'});
|
113
|
-
}
|
114
|
-
});
|
115
|
-
|
116
|
-
$scope.$watch('repositoryId', function (repositoryId) {
|
117
|
-
var nutupaneParams = nutupane.getParams();
|
118
|
-
|
119
|
-
if (repositoryId === 'all') {
|
120
|
-
nutupaneParams['repository_id'] = null;
|
121
|
-
nutupane.setParams(nutupaneParams);
|
122
|
-
} else {
|
123
|
-
nutupaneParams['repository_id'] = repositoryId;
|
124
|
-
nutupane.setParams(nutupaneParams);
|
125
|
-
}
|
126
|
-
|
127
|
-
nutupane.refresh();
|
128
|
-
});
|
129
|
-
}
|
130
|
-
|
131
|
-
angular
|
132
|
-
.module('Bastion.content-views.versions')
|
133
|
-
.controller('ContentViewVersionContentController', ContentViewVersionContentController);
|
134
|
-
|
135
|
-
ContentViewVersionContentController.$inject = ['$scope', 'translate', 'Nutupane', 'Package', 'Erratum',
|
136
|
-
'PackageGroup', 'OstreeBranch', 'ModuleStream', 'Deb', 'Repository', 'ContentViewVersion'];
|
137
|
-
|
138
|
-
})();
|
@@ -1,59 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* @ngdoc controller
|
3
|
-
* @name Bastion.content-views.versions.controller:ContentViewVersion
|
4
|
-
*
|
5
|
-
* @requires $scope
|
6
|
-
* @requires $state
|
7
|
-
* @requires $q
|
8
|
-
* @requires translate
|
9
|
-
* @requires ContentViewVersion
|
10
|
-
* @requires Notification
|
11
|
-
*
|
12
|
-
* @description
|
13
|
-
* Handles fetching of a content view version based on the route ID and putting it
|
14
|
-
* on the scope.
|
15
|
-
*/
|
16
|
-
|
17
|
-
angular.module('Bastion.content-views.versions').controller('ContentViewVersionController',
|
18
|
-
['$scope', '$state', '$q', 'translate', 'ContentViewVersion', 'Notification',
|
19
|
-
function ($scope, $state, $q, translate, ContentViewVersion, Notification) {
|
20
|
-
|
21
|
-
$scope.version = ContentViewVersion.get({id: $scope.$stateParams.versionId});
|
22
|
-
|
23
|
-
$scope.hasRepositories = function (version, type) {
|
24
|
-
var found;
|
25
|
-
|
26
|
-
found = _.find(version.repositories, function (repository) {
|
27
|
-
return repository['content_type'] === type;
|
28
|
-
});
|
29
|
-
|
30
|
-
return found;
|
31
|
-
};
|
32
|
-
|
33
|
-
$scope.hasErrata = function (version) {
|
34
|
-
var found = false;
|
35
|
-
|
36
|
-
if (version['errata_counts'] &&
|
37
|
-
version['errata_counts'].total &&
|
38
|
-
version['errata_counts'].total !== 0) {
|
39
|
-
return true;
|
40
|
-
}
|
41
|
-
return found;
|
42
|
-
};
|
43
|
-
|
44
|
-
$scope.save = function (version) {
|
45
|
-
var deferred = $q.defer();
|
46
|
-
|
47
|
-
version.$update(function (response) {
|
48
|
-
deferred.resolve(response);
|
49
|
-
Notification.setSuccessMessage(translate('Content View version updated'));
|
50
|
-
|
51
|
-
}, function (response) {
|
52
|
-
deferred.reject(response);
|
53
|
-
Notification.setErrorMessage(response.data.displayMessage);
|
54
|
-
});
|
55
|
-
|
56
|
-
return deferred.promise;
|
57
|
-
};
|
58
|
-
}]
|
59
|
-
);
|
@@ -1,25 +0,0 @@
|
|
1
|
-
<div data-extend-template="layouts/partials/table.html">
|
2
|
-
<table data-block="table" class="table table-striped table-bordered">
|
3
|
-
<thead>
|
4
|
-
<tr bst-table-head>
|
5
|
-
<th bst-table-column translate>Name</th>
|
6
|
-
<th bst-table-column translate>Product</th>
|
7
|
-
<th bst-table-column translate>Content</th>
|
8
|
-
</tr>
|
9
|
-
</thead>
|
10
|
-
|
11
|
-
<tbody>
|
12
|
-
<tr bst-table-row ng-repeat="repository in table.rows">
|
13
|
-
<td bst-table-cell>{{ repository.name }}</td>
|
14
|
-
<td bst-table-cell>{{ repository.product.name }}</td>
|
15
|
-
<td bst-table-cell>
|
16
|
-
<div>
|
17
|
-
<a ui-sref="product.repository.manage-content.debs({productId: repository.product.id, repositoryId: repository.id})" translate>
|
18
|
-
{{ repository.content_counts.deb }} deb Packages
|
19
|
-
</a>
|
20
|
-
</div>
|
21
|
-
</td>
|
22
|
-
</tr>
|
23
|
-
</tbody>
|
24
|
-
</table>
|
25
|
-
</div>
|