katello 4.16.3 → 4.17.0.rc1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of katello might be problematic. Click here for more details.

Files changed (509) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/katello/hosts/host_and_hostgroup_edit.js +5 -3
  3. data/app/assets/javascripts/katello/locale/bn/katello.js +77 -263
  4. data/app/assets/javascripts/katello/locale/bn_IN/katello.js +77 -263
  5. data/app/assets/javascripts/katello/locale/ca/katello.js +77 -263
  6. data/app/assets/javascripts/katello/locale/cs/katello.js +77 -263
  7. data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +77 -263
  8. data/app/assets/javascripts/katello/locale/de/katello.js +87 -273
  9. data/app/assets/javascripts/katello/locale/de_AT/katello.js +77 -263
  10. data/app/assets/javascripts/katello/locale/de_DE/katello.js +77 -263
  11. data/app/assets/javascripts/katello/locale/el/katello.js +77 -263
  12. data/app/assets/javascripts/katello/locale/en/katello.js +77 -263
  13. data/app/assets/javascripts/katello/locale/en_GB/katello.js +77 -263
  14. data/app/assets/javascripts/katello/locale/en_US/katello.js +77 -263
  15. data/app/assets/javascripts/katello/locale/es/katello.js +242 -428
  16. data/app/assets/javascripts/katello/locale/et_EE/katello.js +77 -263
  17. data/app/assets/javascripts/katello/locale/fr/katello.js +900 -1086
  18. data/app/assets/javascripts/katello/locale/gl/katello.js +77 -263
  19. data/app/assets/javascripts/katello/locale/gu/katello.js +77 -263
  20. data/app/assets/javascripts/katello/locale/he_IL/katello.js +77 -263
  21. data/app/assets/javascripts/katello/locale/hi/katello.js +77 -263
  22. data/app/assets/javascripts/katello/locale/id/katello.js +77 -263
  23. data/app/assets/javascripts/katello/locale/it/katello.js +78 -264
  24. data/app/assets/javascripts/katello/locale/ja/katello.js +628 -814
  25. data/app/assets/javascripts/katello/locale/ka/katello.js +474 -660
  26. data/app/assets/javascripts/katello/locale/kn/katello.js +77 -263
  27. data/app/assets/javascripts/katello/locale/ko/katello.js +2129 -2314
  28. data/app/assets/javascripts/katello/locale/ml_IN/katello.js +77 -263
  29. data/app/assets/javascripts/katello/locale/mr/katello.js +77 -263
  30. data/app/assets/javascripts/katello/locale/nl_NL/katello.js +77 -263
  31. data/app/assets/javascripts/katello/locale/or/katello.js +77 -263
  32. data/app/assets/javascripts/katello/locale/pa/katello.js +77 -263
  33. data/app/assets/javascripts/katello/locale/pl/katello.js +77 -263
  34. data/app/assets/javascripts/katello/locale/pl_PL/katello.js +77 -263
  35. data/app/assets/javascripts/katello/locale/pt/katello.js +77 -263
  36. data/app/assets/javascripts/katello/locale/pt_BR/katello.js +255 -441
  37. data/app/assets/javascripts/katello/locale/ro/katello.js +77 -263
  38. data/app/assets/javascripts/katello/locale/ro_RO/katello.js +77 -263
  39. data/app/assets/javascripts/katello/locale/ru/katello.js +78 -264
  40. data/app/assets/javascripts/katello/locale/sl/katello.js +77 -263
  41. data/app/assets/javascripts/katello/locale/sv_SE/katello.js +77 -263
  42. data/app/assets/javascripts/katello/locale/ta/katello.js +77 -263
  43. data/app/assets/javascripts/katello/locale/ta_IN/katello.js +77 -263
  44. data/app/assets/javascripts/katello/locale/te/katello.js +77 -263
  45. data/app/assets/javascripts/katello/locale/tr/katello.js +77 -263
  46. data/app/assets/javascripts/katello/locale/vi/katello.js +77 -263
  47. data/app/assets/javascripts/katello/locale/vi_VN/katello.js +77 -263
  48. data/app/assets/javascripts/katello/locale/zh/katello.js +77 -263
  49. data/app/assets/javascripts/katello/locale/zh_CN/katello.js +632 -818
  50. data/app/assets/javascripts/katello/locale/zh_TW/katello.js +78 -264
  51. data/app/controllers/katello/api/registry/registry_proxies_controller.rb +19 -5
  52. data/app/controllers/katello/api/v2/content_view_components_controller.rb +6 -6
  53. data/app/controllers/katello/api/v2/content_view_filters_controller.rb +3 -0
  54. data/app/controllers/katello/api/v2/content_view_versions_controller.rb +6 -0
  55. data/app/controllers/katello/api/v2/content_views_controller.rb +12 -1
  56. data/app/controllers/katello/api/v2/exports_controller.rb +3 -0
  57. data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +12 -14
  58. data/app/controllers/katello/api/v2/organizations_controller.rb +10 -10
  59. data/app/controllers/katello/concerns/authorization/api/v2/content_views_controller.rb +8 -2
  60. data/app/lib/actions/helpers/rolling_cv_repos.rb +25 -0
  61. data/app/lib/actions/katello/capsule_content/sync_capsule.rb +6 -1
  62. data/app/lib/actions/katello/content_view/add_rolling_repo_clone.rb +39 -0
  63. data/app/lib/actions/katello/content_view/create.rb +3 -0
  64. data/app/lib/actions/katello/content_view/refresh_rolling_repo.rb +40 -0
  65. data/app/lib/actions/katello/content_view/remove.rb +8 -4
  66. data/app/lib/actions/katello/content_view/remove_rolling_repo_clone.rb +28 -0
  67. data/app/lib/actions/katello/content_view/update.rb +8 -0
  68. data/app/lib/actions/katello/repository/check_matching_content.rb +1 -8
  69. data/app/lib/actions/katello/repository/import_upload.rb +5 -0
  70. data/app/lib/actions/katello/repository/sync.rb +8 -4
  71. data/app/lib/actions/katello/repository/upload_files.rb +7 -1
  72. data/app/lib/actions/pulp3/orchestration/orphan_cleanup/remove_orphans.rb +3 -2
  73. data/app/lib/actions/pulp3/orphan_cleanup/delete_orphan_repository_versions.rb +8 -1
  74. data/app/lib/katello/errors.rb +8 -0
  75. data/app/lib/katello/validators/container_image_name_validator.rb +3 -2
  76. data/app/models/katello/authorization/repository.rb +11 -1
  77. data/app/models/katello/concerns/host_managed_extensions.rb +2 -2
  78. data/app/models/katello/concerns/pulp_database_unit.rb +12 -42
  79. data/app/models/katello/concerns/smart_proxy_extensions.rb +8 -0
  80. data/app/models/katello/content_view.rb +14 -1
  81. data/app/models/katello/content_view_component.rb +4 -0
  82. data/app/models/katello/content_view_environment.rb +1 -0
  83. data/app/models/katello/content_view_version.rb +3 -2
  84. data/app/models/katello/host/content_facet.rb +18 -5
  85. data/app/models/katello/product_content.rb +3 -1
  86. data/app/models/katello/repository.rb +3 -3
  87. data/app/services/katello/content_unit_indexer.rb +1 -1
  88. data/app/services/katello/pulp3/api/content_guard.rb +1 -1
  89. data/app/services/katello/pulp3/api/core.rb +6 -0
  90. data/app/services/katello/pulp3/smart_proxy_mirror_repository.rb +58 -1
  91. data/app/services/katello/pulp3/smart_proxy_repository.rb +67 -3
  92. data/app/services/katello/smart_proxy_helper.rb +6 -1
  93. data/app/views/foreman/job_templates/install_errata_-_katello_ansible_default.erb +15 -1
  94. data/app/views/foreman/job_templates/install_errata_by_search_query_-_katello_ansible_default.erb +15 -1
  95. data/app/views/foreman/job_templates/install_group_-_katello_ansible_default.erb +15 -2
  96. data/app/views/foreman/job_templates/install_packages_by_search_query_-_katello_ansible_default.erb +21 -2
  97. data/app/views/foreman/job_templates/remove_group_-_katello_ansible_default.erb +15 -1
  98. data/app/views/foreman/job_templates/remove_packages_by_search_query_-_katello_ansible_default.erb +20 -1
  99. data/app/views/foreman/job_templates/update_group_-_katello_ansible_default.erb +15 -2
  100. data/app/views/foreman/job_templates/update_packages_by_search_query_-_katello_ansible_default.erb +17 -1
  101. data/app/views/katello/api/v2/activation_keys/base.json.rabl +1 -0
  102. data/app/views/katello/api/v2/capsule_content/sync_status.json.rabl +2 -1
  103. data/app/views/katello/api/v2/content_facet/base.json.rabl +2 -0
  104. data/app/views/katello/api/v2/content_view_versions/base.json.rabl +12 -0
  105. data/app/views/katello/api/v2/content_views/base.json.rabl +1 -0
  106. data/app/views/katello/api/v2/environments/show.json.rabl +14 -0
  107. data/app/views/katello/api/v2/hosts/base.json.rabl +1 -0
  108. data/app/views/katello/api/v2/organizations/show.json.rabl +2 -0
  109. data/app/views/katello/api/v2/repositories/base.json.rabl +2 -1
  110. data/db/migrate/20190930192813_add_pulp3_hrefs_to_content_types.rb +1 -1
  111. data/db/migrate/20240924161240_katello_recreate_evr_constructs.rb +0 -20
  112. data/db/migrate/20241022122325_add_rolling_to_katello_content_views.rb +5 -0
  113. data/db/migrate/20241025151105_remove_pulp3_migrated_hrefs_from_content_tables.rb +1 -1
  114. data/db/migrate/20250215143303_drop_katello_yum_metadata_file.rb +5 -0
  115. data/db/migrate/20250409120843_fix_file_download_policy.rb +11 -0
  116. data/db/migrate/20250410155300_change_ansible_templates_category.rb +22 -0
  117. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +0 -6
  118. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +0 -6
  119. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +0 -6
  120. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +0 -6
  121. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +0 -6
  122. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +0 -6
  123. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +0 -6
  124. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +0 -6
  125. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +0 -6
  126. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +0 -6
  127. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +0 -6
  128. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +0 -6
  129. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +0 -6
  130. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +0 -6
  131. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +0 -6
  132. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +0 -6
  133. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +0 -6
  134. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +0 -6
  135. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +0 -6
  136. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +0 -6
  137. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +0 -6
  138. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +0 -6
  139. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +0 -6
  140. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +0 -6
  141. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +0 -6
  142. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +0 -6
  143. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +0 -6
  144. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +0 -6
  145. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +0 -6
  146. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +0 -6
  147. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +0 -6
  148. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +0 -6
  149. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +0 -6
  150. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +0 -6
  151. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +0 -6
  152. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +0 -6
  153. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +0 -6
  154. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +0 -6
  155. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +0 -6
  156. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +0 -6
  157. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +0 -6
  158. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +0 -6
  159. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +0 -6
  160. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +0 -6
  161. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +0 -6
  162. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +0 -6
  163. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/repository-types.service.js +3 -0
  164. data/lib/katello/engine.rb +9 -1
  165. data/lib/katello/repository_types/python.rb +1 -1
  166. data/lib/katello/tasks/repository.rake +1 -1
  167. data/lib/katello/version.rb +1 -1
  168. data/locale/action_names.rb +3 -0
  169. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  170. data/locale/bn/katello.po +77 -263
  171. data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
  172. data/locale/bn_IN/katello.po +77 -263
  173. data/locale/ca/LC_MESSAGES/katello.mo +0 -0
  174. data/locale/ca/katello.po +77 -263
  175. data/locale/cs/LC_MESSAGES/katello.mo +0 -0
  176. data/locale/cs/katello.po +77 -263
  177. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  178. data/locale/cs_CZ/katello.po +77 -263
  179. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  180. data/locale/de/katello.po +91 -277
  181. data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
  182. data/locale/de_AT/katello.po +77 -263
  183. data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
  184. data/locale/de_DE/katello.po +77 -263
  185. data/locale/el/LC_MESSAGES/katello.mo +0 -0
  186. data/locale/el/katello.po +77 -263
  187. data/locale/en/LC_MESSAGES/katello.mo +0 -0
  188. data/locale/en/katello.po +77 -263
  189. data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
  190. data/locale/en_GB/katello.po +77 -263
  191. data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
  192. data/locale/en_US/katello.po +77 -263
  193. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  194. data/locale/es/katello.po +245 -432
  195. data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
  196. data/locale/et_EE/katello.po +77 -263
  197. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  198. data/locale/fr/katello.po +906 -1092
  199. data/locale/gl/LC_MESSAGES/katello.mo +0 -0
  200. data/locale/gl/katello.po +77 -263
  201. data/locale/gu/LC_MESSAGES/katello.mo +0 -0
  202. data/locale/gu/katello.po +77 -263
  203. data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
  204. data/locale/he_IL/katello.po +77 -263
  205. data/locale/hi/LC_MESSAGES/katello.mo +0 -0
  206. data/locale/hi/katello.po +77 -263
  207. data/locale/id/LC_MESSAGES/katello.mo +0 -0
  208. data/locale/id/katello.po +77 -263
  209. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  210. data/locale/it/katello.po +78 -264
  211. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  212. data/locale/ja/katello.po +634 -822
  213. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  214. data/locale/ka/katello.po +474 -662
  215. data/locale/katello.pot +1194 -1472
  216. data/locale/kn/LC_MESSAGES/katello.mo +0 -0
  217. data/locale/kn/katello.po +77 -263
  218. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  219. data/locale/ko/katello.po +2125 -2324
  220. data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
  221. data/locale/ml_IN/katello.po +77 -263
  222. data/locale/mr/LC_MESSAGES/katello.mo +0 -0
  223. data/locale/mr/katello.po +77 -263
  224. data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
  225. data/locale/nl_NL/katello.po +77 -263
  226. data/locale/or/LC_MESSAGES/katello.mo +0 -0
  227. data/locale/or/katello.po +77 -263
  228. data/locale/pa/LC_MESSAGES/katello.mo +0 -0
  229. data/locale/pa/katello.po +77 -263
  230. data/locale/pl/LC_MESSAGES/katello.mo +0 -0
  231. data/locale/pl/katello.po +77 -263
  232. data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
  233. data/locale/pl_PL/katello.po +77 -263
  234. data/locale/pt/LC_MESSAGES/katello.mo +0 -0
  235. data/locale/pt/katello.po +77 -263
  236. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  237. data/locale/pt_BR/katello.po +258 -445
  238. data/locale/ro/LC_MESSAGES/katello.mo +0 -0
  239. data/locale/ro/katello.po +77 -263
  240. data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
  241. data/locale/ro_RO/katello.po +77 -263
  242. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  243. data/locale/ru/katello.po +78 -264
  244. data/locale/sl/LC_MESSAGES/katello.mo +0 -0
  245. data/locale/sl/katello.po +77 -263
  246. data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
  247. data/locale/sv_SE/katello.po +77 -263
  248. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  249. data/locale/ta/katello.po +77 -263
  250. data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
  251. data/locale/ta_IN/katello.po +77 -263
  252. data/locale/te/LC_MESSAGES/katello.mo +0 -0
  253. data/locale/te/katello.po +77 -263
  254. data/locale/tr/LC_MESSAGES/katello.mo +0 -0
  255. data/locale/tr/katello.po +77 -263
  256. data/locale/vi/LC_MESSAGES/katello.mo +0 -0
  257. data/locale/vi/katello.po +77 -263
  258. data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
  259. data/locale/vi_VN/katello.po +77 -263
  260. data/locale/zh/LC_MESSAGES/katello.mo +0 -0
  261. data/locale/zh/katello.po +77 -263
  262. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  263. data/locale/zh_CN/katello.po +632 -824
  264. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  265. data/locale/zh_TW/katello.po +78 -264
  266. data/webpack/ForemanColumnExtensions/index.js +12 -4
  267. data/webpack/components/ActivationKeysSearch/index.js +6 -7
  268. data/webpack/components/Bookmark/AddBookmarkModal.js +3 -3
  269. data/webpack/components/Bookmark/Bookmark.scss +3 -3
  270. data/webpack/components/Bookmark/index.js +7 -2
  271. data/webpack/components/EditableSwitch.js +1 -1
  272. data/webpack/components/EditableTextInput/EditableTextInput.js +1 -1
  273. data/webpack/components/EditableTextInput/editableTextInput.scss +1 -1
  274. data/webpack/components/Errata/index.js +1 -24
  275. data/webpack/components/Loading.js +10 -6
  276. data/webpack/components/Packages/index.js +2 -1
  277. data/webpack/components/SelectAllCheckbox/index.js +7 -3
  278. data/webpack/components/SelectableDropdown/SelectableDropdown.js +21 -3
  279. data/webpack/components/Table/EmptyStateMessage.js +12 -14
  280. data/webpack/components/Table/MainTable.js +8 -7
  281. data/webpack/components/Table/MainTable.scss +4 -4
  282. data/webpack/components/extensions/HostDetails/ActionsBar/index.js +4 -1
  283. data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js +1 -1
  284. data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ContentViewDetailsCard.js +9 -6
  285. data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/__tests__/changeHostCVModal.test.js +2 -1
  286. data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/__tests__/contentViews.fixtures.json +4 -1
  287. data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js +23 -6
  288. data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.scss +1 -1
  289. data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsCard.js +5 -3
  290. data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsCard.scss +3 -3
  291. data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js +1 -1
  292. data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/__tests__/hostCollectionsModal.test.js +25 -10
  293. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js +5 -2
  294. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.scss +2 -2
  295. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +5 -4
  296. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeCard.test.js +6 -3
  297. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +19 -12
  298. data/webpack/components/extensions/HostDetails/Cards/__tests__/errataOverviewCard.test.js +1 -1
  299. data/webpack/components/extensions/HostDetails/DetailsTabCards/HwPropertiesCard.js +1 -4
  300. data/webpack/components/extensions/HostDetails/DetailsTabCards/ImageModeCard.js +1 -4
  301. data/webpack/components/extensions/HostDetails/DetailsTabCards/InstalledProductsCard.js +1 -4
  302. data/webpack/components/extensions/HostDetails/DetailsTabCards/__test__/HwPropertiesCard.test.js +63 -0
  303. data/webpack/components/extensions/HostDetails/DetailsTabCards/__test__/ImageModeCard.test.js +73 -0
  304. data/webpack/components/extensions/HostDetails/DetailsTabCards/__test__/InstalledProductsCard.test.js +45 -0
  305. data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebInstallModal.js +12 -2
  306. data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebInstallModal.scss +1 -1
  307. data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js +10 -13
  308. data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.scss +1 -1
  309. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +46 -21
  310. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.scss +1 -1
  311. data/webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js +15 -7
  312. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js +13 -3
  313. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.scss +1 -1
  314. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js +34 -20
  315. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.scss +1 -1
  316. data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +8 -6
  317. data/webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.js +5 -3
  318. data/webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.scss +1 -1
  319. data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesEnabler.js +12 -13
  320. data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesTab.js +16 -6
  321. data/webpack/components/extensions/HostDetails/Tabs/__tests__/debsInstallModal.test.js +10 -5
  322. data/webpack/components/extensions/HostDetails/Tabs/__tests__/debsTab.test.js +48 -22
  323. data/webpack/components/extensions/HostDetails/Tabs/__tests__/errataTab.test.js +123 -47
  324. data/webpack/components/extensions/HostDetails/Tabs/__tests__/moduleStreamsTab.test.js +14 -7
  325. data/webpack/components/extensions/HostDetails/Tabs/__tests__/packageInstallModal.test.js +10 -5
  326. data/webpack/components/extensions/HostDetails/Tabs/__tests__/packagesTab.test.js +41 -24
  327. data/webpack/components/extensions/HostDetails/Tabs/__tests__/repositorySetsTab.test.js +50 -25
  328. data/webpack/components/extensions/HostDetails/Tabs/__tests__/tracesTab.test.js +50 -25
  329. data/webpack/components/extensions/HostDetails/hostDetailsHelpers.js +3 -0
  330. data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_Review.js +16 -2
  331. data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_ReviewFooter.js +6 -2
  332. data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/BulkErrataWizard.js +5 -1
  333. data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js +16 -2
  334. data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_ReviewFooter.js +6 -2
  335. data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js +15 -2
  336. data/webpack/components/extensions/Hosts/BulkActions/HostReview.js +1 -1
  337. data/webpack/components/extensions/Hosts/BulkActions/__tests__/bulkChangeHostCVModal.test.js +2 -1
  338. data/webpack/components/extensions/Hosts/FontAwesomeImageModeIcon.js +1 -1
  339. data/webpack/components/extensions/Hosts/ImageModeHostAlert.js +14 -0
  340. data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/ActivationKeys.test.js.snap +14 -17
  341. data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/Force.test.js.snap +1 -1
  342. data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/IgnoreSubmanErrors.test.js.snap +1 -1
  343. data/webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js +38 -49
  344. data/webpack/containers/Application/overrides.scss +7 -7
  345. data/webpack/ouia_id_check.js +15 -11
  346. data/webpack/redux/actions/RedHatRepositories/helpers.js +0 -2
  347. data/webpack/scenes/ActivationKeys/Details/__tests__/activationKeyDetails.test.js +12 -6
  348. data/webpack/scenes/ActivationKeys/Details/components/DeleteMenu.js +12 -2
  349. data/webpack/scenes/ActivationKeys/Details/components/EditModal.js +3 -3
  350. data/webpack/scenes/AlternateContentSources/Create/ACSCreateWizard.js +3 -1
  351. data/webpack/scenes/AlternateContentSources/Create/Steps/ACSCreateFinish.js +3 -1
  352. data/webpack/scenes/AlternateContentSources/Create/Steps/ACSCredentials.js +12 -6
  353. data/webpack/scenes/AlternateContentSources/Create/Steps/ACSSmartProxies.js +1 -1
  354. data/webpack/scenes/AlternateContentSources/Create/Steps/AcsUrlPaths.js +22 -7
  355. data/webpack/scenes/AlternateContentSources/Create/Steps/NameACS.js +2 -2
  356. data/webpack/scenes/AlternateContentSources/Create/Steps/SelectSource.js +1 -1
  357. data/webpack/scenes/AlternateContentSources/Create/__tests__/acsCreate.test.js +6 -3
  358. data/webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js +25 -15
  359. data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditCredentials.js +9 -6
  360. data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditDetails.js +2 -2
  361. data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditSmartProxies.js +1 -1
  362. data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditURLPaths.js +33 -7
  363. data/webpack/scenes/AlternateContentSources/Details/__tests__/ACSEdits.test.js +10 -5
  364. data/webpack/scenes/AlternateContentSources/Details/__tests__/ACSExpandableDetails.test.js +4 -2
  365. data/webpack/scenes/AlternateContentSources/MainTable/ACSTable.js +10 -8
  366. data/webpack/scenes/AlternateContentSources/MainTable/__tests__/acsTable.test.js +4 -2
  367. data/webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js +5 -5
  368. data/webpack/scenes/Content/Details/__tests__/contentDetail.test.js +8 -4
  369. data/webpack/scenes/Content/__tests__/contentTable.test.js +4 -2
  370. data/webpack/scenes/ContentViews/Copy/CopyContentViewForm.js +1 -1
  371. data/webpack/scenes/ContentViews/Copy/__tests__/contentViewCopyResult.fixtures.json +1 -0
  372. data/webpack/scenes/ContentViews/Copy/__tests__/copyContentView.test.js +2 -1
  373. data/webpack/scenes/ContentViews/Create/CreateContentViewForm.js +86 -31
  374. data/webpack/scenes/ContentViews/Create/CreateContentViewForm.scss +10 -2
  375. data/webpack/scenes/ContentViews/Create/__tests__/contentViewCreateResult.fixtures.json +1 -0
  376. data/webpack/scenes/ContentViews/Create/__tests__/createContentView.test.js +10 -4
  377. data/webpack/scenes/ContentViews/Delete/ContentViewDeleteWizard.js +3 -1
  378. data/webpack/scenes/ContentViews/Delete/Steps/CVDeleteEnvironmentsSelection.js +6 -6
  379. data/webpack/scenes/ContentViews/Delete/Steps/CVDeletionReassignActivationKeysForm.js +7 -2
  380. data/webpack/scenes/ContentViews/Delete/Steps/CVDeletionReassignHostsForm.js +7 -2
  381. data/webpack/scenes/ContentViews/Delete/Steps/CVDeletionReview.js +3 -3
  382. data/webpack/scenes/ContentViews/Delete/Steps/CVEnvironmentSelectionForm.scss +1 -1
  383. data/webpack/scenes/ContentViews/Delete/__tests__/CvData.fixtures.json +2 -1
  384. data/webpack/scenes/ContentViews/Delete/__tests__/affectedHosts.fixtures.json +3 -2
  385. data/webpack/scenes/ContentViews/Delete/__tests__/contentViewDelete.test.js +10 -8
  386. data/webpack/scenes/ContentViews/Delete/__tests__/cvDetails.fixtures.json +2 -1
  387. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js +16 -5
  388. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js +19 -5
  389. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentEnvironments.js +1 -1
  390. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +11 -2
  391. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/compositeCVDetails.fixtures.json +2 -1
  392. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.test.js +69 -27
  393. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/publishedContentViewDetails.fixtures.json +2 -1
  394. data/webpack/scenes/ContentViews/Details/ContentViewDetails.js +22 -29
  395. data/webpack/scenes/ContentViews/Details/ContentViewInfo.js +6 -2
  396. data/webpack/scenes/ContentViews/Details/Filters/Add/CVFilterAddModal.js +20 -7
  397. data/webpack/scenes/ContentViews/Details/Filters/Add/__tests__/cvFilterAdd.test.js +4 -2
  398. data/webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositorySelection.js +5 -2
  399. data/webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositoryTable.js +3 -1
  400. data/webpack/scenes/ContentViews/Details/Filters/ArtifactsWithNoErrata.js +1 -1
  401. data/webpack/scenes/ContentViews/Details/Filters/CVContainerImageFilterContent.js +4 -2
  402. data/webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js +13 -1
  403. data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +23 -7
  404. data/webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js +23 -5
  405. data/webpack/scenes/ContentViews/Details/Filters/CVModuleStreamFilterContent.js +15 -3
  406. data/webpack/scenes/ContentViews/Details/Filters/CVPackageGroupFilterContent.js +15 -3
  407. data/webpack/scenes/ContentViews/Details/Filters/CVRpmFilterContent.js +13 -1
  408. data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilterDetailsHeader.js +6 -4
  409. data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilters.js +11 -1
  410. data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/__tests__/CVRpmMatchContentModal.test.js +4 -2
  411. data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/matchContentModal.scss +1 -1
  412. data/webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js +2 -2
  413. data/webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js +4 -4
  414. data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVContainerImageFilterContent.test.js +18 -12
  415. data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVRpmFilterContent.test.js +7 -11
  416. data/webpack/scenes/ContentViews/Details/Filters/__tests__/ContentViewPackageGroupFilter.test.js +81 -70
  417. data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewErrataByDateDetails.fixtures.json +1 -0
  418. data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilterDetails.test.js +4 -2
  419. data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilters.test.js +52 -38
  420. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataDateFilterContent.test.js +9 -4
  421. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataIDFilter.test.js +18 -12
  422. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErratumFilterDetails.fixtures.json +1 -0
  423. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvFilterDetailModuleAffectedRepos.fixtures.json +1 -0
  424. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvFilterDetailWithAffectedRepos.fixtures.json +1 -0
  425. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvFilterFixutre.fixture.json +2 -1
  426. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvModuleStreamFilter.test.js +77 -67
  427. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvModuleStreamFilterDetails.fixtures.json +1 -0
  428. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvPackageFilterDetail.fixtures.json +1 -0
  429. data/webpack/scenes/ContentViews/Details/Histories/ContentViewHistories.js +2 -2
  430. data/webpack/scenes/ContentViews/Details/Histories/__tests__/contentViewHistory.test.js +4 -2
  431. data/webpack/scenes/ContentViews/Details/Promote/ContentViewVersionPromote.js +1 -1
  432. data/webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js +7 -5
  433. data/webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewAddRemove.test.js +6 -3
  434. data/webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewRepoAdd.fixture.json +1 -0
  435. data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/ActionSummary.js +3 -2
  436. data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/BulkDeleteModal.js +3 -1
  437. data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ConfirmBulkDelete.js +2 -2
  438. data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ReassignActivationKeys.js +3 -1
  439. data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ReassignHosts.js +3 -1
  440. data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ReviewEnvironments.js +4 -4
  441. data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompare.scss +11 -11
  442. data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareHeader.js +15 -5
  443. data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersionEnvironments.js +1 -1
  444. data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js +13 -3
  445. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveCVVersionWizard.js +3 -1
  446. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVEnvironmentSelectionForm.js +17 -13
  447. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignActivationKeysForm.js +12 -7
  448. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignHostsForm.js +64 -7
  449. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js +52 -21
  450. data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvVersionRemove.test.js +30 -16
  451. data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetails.scss +7 -7
  452. data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsHeader.js +5 -3
  453. data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsTable.js +4 -2
  454. data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDetails.test.js +6 -3
  455. data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDetailsEmpty.test.js +2 -1
  456. data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersions.test.js +6 -6
  457. data/webpack/scenes/ContentViews/Details/__tests__/contentViewDetail.test.js +35 -4
  458. data/webpack/scenes/ContentViews/Details/__tests__/contentViewDetails.fixtures.json +1 -0
  459. data/webpack/scenes/ContentViews/Details/__tests__/contentViewRollingDetail.test.js +197 -0
  460. data/webpack/scenes/ContentViews/Details/__tests__/contentViewRollingDetails.fixtures.json +82 -0
  461. data/webpack/scenes/ContentViews/Publish/CVPublishFinish.js +3 -7
  462. data/webpack/scenes/ContentViews/Publish/CVPublishForm.js +2 -2
  463. data/webpack/scenes/ContentViews/Publish/CVPublishReview.js +6 -5
  464. data/webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js +3 -1
  465. data/webpack/scenes/ContentViews/Publish/__tests__/publishContentView.test.js +15 -7
  466. data/webpack/scenes/ContentViews/Publish/cvPublishForm.scss +4 -4
  467. data/webpack/scenes/ContentViews/Table/ContentViewVersionCell.js +6 -4
  468. data/webpack/scenes/ContentViews/Table/ContentViewsTable.js +14 -3
  469. data/webpack/scenes/ContentViews/Table/tableDataGenerator.js +3 -0
  470. data/webpack/scenes/ContentViews/__tests__/basicContentViews.fixtures.js +1 -0
  471. data/webpack/scenes/ContentViews/__tests__/contentViewList.fixtures.json +89 -2
  472. data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +85 -14
  473. data/webpack/scenes/ContentViews/__tests__/mockDetails.fixtures.json +2 -1
  474. data/webpack/scenes/ContentViews/components/ContentViewIcon.js +20 -6
  475. data/webpack/scenes/ContentViews/components/ContentViewSelect/ContentViewSelect.js +4 -1
  476. data/webpack/scenes/ContentViews/components/ContentViewSelect/ContentViewSelectOption.js +11 -2
  477. data/webpack/scenes/ContentViews/components/ContentViewsCounter.js +27 -7
  478. data/webpack/scenes/ContentViews/components/EnvironmentLabels.js +2 -2
  479. data/webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPaths.js +6 -2
  480. data/webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPaths.scss +4 -1
  481. data/webpack/scenes/ContentViews/components/FiltersAppliedIcon.js +4 -2
  482. data/webpack/scenes/ContentViews/components/NeedsPublishIcon.js +7 -6
  483. data/webpack/scenes/ContentViews/components/NeedsPublishIcon.scss +2 -2
  484. data/webpack/scenes/ContentViews/components/contentViewIcon.scss +16 -3
  485. data/webpack/scenes/ContentViews/expansions/DetailsExpansion.js +6 -1
  486. data/webpack/scenes/ContentViews/expansions/RelatedCompositeContentViewsModal.js +3 -3
  487. data/webpack/scenes/ContentViews/expansions/__tests__/contentViewComponentsModal.test.js +2 -1
  488. data/webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js +5 -3
  489. data/webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceTemplate.js +3 -2
  490. data/webpack/scenes/Hosts/ChangeContentSource/components/FormField.js +1 -1
  491. data/webpack/scenes/Hosts/ChangeContentSource/components/HostsModal.js +1 -1
  492. data/webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js +1 -1
  493. data/webpack/scenes/RedHatRepositories/components/EnabledRepository/__tests__/__snapshots__/EnabledRepositoryContent.test.js.snap +1 -1
  494. data/webpack/scenes/RedHatRepositories/index.scss +1 -1
  495. data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +27 -7
  496. data/webpack/scenes/SmartProxy/ExpandedSmartProxyRepositories.js +51 -2
  497. data/webpack/scenes/SmartProxy/SmartProxyExpandableTable.js +2 -2
  498. data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +14 -9
  499. data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CdnConfigurationForm.scss +1 -1
  500. data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CustomCdnTypeForm.js +2 -2
  501. data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/NetworkSyncForm.js +6 -6
  502. data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/__tests__/CdnTypeForm.test.js +2 -1
  503. data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/__tests__/CustomCdnTypeForm.test.js +2 -1
  504. data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/__tests__/ExportSyncForm.test.js +2 -1
  505. data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/__tests__/NetworkSyncForm.test.js +2 -1
  506. metadata +72 -53
  507. data/app/models/katello/yum_metadata_file.rb +0 -22
  508. data/app/services/katello/pulp3/yum_metadata_file.rb +0 -20
  509. data/db/migrate/20250714190050_add_missing_rpms_evr_index.rb +0 -14
@@ -15,7 +15,7 @@
15
15
  #
16
16
  msgid ""
17
17
  msgstr ""
18
- "Project-Id-Version: katello 4.16.2\n"
18
+ "Project-Id-Version: katello 4.17.0.pre.master\n"
19
19
  "Report-Msgid-Bugs-To: \n"
20
20
  "PO-Revision-Date: 2017-12-19 20:14+0000\n"
21
21
  "Last-Translator: Mark Olie <mark.transifex@oliekoets.nl>, 2023\n"
@@ -478,9 +478,6 @@ msgstr ""
478
478
  msgid "About page"
479
479
  msgstr ""
480
480
 
481
- msgid "Abstract async task"
482
- msgstr ""
483
-
484
481
  msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
485
482
  msgstr ""
486
483
 
@@ -797,6 +794,9 @@ msgstr ""
797
794
  msgid "Ansible collections"
798
795
  msgstr ""
799
796
 
797
+ msgid "Any updates to image mode host(s) will be lost on the next reboot."
798
+ msgstr ""
799
+
800
800
  msgid "Applicability Batch Size"
801
801
  msgstr ""
802
802
 
@@ -824,9 +824,6 @@ msgstr ""
824
824
  msgid "Apply errata"
825
825
  msgstr ""
826
826
 
827
- msgid "Apply erratum"
828
- msgstr ""
829
-
830
827
  msgid "Apply to all repositories in the CV"
831
828
  msgstr ""
832
829
 
@@ -994,9 +991,6 @@ msgstr "Auteur"
994
991
  msgid "Auto Publish - Triggered by '%s'"
995
992
  msgstr ""
996
993
 
997
- msgid "Auto attach subscriptions"
998
- msgstr ""
999
-
1000
994
  msgid "Auto publish"
1001
995
  msgstr ""
1002
996
 
@@ -1246,13 +1240,19 @@ msgstr ""
1246
1240
  msgid "Cannot add repositories to a composite content view"
1247
1241
  msgstr ""
1248
1242
 
1243
+ msgid "Cannot add rolling content view to composite content view"
1244
+ msgstr ""
1245
+
1246
+ msgid "Cannot assign content view environment %s: The content view has either not been published or has not been promoted to that lifecycle environment."
1247
+ msgstr ""
1248
+
1249
1249
  msgid "Cannot associate a Red Hat provider with a custom product"
1250
1250
  msgstr ""
1251
1251
 
1252
1252
  msgid "Cannot associate a component to a non composite content view"
1253
1253
  msgstr ""
1254
1254
 
1255
- msgid "Cannot be disabled because it is part of a published content view"
1255
+ msgid "Cannot be disabled because it is part of a content view"
1256
1256
  msgstr ""
1257
1257
 
1258
1258
  msgid "Cannot calculate name for custom repos"
@@ -1474,9 +1474,6 @@ msgstr ""
1474
1474
  msgid "Comma-separated list of tags to sync for a container image repository"
1475
1475
  msgstr ""
1476
1476
 
1477
- msgid "Commit upload"
1478
- msgstr ""
1479
-
1480
1477
  msgid "Compare"
1481
1478
  msgstr ""
1482
1479
 
@@ -1495,9 +1492,6 @@ msgstr ""
1495
1492
  msgid "Components"
1496
1493
  msgstr ""
1497
1494
 
1498
- msgid "Composite"
1499
- msgstr ""
1500
-
1501
1495
  msgid "Composite Content View"
1502
1496
  msgstr ""
1503
1497
 
@@ -1528,15 +1522,6 @@ msgstr ""
1528
1522
  msgid "Consider changing the Lifecycle Environment's Registry Name Pattern to something more specific."
1529
1523
  msgstr ""
1530
1524
 
1531
- msgid "Consisting of multiple content views"
1532
- msgstr ""
1533
-
1534
- msgid "Consists of content views"
1535
- msgstr ""
1536
-
1537
- msgid "Consists of repositories"
1538
- msgstr ""
1539
-
1540
1525
  msgid "Consumed"
1541
1526
  msgstr ""
1542
1527
 
@@ -1573,6 +1558,15 @@ msgstr ""
1573
1558
  msgid "Container tags"
1574
1559
  msgstr ""
1575
1560
 
1561
+ msgid "Contains content views. You must choose the version to use for each content view."
1562
+ msgstr ""
1563
+
1564
+ msgid "Contains repositories. Always serves the latest synced content, without the need to publish versions."
1565
+ msgstr ""
1566
+
1567
+ msgid "Contains repositories. Versions are published and optionally filtered."
1568
+ msgstr ""
1569
+
1576
1570
  msgid "Content"
1577
1571
  msgstr ""
1578
1572
 
@@ -1831,27 +1825,15 @@ msgstr ""
1831
1825
  msgid "Copy"
1832
1826
  msgstr ""
1833
1827
 
1834
- msgid "Copy all units"
1835
- msgstr ""
1836
-
1837
1828
  msgid "Copy an activation key"
1838
1829
  msgstr ""
1839
1830
 
1840
- msgid "Copy content"
1841
- msgstr ""
1842
-
1843
1831
  msgid "Copy content view"
1844
1832
  msgstr ""
1845
1833
 
1846
1834
  msgid "Copy to clipboard"
1847
1835
  msgstr ""
1848
1836
 
1849
- msgid "Copy version"
1850
- msgstr ""
1851
-
1852
- msgid "Copy version units to library"
1853
- msgstr ""
1854
-
1855
1837
  msgid "Cores per socket"
1856
1838
  msgstr "Cores per socket"
1857
1839
 
@@ -2059,21 +2041,12 @@ msgstr ""
2059
2041
  msgid "Create content view"
2060
2042
  msgstr ""
2061
2043
 
2062
- msgid "Create exporter"
2063
- msgstr ""
2064
-
2065
2044
  msgid "Create filter"
2066
2045
  msgstr ""
2067
2046
 
2068
2047
  msgid "Create host collection"
2069
2048
  msgstr ""
2070
2049
 
2071
- msgid "Create import"
2072
- msgstr ""
2073
-
2074
- msgid "Create importer"
2075
- msgstr ""
2076
-
2077
2050
  msgid "Create new activation key"
2078
2051
  msgstr ""
2079
2052
 
@@ -2083,12 +2056,6 @@ msgstr ""
2083
2056
  msgid "Create package filter rule"
2084
2057
  msgstr ""
2085
2058
 
2086
- msgid "Create publication"
2087
- msgstr ""
2088
-
2089
- msgid "Create remote"
2090
- msgstr ""
2091
-
2092
2059
  msgid "Create rule"
2093
2060
  msgstr ""
2094
2061
 
@@ -2206,7 +2173,7 @@ msgstr ""
2206
2173
  msgid "Default System SLA"
2207
2174
  msgstr ""
2208
2175
 
2209
- msgid "Default content view versions cannot be promoted"
2176
+ msgid "Default and Rolling content view versions cannot be promoted"
2210
2177
  msgstr ""
2211
2178
 
2212
2179
  msgid "Default download policy for Smart Proxy syncs (either 'inherit', immediate', or 'on_demand')"
@@ -2338,36 +2305,12 @@ msgstr ""
2338
2305
  msgid "Delete content view filters that have this repository as the last associated repository. Defaults to true. If false, such filters will now apply to all repositories in the content view."
2339
2306
  msgstr ""
2340
2307
 
2341
- msgid "Delete distributions"
2342
- msgstr ""
2343
-
2344
2308
  msgid "Delete manifest from Red Hat provider"
2345
2309
  msgstr ""
2346
2310
 
2347
2311
  msgid "Delete multiple filters from a content view"
2348
2312
  msgstr ""
2349
2313
 
2350
- msgid "Delete orphan alternate content sources"
2351
- msgstr ""
2352
-
2353
- msgid "Delete orphan distributions"
2354
- msgstr ""
2355
-
2356
- msgid "Delete orphan remotes"
2357
- msgstr ""
2358
-
2359
- msgid "Delete orphan repository versions"
2360
- msgstr ""
2361
-
2362
- msgid "Delete orphaned migrated repositories"
2363
- msgstr ""
2364
-
2365
- msgid "Delete remote"
2366
- msgstr ""
2367
-
2368
- msgid "Delete repository references"
2369
- msgstr ""
2370
-
2371
2314
  msgid "Delete version"
2372
2315
  msgstr ""
2373
2316
 
@@ -2467,12 +2410,6 @@ msgstr ""
2467
2410
  msgid "Destroy an environment in an organization"
2468
2411
  msgstr ""
2469
2412
 
2470
- msgid "Destroy exporter"
2471
- msgstr ""
2472
-
2473
- msgid "Destroy importer"
2474
- msgstr ""
2475
-
2476
2413
  msgid "Destroy one or more alternate content sources"
2477
2414
  msgstr ""
2478
2415
 
@@ -2521,9 +2458,6 @@ msgstr ""
2521
2458
  msgid "Disabling Simple Content Access failed for '%{subject}'."
2522
2459
  msgstr ""
2523
2460
 
2524
- msgid "Discover"
2525
- msgstr ""
2526
-
2527
2461
  msgid "Discover Repositories"
2528
2462
  msgstr ""
2529
2463
 
@@ -2719,9 +2653,6 @@ msgstr "Omgeving IDs"
2719
2653
  msgid "Environment cannot be in its own promotion path"
2720
2654
  msgstr ""
2721
2655
 
2722
- msgid "Environment contents refresh"
2723
- msgstr ""
2724
-
2725
2656
  msgid "Environment identifier"
2726
2657
  msgstr ""
2727
2658
 
@@ -2761,9 +2692,6 @@ msgstr ""
2761
2692
  msgid "Errata id of the erratum (RHSA-2012:108)"
2762
2693
  msgstr ""
2763
2694
 
2764
- msgid "Errata mail"
2765
- msgstr ""
2766
-
2767
2695
  msgid "Errata statuses not updated for deleted content facet with UUID %s"
2768
2696
  msgstr ""
2769
2697
 
@@ -2923,9 +2851,6 @@ msgstr ""
2923
2851
  msgid "Fetch installable errata for one or more hosts."
2924
2852
  msgstr ""
2925
2853
 
2926
- msgid "Fetch pxe files"
2927
- msgstr ""
2928
-
2929
2854
  msgid "Fetch traces for one or more hosts"
2930
2855
  msgstr ""
2931
2856
 
@@ -3019,9 +2944,6 @@ msgstr ""
3019
2944
  msgid "Filter versions that are components in the specified composite version"
3020
2945
  msgstr ""
3021
2946
 
3022
- msgid "Filtered index content"
3023
- msgstr ""
3024
-
3025
2947
  msgid "Filters"
3026
2948
  msgstr ""
3027
2949
 
@@ -3114,9 +3036,6 @@ msgstr ""
3114
3036
  msgid "Generate host applicability"
3115
3037
  msgstr ""
3116
3038
 
3117
- msgid "Generate metadata"
3118
- msgstr ""
3119
-
3120
3039
  msgid "Generate repository applicability"
3121
3040
  msgstr ""
3122
3041
 
@@ -3354,12 +3273,6 @@ msgstr ""
3354
3273
  msgid "How to order the sorted results (e.g. ASC for ascending)"
3355
3274
  msgstr ""
3356
3275
 
3357
- msgid "Hypervisors"
3358
- msgstr ""
3359
-
3360
- msgid "Hypervisors update"
3361
- msgstr ""
3362
-
3363
3276
  msgid "ID of a HTTP Proxy"
3364
3277
  msgstr ""
3365
3278
 
@@ -3680,9 +3593,6 @@ msgstr ""
3680
3593
  msgid "Import a subscription manifest to give hosts access to Red Hat content."
3681
3594
  msgstr ""
3682
3595
 
3683
- msgid "Import migration"
3684
- msgstr ""
3685
-
3686
3596
  msgid "Import new manifest"
3687
3597
  msgstr ""
3688
3598
 
@@ -3692,12 +3602,6 @@ msgstr ""
3692
3602
  msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
3693
3603
  msgstr ""
3694
3604
 
3695
- msgid "Import repository upload"
3696
- msgstr ""
3697
-
3698
- msgid "Import upload"
3699
- msgstr ""
3700
-
3701
3605
  msgid "Import uploads into a repository"
3702
3606
  msgstr ""
3703
3607
 
@@ -3764,9 +3668,6 @@ msgstr ""
3764
3668
  msgid "Incremental Update incomplete."
3765
3669
  msgstr ""
3766
3670
 
3767
- msgid "Incremental Update of Content View Version(s) "
3768
- msgstr ""
3769
-
3770
3671
  msgid "Incremental Update of %{content_view_count} Content View Version(s) "
3771
3672
  msgstr ""
3772
3673
 
@@ -3779,27 +3680,12 @@ msgstr ""
3779
3680
  msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
3780
3681
  msgstr ""
3781
3682
 
3782
- msgid "Index content"
3783
- msgstr ""
3784
-
3785
- msgid "Index errata"
3786
- msgstr ""
3787
-
3788
- msgid "Index module streams"
3789
- msgstr ""
3790
-
3791
- msgid "Index package groups"
3792
- msgstr ""
3793
-
3794
3683
  msgid "Informable Type must be one of the following [ %{list} ]"
3795
3684
  msgstr ""
3796
3685
 
3797
3686
  msgid "Inherit from Repository"
3798
3687
  msgstr ""
3799
3688
 
3800
- msgid "Initialize"
3801
- msgstr ""
3802
-
3803
3689
  msgid "Initiate a sync of the products attached to the sync plan"
3804
3690
  msgstr ""
3805
3691
 
@@ -3875,9 +3761,6 @@ msgstr ""
3875
3761
  msgid "Installing Package..."
3876
3762
  msgstr ""
3877
3763
 
3878
- msgid "Instance update"
3879
- msgstr ""
3880
-
3881
3764
  msgid "Instance-based"
3882
3765
  msgstr ""
3883
3766
 
@@ -3986,6 +3869,27 @@ msgstr ""
3986
3869
  msgid "It is only allowed for Non-Redhat Yum repositories."
3987
3870
  msgstr ""
3988
3871
 
3872
+ msgid "It's not possible to bulk remove versions from a rolling content view."
3873
+ msgstr ""
3874
+
3875
+ msgid "It's not possible to copy a rolling content view."
3876
+ msgstr ""
3877
+
3878
+ msgid "It's not possible to create a filter for a rolling content view."
3879
+ msgstr ""
3880
+
3881
+ msgid "It's not possible to destroy a version of a rolling content view."
3882
+ msgstr ""
3883
+
3884
+ msgid "It's not possible to export a rolling content view."
3885
+ msgstr ""
3886
+
3887
+ msgid "It's not possible to promote a rolling content view."
3888
+ msgstr ""
3889
+
3890
+ msgid "It's not possible to publish a rolling content view."
3891
+ msgstr ""
3892
+
3989
3893
  msgid "Job '${description}' completed"
3990
3894
  msgstr ""
3991
3895
 
@@ -4604,9 +4508,6 @@ msgstr "Bericht"
4604
4508
  msgid "Messaging connection"
4605
4509
  msgstr ""
4606
4510
 
4607
- msgid "Metadata generate"
4608
- msgstr ""
4609
-
4610
4511
  msgid ""
4611
4512
  "Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
4612
4513
  "Alternatively, use the 'force' parameter to regenerate metadata locally. On the next sync, the upstream repository's metadata will overwrite local metadata for 'Complete Mirroring' repositories."
@@ -4663,16 +4564,10 @@ msgstr ""
4663
4564
  msgid "Multi Content View Environment"
4664
4565
  msgstr ""
4665
4566
 
4666
- msgid "Multi copy all units"
4667
- msgstr ""
4668
-
4669
- msgid "Multi copy content"
4670
- msgstr ""
4671
-
4672
- msgid "Multi copy units"
4567
+ msgid "Multi-entitlement"
4673
4568
  msgstr ""
4674
4569
 
4675
- msgid "Multi-entitlement"
4570
+ msgid "Must be Ascii alphanumeric, '_' or '-'"
4676
4571
  msgstr ""
4677
4572
 
4678
4573
  msgid "N/A"
@@ -5302,6 +5197,9 @@ msgstr ""
5302
5197
  msgid "Organization required"
5303
5198
  msgstr ""
5304
5199
 
5200
+ msgid "Orphan cleanup failed to delete some Pulp repository versions. Check the logs for more details."
5201
+ msgstr ""
5202
+
5305
5203
  msgid "Orphaned Content Protection Time"
5306
5204
  msgstr ""
5307
5205
 
@@ -5455,6 +5353,9 @@ msgstr ""
5455
5353
  msgid "Package Update scheduled by %s"
5456
5354
  msgstr ""
5457
5355
 
5356
+ msgid "Package actions will be transient"
5357
+ msgstr ""
5358
+
5458
5359
  msgid "Package group update canceled"
5459
5360
  msgstr ""
5460
5361
 
@@ -5847,9 +5748,6 @@ msgstr ""
5847
5748
  msgid "Pulp task error"
5848
5749
  msgstr ""
5849
5750
 
5850
- msgid "Purge completed tasks"
5851
- msgstr ""
5852
-
5853
5751
  msgid "Python Package"
5854
5752
  msgstr ""
5855
5753
 
@@ -5958,9 +5856,6 @@ msgstr ""
5958
5856
  msgid "Reclaim Space"
5959
5857
  msgstr ""
5960
5858
 
5961
- msgid "Reclaim space"
5962
- msgstr ""
5963
-
5964
5859
  msgid "Reclaim space from On Demand repositories"
5965
5860
  msgstr ""
5966
5861
 
@@ -6021,10 +5916,10 @@ msgstr ""
6021
5916
  msgid "Refresh Manifest"
6022
5917
  msgstr ""
6023
5918
 
6024
- msgid "Refresh all alternate content sources"
5919
+ msgid "Refresh RollingCV Repo"
6025
5920
  msgstr ""
6026
5921
 
6027
- msgid "Refresh all distributions"
5922
+ msgid "Refresh all alternate content sources"
6028
5923
  msgstr ""
6029
5924
 
6030
5925
  msgid "Refresh alternate content sources"
@@ -6039,27 +5934,15 @@ msgstr ""
6039
5934
  msgid "Refresh counts"
6040
5935
  msgstr ""
6041
5936
 
6042
- msgid "Refresh distribution"
6043
- msgstr ""
6044
-
6045
5937
  msgid "Refresh errata applicability"
6046
5938
  msgstr ""
6047
5939
 
6048
- msgid "Refresh if needed"
6049
- msgstr ""
6050
-
6051
5940
  msgid "Refresh package applicability"
6052
5941
  msgstr ""
6053
5942
 
6054
5943
  msgid "Refresh previously imported manifest for Red Hat provider"
6055
5944
  msgstr ""
6056
5945
 
6057
- msgid "Refresh remote"
6058
- msgstr ""
6059
-
6060
- msgid "Refresh repos"
6061
- msgstr ""
6062
-
6063
5946
  msgid "Refresh source"
6064
5947
  msgstr ""
6065
5948
 
@@ -6102,9 +5985,6 @@ msgstr ""
6102
5985
  msgid "Registry name pattern will result in invalid container image name of member repositories"
6103
5986
  msgstr ""
6104
5987
 
6105
- msgid "Reindex subscriptions"
6106
- msgstr ""
6107
-
6108
5988
  msgid "Related composite content views"
6109
5989
  msgstr ""
6110
5990
 
@@ -6201,9 +6081,6 @@ msgstr ""
6201
6081
  msgid "Remove one or more subscriptions from an upstream manifest"
6202
6082
  msgstr ""
6203
6083
 
6204
- msgid "Remove orphans"
6205
- msgstr ""
6206
-
6207
6084
  msgid "Remove package group via Katello interface"
6208
6085
  msgstr ""
6209
6086
 
@@ -6231,12 +6108,6 @@ msgstr ""
6231
6108
  msgid "Remove subscriptions from one or more hosts"
6232
6109
  msgstr ""
6233
6110
 
6234
- msgid "Remove units"
6235
- msgstr ""
6236
-
6237
- msgid "Remove unneeded repos"
6238
- msgstr ""
6239
-
6240
6111
  msgid "Remove versions and/or environments from a content view and reassign systems and keys"
6241
6112
  msgstr ""
6242
6113
 
@@ -6261,9 +6132,6 @@ msgstr ""
6261
6132
  msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
6262
6133
  msgstr ""
6263
6134
 
6264
- msgid "Repair"
6265
- msgstr ""
6266
-
6267
6135
  msgid "Replace content source on the target machine"
6268
6136
  msgstr ""
6269
6137
 
@@ -6282,18 +6150,12 @@ msgstr ""
6282
6150
  msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
6283
6151
  msgstr ""
6284
6152
 
6285
- msgid "Repositories certs reset"
6286
- msgstr ""
6287
-
6288
6153
  msgid "Repositories common to the selected content view versions will merge, resulting in a composite content view that is a union of all content from each of the content view versions."
6289
6154
  msgstr ""
6290
6155
 
6291
6156
  msgid "Repositories from published Content Views are not allowed."
6292
6157
  msgstr ""
6293
6158
 
6294
- msgid "Repositories gpg reset"
6295
- msgstr ""
6296
-
6297
6159
  msgid "Repository"
6298
6160
  msgstr ""
6299
6161
 
@@ -6558,7 +6420,7 @@ msgstr ""
6558
6420
  msgid "Review affected environments"
6559
6421
  msgstr ""
6560
6422
 
6561
- msgid "Review and optionally exclude hosts from your selection."
6423
+ msgid "Review and optionally exclude hosts from your selection. Note that package actions on any image mode hosts will be transient and lost on the next reboot."
6562
6424
  msgstr ""
6563
6425
 
6564
6426
  msgid "Review and then click {submitBtnText}."
@@ -6591,6 +6453,12 @@ msgstr ""
6591
6453
  msgid "Rollback image digest"
6592
6454
  msgstr ""
6593
6455
 
6456
+ msgid "Rolling content view"
6457
+ msgstr ""
6458
+
6459
+ msgid "Rolling content views"
6460
+ msgstr ""
6461
+
6594
6462
  msgid "Rules to be added"
6595
6463
  msgstr ""
6596
6464
 
@@ -6636,33 +6504,12 @@ msgstr ""
6636
6504
  msgid "Save"
6637
6505
  msgstr "Opslaan"
6638
6506
 
6639
- msgid "Save artifact"
6640
- msgstr ""
6641
-
6642
- msgid "Save distribution references"
6643
- msgstr ""
6644
-
6645
- msgid "Save publication"
6646
- msgstr ""
6647
-
6648
- msgid "Save version"
6649
- msgstr ""
6650
-
6651
- msgid "Save versions"
6652
- msgstr ""
6653
-
6654
6507
  msgid "Saving alternate content source..."
6655
6508
  msgstr ""
6656
6509
 
6657
6510
  msgid "Scan a flatpak remote"
6658
6511
  msgstr ""
6659
6512
 
6660
- msgid "Scan cdn"
6661
- msgstr ""
6662
-
6663
- msgid "Scan remote"
6664
- msgstr ""
6665
-
6666
6513
  msgid "Schema version 1"
6667
6514
  msgstr ""
6668
6515
 
@@ -7044,9 +6891,6 @@ msgstr ""
7044
6891
  msgid "Simplified"
7045
6892
  msgstr ""
7046
6893
 
7047
- msgid "Single content view consisting of e.g. repositories"
7048
- msgstr ""
7049
-
7050
6894
  msgid "Size of file to upload"
7051
6895
  msgstr ""
7052
6896
 
@@ -7089,6 +6933,9 @@ msgstr ""
7089
6933
  msgid "Solve dependencies"
7090
6934
  msgstr ""
7091
6935
 
6936
+ msgid "Some environments are disabled because they are not associated with all of the affected hosts' content sources."
6937
+ msgstr ""
6938
+
7092
6939
  msgid "Some environments are disabled because they are not associated with the host's content source."
7093
6940
  msgstr ""
7094
6941
 
@@ -7452,9 +7299,6 @@ msgstr ""
7452
7299
  msgid "Supported Content Types"
7453
7300
  msgstr ""
7454
7301
 
7455
- msgid "Sync"
7456
- msgstr ""
7457
-
7458
7302
  msgid "Sync Canceled"
7459
7303
  msgstr ""
7460
7304
 
@@ -7509,9 +7353,6 @@ msgstr ""
7509
7353
  msgid "Sync all repositories for a product"
7510
7354
  msgstr ""
7511
7355
 
7512
- msgid "Sync capsule"
7513
- msgstr ""
7514
-
7515
7356
  msgid "Sync complete."
7516
7357
  msgstr ""
7517
7358
 
@@ -7530,9 +7371,6 @@ msgstr ""
7530
7371
  msgid "Sync state"
7531
7372
  msgstr ""
7532
7373
 
7533
- msgid "Syncable export"
7534
- msgstr ""
7535
-
7536
7374
  msgid "Synced"
7537
7375
  msgstr ""
7538
7376
 
@@ -7694,6 +7532,9 @@ msgid ""
7694
7532
  " %{repos}"
7695
7533
  msgstr ""
7696
7534
 
7535
+ msgid "The generated container repository name is invalid. Please review the lifecycle environment's registry name pattern. It may be caused by special characters in the components that make up the name, like the organization."
7536
+ msgstr ""
7537
+
7697
7538
  msgid "The id of the content source"
7698
7539
  msgstr ""
7699
7540
 
@@ -8038,9 +7879,6 @@ msgstr ""
8038
7879
  msgid "To manage packages, select an action."
8039
7880
  msgstr ""
8040
7881
 
8041
- msgid "Toggle"
8042
- msgstr ""
8043
-
8044
7882
  msgid "Token/password for the flatpak remote"
8045
7883
  msgstr ""
8046
7884
 
@@ -8173,6 +8011,12 @@ msgstr ""
8173
8011
  msgid "Unable to detect puppet path"
8174
8012
  msgstr ""
8175
8013
 
8014
+ msgid "Unable to find a content view with ID %s"
8015
+ msgstr ""
8016
+
8017
+ msgid "Unable to find a lifecycle environment with ID %s"
8018
+ msgstr ""
8019
+
8176
8020
  msgid "Unable to find product '%s' in organization '%s'"
8177
8021
  msgstr ""
8178
8022
 
@@ -8332,27 +8176,15 @@ msgstr ""
8332
8176
  msgid "Update content counts for the smart proxy"
8333
8177
  msgstr ""
8334
8178
 
8335
- msgid "Update content urls"
8336
- msgstr ""
8337
-
8338
8179
  msgid "Update content view environments for host"
8339
8180
  msgstr ""
8340
8181
 
8341
8182
  msgid "Update content view environments for host %s"
8342
8183
  msgstr ""
8343
8184
 
8344
- msgid "Update distributions"
8345
- msgstr ""
8346
-
8347
8185
  msgid "Update hosts manually"
8348
8186
  msgstr ""
8349
8187
 
8350
- msgid "Update http proxy"
8351
- msgstr ""
8352
-
8353
- msgid "Update http proxy details"
8354
- msgstr ""
8355
-
8356
8188
  msgid "Update installed packages, enabled repos, module inventory"
8357
8189
  msgstr ""
8358
8190
 
@@ -8368,21 +8200,12 @@ msgstr ""
8368
8200
  msgid "Update packages via Katello interface"
8369
8201
  msgstr ""
8370
8202
 
8371
- msgid "Update redhat repository"
8372
- msgstr ""
8373
-
8374
8203
  msgid "Update release version for host"
8375
8204
  msgstr ""
8376
8205
 
8377
8206
  msgid "Update release version for host %s"
8378
8207
  msgstr ""
8379
8208
 
8380
- msgid "Update remote"
8381
- msgstr ""
8382
-
8383
- msgid "Update repository"
8384
- msgstr ""
8385
-
8386
8209
  msgid "Update services requiring restart"
8387
8210
  msgstr ""
8388
8211
 
@@ -8473,12 +8296,6 @@ msgstr ""
8473
8296
  msgid "Upload a subscription manifest"
8474
8297
  msgstr ""
8475
8298
 
8476
- msgid "Upload content"
8477
- msgstr ""
8478
-
8479
- msgid "Upload file"
8480
- msgstr ""
8481
-
8482
8299
  msgid "Upload into"
8483
8300
  msgstr ""
8484
8301
 
@@ -8488,9 +8305,6 @@ msgstr ""
8488
8305
  msgid "Upload request id"
8489
8306
  msgstr ""
8490
8307
 
8491
- msgid "Upload tag"
8492
- msgstr ""
8493
-
8494
8308
  msgid "Upstream Candlepin"
8495
8309
  msgstr ""
8496
8310
 
@@ -8605,9 +8419,6 @@ msgstr ""
8605
8419
  msgid "Verify SSL"
8606
8420
  msgstr ""
8607
8421
 
8608
- msgid "Verify checksum"
8609
- msgstr ""
8610
-
8611
8422
  msgid "Verify checksum for content on smart proxy"
8612
8423
  msgstr ""
8613
8424
 
@@ -8692,6 +8503,9 @@ msgstr ""
8692
8503
  msgid "View content views"
8693
8504
  msgstr ""
8694
8505
 
8506
+ msgid "View details"
8507
+ msgstr ""
8508
+
8695
8509
  msgid "View documentation"
8696
8510
  msgstr ""
8697
8511
 
@@ -8965,6 +8779,9 @@ msgstr "een organisatie"
8965
8779
  msgid "are only allowed for Yum repositories."
8966
8780
  msgstr ""
8967
8781
 
8782
+ msgid "assign a new content source to the hosts"
8783
+ msgstr ""
8784
+
8968
8785
  msgid "attempted to sync a non-library repository."
8969
8786
  msgstr ""
8970
8787
 
@@ -9322,9 +9139,6 @@ msgstr ""
9322
9139
  msgid "interpret specified object to return only Repositories that can be associated with specified object. Only 'content_view' & 'content_view_version' are supported."
9323
9140
  msgstr ""
9324
9141
 
9325
- msgid "invalid container image name"
9326
- msgstr ""
9327
-
9328
9142
  msgid "invalid: Repositories can only require one OS version."
9329
9143
  msgstr ""
9330
9144