katello 4.5.0.rc2 → 4.6.0.rc2

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.

Files changed (479) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/katello/api/rhsm/candlepin_dynflow_proxy_controller.rb +10 -0
  3. data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +3 -0
  4. data/app/controllers/katello/api/v2/activation_keys_controller.rb +7 -0
  5. data/app/controllers/katello/api/v2/alternate_content_sources_controller.rb +52 -22
  6. data/app/controllers/katello/api/v2/content_exports_controller.rb +33 -3
  7. data/app/controllers/katello/api/v2/content_uploads_controller.rb +2 -0
  8. data/app/controllers/katello/api/v2/content_view_filter_rules_controller.rb +1 -1
  9. data/app/controllers/katello/api/v2/content_view_filters_controller.rb +1 -1
  10. data/app/controllers/katello/api/v2/content_views_controller.rb +1 -1
  11. data/app/controllers/katello/api/v2/debs_controller.rb +42 -10
  12. data/app/controllers/katello/api/v2/host_collections_controller.rb +5 -1
  13. data/app/controllers/katello/api/v2/host_errata_controller.rb +1 -0
  14. data/app/controllers/katello/api/v2/host_module_streams_controller.rb +9 -1
  15. data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +8 -1
  16. data/app/controllers/katello/api/v2/organizations_controller.rb +3 -1
  17. data/app/controllers/katello/api/v2/simple_content_access_controller.rb +8 -0
  18. data/app/controllers/katello/concerns/api/v2/repository_content_controller.rb +34 -11
  19. data/app/controllers/katello/concerns/organizations_controller_extensions.rb +7 -16
  20. data/app/lib/actions/katello/alternate_content_source/alternate_content_source_common.rb +16 -0
  21. data/app/lib/actions/katello/alternate_content_source/create.rb +11 -5
  22. data/app/lib/actions/katello/alternate_content_source/destroy.rb +3 -4
  23. data/app/lib/actions/katello/alternate_content_source/refresh.rb +3 -5
  24. data/app/lib/actions/katello/alternate_content_source/update.rb +57 -13
  25. data/app/lib/actions/katello/applicability/hosts/bulk_generate.rb +2 -2
  26. data/app/lib/actions/katello/content_view/promote_to_environment.rb +4 -2
  27. data/app/lib/actions/katello/content_view/publish.rb +5 -2
  28. data/app/lib/actions/katello/organization/environment_contents_refresh.rb +20 -0
  29. data/app/lib/actions/katello/organization/manifest_refresh.rb +10 -4
  30. data/app/lib/actions/katello/organization/simple_content_access/toggle.rb +1 -9
  31. data/app/lib/actions/katello/repository/create.rb +9 -0
  32. data/app/lib/actions/katello/repository/destroy.rb +21 -0
  33. data/app/lib/actions/katello/repository/errata_mail.rb +3 -3
  34. data/app/lib/actions/katello/repository/refresh_repository.rb +3 -0
  35. data/app/lib/actions/katello/repository/update.rb +33 -0
  36. data/app/lib/actions/katello/repository/update_redhat_repository.rb +1 -1
  37. data/app/lib/actions/pulp3/alternate_content_source/create.rb +5 -4
  38. data/app/lib/actions/pulp3/alternate_content_source/create_remote.rb +5 -4
  39. data/app/lib/actions/pulp3/alternate_content_source/delete.rb +4 -4
  40. data/app/lib/actions/pulp3/alternate_content_source/delete_remote.rb +4 -4
  41. data/app/lib/actions/pulp3/alternate_content_source/refresh.rb +4 -4
  42. data/app/lib/actions/pulp3/alternate_content_source/update.rb +4 -4
  43. data/app/lib/actions/pulp3/alternate_content_source/update_remote.rb +5 -5
  44. data/app/lib/actions/pulp3/capsule_content/reclaim_space.rb +1 -0
  45. data/app/lib/actions/pulp3/content_view_version/create_export_history.rb +3 -1
  46. data/app/lib/actions/pulp3/content_view_version/create_exporter.rb +9 -2
  47. data/app/lib/actions/pulp3/content_view_version/create_syncable_export_history.rb +45 -0
  48. data/app/lib/actions/pulp3/content_view_version/destroy_exporter.rb +6 -1
  49. data/app/lib/actions/pulp3/content_view_version/export.rb +8 -3
  50. data/app/lib/actions/pulp3/orchestration/alternate_content_source/create.rb +3 -3
  51. data/app/lib/actions/pulp3/orchestration/alternate_content_source/delete.rb +6 -7
  52. data/app/lib/actions/pulp3/orchestration/alternate_content_source/refresh.rb +2 -2
  53. data/app/lib/actions/pulp3/orchestration/alternate_content_source/refresh_remote.rb +18 -0
  54. data/app/lib/actions/pulp3/orchestration/alternate_content_source/update.rb +3 -3
  55. data/app/lib/actions/pulp3/orchestration/content_view_version/export.rb +28 -13
  56. data/app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb +6 -4
  57. data/app/lib/actions/pulp3/orchestration/content_view_version/export_repository.rb +6 -3
  58. data/app/lib/actions/pulp3/orchestration/content_view_version/syncable_export.rb +82 -0
  59. data/app/lib/actions/pulp3/orchestration/repository/generate_metadata.rb +1 -1
  60. data/app/lib/katello/concerns/base_template_scope_extensions.rb +25 -12
  61. data/app/lib/katello/errors.rb +1 -1
  62. data/app/lib/katello/resources/candlepin/owner.rb +9 -2
  63. data/app/lib/katello/validators/alternate_content_source_products_validator.rb +17 -0
  64. data/app/models/katello/alternate_content_source.rb +39 -8
  65. data/app/models/katello/alternate_content_source_product.rb +13 -0
  66. data/app/models/katello/authorization/repository.rb +4 -2
  67. data/app/models/katello/concerns/host_managed_extensions.rb +12 -2
  68. data/app/models/katello/concerns/pulp_database_unit.rb +2 -2
  69. data/app/models/katello/concerns/smart_proxy_extensions.rb +5 -6
  70. data/app/models/katello/content_view.rb +50 -32
  71. data/app/models/katello/content_view_deb_filter.rb +51 -0
  72. data/app/models/katello/content_view_deb_filter_rule.rb +24 -0
  73. data/app/models/katello/content_view_filter.rb +10 -3
  74. data/app/models/katello/glue/candlepin/owner.rb +0 -1
  75. data/app/models/katello/installed_package.rb +1 -0
  76. data/app/models/katello/product.rb +3 -0
  77. data/app/models/katello/repository.rb +5 -3
  78. data/app/models/katello/rpm.rb +1 -0
  79. data/app/models/katello/smart_proxy_alternate_content_source.rb +6 -0
  80. data/app/services/cert/certs.rb +8 -16
  81. data/app/services/katello/organization_creator.rb +18 -7
  82. data/app/services/katello/pulp/server.rb +2 -2
  83. data/app/services/katello/pulp3/alternate_content_source.rb +22 -4
  84. data/app/services/katello/pulp3/api/apt.rb +12 -0
  85. data/app/services/katello/pulp3/api/core.rb +8 -0
  86. data/app/services/katello/pulp3/api/generic.rb +0 -4
  87. data/app/services/katello/pulp3/content_view_version/export.rb +61 -17
  88. data/app/services/katello/pulp3/content_view_version/import.rb +12 -5
  89. data/app/services/katello/pulp3/content_view_version/importable_repositories.rb +20 -5
  90. data/app/services/katello/pulp3/content_view_version/metadata_generator.rb +3 -1
  91. data/app/services/katello/pulp3/content_view_version/syncable_format_export.rb +34 -0
  92. data/app/services/katello/pulp3/deb.rb +3 -1
  93. data/app/services/katello/pulp3/pulp_content_unit.rb +2 -0
  94. data/app/services/katello/pulp3/repository/apt.rb +186 -2
  95. data/app/services/katello/pulp3/repository.rb +5 -4
  96. data/app/services/katello/pulp3/service_common.rb +1 -1
  97. data/app/services/katello/pulp3/smart_proxy_mirror_repository.rb +1 -1
  98. data/app/views/foreman/job_templates/install_errata_by_search_query.erb +4 -3
  99. data/app/views/foreman/smart_proxies/show.html.erb +3 -3
  100. data/app/views/katello/api/v2/alternate_content_sources/base.json.rabl +18 -3
  101. data/app/views/katello/api/v2/alternate_content_sources/show.json.rabl +20 -0
  102. data/app/views/katello/api/v2/ansible_collections/compare.json.rabl +10 -0
  103. data/app/views/katello/api/v2/capsule_content/sync_status.json.rabl +1 -1
  104. data/app/views/katello/api/v2/content_view_filters/base.json.rabl +5 -0
  105. data/app/views/katello/api/v2/module_streams/compare.json.rabl +10 -0
  106. data/app/views/katello/api/v2/organizations/show.json.rabl +1 -1
  107. data/app/views/katello/api/v2/repository_sets/show.json.rabl +4 -0
  108. data/app/views/katello/layouts/foreman_with_bastion.html.erb +1 -1
  109. data/app/views/katello/layouts/react.html.erb +1 -1
  110. data/app/views/overrides/organizations/_edit_override.html.erb +5 -8
  111. data/app/views/overrides/organizations/_index_row_override.html.erb +1 -1
  112. data/app/views/overrides/organizations/_step_1_override.html.erb +5 -0
  113. data/ca/redhat-uep.pem +18 -23
  114. data/config/katello.yaml.example +0 -2
  115. data/config/routes/api/v2.rb +2 -0
  116. data/config/routes/overrides.rb +1 -0
  117. data/db/migrate/20201116161820_create_content_view_deb_filter_rules.rb +17 -0
  118. data/db/migrate/20211220185935_clean_duplicate_content_units.rb +11 -9
  119. data/db/migrate/20220524132259_remove_last_refreshed_from_katello_alternate_content_sources.rb +5 -0
  120. data/db/migrate/20220601163911_add_vendor_to_katello_installed_packages.rb +5 -0
  121. data/db/migrate/20220610165621_add_repositories_and_products_to_acs.rb +23 -0
  122. data/engines/bastion/app/views/bastion/layouts/application.html.erb +1 -1
  123. data/engines/bastion/app/views/bastion/layouts/application_ie.html.erb +1 -1
  124. data/engines/bastion/app/views/bastion/layouts/assets.html.erb +1 -1
  125. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/activation-keys.routes.js +1 -1
  126. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html +1 -1
  127. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages.controller.js +11 -3
  128. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html +1 -1
  129. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html +1 -1
  130. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js +2 -0
  131. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/environment.controller.js +2 -0
  132. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html +1 -1
  133. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/environments.controller.js +1 -0
  134. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/views/environments.html +3 -3
  135. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +4 -5
  136. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html +0 -3
  137. data/engines/bastion_katello/lib/bastion_katello/engine.rb +0 -1
  138. data/lib/katello/engine.rb +1 -2
  139. data/lib/katello/permission_creator.rb +2 -2
  140. data/lib/katello/permissions/host_permissions.rb +1 -0
  141. data/lib/katello/plugin.rb +6 -12
  142. data/lib/katello/tasks/refresh_alternate_content_sources.rake +9 -4
  143. data/lib/katello/tasks/refresh_repos.rake +8 -0
  144. data/lib/katello/version.rb +1 -1
  145. data/locale/action_names.rb +49 -46
  146. data/locale/bn/katello.po +361 -53
  147. data/locale/cs/katello.po +361 -53
  148. data/locale/de/katello.po +366 -58
  149. data/locale/en/katello.po +361 -53
  150. data/locale/es/katello.po +364 -56
  151. data/locale/fr/katello.po +374 -66
  152. data/locale/gu/katello.po +361 -53
  153. data/locale/hi/katello.po +361 -53
  154. data/locale/it/katello.po +361 -53
  155. data/locale/ja/katello.po +374 -66
  156. data/locale/katello.pot +1626 -1079
  157. data/locale/kn/katello.po +361 -53
  158. data/locale/ko/katello.po +361 -53
  159. data/locale/mr/katello.po +361 -53
  160. data/locale/or/katello.po +361 -53
  161. data/locale/pa/katello.po +361 -53
  162. data/locale/pt/katello.po +361 -53
  163. data/locale/pt_BR/katello.po +364 -56
  164. data/locale/ru/katello.po +361 -53
  165. data/locale/ta/katello.po +361 -53
  166. data/locale/te/katello.po +361 -53
  167. data/locale/zh_CN/katello.po +374 -66
  168. data/locale/zh_TW/katello.po +361 -53
  169. data/webpack/components/EditableTextInput/EditableTextInput.js +3 -16
  170. data/webpack/components/EditableTextInput/PencilEditButton.js +33 -0
  171. data/webpack/components/Errata/index.js +18 -3
  172. data/webpack/components/Loading.js +1 -1
  173. data/webpack/components/RoutedTabs/index.js +1 -17
  174. data/webpack/components/Search/Search.js +0 -1
  175. data/webpack/components/Search/__tests__/search.test.js +1 -2
  176. data/webpack/components/SelectAllCheckbox/index.js +7 -4
  177. data/webpack/components/SelectableDropdown/SelectableDropdown.js +1 -0
  178. data/webpack/components/Table/EmptyStateMessage.js +77 -2
  179. data/webpack/components/Table/MainTable.js +46 -4
  180. data/webpack/components/Table/TableHooks.js +8 -4
  181. data/webpack/components/Table/TableWrapper.js +14 -8
  182. data/webpack/components/TypeAhead/TypeAhead.js +26 -11
  183. data/webpack/components/TypeAhead/pf3Search/TypeAheadItems.js +1 -1
  184. data/webpack/components/TypeAhead/pf4Search/TypeAheadInput.js +1 -0
  185. data/webpack/components/extensions/HostDetails/ActionsBar/index.js +8 -1
  186. data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js +2 -1
  187. data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js +9 -4
  188. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeActions.js +37 -0
  189. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js +175 -0
  190. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.scss +6 -0
  191. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeConstants.js +6 -0
  192. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +301 -0
  193. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeSelectors.js +25 -0
  194. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeCard.test.js +109 -0
  195. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +161 -0
  196. data/webpack/components/extensions/HostDetails/Cards/__tests__/errataOverviewCard.test.js +12 -12
  197. data/webpack/components/extensions/HostDetails/DetailsTabCards/HwPropertiesCard.js +103 -0
  198. data/webpack/components/extensions/HostDetails/DetailsTabCards/InstalledProductsCard.js +1 -0
  199. data/webpack/components/extensions/HostDetails/DetailsTabCards/RegistrationCard.js +1 -0
  200. data/webpack/components/extensions/HostDetails/DetailsTabCards/SystemPropertiesCardExtensions.js +26 -4
  201. data/webpack/components/extensions/HostDetails/HostDetailsConstants.js +3 -1
  202. data/webpack/components/extensions/HostDetails/HostDetailsReducer.js +14 -0
  203. data/webpack/components/extensions/HostDetails/HostDetailsSelectors.js +8 -2
  204. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +9 -1
  205. data/webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js +23 -8
  206. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js +11 -9
  207. data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +58 -8
  208. data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesTab.js +2 -0
  209. data/webpack/components/extensions/HostDetails/Tabs/__tests__/errataTab.test.js +30 -3
  210. data/webpack/components/extensions/HostDetails/Tabs/__tests__/repositorySets.fixtures.json +3 -0
  211. data/webpack/components/extensions/HostDetails/Tabs/__tests__/repositorySetsTab.test.js +48 -20
  212. data/webpack/components/extensions/HostDetails/Tabs/__tests__/tracesTab.test.js +1 -10
  213. data/webpack/components/extensions/HostDetails/hostDetailsHelpers.js +1 -1
  214. data/webpack/components/extensions/RegistrationCommands/index.js +49 -17
  215. data/webpack/containers/Application/config.js +5 -10
  216. data/webpack/global_index.js +19 -7
  217. data/webpack/global_test_setup.js +14 -2
  218. data/webpack/ouia_id_check.js +95 -0
  219. data/webpack/redux/actions/RedHatRepositories/helpers.js +2 -0
  220. data/webpack/redux/reducers/index.js +2 -4
  221. data/webpack/scenes/AlternateContentSources/ACSActions.js +36 -3
  222. data/webpack/scenes/AlternateContentSources/ACSConstants.js +3 -0
  223. data/webpack/scenes/AlternateContentSources/ACSSelectors.js +15 -6
  224. data/webpack/scenes/AlternateContentSources/Create/ACSCreateWizard.js +73 -42
  225. data/webpack/scenes/AlternateContentSources/Create/Steps/ACSCreateFinish.js +26 -10
  226. data/webpack/scenes/AlternateContentSources/Create/Steps/ACSProducts.js +44 -0
  227. data/webpack/scenes/AlternateContentSources/Create/Steps/ACSReview.js +59 -45
  228. data/webpack/scenes/AlternateContentSources/Create/Steps/ACSSmartProxies.js +4 -3
  229. data/webpack/scenes/AlternateContentSources/Create/Steps/AcsUrlPaths.js +0 -1
  230. data/webpack/scenes/AlternateContentSources/Create/Steps/SelectSource.js +35 -19
  231. data/webpack/scenes/AlternateContentSources/Create/__tests__/acsCreate.test.js +120 -13
  232. data/webpack/scenes/AlternateContentSources/Create/__tests__/products.fixtures.json +92 -0
  233. data/webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js +459 -0
  234. data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditCredentials.js +354 -0
  235. data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditDetails.js +104 -0
  236. data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditProducts.js +120 -0
  237. data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditSmartProxies.js +118 -0
  238. data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditURLPaths.js +118 -0
  239. data/webpack/scenes/AlternateContentSources/Details/__tests__/ACSEdits.test.js +242 -0
  240. data/webpack/scenes/AlternateContentSources/Details/__tests__/ACSExpandableDetails.test.js +106 -0
  241. data/webpack/scenes/AlternateContentSources/Details/__tests__/acsDetails.fixtures.json +49 -0
  242. data/webpack/scenes/AlternateContentSources/Details/__tests__/acsProducts.fixtures.json +95 -0
  243. data/webpack/scenes/AlternateContentSources/Details/__tests__/simplifiedAcsDetails.fixtures.json +39 -0
  244. data/webpack/scenes/AlternateContentSources/MainTable/ACSTable.js +215 -87
  245. data/webpack/scenes/AlternateContentSources/MainTable/ACSTable.scss +3 -0
  246. data/webpack/scenes/AlternateContentSources/MainTable/__tests__/acsTable.test.js +1 -2
  247. data/webpack/scenes/Content/__tests__/contentTable.test.js +1 -2
  248. data/webpack/scenes/ContentViews/ContentViewsConstants.js +15 -4
  249. data/webpack/scenes/ContentViews/Delete/__tests__/contentViewDelete.test.js +1 -2
  250. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +2 -0
  251. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.test.js +1 -2
  252. data/webpack/scenes/ContentViews/Details/ContentViewDetailActions.js +113 -0
  253. data/webpack/scenes/ContentViews/Details/ContentViewDetailSelectors.js +89 -0
  254. data/webpack/scenes/ContentViews/Details/Filters/Add/CVFilterAddModal.js +32 -9
  255. data/webpack/scenes/ContentViews/Details/Filters/Add/__tests__/cvFilterAdd.test.js +13 -3
  256. data/webpack/scenes/ContentViews/Details/Filters/CVContainerImageFilterContent.js +39 -27
  257. data/webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js +236 -0
  258. data/webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js +1 -0
  259. data/webpack/scenes/ContentViews/Details/Filters/CVFilterDetailType.js +10 -0
  260. data/webpack/scenes/ContentViews/Details/Filters/CVModuleStreamFilterContent.js +3 -0
  261. data/webpack/scenes/ContentViews/Details/Filters/CVPackageGroupFilterContent.js +3 -1
  262. data/webpack/scenes/ContentViews/Details/Filters/CVRpmFilterContent.js +17 -4
  263. data/webpack/scenes/ContentViews/Details/Filters/ContentType.js +1 -0
  264. data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilters.js +34 -22
  265. data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/CVDebMatchContentModal.js +97 -0
  266. data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/__tests__/CVRpmMatchContentModal.test.js +1 -2
  267. data/webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js +128 -0
  268. data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVContainerImageFilterContent.test.js +56 -3
  269. data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVRpmFilterContent.test.js +62 -8
  270. data/webpack/scenes/ContentViews/Details/Filters/__tests__/ContentViewPackageGroupFilter.test.js +1 -5
  271. data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilterDetails.test.js +1 -2
  272. data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilters.test.js +32 -2
  273. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataIDFilter.test.js +1 -2
  274. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvModuleStreamFilter.test.js +1 -2
  275. data/webpack/scenes/ContentViews/Details/Filters/__tests__/emptyCVContainerImageFilterContent.fixtures.json +13 -0
  276. data/webpack/scenes/ContentViews/Details/Filters/__tests__/emptyCVPackageFilterRules.fixtures.json +13 -0
  277. data/webpack/scenes/ContentViews/Details/Filters/__tests__/emptyContentViewFilters.fixtures.json +13 -0
  278. data/webpack/scenes/ContentViews/Details/Histories/__tests__/contentViewHistory.test.js +1 -2
  279. data/webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js +5 -1
  280. data/webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewAddRemove.test.js +1 -2
  281. data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/__tests__/BulkDeleteModal.test.js +3 -0
  282. data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompare.js +143 -0
  283. data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompare.scss +51 -0
  284. data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareConfig.js +314 -0
  285. data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareHeader.js +186 -0
  286. data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareTable.js +74 -0
  287. data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/AnsibleCollectionsCompareAllContentData.fixtures.json +63 -0
  288. data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/CVVersionCompare.test.js +657 -0
  289. data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/CVVersionEmptyContentCompareData.fixtures.json +14 -0
  290. data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/ContainerTagsCompareAllContentData.fixtures.json +95 -0
  291. data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/DebPackagesCompareAllContentData.fixtures.json +87 -0
  292. data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/ErrataCompareAllContentData.fixtures.json +319 -0
  293. data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/ErrataCompareThreeContentTypesData.fixtures.json +131 -0
  294. data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/FilesCompareAllContentData.fixtures.json +51 -0
  295. data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/FilesCompareThreeContentTypesData.fixtures.json +48 -0
  296. data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/ModuleStreamsCompareAllContentData.fixtures.json +239 -0
  297. data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/PackageGroupsCompareAllContentData.fixtures.json +51 -0
  298. data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/PythonPackagesCompareAllContentData.fixtures.json +315 -0
  299. data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/RPMPackagesCompareAllContentData.fixtures.json +470 -0
  300. data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/RPMPackagesCompareThreeContentTypesData.fixtures.json +475 -0
  301. data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/contentViewDetails.fixtures.json +160 -0
  302. data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/contentViewVersionOneDetials.fixtures.json +161 -0
  303. data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/contentViewVersionThreeDetails.fixtures.json +154 -0
  304. data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/contentViewVersionTwoDetails.fixtures.json +211 -0
  305. data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/contentViewVersions.fixtures.json +1013 -0
  306. data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/emptyStateCVVersionOneDetails.fixtures.json +145 -0
  307. data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/emptyStateCVVersionTwoDetails.fixtures.json +145 -0
  308. data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js +102 -36
  309. data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvVersionRemove.test.js +1 -2
  310. data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js +4 -2
  311. data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDetails.test.js +1 -2
  312. data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDetailsEmpty.test.js +1 -2
  313. data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersions.test.js +113 -40
  314. data/webpack/scenes/ContentViews/Table/ContentViewsTable.js +96 -81
  315. data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +1 -2
  316. data/webpack/scenes/ContentViews/__tests__/mockDetails.fixtures.json +7 -2
  317. data/webpack/scenes/SmartProxy/SmartProxyContentActions.js +1 -1
  318. data/webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js +0 -30
  319. data/webpack/test-utils/nockWrapper.js +7 -0
  320. metadata +83 -181
  321. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/content-views.controller.js +0 -34
  322. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/content-views.routes.js +0 -751
  323. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-deletion.controller.js +0 -42
  324. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-version-deletion-activation-keys.controller.js +0 -81
  325. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-version-deletion-confirm.controller.js +0 -65
  326. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-version-deletion-content-hosts.controller.js +0 -82
  327. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-version-deletion-environments.controller.js +0 -76
  328. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-version-deletion.controller.js +0 -160
  329. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/views/content-view-deletion.html +0 -58
  330. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-activation-keys.html +0 -94
  331. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-confirm.html +0 -76
  332. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-content-hosts.html +0 -88
  333. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-environments.html +0 -73
  334. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/components/content-view-component.factory.js +0 -32
  335. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/components/content-view-composite-available-content-views.controller.js +0 -75
  336. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/components/content-view-composite-content-views-list.controller.js +0 -68
  337. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/components/views/content-view-composite-available-content-views.html +0 -81
  338. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/components/views/content-view-composite-content-views-list.html +0 -81
  339. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/components/views/content-view-composite.html +0 -24
  340. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-available-deb-repositories.controller.js +0 -50
  341. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-available-docker-repositories.controller.js +0 -42
  342. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-available-file-repositories.controller.js +0 -50
  343. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-available-ostree-repositories.controller.js +0 -42
  344. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-available-repositories.controller.js +0 -45
  345. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-deb-repositories-list.controller.js +0 -48
  346. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-details.controller.js +0 -100
  347. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-docker-repositories-list.controller.js +0 -49
  348. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-file-repositories-list.controller.js +0 -48
  349. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-ostree-repositories-list.controller.js +0 -49
  350. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-promotion.controller.js +0 -129
  351. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-publish.controller.js +0 -46
  352. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-repositories-list.controller.js +0 -42
  353. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-repositories.service.js +0 -91
  354. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-versions.controller.js +0 -240
  355. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/available-errata-filter.controller.js +0 -115
  356. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/available-module-stream-filter.controller.js +0 -68
  357. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/available-package-group-filter.controller.js +0 -66
  358. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/date-type-errata-filter.controller.js +0 -77
  359. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/docker-tag-filter.controller.js +0 -137
  360. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/edit-filter.controller.js +0 -36
  361. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/errata-filter-list.controller.js +0 -78
  362. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/errata-filter.controller.js +0 -74
  363. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter-content-type.filter.js +0 -21
  364. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter-details.controller.js +0 -34
  365. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter-helper.service.js +0 -30
  366. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter-repositories.controller.js +0 -86
  367. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter-rule-matching-package-modal.controller.js +0 -37
  368. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter-type.filter.js +0 -21
  369. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter.factory.js +0 -66
  370. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filters.controller.js +0 -85
  371. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/module-stream-list-filter.controller.js +0 -73
  372. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/new-filter.controller.js +0 -100
  373. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/package-filter.controller.js +0 -179
  374. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/package-group-list-filter.controller.js +0 -75
  375. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/rule.factory.js +0 -21
  376. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/date-type-errata-filter.html +0 -9
  377. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/date-type-errata.html +0 -75
  378. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/docker-filter.html +0 -28
  379. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/docker-tag-filter-details.html +0 -65
  380. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/edit-filter.html +0 -19
  381. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/errata-filter-details.html +0 -63
  382. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/errata-filter.html +0 -50
  383. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-details.html +0 -9
  384. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-repositories.html +0 -121
  385. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-rule-matching-package-modal.html +0 -43
  386. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/filters.html +0 -85
  387. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter-details.html +0 -58
  388. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter.html +0 -43
  389. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/new-filter.html +0 -62
  390. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-filter-details.html +0 -182
  391. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-filter.html +0 -28
  392. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-group-filter-details.html +0 -42
  393. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-group-filter.html +0 -43
  394. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/partials/filter-repositories-count.html +0 -2
  395. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/histories/content-view-history.controller.js +0 -47
  396. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/histories/content-view-history.factory.js +0 -22
  397. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/histories/views/content-view-history.html +0 -36
  398. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-copy.html +0 -20
  399. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-deb-repositories.html +0 -87
  400. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-details-tasks.html +0 -4
  401. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-details.html +0 -144
  402. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-docker-repositories.html +0 -114
  403. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-file-repositories.html +0 -87
  404. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-info.html +0 -63
  405. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-ostree-repositories.html +0 -87
  406. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-promotion.html +0 -59
  407. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-publish.html +0 -58
  408. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-repositories.html +0 -116
  409. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-versions.html +0 -126
  410. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/new/content-view-new.controller.js +0 -78
  411. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/new/views/content-view-new.html +0 -127
  412. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/content-view-version-content.controller.js +0 -138
  413. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/content-view-version.controller.js +0 -59
  414. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-apt.html +0 -25
  415. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-components.html +0 -19
  416. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-deb.html +0 -19
  417. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-details.html +0 -15
  418. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-docker.html +0 -23
  419. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html +0 -48
  420. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-file.html +0 -21
  421. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-module-streams.html +0 -8
  422. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-package-groups.html +0 -21
  423. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-packages.html +0 -27
  424. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-yum.html +0 -42
  425. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version.html +0 -83
  426. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/views/content-views.html +0 -74
  427. data/lib/katello/tasks/reset.rake.bak +0 -67
  428. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  429. data/locale/cs/LC_MESSAGES/katello.mo +0 -0
  430. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  431. data/locale/en/LC_MESSAGES/katello.mo +0 -0
  432. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  433. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  434. data/locale/gu/LC_MESSAGES/katello.mo +0 -0
  435. data/locale/hi/LC_MESSAGES/katello.mo +0 -0
  436. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  437. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  438. data/locale/kn/LC_MESSAGES/katello.mo +0 -0
  439. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  440. data/locale/mr/LC_MESSAGES/katello.mo +0 -0
  441. data/locale/or/LC_MESSAGES/katello.mo +0 -0
  442. data/locale/pa/LC_MESSAGES/katello.mo +0 -0
  443. data/locale/pt/LC_MESSAGES/katello.mo +0 -0
  444. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  445. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  446. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  447. data/locale/te/LC_MESSAGES/katello.mo +0 -0
  448. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  449. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  450. data/webpack/scenes/AnsibleCollections/AnsibleCollectionsActions.js +0 -30
  451. data/webpack/scenes/AnsibleCollections/AnsibleCollectionsConstants.js +0 -3
  452. data/webpack/scenes/AnsibleCollections/AnsibleCollectionsPage.js +0 -80
  453. data/webpack/scenes/AnsibleCollections/AnsibleCollectionsReducer.js +0 -39
  454. data/webpack/scenes/AnsibleCollections/AnsibleCollectionsTableSchema.js +0 -60
  455. data/webpack/scenes/AnsibleCollections/AnsibleCollectionsTables.scss +0 -0
  456. data/webpack/scenes/AnsibleCollections/Details/AnsibleCollectionDetails.js +0 -94
  457. data/webpack/scenes/AnsibleCollections/Details/AnsibleCollectionDetailsActions.js +0 -23
  458. data/webpack/scenes/AnsibleCollections/Details/AnsibleCollectionDetailsConstants.js +0 -3
  459. data/webpack/scenes/AnsibleCollections/Details/AnsibleCollectionDetailsReducer.js +0 -30
  460. data/webpack/scenes/AnsibleCollections/Details/AnsibleCollectionsSchema.js +0 -35
  461. data/webpack/scenes/AnsibleCollections/Details/__tests__/AnsibleCollectionDetailInfo.test.js +0 -16
  462. data/webpack/scenes/AnsibleCollections/Details/__tests__/AnsibleCollectionDetails.fixtures.js +0 -25
  463. data/webpack/scenes/AnsibleCollections/Details/__tests__/AnsibleCollectionDetails.test.js +0 -27
  464. data/webpack/scenes/AnsibleCollections/Details/__tests__/AnsibleCollectionDetailsActions.test.js +0 -41
  465. data/webpack/scenes/AnsibleCollections/Details/__tests__/AnsibleCollectionDetailsReducer.test.js +0 -33
  466. data/webpack/scenes/AnsibleCollections/Details/__tests__/__snapshots__/AnsibleCollectionDetailInfo.test.js.snap +0 -83
  467. data/webpack/scenes/AnsibleCollections/Details/__tests__/__snapshots__/AnsibleCollectionDetails.test.js.snap +0 -190
  468. data/webpack/scenes/AnsibleCollections/Details/__tests__/__snapshots__/AnsibleCollectionDetailsActions.test.js.snap +0 -58
  469. data/webpack/scenes/AnsibleCollections/Details/__tests__/__snapshots__/AnsibleCollectionDetailsReducer.test.js.snap +0 -50
  470. data/webpack/scenes/AnsibleCollections/Details/index.js +0 -17
  471. data/webpack/scenes/AnsibleCollections/__tests__/AnsibleCollectionPage.test.js +0 -23
  472. data/webpack/scenes/AnsibleCollections/__tests__/AnsibleCollections.fixtures.js +0 -52
  473. data/webpack/scenes/AnsibleCollections/__tests__/AnsibleCollectionsActions.test.js +0 -48
  474. data/webpack/scenes/AnsibleCollections/__tests__/AnsibleCollectionsReducer.test.js +0 -46
  475. data/webpack/scenes/AnsibleCollections/__tests__/AnsibleCollectionsTable.test.js +0 -25
  476. data/webpack/scenes/AnsibleCollections/__tests__/__snapshots__/AnsibleCollectionPage.test.js.snap +0 -73
  477. data/webpack/scenes/AnsibleCollections/__tests__/__snapshots__/AnsibleCollectionsTable.test.js.snap +0 -81
  478. data/webpack/scenes/AnsibleCollections/index.js +0 -17
  479. data/webpack/scenes/Subscriptions/Manifest/__tests__/ManageManifestModal.test.js +0 -123
@@ -0,0 +1,23 @@
1
+ class AddRepositoriesAndProductsToAcs < ActiveRecord::Migration[6.1]
2
+ def change
3
+ add_reference :katello_smart_proxy_alternate_content_sources, :repository, null: true, index: false
4
+ remove_index :katello_smart_proxy_alternate_content_sources, [:alternate_content_source_id, :smart_proxy_id]
5
+ add_index :katello_smart_proxy_alternate_content_sources, [:alternate_content_source_id, :smart_proxy_id, :repository_id],
6
+ name: 'index_katello_smart_proxy_acs_on_acs_id_smart_proxy_id_repo_id'
7
+
8
+ create_table 'katello_alternate_content_source_products' do |t|
9
+ t.references :alternate_content_source, null: false, index: false
10
+ t.references :product, null: false, index: false
11
+ end
12
+
13
+ add_foreign_key 'katello_alternate_content_source_products', 'katello_alternate_content_sources',
14
+ name: 'katello_alternate_content_source_products_id_fk', column: 'alternate_content_source_id'
15
+ add_foreign_key 'katello_alternate_content_source_products', 'katello_products',
16
+ name: 'katello_alternate_content_source_products_repo_id_fk', column: 'product_id'
17
+
18
+ add_index :katello_alternate_content_source_products, :alternate_content_source_id,
19
+ name: 'index_katello_acs_products_on_acs_id'
20
+ add_index :katello_alternate_content_source_products, :product_id,
21
+ name: 'index_katello_acs_products_on_product_id'
22
+ end
23
+ end
@@ -7,4 +7,4 @@
7
7
  </div>
8
8
  <% end %>
9
9
 
10
- <%= render file: "bastion/layouts/assets" %>
10
+ <%= render template: "bastion/layouts/assets" %>
@@ -1 +1 @@
1
- <%= render file: "bastion/layouts/application" %>
1
+ <%= render template: "bastion/layouts/application" %>
@@ -38,4 +38,4 @@
38
38
  <% end %>
39
39
  <% end %>
40
40
 
41
- <%= render file: "layouts/base" %>
41
+ <%= render template: "layouts/base" %>
@@ -115,7 +115,7 @@ angular.module('Bastion.activation-keys').config(['$stateProvider', function ($s
115
115
  })
116
116
  .state('activation-key.copy', {
117
117
  url: '/copy',
118
- permission: 'create_activation_key',
118
+ permission: 'create_activation_keys',
119
119
  controller: 'ActivationKeyCopyController',
120
120
  templateUrl: 'activation-keys/details/views/activation-key-copy.html',
121
121
  ncyBreadcrumb: {
@@ -8,7 +8,7 @@
8
8
  <div data-block="item-actions" bst-feature-flag="custom_products">
9
9
  <span select-action-dropdown>
10
10
  <ul class="dropdown-menu dropdown-menu-right" uib-dropdown-menu role="menu">
11
- <li role="menuitem" ng-hide="denied('create_activation_key')">
11
+ <li role="menuitem" ng-hide="denied('create_activation_keys')">
12
12
  <a ui-sref="activation-key.copy" translate>
13
13
  Copy Activation Key
14
14
  </a>
@@ -45,7 +45,7 @@ angular.module('Bastion.content-hosts').controller('ContentHostPackagesControlle
45
45
 
46
46
  $scope.updateAll = function () {
47
47
  $scope.working = true;
48
- HostPackage.updateAll({id: $scope.host.id}, $scope.openEventInfo, $scope.errorHandler);
48
+ $scope.performPackageAction('packageUpdate', '');
49
49
  };
50
50
 
51
51
  $scope.performPackageAction = function (actionType, term) {
@@ -57,9 +57,14 @@ angular.module('Bastion.content-hosts').controller('ContentHostPackagesControlle
57
57
  };
58
58
 
59
59
  $scope.performViaKatelloAgent = function (actionType, term) {
60
- var terms = term.split(/ *, */);
60
+ var terms = [];
61
+ if (term === '') {
62
+ packageActions.updateAll();
63
+ } else {
64
+ terms = term.split(/ *, */);
65
+ packageActions[actionType](terms);
66
+ }
61
67
  $scope.working = true;
62
- packageActions[actionType](terms);
63
68
  };
64
69
 
65
70
  $scope.performViaRemoteExecution = function(actionType, term, customize) {
@@ -76,6 +81,9 @@ angular.module('Bastion.content-hosts').controller('ContentHostPackagesControlle
76
81
  };
77
82
 
78
83
  packageActions = {
84
+ updateAll: function () {
85
+ HostPackage.updateAll({id: $scope.host.id}, $scope.openEventInfo, $scope.errorHandler);
86
+ },
79
87
  packageInstall: function (termList) {
80
88
  HostPackage.install({id: $scope.host.id, packages: termList}, $scope.openEventInfo, $scope.errorHandler);
81
89
  },
@@ -60,7 +60,7 @@
60
60
  <div class="form-group">
61
61
  <button class="btn btn-default" type="button"
62
62
  translate
63
- ng-disabled="remoteExecutionByDefault || !katelloAgentPresent || working"
63
+ ng-disabled="working || (!remoteExecutionPresent && !katelloAgentPresent)"
64
64
  ng-click="updateAll()">
65
65
  Update All Packages
66
66
  </button>
@@ -49,7 +49,7 @@
49
49
  <button class="btn btn-default"
50
50
  type="button"
51
51
  translate
52
- ng-disabled="remoteExecutionByDefault || working || !katelloAgentPresent"
52
+ ng-disabled="working || (!remoteExecutionPresent && !katelloAgentPresent)"
53
53
  ng-click="updateAll()">
54
54
  Update All Packages
55
55
  </button>
@@ -11,6 +11,8 @@
11
11
  function EnvironmentContentController($scope, ContentService, ContentView, Repository, translate, $location) {
12
12
  var nutupane, allRepositories, nutupaneParams;
13
13
 
14
+ $scope.controllerName = 'katello_environments';
15
+
14
16
  function fetchContentViews(environmentId) {
15
17
  ContentView.queryUnpaged({'environment_id': environmentId}, function (data) {
16
18
  $scope.contentViews = [$scope.contentView].concat(data.results);
@@ -16,6 +16,8 @@
16
16
  loading: true
17
17
  };
18
18
 
19
+ $scope.controllerName = 'katello_environments';
20
+
19
21
  $scope.repositoryTypeEnabled = RepositoryTypesService.repositoryTypeEnabled;
20
22
  $scope.environment = Environment.get({id: $scope.$stateParams.environmentId}, function () {
21
23
  $scope.panel.loading = false;
@@ -20,7 +20,7 @@
20
20
  <tbody>
21
21
  <tr bst-table-row ng-repeat="contentView in table.rows">
22
22
  <td bst-table-cell>
23
- <a ui-sref="content-view.versions({contentViewId: contentView.id})">
23
+ <a href="/content_views/{{contentView.id}}">
24
24
  {{ contentView.name }}
25
25
  </a>
26
26
  </td>
@@ -26,6 +26,7 @@ angular.module('Bastion.environments').controller('EnvironmentsController',
26
26
  };
27
27
 
28
28
  var nutupane = new Nutupane(Environment, params);
29
+ $scope.controllerName = 'katello_environments';
29
30
  $scope.table = nutupane.table;
30
31
  $scope.loading = true;
31
32
 
@@ -34,10 +34,10 @@
34
34
  OSTree Repositories <div>{{ library.counts.ostree_repositories || 0 }}</div>
35
35
  </td>
36
36
  <td class="info-block" ng-show="library.counts.docker_repositories > 0" translate>
37
- <td class="info-block" ng-show="library.counts.deb_repositories > 0" translate>
38
- Deb Repositories <div>{{ library.counts.deb_repositories || 0 }}</div>
39
- </td>
40
37
  Docker Repositories <div>{{ library.counts.docker_repositories || 0 }}</div>
38
+ </td>
39
+ <td class="info-block" ng-show="library.counts.deb_repositories > 0" translate>
40
+ Deb Repositories <div>{{ library.counts.deb_repositories || 0 }}</div>
41
41
  </td>
42
42
  <td class="info-block" ng-show="library.counts.packages > 0" translate>
43
43
  Packages <div>{{ library.counts.packages || 0 }}</div>
@@ -2068,6 +2068,10 @@ msgstr ""
2068
2068
  msgid "Docker Repositories"
2069
2069
  msgstr ""
2070
2070
 
2071
+ #: app/assets/javascripts/bastion_katello/environments/views/environments.html
2072
+ msgid "Docker Repositories <div>{{ library.counts.docker_repositories || 0 }}</div>"
2073
+ msgstr ""
2074
+
2071
2075
  #: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-docker-repositories.html
2072
2076
  msgid "Docker Repository Selection"
2073
2077
  msgstr ""
@@ -3983,10 +3987,6 @@ msgstr ""
3983
3987
  msgid "Publish New Version"
3984
3988
  msgstr ""
3985
3989
 
3986
- #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
3987
- msgid "Publish via HTTPS"
3988
- msgstr ""
3989
-
3990
3990
  #: app/assets/javascripts/bastion_katello/content-views/details/content-view-versions.controller.js
3991
3991
  msgid "Published"
3992
3992
  msgstr ""
@@ -5924,7 +5924,6 @@ msgstr ""
5924
5924
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
5925
5925
  #: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-http-proxy-modal.html
5926
5926
  #: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html
5927
- #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
5928
5927
  #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details.controller.js
5929
5928
  #: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details.controller.js
5930
5929
  msgid "Yes"
@@ -255,9 +255,6 @@
255
255
  </dd>
256
256
  </span>
257
257
 
258
- <dt translate>Publish via HTTPS</dt>
259
- <dd translate>Yes</dd>
260
-
261
258
  <span ng-hide="repository.content_type === 'docker' || repository.content_type === 'ansible_collection'">
262
259
  <dt translate>Unprotected</dt>
263
260
  <dd bst-edit-checkbox="repository.unprotected"
@@ -25,7 +25,6 @@ module BastionKatello
25
25
  activation_keys
26
26
  content_credentials
27
27
  content_hosts
28
- legacy
29
28
  debs
30
29
  docker_tags
31
30
  files
@@ -40,8 +40,7 @@ module Katello
40
40
  :skip_checksum_validation => false,
41
41
  :upload_chunk_size => 1_048_575, # upload size in bytes to pulp. see SSLRenegBufferSize in apache
42
42
  :sync_threads => 4,
43
- :sync_KBlimit => nil,
44
- :notifier_ca_path => "/etc/pki/tls/certs/ca-bundle.crt"
43
+ :sync_KBlimit => nil
45
44
  },
46
45
  :candlepin => {
47
46
  :url => 'https://localhost:8443/candlepin',
@@ -350,8 +350,8 @@ module Katello
350
350
  :resource_type => 'Katello::Subscription'
351
351
  @plugin.permission :manage_subscription_allocations,
352
352
  {
353
- 'katello/api/v2/upstream_subscriptions' => [:index, :create, :destroy, :update, :ping, :enable_simple_content_access, :disable_simple_content_access, :simple_content_access_eligible],
354
- 'katello/api/v2/simple_content_access' => [:enable, :disable, :eligible]
353
+ 'katello/api/v2/upstream_subscriptions' => [:index, :create, :destroy, :update, :ping, :enable_simple_content_access, :disable_simple_content_access, :simple_content_access_eligible, :simple_content_access_status],
354
+ 'katello/api/v2/simple_content_access' => [:enable, :disable, :eligible, :status]
355
355
  },
356
356
  :resource_type => 'Katello::Subscription'
357
357
  end
@@ -52,6 +52,7 @@ Foreman::AccessControl.permission(:view_hosts).actions.concat [
52
52
  'katello/api/v2/host_subscriptions/index',
53
53
  'katello/api/v2/host_subscriptions/events',
54
54
  'katello/api/v2/host_subscriptions/product_content',
55
+ 'katello/api/v2/host_subscriptions/enabled_repositories',
55
56
  'katello/api/v2/hosts_bulk_actions/applicable_errata',
56
57
  'katello/api/v2/hosts_bulk_actions/installable_errata',
57
58
  'katello/api/v2/hosts_bulk_actions/available_incremental_updates',
@@ -517,18 +517,6 @@ Foreman::Plugin.register :katello do
517
517
  full_name: N_('Pulp 3 export destination filepath'),
518
518
  description: N_("On-disk location for pulp 3 exported repositories")
519
519
 
520
- setting 'pulp_client_key',
521
- type: :string,
522
- default: "/etc/pki/katello/private/pulp-client.key",
523
- full_name: N_('Pulp client key'),
524
- description: N_("Path for ssl key used for pulp server auth")
525
-
526
- setting 'pulp_client_cert',
527
- type: :string,
528
- default: "/etc/pki/katello/certs/pulp-client.crt",
529
- full_name: N_('Pulp client cert'),
530
- description: N_("Path for ssl cert used for pulp server auth")
531
-
532
520
  setting 'sync_total_timeout',
533
521
  type: :integer,
534
522
  default: 3600,
@@ -673,6 +661,12 @@ Foreman::Plugin.register :katello do
673
661
  default: true,
674
662
  full_name: N_('Allow deleting repositories in published content views'),
675
663
  description: N_("If this is enabled, repositories can be deleted even when they belong to published content views. The deleted repository will be removed from all content view versions.")
664
+
665
+ setting 'distribute_archived_cvv',
666
+ type: :boolean,
667
+ default: true,
668
+ full_name: N_('Distribute archived content view versions'),
669
+ description: N_("If this is enabled, repositories of content view versions without environments (\"archived\") will be distributed at '/pulp/content/<organization>/content_views/<content view>/X.Y/...'.")
676
670
  end
677
671
  end
678
672
 
@@ -2,9 +2,14 @@ namespace :katello do
2
2
  desc 'Refresh all alternate content sources'
3
3
  task :refresh_alternate_content_sources => ["dynflow:client"] do
4
4
  User.current = User.anonymous_admin
5
- ::ForemanTasks.async_task(::Actions::BulkAction,
6
- ::Actions::Katello::AlternateContentSource::Refresh,
7
- ::Katello::AlternateContentSource.all)
8
- puts _("Alternate content source refreshing started in the background.")
5
+ alternate_content_sources = ::Katello::AlternateContentSource.all
6
+ if alternate_content_sources.present?
7
+ ::ForemanTasks.async_task(::Actions::BulkAction,
8
+ ::Actions::Katello::AlternateContentSource::Refresh,
9
+ alternate_content_sources)
10
+ puts _("Alternate content source refreshing started in the background.")
11
+ else
12
+ puts _("No alternate content sources to refresh.")
13
+ end
9
14
  end
10
15
  end
@@ -0,0 +1,8 @@
1
+ namespace :katello do
2
+ desc 'Refresh all repositories in all smart proxies and main server'
3
+ task :refresh_repos => ["environment", "dynflow:client"] do
4
+ User.current = User.anonymous_api_admin
5
+ ::ForemanTasks.async_task(::Actions::BulkAction, ::Actions::Pulp3::Orchestration::Repository::RefreshRepos, SmartProxy.all)
6
+ puts _("Repos are being refreshed in the background.")
7
+ end
8
+ end
@@ -1,3 +1,3 @@
1
1
  module Katello
2
- VERSION = "4.5.0.rc2".freeze
2
+ VERSION = "4.6.0.rc2".freeze
3
3
  end
@@ -1,17 +1,59 @@
1
1
  # Autogenerated!
2
+ _("Action with sub plans")
3
+ _("Import facts")
4
+ _("Import Puppet classes")
5
+ _("Abstract async task")
6
+ _("Create")
7
+ _("Delete Activation Key")
8
+ _("Update")
9
+ _("Agent action")
10
+ _("Create Alternate Content Source")
11
+ _("Destroy Alternate Content Source")
12
+ _("Refresh Alternate Content Source")
13
+ _("Update Alternate Content Source")
14
+ _("Errata mail")
15
+ _("Incremental Update of Content View Version(s) ")
16
+ _("Generate host applicability")
17
+ _("Bulk generate applicability for hosts")
18
+ _("Generate repository applicability")
19
+ _("Synchronize smart proxy")
20
+ _("Sync capsule")
21
+ _("Update CDN Configuration")
22
+ _("Delete")
23
+ _("Promote")
24
+ _("Promotion to Environment")
25
+ _("Publish")
26
+ _("Remove Versions and Associations")
27
+ _("Remove from Environment")
28
+ _("Remove Version")
29
+ _("Export")
30
+ _("Import Content View Version")
31
+ _("Import Default Content View")
32
+ _("Import Repository")
33
+ _("Incremental Update")
34
+ _("Republish Version Repositories")
35
+ _("Delete Lifecycle Environment")
36
+ _("Publish Lifecycle Environment Repositories")
37
+ _("Attach subscriptions")
38
+ _("Auto attach subscriptions")
39
+ _("Destroy Content Host")
40
+ _("Install Applicable Errata")
41
+ _("Hypervisors")
42
+ _("Hypervisors update")
43
+ _("Remove subscriptions")
44
+ _("Update Content Overrides")
45
+ _("Update for host")
46
+ _("Update release version for host")
47
+ _("Updating System Purpose for host")
2
48
  _("Package Profile Update")
3
49
  _("Combined Profile Update")
4
50
  _("Destroy")
5
51
  _("Product Create")
6
52
  _("Delete Product")
7
53
  _("Reindex subscriptions")
8
- _("Update")
9
54
  _("Update http proxy")
10
- _("Delete")
11
- _("Create")
12
55
  _("Delete Package Group")
13
56
  _("Discover")
14
- _("Errata mail")
15
57
  _("Fetch pxe files")
16
58
  _("Filtered index content")
17
59
  _("Upload into")
@@ -30,52 +72,13 @@ _("Verify checksum")
30
72
  _("Disable")
31
73
  _("Enable")
32
74
  _("Run Sync Plan:")
75
+ _("Abstract")
33
76
  _("Create Export History")
34
77
  _("Create Import History")
78
+ _("Create Syncable Export History")
35
79
  _("Copy version units to library")
36
- _("Export")
37
80
  _("Export Library")
38
81
  _("Export Repository")
39
82
  _("Import")
40
- _("Abstract")
83
+ _("Syncable export")
41
84
  _("Remote action:")
42
- _("Updating System Purpose for host")
43
- _("Update release version for host")
44
- _("Update for host")
45
- _("Update Content Overrides")
46
- _("Remove subscriptions")
47
- _("Import Default Content View")
48
- _("Import Content View Version")
49
- _("Remove Version")
50
- _("Hypervisors update")
51
- _("Hypervisors")
52
- _("Install Applicable Errata")
53
- _("Destroy Content Host")
54
- _("Auto attach subscriptions")
55
- _("Attach subscriptions")
56
- _("Publish Lifecycle Environment Repositories")
57
- _("Delete Lifecycle Environment")
58
- _("Republish Version Repositories")
59
- _("Incremental Update")
60
- _("Import Repository")
61
- _("Remove from Environment")
62
- _("Remove Versions and Associations")
63
- _("Publish")
64
- _("Promotion to Environment")
65
- _("Promote")
66
- _("Incremental Update of Content View Version(s) ")
67
- _("Update CDN Configuration")
68
- _("Sync capsule")
69
- _("Synchronize smart proxy")
70
- _("Generate repository applicability")
71
- _("Bulk generate applicability for hosts")
72
- _("Generate host applicability")
73
- _("Update Alternate Content Source")
74
- _("Destroy Alternate Content Source")
75
- _("Create Alternate Content Source")
76
- _("Agent action")
77
- _("Delete Activation Key")
78
- _("Abstract async task")
79
- _("Import Puppet classes")
80
- _("Import facts")
81
- _("Action with sub plans")