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
@@ -10,7 +10,7 @@
10
10
  #
11
11
  msgid ""
12
12
  msgstr ""
13
- "Project-Id-Version: katello 4.16.2\n"
13
+ "Project-Id-Version: katello 4.17.0.pre.master\n"
14
14
  "Report-Msgid-Bugs-To: \n"
15
15
  "PO-Revision-Date: 2017-12-19 20:14+0000\n"
16
16
  "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2024\n"
@@ -473,9 +473,6 @@ msgstr ""
473
473
  msgid "About page"
474
474
  msgstr ""
475
475
 
476
- msgid "Abstract async task"
477
- msgstr ""
478
-
479
476
  msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
480
477
  msgstr ""
481
478
 
@@ -794,6 +791,9 @@ msgstr ""
794
791
  msgid "Ansible collections"
795
792
  msgstr ""
796
793
 
794
+ msgid "Any updates to image mode host(s) will be lost on the next reboot."
795
+ msgstr ""
796
+
797
797
  msgid "Applicability Batch Size"
798
798
  msgstr ""
799
799
 
@@ -821,9 +821,6 @@ msgstr "套用"
821
821
  msgid "Apply errata"
822
822
  msgstr ""
823
823
 
824
- msgid "Apply erratum"
825
- msgstr ""
826
-
827
824
  msgid "Apply to all repositories in the CV"
828
825
  msgstr ""
829
826
 
@@ -990,9 +987,6 @@ msgstr "作者"
990
987
  msgid "Auto Publish - Triggered by '%s'"
991
988
  msgstr ""
992
989
 
993
- msgid "Auto attach subscriptions"
994
- msgstr ""
995
-
996
990
  msgid "Auto publish"
997
991
  msgstr ""
998
992
 
@@ -1242,13 +1236,19 @@ msgstr ""
1242
1236
  msgid "Cannot add repositories to a composite content view"
1243
1237
  msgstr "無法新增軟體庫至複合式內容視域中"
1244
1238
 
1239
+ msgid "Cannot add rolling content view to composite content view"
1240
+ msgstr ""
1241
+
1242
+ msgid "Cannot assign content view environment %s: The content view has either not been published or has not been promoted to that lifecycle environment."
1243
+ msgstr ""
1244
+
1245
1245
  msgid "Cannot associate a Red Hat provider with a custom product"
1246
1246
  msgstr ""
1247
1247
 
1248
1248
  msgid "Cannot associate a component to a non composite content view"
1249
1249
  msgstr ""
1250
1250
 
1251
- msgid "Cannot be disabled because it is part of a published content view"
1251
+ msgid "Cannot be disabled because it is part of a content view"
1252
1252
  msgstr ""
1253
1253
 
1254
1254
  msgid "Cannot calculate name for custom repos"
@@ -1470,9 +1470,6 @@ msgstr ""
1470
1470
  msgid "Comma-separated list of tags to sync for a container image repository"
1471
1471
  msgstr ""
1472
1472
 
1473
- msgid "Commit upload"
1474
- msgstr ""
1475
-
1476
1473
  msgid "Compare"
1477
1474
  msgstr ""
1478
1475
 
@@ -1491,9 +1488,6 @@ msgstr ""
1491
1488
  msgid "Components"
1492
1489
  msgstr "元件"
1493
1490
 
1494
- msgid "Composite"
1495
- msgstr ""
1496
-
1497
1491
  msgid "Composite Content View"
1498
1492
  msgstr ""
1499
1493
 
@@ -1524,15 +1518,6 @@ msgstr ""
1524
1518
  msgid "Consider changing the Lifecycle Environment's Registry Name Pattern to something more specific."
1525
1519
  msgstr ""
1526
1520
 
1527
- msgid "Consisting of multiple content views"
1528
- msgstr ""
1529
-
1530
- msgid "Consists of content views"
1531
- msgstr ""
1532
-
1533
- msgid "Consists of repositories"
1534
- msgstr ""
1535
-
1536
1521
  msgid "Consumed"
1537
1522
  msgstr "已消耗"
1538
1523
 
@@ -1569,6 +1554,15 @@ msgstr ""
1569
1554
  msgid "Container tags"
1570
1555
  msgstr ""
1571
1556
 
1557
+ msgid "Contains content views. You must choose the version to use for each content view."
1558
+ msgstr ""
1559
+
1560
+ msgid "Contains repositories. Always serves the latest synced content, without the need to publish versions."
1561
+ msgstr ""
1562
+
1563
+ msgid "Contains repositories. Versions are published and optionally filtered."
1564
+ msgstr ""
1565
+
1572
1566
  msgid "Content"
1573
1567
  msgstr "內容"
1574
1568
 
@@ -1827,27 +1821,15 @@ msgstr ""
1827
1821
  msgid "Copy"
1828
1822
  msgstr ""
1829
1823
 
1830
- msgid "Copy all units"
1831
- msgstr ""
1832
-
1833
1824
  msgid "Copy an activation key"
1834
1825
  msgstr "複製啟動金鑰"
1835
1826
 
1836
- msgid "Copy content"
1837
- msgstr ""
1838
-
1839
1827
  msgid "Copy content view"
1840
1828
  msgstr ""
1841
1829
 
1842
1830
  msgid "Copy to clipboard"
1843
1831
  msgstr ""
1844
1832
 
1845
- msgid "Copy version"
1846
- msgstr ""
1847
-
1848
- msgid "Copy version units to library"
1849
- msgstr ""
1850
-
1851
1833
  msgid "Cores per socket"
1852
1834
  msgstr "每個插槽的核心數"
1853
1835
 
@@ -2055,21 +2037,12 @@ msgstr ""
2055
2037
  msgid "Create content view"
2056
2038
  msgstr ""
2057
2039
 
2058
- msgid "Create exporter"
2059
- msgstr ""
2060
-
2061
2040
  msgid "Create filter"
2062
2041
  msgstr ""
2063
2042
 
2064
2043
  msgid "Create host collection"
2065
2044
  msgstr ""
2066
2045
 
2067
- msgid "Create import"
2068
- msgstr ""
2069
-
2070
- msgid "Create importer"
2071
- msgstr ""
2072
-
2073
2046
  msgid "Create new activation key"
2074
2047
  msgstr ""
2075
2048
 
@@ -2079,12 +2052,6 @@ msgstr "建立組織"
2079
2052
  msgid "Create package filter rule"
2080
2053
  msgstr ""
2081
2054
 
2082
- msgid "Create publication"
2083
- msgstr ""
2084
-
2085
- msgid "Create remote"
2086
- msgstr ""
2087
-
2088
2055
  msgid "Create rule"
2089
2056
  msgstr ""
2090
2057
 
@@ -2202,7 +2169,7 @@ msgstr ""
2202
2169
  msgid "Default System SLA"
2203
2170
  msgstr "預設系統 SLA"
2204
2171
 
2205
- msgid "Default content view versions cannot be promoted"
2172
+ msgid "Default and Rolling content view versions cannot be promoted"
2206
2173
  msgstr ""
2207
2174
 
2208
2175
  msgid "Default download policy for Smart Proxy syncs (either 'inherit', immediate', or 'on_demand')"
@@ -2334,36 +2301,12 @@ msgstr ""
2334
2301
  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."
2335
2302
  msgstr ""
2336
2303
 
2337
- msgid "Delete distributions"
2338
- msgstr ""
2339
-
2340
2304
  msgid "Delete manifest from Red Hat provider"
2341
2305
  msgstr "從 Red Hat 供應者中刪除清單"
2342
2306
 
2343
2307
  msgid "Delete multiple filters from a content view"
2344
2308
  msgstr ""
2345
2309
 
2346
- msgid "Delete orphan alternate content sources"
2347
- msgstr ""
2348
-
2349
- msgid "Delete orphan distributions"
2350
- msgstr ""
2351
-
2352
- msgid "Delete orphan remotes"
2353
- msgstr ""
2354
-
2355
- msgid "Delete orphan repository versions"
2356
- msgstr ""
2357
-
2358
- msgid "Delete orphaned migrated repositories"
2359
- msgstr ""
2360
-
2361
- msgid "Delete remote"
2362
- msgstr ""
2363
-
2364
- msgid "Delete repository references"
2365
- msgstr ""
2366
-
2367
2310
  msgid "Delete version"
2368
2311
  msgstr ""
2369
2312
 
@@ -2463,12 +2406,6 @@ msgstr "銷毀環境"
2463
2406
  msgid "Destroy an environment in an organization"
2464
2407
  msgstr "銷毀組織中的一個環境"
2465
2408
 
2466
- msgid "Destroy exporter"
2467
- msgstr ""
2468
-
2469
- msgid "Destroy importer"
2470
- msgstr ""
2471
-
2472
2409
  msgid "Destroy one or more alternate content sources"
2473
2410
  msgstr ""
2474
2411
 
@@ -2517,9 +2454,6 @@ msgstr "已停用"
2517
2454
  msgid "Disabling Simple Content Access failed for '%{subject}'."
2518
2455
  msgstr ""
2519
2456
 
2520
- msgid "Discover"
2521
- msgstr ""
2522
-
2523
2457
  msgid "Discover Repositories"
2524
2458
  msgstr "尋找軟體庫"
2525
2459
 
@@ -2715,9 +2649,6 @@ msgstr "環境 ID"
2715
2649
  msgid "Environment cannot be in its own promotion path"
2716
2650
  msgstr "環境不能位於自己的推送路徑上"
2717
2651
 
2718
- msgid "Environment contents refresh"
2719
- msgstr ""
2720
-
2721
2652
  msgid "Environment identifier"
2722
2653
  msgstr ""
2723
2654
 
@@ -2757,9 +2688,6 @@ msgstr ""
2757
2688
  msgid "Errata id of the erratum (RHSA-2012:108)"
2758
2689
  msgstr "勘誤 (RHSA-2012:108) 的勘誤 ID"
2759
2690
 
2760
- msgid "Errata mail"
2761
- msgstr ""
2762
-
2763
2691
  msgid "Errata statuses not updated for deleted content facet with UUID %s"
2764
2692
  msgstr ""
2765
2693
 
@@ -2919,9 +2847,6 @@ msgstr ""
2919
2847
  msgid "Fetch installable errata for one or more hosts."
2920
2848
  msgstr ""
2921
2849
 
2922
- msgid "Fetch pxe files"
2923
- msgstr ""
2924
-
2925
2850
  msgid "Fetch traces for one or more hosts"
2926
2851
  msgstr ""
2927
2852
 
@@ -3015,9 +2940,6 @@ msgstr "透過版本編號篩選版本"
3015
2940
  msgid "Filter versions that are components in the specified composite version"
3016
2941
  msgstr "篩選在特定複合版本中的元件版本"
3017
2942
 
3018
- msgid "Filtered index content"
3019
- msgstr ""
3020
-
3021
2943
  msgid "Filters"
3022
2944
  msgstr "篩選器"
3023
2945
 
@@ -3110,9 +3032,6 @@ msgstr ""
3110
3032
  msgid "Generate host applicability"
3111
3033
  msgstr ""
3112
3034
 
3113
- msgid "Generate metadata"
3114
- msgstr ""
3115
-
3116
3035
  msgid "Generate repository applicability"
3117
3036
  msgstr ""
3118
3037
 
@@ -3350,12 +3269,6 @@ msgstr ""
3350
3269
  msgid "How to order the sorted results (e.g. ASC for ascending)"
3351
3270
  msgstr "如何排序結果的順序(比方說 ASC 從下到上)"
3352
3271
 
3353
- msgid "Hypervisors"
3354
- msgstr ""
3355
-
3356
- msgid "Hypervisors update"
3357
- msgstr ""
3358
-
3359
3272
  msgid "ID of a HTTP Proxy"
3360
3273
  msgstr ""
3361
3274
 
@@ -3676,9 +3589,6 @@ msgstr ""
3676
3589
  msgid "Import a subscription manifest to give hosts access to Red Hat content."
3677
3590
  msgstr ""
3678
3591
 
3679
- msgid "Import migration"
3680
- msgstr ""
3681
-
3682
3592
  msgid "Import new manifest"
3683
3593
  msgstr ""
3684
3594
 
@@ -3688,12 +3598,6 @@ msgstr ""
3688
3598
  msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
3689
3599
  msgstr ""
3690
3600
 
3691
- msgid "Import repository upload"
3692
- msgstr ""
3693
-
3694
- msgid "Import upload"
3695
- msgstr ""
3696
-
3697
3601
  msgid "Import uploads into a repository"
3698
3602
  msgstr "將上傳內容匯入軟體庫中"
3699
3603
 
@@ -3760,9 +3664,6 @@ msgstr "遞增更新"
3760
3664
  msgid "Incremental Update incomplete."
3761
3665
  msgstr "遞增更新未完成。"
3762
3666
 
3763
- msgid "Incremental Update of Content View Version(s) "
3764
- msgstr ""
3765
-
3766
3667
  msgid "Incremental Update of %{content_view_count} Content View Version(s) "
3767
3668
  msgstr ""
3768
3669
 
@@ -3775,27 +3676,12 @@ msgstr ""
3775
3676
  msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
3776
3677
  msgstr "已為複合式的 %{name} 版本 %{version} 指定了遞增的更新,不過沒有元件被更新。"
3777
3678
 
3778
- msgid "Index content"
3779
- msgstr ""
3780
-
3781
- msgid "Index errata"
3782
- msgstr ""
3783
-
3784
- msgid "Index module streams"
3785
- msgstr ""
3786
-
3787
- msgid "Index package groups"
3788
- msgstr ""
3789
-
3790
3679
  msgid "Informable Type must be one of the following [ %{list} ]"
3791
3680
  msgstr "Informable Type 必須是以下 [ %{list} ] 其中之一"
3792
3681
 
3793
3682
  msgid "Inherit from Repository"
3794
3683
  msgstr ""
3795
3684
 
3796
- msgid "Initialize"
3797
- msgstr ""
3798
-
3799
3685
  msgid "Initiate a sync of the products attached to the sync plan"
3800
3686
  msgstr "對連上同步計畫的產品進行同步"
3801
3687
 
@@ -3871,9 +3757,6 @@ msgstr "正在安裝套件群組..."
3871
3757
  msgid "Installing Package..."
3872
3758
  msgstr "正在安裝套件..."
3873
3759
 
3874
- msgid "Instance update"
3875
- msgstr ""
3876
-
3877
3760
  msgid "Instance-based"
3878
3761
  msgstr "以 Instance 為基礎"
3879
3762
 
@@ -3982,6 +3865,27 @@ msgstr ""
3982
3865
  msgid "It is only allowed for Non-Redhat Yum repositories."
3983
3866
  msgstr ""
3984
3867
 
3868
+ msgid "It's not possible to bulk remove versions from a rolling content view."
3869
+ msgstr ""
3870
+
3871
+ msgid "It's not possible to copy a rolling content view."
3872
+ msgstr ""
3873
+
3874
+ msgid "It's not possible to create a filter for a rolling content view."
3875
+ msgstr ""
3876
+
3877
+ msgid "It's not possible to destroy a version of a rolling content view."
3878
+ msgstr ""
3879
+
3880
+ msgid "It's not possible to export a rolling content view."
3881
+ msgstr ""
3882
+
3883
+ msgid "It's not possible to promote a rolling content view."
3884
+ msgstr ""
3885
+
3886
+ msgid "It's not possible to publish a rolling content view."
3887
+ msgstr ""
3888
+
3985
3889
  msgid "Job '${description}' completed"
3986
3890
  msgstr ""
3987
3891
 
@@ -4600,9 +4504,6 @@ msgstr "訊息"
4600
4504
  msgid "Messaging connection"
4601
4505
  msgstr "訊息連線"
4602
4506
 
4603
- msgid "Metadata generate"
4604
- msgstr ""
4605
-
4606
4507
  msgid ""
4607
4508
  "Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
4608
4509
  "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."
@@ -4659,18 +4560,12 @@ msgstr ""
4659
4560
  msgid "Multi Content View Environment"
4660
4561
  msgstr ""
4661
4562
 
4662
- msgid "Multi copy all units"
4663
- msgstr ""
4664
-
4665
- msgid "Multi copy content"
4666
- msgstr ""
4667
-
4668
- msgid "Multi copy units"
4669
- msgstr ""
4670
-
4671
4563
  msgid "Multi-entitlement"
4672
4564
  msgstr "多重權利"
4673
4565
 
4566
+ msgid "Must be Ascii alphanumeric, '_' or '-'"
4567
+ msgstr ""
4568
+
4674
4569
  msgid "N/A"
4675
4570
  msgstr "N/A"
4676
4571
 
@@ -5298,6 +5193,9 @@ msgstr ""
5298
5193
  msgid "Organization required"
5299
5194
  msgstr "需要的組織"
5300
5195
 
5196
+ msgid "Orphan cleanup failed to delete some Pulp repository versions. Check the logs for more details."
5197
+ msgstr ""
5198
+
5301
5199
  msgid "Orphaned Content Protection Time"
5302
5200
  msgstr ""
5303
5201
 
@@ -5451,6 +5349,9 @@ msgstr "套件更新逾時"
5451
5349
  msgid "Package Update scheduled by %s"
5452
5350
  msgstr "套件更新,由 %s 排程"
5453
5351
 
5352
+ msgid "Package actions will be transient"
5353
+ msgstr ""
5354
+
5454
5355
  msgid "Package group update canceled"
5455
5356
  msgstr "已取消套件群組更新"
5456
5357
 
@@ -5843,9 +5744,6 @@ msgstr "Pulp 儲存"
5843
5744
  msgid "Pulp task error"
5844
5745
  msgstr "Pulp 任務錯誤"
5845
5746
 
5846
- msgid "Purge completed tasks"
5847
- msgstr ""
5848
-
5849
5747
  msgid "Python Package"
5850
5748
  msgstr ""
5851
5749
 
@@ -5954,9 +5852,6 @@ msgstr ""
5954
5852
  msgid "Reclaim Space"
5955
5853
  msgstr ""
5956
5854
 
5957
- msgid "Reclaim space"
5958
- msgstr ""
5959
-
5960
5855
  msgid "Reclaim space from On Demand repositories"
5961
5856
  msgstr ""
5962
5857
 
@@ -6017,10 +5912,10 @@ msgstr ""
6017
5912
  msgid "Refresh Manifest"
6018
5913
  msgstr "更新清單"
6019
5914
 
6020
- msgid "Refresh all alternate content sources"
5915
+ msgid "Refresh RollingCV Repo"
6021
5916
  msgstr ""
6022
5917
 
6023
- msgid "Refresh all distributions"
5918
+ msgid "Refresh all alternate content sources"
6024
5919
  msgstr ""
6025
5920
 
6026
5921
  msgid "Refresh alternate content sources"
@@ -6035,27 +5930,15 @@ msgstr ""
6035
5930
  msgid "Refresh counts"
6036
5931
  msgstr ""
6037
5932
 
6038
- msgid "Refresh distribution"
6039
- msgstr ""
6040
-
6041
5933
  msgid "Refresh errata applicability"
6042
5934
  msgstr ""
6043
5935
 
6044
- msgid "Refresh if needed"
6045
- msgstr ""
6046
-
6047
5936
  msgid "Refresh package applicability"
6048
5937
  msgstr ""
6049
5938
 
6050
5939
  msgid "Refresh previously imported manifest for Red Hat provider"
6051
5940
  msgstr "為 Red Hat 供應者更新之前匯入的清單"
6052
5941
 
6053
- msgid "Refresh remote"
6054
- msgstr ""
6055
-
6056
- msgid "Refresh repos"
6057
- msgstr ""
6058
-
6059
5942
  msgid "Refresh source"
6060
5943
  msgstr ""
6061
5944
 
@@ -6098,9 +5981,6 @@ msgstr ""
6098
5981
  msgid "Registry name pattern will result in invalid container image name of member repositories"
6099
5982
  msgstr ""
6100
5983
 
6101
- msgid "Reindex subscriptions"
6102
- msgstr ""
6103
-
6104
5984
  msgid "Related composite content views"
6105
5985
  msgstr ""
6106
5986
 
@@ -6197,9 +6077,6 @@ msgstr "從一或多台主機刪除一或多個主機集項目"
6197
6077
  msgid "Remove one or more subscriptions from an upstream manifest"
6198
6078
  msgstr ""
6199
6079
 
6200
- msgid "Remove orphans"
6201
- msgstr ""
6202
-
6203
6080
  msgid "Remove package group via Katello interface"
6204
6081
  msgstr "透過 Katello 介面移除套件群組"
6205
6082
 
@@ -6227,12 +6104,6 @@ msgstr ""
6227
6104
  msgid "Remove subscriptions from one or more hosts"
6228
6105
  msgstr ""
6229
6106
 
6230
- msgid "Remove units"
6231
- msgstr ""
6232
-
6233
- msgid "Remove unneeded repos"
6234
- msgstr ""
6235
-
6236
6107
  msgid "Remove versions and/or environments from a content view and reassign systems and keys"
6237
6108
  msgstr "從內容視域中移除版本且(或)環境,並重新指定系統與金鑰"
6238
6109
 
@@ -6257,9 +6128,6 @@ msgstr ""
6257
6128
  msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
6258
6129
  msgstr ""
6259
6130
 
6260
- msgid "Repair"
6261
- msgstr ""
6262
-
6263
6131
  msgid "Replace content source on the target machine"
6264
6132
  msgstr ""
6265
6133
 
@@ -6278,18 +6146,12 @@ msgstr "軟體庫"
6278
6146
  msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
6279
6147
  msgstr ""
6280
6148
 
6281
- msgid "Repositories certs reset"
6282
- msgstr ""
6283
-
6284
6149
  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."
6285
6150
  msgstr ""
6286
6151
 
6287
6152
  msgid "Repositories from published Content Views are not allowed."
6288
6153
  msgstr "不允許來自於已發行之內容視域的軟體庫。"
6289
6154
 
6290
- msgid "Repositories gpg reset"
6291
- msgstr ""
6292
-
6293
6155
  msgid "Repository"
6294
6156
  msgstr "軟體庫"
6295
6157
 
@@ -6554,7 +6416,7 @@ msgstr ""
6554
6416
  msgid "Review affected environments"
6555
6417
  msgstr ""
6556
6418
 
6557
- msgid "Review and optionally exclude hosts from your selection."
6419
+ 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."
6558
6420
  msgstr ""
6559
6421
 
6560
6422
  msgid "Review and then click {submitBtnText}."
@@ -6587,6 +6449,12 @@ msgstr ""
6587
6449
  msgid "Rollback image digest"
6588
6450
  msgstr ""
6589
6451
 
6452
+ msgid "Rolling content view"
6453
+ msgstr ""
6454
+
6455
+ msgid "Rolling content views"
6456
+ msgstr ""
6457
+
6590
6458
  msgid "Rules to be added"
6591
6459
  msgstr ""
6592
6460
 
@@ -6632,33 +6500,12 @@ msgstr ""
6632
6500
  msgid "Save"
6633
6501
  msgstr "儲存"
6634
6502
 
6635
- msgid "Save artifact"
6636
- msgstr ""
6637
-
6638
- msgid "Save distribution references"
6639
- msgstr ""
6640
-
6641
- msgid "Save publication"
6642
- msgstr ""
6643
-
6644
- msgid "Save version"
6645
- msgstr ""
6646
-
6647
- msgid "Save versions"
6648
- msgstr ""
6649
-
6650
6503
  msgid "Saving alternate content source..."
6651
6504
  msgstr ""
6652
6505
 
6653
6506
  msgid "Scan a flatpak remote"
6654
6507
  msgstr ""
6655
6508
 
6656
- msgid "Scan cdn"
6657
- msgstr ""
6658
-
6659
- msgid "Scan remote"
6660
- msgstr ""
6661
-
6662
6509
  msgid "Schema version 1"
6663
6510
  msgstr ""
6664
6511
 
@@ -7040,9 +6887,6 @@ msgstr ""
7040
6887
  msgid "Simplified"
7041
6888
  msgstr ""
7042
6889
 
7043
- msgid "Single content view consisting of e.g. repositories"
7044
- msgstr ""
7045
-
7046
6890
  msgid "Size of file to upload"
7047
6891
  msgstr ""
7048
6892
 
@@ -7085,6 +6929,9 @@ msgstr ""
7085
6929
  msgid "Solve dependencies"
7086
6930
  msgstr ""
7087
6931
 
6932
+ msgid "Some environments are disabled because they are not associated with all of the affected hosts' content sources."
6933
+ msgstr ""
6934
+
7088
6935
  msgid "Some environments are disabled because they are not associated with the host's content source."
7089
6936
  msgstr ""
7090
6937
 
@@ -7448,9 +7295,6 @@ msgstr ""
7448
7295
  msgid "Supported Content Types"
7449
7296
  msgstr ""
7450
7297
 
7451
- msgid "Sync"
7452
- msgstr ""
7453
-
7454
7298
  msgid "Sync Canceled"
7455
7299
  msgstr "已取消同步"
7456
7300
 
@@ -7505,9 +7349,6 @@ msgstr "同步軟體庫"
7505
7349
  msgid "Sync all repositories for a product"
7506
7350
  msgstr "同步產品的所有軟體庫"
7507
7351
 
7508
- msgid "Sync capsule"
7509
- msgstr ""
7510
-
7511
7352
  msgid "Sync complete."
7512
7353
  msgstr "完成同步。"
7513
7354
 
@@ -7526,9 +7367,6 @@ msgstr ""
7526
7367
  msgid "Sync state"
7527
7368
  msgstr ""
7528
7369
 
7529
- msgid "Syncable export"
7530
- msgstr ""
7531
-
7532
7370
  msgid "Synced"
7533
7371
  msgstr ""
7534
7372
 
@@ -7690,6 +7528,9 @@ msgid ""
7690
7528
  " %{repos}"
7691
7529
  msgstr ""
7692
7530
 
7531
+ 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."
7532
+ msgstr ""
7533
+
7693
7534
  msgid "The id of the content source"
7694
7535
  msgstr ""
7695
7536
 
@@ -8034,9 +7875,6 @@ msgstr ""
8034
7875
  msgid "To manage packages, select an action."
8035
7876
  msgstr ""
8036
7877
 
8037
- msgid "Toggle"
8038
- msgstr ""
8039
-
8040
7878
  msgid "Token/password for the flatpak remote"
8041
7879
  msgstr ""
8042
7880
 
@@ -8169,6 +8007,12 @@ msgstr "無法偵測 pulp 儲存"
8169
8007
  msgid "Unable to detect puppet path"
8170
8008
  msgstr ""
8171
8009
 
8010
+ msgid "Unable to find a content view with ID %s"
8011
+ msgstr ""
8012
+
8013
+ msgid "Unable to find a lifecycle environment with ID %s"
8014
+ msgstr ""
8015
+
8172
8016
  msgid "Unable to find product '%s' in organization '%s'"
8173
8017
  msgstr ""
8174
8018
 
@@ -8328,27 +8172,15 @@ msgstr "更新組織中的環境"
8328
8172
  msgid "Update content counts for the smart proxy"
8329
8173
  msgstr ""
8330
8174
 
8331
- msgid "Update content urls"
8332
- msgstr ""
8333
-
8334
8175
  msgid "Update content view environments for host"
8335
8176
  msgstr ""
8336
8177
 
8337
8178
  msgid "Update content view environments for host %s"
8338
8179
  msgstr ""
8339
8180
 
8340
- msgid "Update distributions"
8341
- msgstr ""
8342
-
8343
8181
  msgid "Update hosts manually"
8344
8182
  msgstr ""
8345
8183
 
8346
- msgid "Update http proxy"
8347
- msgstr ""
8348
-
8349
- msgid "Update http proxy details"
8350
- msgstr ""
8351
-
8352
8184
  msgid "Update installed packages, enabled repos, module inventory"
8353
8185
  msgstr ""
8354
8186
 
@@ -8364,21 +8196,12 @@ msgstr "透過 Katello 介面更新套件"
8364
8196
  msgid "Update packages via Katello interface"
8365
8197
  msgstr ""
8366
8198
 
8367
- msgid "Update redhat repository"
8368
- msgstr ""
8369
-
8370
8199
  msgid "Update release version for host"
8371
8200
  msgstr ""
8372
8201
 
8373
8202
  msgid "Update release version for host %s"
8374
8203
  msgstr ""
8375
8204
 
8376
- msgid "Update remote"
8377
- msgstr ""
8378
-
8379
- msgid "Update repository"
8380
- msgstr ""
8381
-
8382
8205
  msgid "Update services requiring restart"
8383
8206
  msgstr ""
8384
8207
 
@@ -8469,12 +8292,6 @@ msgstr "上傳一組檔案內容"
8469
8292
  msgid "Upload a subscription manifest"
8470
8293
  msgstr "上傳訂閱清單"
8471
8294
 
8472
- msgid "Upload content"
8473
- msgstr ""
8474
-
8475
- msgid "Upload file"
8476
- msgstr ""
8477
-
8478
8295
  msgid "Upload into"
8479
8296
  msgstr "上傳入"
8480
8297
 
@@ -8484,9 +8301,6 @@ msgstr ""
8484
8301
  msgid "Upload request id"
8485
8302
  msgstr "上傳需求 ID"
8486
8303
 
8487
- msgid "Upload tag"
8488
- msgstr ""
8489
-
8490
8304
  msgid "Upstream Candlepin"
8491
8305
  msgstr ""
8492
8306
 
@@ -8601,9 +8415,6 @@ msgstr ""
8601
8415
  msgid "Verify SSL"
8602
8416
  msgstr "驗證 SSL"
8603
8417
 
8604
- msgid "Verify checksum"
8605
- msgstr ""
8606
-
8607
8418
  msgid "Verify checksum for content on smart proxy"
8608
8419
  msgstr ""
8609
8420
 
@@ -8688,6 +8499,9 @@ msgstr ""
8688
8499
  msgid "View content views"
8689
8500
  msgstr ""
8690
8501
 
8502
+ msgid "View details"
8503
+ msgstr ""
8504
+
8691
8505
  msgid "View documentation"
8692
8506
  msgstr ""
8693
8507
 
@@ -8961,6 +8775,9 @@ msgstr "組織"
8961
8775
  msgid "are only allowed for Yum repositories."
8962
8776
  msgstr ""
8963
8777
 
8778
+ msgid "assign a new content source to the hosts"
8779
+ msgstr ""
8780
+
8964
8781
  msgid "attempted to sync a non-library repository."
8965
8782
  msgstr ""
8966
8783
 
@@ -9318,9 +9135,6 @@ msgstr "正在安裝套件..."
9318
9135
  msgid "interpret specified object to return only Repositories that can be associated with specified object. Only 'content_view' & 'content_view_version' are supported."
9319
9136
  msgstr ""
9320
9137
 
9321
- msgid "invalid container image name"
9322
- msgstr ""
9323
-
9324
9138
  msgid "invalid: Repositories can only require one OS version."
9325
9139
  msgstr ""
9326
9140