katello 4.11.1 → 4.12.0.rc2

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


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

Files changed (311) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/katello/common/katello.global.js +1 -1
  3. data/app/assets/javascripts/katello/locale/bn/katello.js +76 -85
  4. data/app/assets/javascripts/katello/locale/bn_IN/katello.js +76 -85
  5. data/app/assets/javascripts/katello/locale/ca/katello.js +80 -86
  6. data/app/assets/javascripts/katello/locale/cs/katello.js +79 -85
  7. data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +91 -88
  8. data/app/assets/javascripts/katello/locale/de/katello.js +97 -94
  9. data/app/assets/javascripts/katello/locale/de_AT/katello.js +76 -85
  10. data/app/assets/javascripts/katello/locale/de_DE/katello.js +76 -85
  11. data/app/assets/javascripts/katello/locale/el/katello.js +86 -86
  12. data/app/assets/javascripts/katello/locale/en/katello.js +76 -85
  13. data/app/assets/javascripts/katello/locale/en_GB/katello.js +88 -85
  14. data/app/assets/javascripts/katello/locale/en_US/katello.js +76 -85
  15. data/app/assets/javascripts/katello/locale/es/katello.js +94 -94
  16. data/app/assets/javascripts/katello/locale/et_EE/katello.js +76 -85
  17. data/app/assets/javascripts/katello/locale/fr/katello.js +97 -94
  18. data/app/assets/javascripts/katello/locale/gl/katello.js +80 -86
  19. data/app/assets/javascripts/katello/locale/gu/katello.js +76 -85
  20. data/app/assets/javascripts/katello/locale/he_IL/katello.js +76 -85
  21. data/app/assets/javascripts/katello/locale/hi/katello.js +76 -85
  22. data/app/assets/javascripts/katello/locale/id/katello.js +76 -85
  23. data/app/assets/javascripts/katello/locale/it/katello.js +89 -86
  24. data/app/assets/javascripts/katello/locale/ja/katello.js +97 -94
  25. data/app/assets/javascripts/katello/locale/ka/katello.js +92 -92
  26. data/app/assets/javascripts/katello/locale/kn/katello.js +76 -85
  27. data/app/assets/javascripts/katello/locale/ko/katello.js +91 -94
  28. data/app/assets/javascripts/katello/locale/locale/katello.js +1051 -1048
  29. data/app/assets/javascripts/katello/locale/ml_IN/katello.js +76 -85
  30. data/app/assets/javascripts/katello/locale/mr/katello.js +76 -85
  31. data/app/assets/javascripts/katello/locale/nl_NL/katello.js +76 -85
  32. data/app/assets/javascripts/katello/locale/or/katello.js +76 -85
  33. data/app/assets/javascripts/katello/locale/pa/katello.js +76 -85
  34. data/app/assets/javascripts/katello/locale/pl/katello.js +76 -85
  35. data/app/assets/javascripts/katello/locale/pl_PL/katello.js +76 -85
  36. data/app/assets/javascripts/katello/locale/pt/katello.js +76 -85
  37. data/app/assets/javascripts/katello/locale/pt_BR/katello.js +94 -94
  38. data/app/assets/javascripts/katello/locale/ro/katello.js +76 -85
  39. data/app/assets/javascripts/katello/locale/ro_RO/katello.js +76 -85
  40. data/app/assets/javascripts/katello/locale/ru/katello.js +91 -94
  41. data/app/assets/javascripts/katello/locale/sl/katello.js +76 -85
  42. data/app/assets/javascripts/katello/locale/sv_SE/katello.js +80 -86
  43. data/app/assets/javascripts/katello/locale/ta/katello.js +76 -85
  44. data/app/assets/javascripts/katello/locale/ta_IN/katello.js +76 -85
  45. data/app/assets/javascripts/katello/locale/te/katello.js +76 -85
  46. data/app/assets/javascripts/katello/locale/tr/katello.js +76 -85
  47. data/app/assets/javascripts/katello/locale/vi/katello.js +76 -85
  48. data/app/assets/javascripts/katello/locale/vi_VN/katello.js +76 -85
  49. data/app/assets/javascripts/katello/locale/zh/katello.js +76 -85
  50. data/app/assets/javascripts/katello/locale/zh_CN/katello.js +97 -94
  51. data/app/assets/javascripts/katello/locale/zh_TW/katello.js +91 -94
  52. data/app/assets/javascripts/katello/sync_management/index.js +0 -1
  53. data/app/assets/javascripts/katello/sync_management/sync_management.js +365 -308
  54. data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +1 -0
  55. data/app/controllers/katello/api/v2/content_views_controller.rb +1 -1
  56. data/app/controllers/katello/api/v2/debs_controller.rb +4 -0
  57. data/app/controllers/katello/api/v2/host_debs_controller.rb +13 -1
  58. data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +13 -0
  59. data/app/controllers/katello/api/v2/organizations_controller.rb +1 -3
  60. data/app/controllers/katello/api/v2/repositories_controller.rb +2 -8
  61. data/app/controllers/katello/concerns/api/v2/registration_commands_controller_extensions.rb +0 -1
  62. data/app/controllers/katello/concerns/hosts_controller_extensions.rb +7 -3
  63. data/app/controllers/katello/concerns/organizations_controller_extensions.rb +1 -17
  64. data/app/helpers/katello/concerns/dashboard_helper_extensions.rb +0 -20
  65. data/app/lib/actions/katello/capsule_content/sync.rb +1 -1
  66. data/app/lib/actions/katello/content_view/promote.rb +1 -1
  67. data/app/lib/actions/katello/content_view/publish.rb +4 -4
  68. data/app/lib/actions/katello/content_view_version/auto_create_products.rb +4 -4
  69. data/app/lib/actions/katello/content_view_version/auto_create_redhat_repositories.rb +5 -5
  70. data/app/lib/actions/katello/content_view_version/auto_create_repositories.rb +5 -5
  71. data/app/lib/actions/katello/content_view_version/import.rb +14 -13
  72. data/app/lib/actions/katello/content_view_version/import_library.rb +4 -4
  73. data/app/lib/actions/katello/content_view_version/import_repository.rb +3 -3
  74. data/app/lib/actions/katello/content_view_version/reset_content_view_repositories_from_metadata.rb +2 -2
  75. data/app/lib/actions/katello/host/hypervisors_update.rb +0 -1
  76. data/app/lib/actions/katello/organization/manifest_delete.rb +1 -1
  77. data/app/lib/actions/katello/organization/manifest_refresh.rb +16 -16
  78. data/app/lib/actions/katello/repository/sync.rb +3 -5
  79. data/app/lib/actions/pulp3/orchestration/content_view_version/export.rb +20 -15
  80. data/app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb +17 -14
  81. data/app/lib/actions/pulp3/orchestration/content_view_version/import.rb +11 -11
  82. data/app/lib/actions/pulp3/orchestration/repository/upload_content.rb +18 -13
  83. data/app/lib/actions/pulp3/repository/import_upload.rb +13 -5
  84. data/app/lib/actions/pulp3/repository/save_artifact.rb +23 -12
  85. data/app/lib/katello/api/v2/error_handling.rb +1 -1
  86. data/app/lib/katello/lazy_accessor.rb +6 -6
  87. data/app/lib/katello/resources/candlepin/owner.rb +2 -2
  88. data/app/mailers/katello/errata_mailer.rb +3 -3
  89. data/app/models/katello/concerns/host_managed_extensions.rb +74 -94
  90. data/app/models/katello/concerns/hostgroup_extensions.rb +9 -2
  91. data/app/models/katello/concerns/organization_extensions.rb +1 -1
  92. data/app/models/katello/concerns/pulp_database_unit.rb +1 -1
  93. data/app/models/katello/concerns/subscription_facet_host_extensions.rb +0 -27
  94. data/app/models/katello/content_view.rb +34 -47
  95. data/app/models/katello/content_view_version.rb +2 -0
  96. data/app/models/katello/deb.rb +8 -0
  97. data/app/models/katello/host/content_facet.rb +19 -14
  98. data/app/models/katello/host/subscription_facet.rb +0 -19
  99. data/app/models/katello/host_tracer.rb +9 -5
  100. data/app/models/katello/installed_deb.rb +13 -0
  101. data/app/models/katello/repository.rb +7 -2
  102. data/app/models/katello/trace_status.rb +6 -2
  103. data/app/overrides/add_organization_attributes.rb +0 -18
  104. data/app/presenters/katello/host_deb_presenter.rb +23 -0
  105. data/app/services/katello/candlepin/consumer.rb +0 -4
  106. data/app/services/katello/candlepin/event_handler.rb +6 -25
  107. data/app/services/katello/candlepin/message_handler.rb +1 -21
  108. data/app/services/katello/host/profiles_uploader.rb +17 -6
  109. data/app/services/katello/host_status_manager.rb +0 -22
  110. data/app/services/katello/organization_creator.rb +2 -2
  111. data/app/services/katello/pulp3/api/apt.rb +1 -1
  112. data/app/services/katello/pulp3/content_view_version/export.rb +2 -2
  113. data/app/services/katello/pulp3/content_view_version/metadata_generator.rb +1 -0
  114. data/app/services/katello/pulp3/content_view_version/metadata_map.rb +3 -0
  115. data/app/services/katello/pulp3/repository/apt.rb +16 -6
  116. data/app/services/katello/registration_manager.rb +1 -13
  117. data/app/views/katello/api/v2/content_views/base.json.rabl +0 -1
  118. data/app/views/katello/api/v2/content_views/show.json.rabl +1 -0
  119. data/app/views/katello/api/v2/host_debs/base.json.rabl +2 -0
  120. data/app/views/katello/api/v2/hosts/base.json.rabl +9 -0
  121. data/app/views/katello/api/v2/subscription_facet/base_with_root.json.rabl +0 -3
  122. data/app/views/katello/api/v2/subscription_facet/show.json.rabl +3 -0
  123. data/app/views/katello/sync_management/index.html.erb +14 -13
  124. data/app/views/overrides/activation_keys/_host_environment_select.html.erb +20 -16
  125. data/app/views/overrides/activation_keys/_host_synced_content_select.html.erb +7 -5
  126. data/app/views/overrides/organizations/_edit_override.html.erb +0 -12
  127. data/db/migrate/20131014225132_add_users_fields.rb +0 -1
  128. data/db/migrate/20150603045418_remove_user_fields.rb +0 -2
  129. data/db/migrate/20160404132250_remove_katello_from_notification_name.rb +4 -22
  130. data/db/migrate/20160505181337_rename_katello_settings.rb +2 -2
  131. data/db/migrate/20200818192230_update_system_purpose_status.rb +9 -3
  132. data/db/migrate/20240111032511_add_index_to_host_installed_packages.rb +16 -0
  133. data/db/migrate/20240123120109_remove_pulp_export_destination_setting.rb +9 -0
  134. data/db/migrate/20240207191223_remove_entitlement_mode_host_statuses.rb +30 -0
  135. data/db/seeds.d/111-upgrade_tasks.rb +2 -1
  136. data/engines/bastion/app/assets/javascripts/bastion/bastion.js +0 -2
  137. data/engines/bastion/app/views/bastion/layouts/assets.html.erb +6 -2
  138. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js +3 -1
  139. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-associations-content-hosts.html +2 -6
  140. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html +0 -1
  141. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/bastion-katello-bootstrap.js +45 -29
  142. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts-helper.service.js +0 -10
  143. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details.controller.js +0 -1
  144. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html +2 -21
  145. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html +0 -5
  146. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +0 -7
  147. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/views/erratum-content-hosts.html +2 -2
  148. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-add-hosts.html +2 -2
  149. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-hosts-list.html +2 -2
  150. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +5 -5
  151. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html +9 -1
  152. data/engines/bastion_katello/lib/bastion_katello/engine.rb +0 -6
  153. data/lib/katello/engine.rb +0 -3
  154. data/lib/katello/plugin.rb +3 -12
  155. data/lib/katello/tasks/rubocop.rake +0 -9
  156. data/lib/katello/tasks/unify_hosts.rake +0 -1
  157. data/lib/katello/tasks/upgrades/4.12/update_content_access_modes.rake +35 -0
  158. data/lib/katello/version.rb +1 -1
  159. data/locale/action_names.rb +12 -6
  160. data/locale/bn/katello.po +19 -28
  161. data/locale/bn_IN/katello.po +19 -28
  162. data/locale/ca/LC_MESSAGES/katello.mo +0 -0
  163. data/locale/ca/katello.po +20 -29
  164. data/locale/cs/katello.po +19 -29
  165. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  166. data/locale/cs_CZ/katello.po +20 -29
  167. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  168. data/locale/de/katello.po +20 -29
  169. data/locale/de_AT/katello.po +19 -28
  170. data/locale/de_DE/katello.po +19 -28
  171. data/locale/el/LC_MESSAGES/katello.mo +0 -0
  172. data/locale/el/katello.po +20 -29
  173. data/locale/en/katello.po +19 -28
  174. data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
  175. data/locale/en_GB/katello.po +19 -28
  176. data/locale/en_US/katello.po +19 -28
  177. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  178. data/locale/es/katello.po +20 -29
  179. data/locale/et_EE/katello.po +19 -28
  180. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  181. data/locale/fr/katello.po +20 -29
  182. data/locale/gl/LC_MESSAGES/katello.mo +0 -0
  183. data/locale/gl/katello.po +20 -29
  184. data/locale/gu/katello.po +19 -28
  185. data/locale/he_IL/katello.po +19 -28
  186. data/locale/hi/katello.po +19 -28
  187. data/locale/id/katello.po +19 -28
  188. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  189. data/locale/it/katello.po +20 -29
  190. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  191. data/locale/ja/katello.po +20 -29
  192. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  193. data/locale/ka/katello.po +20 -29
  194. data/locale/katello.pot +363 -348
  195. data/locale/kn/katello.po +19 -28
  196. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  197. data/locale/ko/katello.po +20 -29
  198. data/locale/ml_IN/katello.po +19 -28
  199. data/locale/mr/katello.po +19 -28
  200. data/locale/nl_NL/katello.po +19 -28
  201. data/locale/or/katello.po +19 -28
  202. data/locale/pa/katello.po +19 -28
  203. data/locale/pl/katello.po +19 -28
  204. data/locale/pl_PL/katello.po +19 -28
  205. data/locale/pt/katello.po +19 -28
  206. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  207. data/locale/pt_BR/katello.po +20 -29
  208. data/locale/ro/katello.po +19 -28
  209. data/locale/ro_RO/katello.po +19 -28
  210. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  211. data/locale/ru/katello.po +20 -29
  212. data/locale/sl/katello.po +19 -28
  213. data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
  214. data/locale/sv_SE/katello.po +20 -29
  215. data/locale/ta/katello.po +19 -28
  216. data/locale/ta_IN/katello.po +19 -28
  217. data/locale/te/katello.po +19 -28
  218. data/locale/tr/katello.po +19 -28
  219. data/locale/vi/katello.po +19 -28
  220. data/locale/vi_VN/katello.po +19 -28
  221. data/locale/zh/katello.po +19 -28
  222. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  223. data/locale/zh_CN/katello.po +20 -29
  224. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  225. data/locale/zh_TW/katello.po +20 -29
  226. data/package.json +0 -1
  227. data/webpack/components/extensions/HostDetails/Tabs/ContentTab/SecondaryTabsRoutes.js +4 -0
  228. data/webpack/components/extensions/HostDetails/Tabs/ContentTab/constants.js +4 -1
  229. data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebInstallModal.js +250 -0
  230. data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebInstallModal.scss +3 -0
  231. data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js +585 -0
  232. data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.scss +12 -0
  233. data/webpack/components/extensions/HostDetails/Tabs/DebsTab/HostDebsActions.js +13 -0
  234. data/webpack/components/extensions/HostDetails/Tabs/DebsTab/HostDebsConstants.js +13 -0
  235. data/webpack/components/extensions/HostDetails/Tabs/DebsTab/HostDebsSelectors.js +16 -0
  236. data/webpack/components/extensions/HostDetails/Tabs/DebsTab/InstallableDebsActions.js +17 -0
  237. data/webpack/components/extensions/HostDetails/Tabs/DebsTab/InstallableDebsConstants.js +3 -0
  238. data/webpack/components/extensions/HostDetails/Tabs/DebsTab/InstallableDebsSelectors.js +16 -0
  239. data/webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js +1 -8
  240. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js +2 -0
  241. data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsActions.js +2 -0
  242. data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +6 -19
  243. data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesTab.js +13 -5
  244. data/webpack/components/extensions/HostDetails/Tabs/__tests__/debs.fixtures.json +31 -0
  245. data/webpack/components/extensions/HostDetails/Tabs/__tests__/debsInstallModal.test.js +226 -0
  246. data/webpack/components/extensions/HostDetails/Tabs/__tests__/debsTab.test.js +420 -0
  247. data/webpack/components/extensions/HostDetails/Tabs/__tests__/installableDebs.fixtures.json +63 -0
  248. data/webpack/components/extensions/HostDetails/Tabs/__tests__/repositorySetsTab.test.js +34 -5
  249. data/webpack/components/extensions/HostDetails/Tabs/__tests__/traces.fixtures.json +11 -1
  250. data/webpack/components/extensions/HostDetails/Tabs/__tests__/tracesTab.test.js +63 -3
  251. data/webpack/scenes/ContentViews/ContentViewsConstants.js +3 -0
  252. data/webpack/scenes/ContentViews/Delete/__tests__/affectedHosts.fixtures.json +0 -13
  253. data/webpack/scenes/ContentViews/Details/ContentViewDetailActions.js +23 -1
  254. data/webpack/scenes/ContentViews/Details/ContentViewDetailSelectors.js +19 -1
  255. data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/__tests__/hosts.fixtures.json +0 -13
  256. data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareConfig.js +37 -3
  257. data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersionContent.js +10 -2
  258. data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedHosts.fixture.json +0 -13
  259. data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js +31 -5
  260. data/webpack/scenes/Organizations/OrganizationSelectors.js +0 -3
  261. data/webpack/scenes/Subscriptions/Manifest/index.js +1 -4
  262. data/webpack/scenes/Subscriptions/SubscriptionsPage.js +3 -25
  263. data/webpack/scenes/Subscriptions/SubscriptionsSelectors.js +0 -3
  264. data/webpack/scenes/Subscriptions/__tests__/SubscriptionsSelectors.test.js +0 -3
  265. data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsPage.test.js.snap +0 -22
  266. data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsSelectors.test.js.snap +0 -3
  267. data/webpack/scenes/Subscriptions/index.js +1 -2
  268. metadata +48 -195
  269. data/app/controllers/katello/concerns/content_facet_hosts_controller_extensions.rb +0 -22
  270. data/app/models/katello/concerns/widget_extensions.rb +0 -23
  271. data/app/models/katello/purpose_addons_status.rb +0 -28
  272. data/app/models/katello/purpose_role_status.rb +0 -28
  273. data/app/models/katello/purpose_sla_status.rb +0 -28
  274. data/app/models/katello/purpose_status.rb +0 -71
  275. data/app/models/katello/purpose_usage_status.rb +0 -28
  276. data/app/models/katello/subscription_status.rb +0 -71
  277. data/app/services/katello/candlepin/system_purpose.rb +0 -49
  278. data/app/views/dashboard/_subscription_status_widget.html.erb +0 -37
  279. data/app/views/dashboard/_subscription_widget.html.erb +0 -85
  280. data/app/views/overrides/organizations/_index_header_override.html.erb +0 -3
  281. data/app/views/overrides/organizations/_index_row_override.html.erb +0 -3
  282. data/app/views/overrides/organizations/_step_1_override.html.erb +0 -10
  283. data/config/locales/README +0 -10
  284. data/config/locales/bn.yml +0 -182
  285. data/config/locales/compare_upstream.sh +0 -21
  286. data/config/locales/cs.yml +0 -211
  287. data/config/locales/de.yml +0 -203
  288. data/config/locales/en.yml +0 -205
  289. data/config/locales/es.yml +0 -199
  290. data/config/locales/fr.yml +0 -222
  291. data/config/locales/gu.yml +0 -181
  292. data/config/locales/hi.yml +0 -199
  293. data/config/locales/it.yml +0 -205
  294. data/config/locales/ja.yml +0 -197
  295. data/config/locales/kn.yml +0 -199
  296. data/config/locales/ko.yml +0 -197
  297. data/config/locales/mr.yml +0 -178
  298. data/config/locales/or.yml +0 -181
  299. data/config/locales/pa.yml +0 -181
  300. data/config/locales/pt-BR.yml +0 -207
  301. data/config/locales/pt.yml +0 -207
  302. data/config/locales/ru.yml +0 -257
  303. data/config/locales/ta.yml +0 -181
  304. data/config/locales/te.yml +0 -181
  305. data/config/locales/update.sh +0 -14
  306. data/config/locales/zh-CN.yml +0 -199
  307. data/config/locales/zh-TW.yml +0 -199
  308. data/engines/bastion/app/assets/javascripts/bastion/bastion-bootstrap.js +0 -17
  309. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/content-access-mode-banner.directive.js +0 -22
  310. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html +0 -10
  311. data/webpack/scenes/Subscriptions/Manifest/SimpleContentAccess.js +0 -96
@@ -484,9 +484,6 @@ msgstr ""
484
484
  msgid "Action unauthorized to be performed in this organization."
485
485
  msgstr ""
486
486
 
487
- msgid "Action with sub plans"
488
- msgstr ""
489
-
490
487
  msgid "Activation Key will no longer be available for use. This operation cannot be undone."
491
488
  msgstr ""
492
489
 
@@ -919,6 +916,9 @@ msgstr ""
919
916
  msgid "At least one activation key must have a lifecycle environment and content view assigned to it"
920
917
  msgstr ""
921
918
 
919
+ msgid "At least one of the selected items requires the host to reboot"
920
+ msgstr ""
921
+
922
922
  msgid "At least one organization must exist."
923
923
  msgstr ""
924
924
 
@@ -1309,9 +1309,6 @@ msgstr ""
1309
1309
  msgid "Check audited changes and proceed only if content or filters have changed since last publish"
1310
1310
  msgstr ""
1311
1311
 
1312
- msgid "Check for long running tasks"
1313
- msgstr ""
1314
-
1315
1312
  msgid "Check if a connection can be made to Red Hat Subscription Management."
1316
1313
  msgstr ""
1317
1314
 
@@ -2221,9 +2218,6 @@ msgstr ""
2221
2218
  msgid "Deleting versions: {versionList}"
2222
2219
  msgstr ""
2223
2220
 
2224
- msgid "Deliver notifications about long running tasks"
2225
- msgstr ""
2226
-
2227
2221
  msgid "Description"
2228
2222
  msgstr ""
2229
2223
 
@@ -3350,9 +3344,6 @@ msgstr ""
3350
3344
  msgid "Import New Manifest"
3351
3345
  msgstr ""
3352
3346
 
3353
- msgid "Import Puppet classes"
3354
- msgstr ""
3355
-
3356
3347
  msgid "Import Repository"
3357
3348
  msgstr ""
3358
3349
 
@@ -3380,9 +3371,6 @@ msgstr ""
3380
3371
  msgid "Import a subscription manifest to give hosts access to Red Hat content."
3381
3372
  msgstr ""
3382
3373
 
3383
- msgid "Import facts"
3384
- msgstr ""
3385
-
3386
3374
  msgid "Import only"
3387
3375
  msgstr ""
3388
3376
 
@@ -3656,6 +3644,9 @@ msgstr ""
3656
3644
  msgid "Katello ID of local pool to update"
3657
3645
  msgstr ""
3658
3646
 
3647
+ msgid "Katello: Configure host for new content source"
3648
+ msgstr ""
3649
+
3659
3650
  msgid "Katello: Install Errata"
3660
3651
  msgstr ""
3661
3652
 
@@ -3806,9 +3797,6 @@ msgstr ""
3806
3797
  msgid "Lifecycle environment ID"
3807
3798
  msgstr ""
3808
3799
 
3809
- msgid "Lifecycle environment for the host."
3810
- msgstr ""
3811
-
3812
3800
  msgid "Lifecycle environment must be specified"
3813
3801
  msgstr ""
3814
3802
 
@@ -4762,9 +4750,6 @@ msgstr ""
4762
4750
  msgid "On the RHUA Instance, check the available repositories."
4763
4751
  msgstr ""
4764
4752
 
4765
- msgid "On-disk location for exported repositories"
4766
- msgstr ""
4767
-
4768
4753
  msgid "On-disk location for pulp 3 exported repositories"
4769
4754
  msgstr ""
4770
4755
 
@@ -5346,9 +5331,6 @@ msgstr ""
5346
5331
  msgid "Pulp does not appear to be running."
5347
5332
  msgstr ""
5348
5333
 
5349
- msgid "Pulp export destination filepath"
5350
- msgstr ""
5351
-
5352
5334
  msgid "Pulp message bus connection issue at %s."
5353
5335
  msgstr ""
5354
5336
 
@@ -5469,6 +5451,9 @@ msgstr ""
5469
5451
  msgid "Reassign affected hosts"
5470
5452
  msgstr ""
5471
5453
 
5454
+ msgid "Reboot host"
5455
+ msgstr ""
5456
+
5472
5457
  msgid "Reboot required"
5473
5458
  msgstr ""
5474
5459
 
@@ -5637,9 +5622,6 @@ msgstr ""
5637
5622
  msgid "Reload data"
5638
5623
  msgstr ""
5639
5624
 
5640
- msgid "Remote action:"
5641
- msgstr ""
5642
-
5643
5625
  msgid "Remote execution is enabled."
5644
5626
  msgstr ""
5645
5627
 
@@ -5745,6 +5727,9 @@ msgstr ""
5745
5727
  msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
5746
5728
  msgstr ""
5747
5729
 
5730
+ msgid "Replace content source on the target machine"
5731
+ msgstr ""
5732
+
5748
5733
  msgid "Repo ID"
5749
5734
  msgstr ""
5750
5735
 
@@ -6093,6 +6078,9 @@ msgstr ""
6093
6078
  msgid "Search Query"
6094
6079
  msgstr ""
6095
6080
 
6081
+ msgid "Search available Debian packages"
6082
+ msgstr ""
6083
+
6096
6084
  msgid "Search available packages"
6097
6085
  msgstr ""
6098
6086
 
@@ -8449,6 +8437,9 @@ msgstr ""
8449
8437
  msgid "deb_ids is not an array"
8450
8438
  msgstr ""
8451
8439
 
8440
+ msgid "deb_names_for_job_template: Action must be one of %s"
8441
+ msgstr ""
8442
+
8452
8443
  msgid "delete a filter"
8453
8444
  msgstr ""
8454
8445
 
@@ -8572,7 +8563,7 @@ msgstr ""
8572
8563
  msgid "has already been taken for this product."
8573
8564
  msgstr ""
8574
8565
 
8575
- msgid "here"
8566
+ msgid "here."
8576
8567
  msgstr ""
8577
8568
 
8578
8569
  msgid "host collection name to filter by"
data/locale/hi/katello.po CHANGED
@@ -482,9 +482,6 @@ msgstr ""
482
482
  msgid "Action unauthorized to be performed in this organization."
483
483
  msgstr ""
484
484
 
485
- msgid "Action with sub plans"
486
- msgstr ""
487
-
488
485
  msgid "Activation Key will no longer be available for use. This operation cannot be undone."
489
486
  msgstr ""
490
487
 
@@ -917,6 +914,9 @@ msgstr ""
917
914
  msgid "At least one activation key must have a lifecycle environment and content view assigned to it"
918
915
  msgstr ""
919
916
 
917
+ msgid "At least one of the selected items requires the host to reboot"
918
+ msgstr ""
919
+
920
920
  msgid "At least one organization must exist."
921
921
  msgstr ""
922
922
 
@@ -1307,9 +1307,6 @@ msgstr ""
1307
1307
  msgid "Check audited changes and proceed only if content or filters have changed since last publish"
1308
1308
  msgstr ""
1309
1309
 
1310
- msgid "Check for long running tasks"
1311
- msgstr ""
1312
-
1313
1310
  msgid "Check if a connection can be made to Red Hat Subscription Management."
1314
1311
  msgstr ""
1315
1312
 
@@ -2219,9 +2216,6 @@ msgstr ""
2219
2216
  msgid "Deleting versions: {versionList}"
2220
2217
  msgstr ""
2221
2218
 
2222
- msgid "Deliver notifications about long running tasks"
2223
- msgstr ""
2224
-
2225
2219
  msgid "Description"
2226
2220
  msgstr "विवरण"
2227
2221
 
@@ -3348,9 +3342,6 @@ msgstr ""
3348
3342
  msgid "Import New Manifest"
3349
3343
  msgstr ""
3350
3344
 
3351
- msgid "Import Puppet classes"
3352
- msgstr ""
3353
-
3354
3345
  msgid "Import Repository"
3355
3346
  msgstr ""
3356
3347
 
@@ -3378,9 +3369,6 @@ msgstr ""
3378
3369
  msgid "Import a subscription manifest to give hosts access to Red Hat content."
3379
3370
  msgstr ""
3380
3371
 
3381
- msgid "Import facts"
3382
- msgstr ""
3383
-
3384
3372
  msgid "Import only"
3385
3373
  msgstr ""
3386
3374
 
@@ -3654,6 +3642,9 @@ msgstr ""
3654
3642
  msgid "Katello ID of local pool to update"
3655
3643
  msgstr ""
3656
3644
 
3645
+ msgid "Katello: Configure host for new content source"
3646
+ msgstr ""
3647
+
3657
3648
  msgid "Katello: Install Errata"
3658
3649
  msgstr ""
3659
3650
 
@@ -3804,9 +3795,6 @@ msgstr ""
3804
3795
  msgid "Lifecycle environment ID"
3805
3796
  msgstr ""
3806
3797
 
3807
- msgid "Lifecycle environment for the host."
3808
- msgstr ""
3809
-
3810
3798
  msgid "Lifecycle environment must be specified"
3811
3799
  msgstr ""
3812
3800
 
@@ -4760,9 +4748,6 @@ msgstr ""
4760
4748
  msgid "On the RHUA Instance, check the available repositories."
4761
4749
  msgstr ""
4762
4750
 
4763
- msgid "On-disk location for exported repositories"
4764
- msgstr ""
4765
-
4766
4751
  msgid "On-disk location for pulp 3 exported repositories"
4767
4752
  msgstr ""
4768
4753
 
@@ -5344,9 +5329,6 @@ msgstr ""
5344
5329
  msgid "Pulp does not appear to be running."
5345
5330
  msgstr ""
5346
5331
 
5347
- msgid "Pulp export destination filepath"
5348
- msgstr ""
5349
-
5350
5332
  msgid "Pulp message bus connection issue at %s."
5351
5333
  msgstr ""
5352
5334
 
@@ -5467,6 +5449,9 @@ msgstr ""
5467
5449
  msgid "Reassign affected hosts"
5468
5450
  msgstr ""
5469
5451
 
5452
+ msgid "Reboot host"
5453
+ msgstr ""
5454
+
5470
5455
  msgid "Reboot required"
5471
5456
  msgstr ""
5472
5457
 
@@ -5635,9 +5620,6 @@ msgstr ""
5635
5620
  msgid "Reload data"
5636
5621
  msgstr ""
5637
5622
 
5638
- msgid "Remote action:"
5639
- msgstr ""
5640
-
5641
5623
  msgid "Remote execution is enabled."
5642
5624
  msgstr ""
5643
5625
 
@@ -5743,6 +5725,9 @@ msgstr ""
5743
5725
  msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
5744
5726
  msgstr ""
5745
5727
 
5728
+ msgid "Replace content source on the target machine"
5729
+ msgstr ""
5730
+
5746
5731
  msgid "Repo ID"
5747
5732
  msgstr ""
5748
5733
 
@@ -6091,6 +6076,9 @@ msgstr "खोजें"
6091
6076
  msgid "Search Query"
6092
6077
  msgstr ""
6093
6078
 
6079
+ msgid "Search available Debian packages"
6080
+ msgstr ""
6081
+
6094
6082
  msgid "Search available packages"
6095
6083
  msgstr ""
6096
6084
 
@@ -8447,6 +8435,9 @@ msgstr ""
8447
8435
  msgid "deb_ids is not an array"
8448
8436
  msgstr ""
8449
8437
 
8438
+ msgid "deb_names_for_job_template: Action must be one of %s"
8439
+ msgstr ""
8440
+
8450
8441
  msgid "delete a filter"
8451
8442
  msgstr ""
8452
8443
 
@@ -8570,7 +8561,7 @@ msgstr ""
8570
8561
  msgid "has already been taken for this product."
8571
8562
  msgstr ""
8572
8563
 
8573
- msgid "here"
8564
+ msgid "here."
8574
8565
  msgstr ""
8575
8566
 
8576
8567
  msgid "host collection name to filter by"
data/locale/id/katello.po CHANGED
@@ -478,9 +478,6 @@ msgstr ""
478
478
  msgid "Action unauthorized to be performed in this organization."
479
479
  msgstr ""
480
480
 
481
- msgid "Action with sub plans"
482
- msgstr ""
483
-
484
481
  msgid "Activation Key will no longer be available for use. This operation cannot be undone."
485
482
  msgstr ""
486
483
 
@@ -913,6 +910,9 @@ msgstr ""
913
910
  msgid "At least one activation key must have a lifecycle environment and content view assigned to it"
914
911
  msgstr ""
915
912
 
913
+ msgid "At least one of the selected items requires the host to reboot"
914
+ msgstr ""
915
+
916
916
  msgid "At least one organization must exist."
917
917
  msgstr ""
918
918
 
@@ -1303,9 +1303,6 @@ msgstr ""
1303
1303
  msgid "Check audited changes and proceed only if content or filters have changed since last publish"
1304
1304
  msgstr ""
1305
1305
 
1306
- msgid "Check for long running tasks"
1307
- msgstr ""
1308
-
1309
1306
  msgid "Check if a connection can be made to Red Hat Subscription Management."
1310
1307
  msgstr ""
1311
1308
 
@@ -2215,9 +2212,6 @@ msgstr ""
2215
2212
  msgid "Deleting versions: {versionList}"
2216
2213
  msgstr ""
2217
2214
 
2218
- msgid "Deliver notifications about long running tasks"
2219
- msgstr ""
2220
-
2221
2215
  msgid "Description"
2222
2216
  msgstr ""
2223
2217
 
@@ -3344,9 +3338,6 @@ msgstr ""
3344
3338
  msgid "Import New Manifest"
3345
3339
  msgstr ""
3346
3340
 
3347
- msgid "Import Puppet classes"
3348
- msgstr ""
3349
-
3350
3341
  msgid "Import Repository"
3351
3342
  msgstr ""
3352
3343
 
@@ -3374,9 +3365,6 @@ msgstr ""
3374
3365
  msgid "Import a subscription manifest to give hosts access to Red Hat content."
3375
3366
  msgstr ""
3376
3367
 
3377
- msgid "Import facts"
3378
- msgstr ""
3379
-
3380
3368
  msgid "Import only"
3381
3369
  msgstr ""
3382
3370
 
@@ -3650,6 +3638,9 @@ msgstr ""
3650
3638
  msgid "Katello ID of local pool to update"
3651
3639
  msgstr ""
3652
3640
 
3641
+ msgid "Katello: Configure host for new content source"
3642
+ msgstr ""
3643
+
3653
3644
  msgid "Katello: Install Errata"
3654
3645
  msgstr ""
3655
3646
 
@@ -3800,9 +3791,6 @@ msgstr ""
3800
3791
  msgid "Lifecycle environment ID"
3801
3792
  msgstr ""
3802
3793
 
3803
- msgid "Lifecycle environment for the host."
3804
- msgstr ""
3805
-
3806
3794
  msgid "Lifecycle environment must be specified"
3807
3795
  msgstr ""
3808
3796
 
@@ -4756,9 +4744,6 @@ msgstr ""
4756
4744
  msgid "On the RHUA Instance, check the available repositories."
4757
4745
  msgstr ""
4758
4746
 
4759
- msgid "On-disk location for exported repositories"
4760
- msgstr ""
4761
-
4762
4747
  msgid "On-disk location for pulp 3 exported repositories"
4763
4748
  msgstr ""
4764
4749
 
@@ -5340,9 +5325,6 @@ msgstr ""
5340
5325
  msgid "Pulp does not appear to be running."
5341
5326
  msgstr ""
5342
5327
 
5343
- msgid "Pulp export destination filepath"
5344
- msgstr ""
5345
-
5346
5328
  msgid "Pulp message bus connection issue at %s."
5347
5329
  msgstr ""
5348
5330
 
@@ -5463,6 +5445,9 @@ msgstr ""
5463
5445
  msgid "Reassign affected hosts"
5464
5446
  msgstr ""
5465
5447
 
5448
+ msgid "Reboot host"
5449
+ msgstr ""
5450
+
5466
5451
  msgid "Reboot required"
5467
5452
  msgstr ""
5468
5453
 
@@ -5631,9 +5616,6 @@ msgstr ""
5631
5616
  msgid "Reload data"
5632
5617
  msgstr ""
5633
5618
 
5634
- msgid "Remote action:"
5635
- msgstr ""
5636
-
5637
5619
  msgid "Remote execution is enabled."
5638
5620
  msgstr ""
5639
5621
 
@@ -5739,6 +5721,9 @@ msgstr ""
5739
5721
  msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
5740
5722
  msgstr ""
5741
5723
 
5724
+ msgid "Replace content source on the target machine"
5725
+ msgstr ""
5726
+
5742
5727
  msgid "Repo ID"
5743
5728
  msgstr ""
5744
5729
 
@@ -6087,6 +6072,9 @@ msgstr ""
6087
6072
  msgid "Search Query"
6088
6073
  msgstr ""
6089
6074
 
6075
+ msgid "Search available Debian packages"
6076
+ msgstr ""
6077
+
6090
6078
  msgid "Search available packages"
6091
6079
  msgstr ""
6092
6080
 
@@ -8443,6 +8431,9 @@ msgstr ""
8443
8431
  msgid "deb_ids is not an array"
8444
8432
  msgstr ""
8445
8433
 
8434
+ msgid "deb_names_for_job_template: Action must be one of %s"
8435
+ msgstr ""
8436
+
8446
8437
  msgid "delete a filter"
8447
8438
  msgstr ""
8448
8439
 
@@ -8566,7 +8557,7 @@ msgstr ""
8566
8557
  msgid "has already been taken for this product."
8567
8558
  msgstr ""
8568
8559
 
8569
- msgid "here"
8560
+ msgid "here."
8570
8561
  msgstr ""
8571
8562
 
8572
8563
  msgid "host collection name to filter by"
Binary file
data/locale/it/katello.po CHANGED
@@ -486,9 +486,6 @@ msgstr ""
486
486
  msgid "Action unauthorized to be performed in this organization."
487
487
  msgstr ""
488
488
 
489
- msgid "Action with sub plans"
490
- msgstr ""
491
-
492
489
  msgid "Activation Key will no longer be available for use. This operation cannot be undone."
493
490
  msgstr ""
494
491
 
@@ -922,6 +919,9 @@ msgstr "È necessario fornire almeno una chiave di attivazione"
922
919
  msgid "At least one activation key must have a lifecycle environment and content view assigned to it"
923
920
  msgstr "Almeno una chiave di attivazione deve avere un ambiente ciclo di vita e una visualizzazione del contenuto"
924
921
 
922
+ msgid "At least one of the selected items requires the host to reboot"
923
+ msgstr ""
924
+
925
925
  msgid "At least one organization must exist."
926
926
  msgstr "Deve essere presente almeno una organizzazione."
927
927
 
@@ -1312,9 +1312,6 @@ msgstr ""
1312
1312
  msgid "Check audited changes and proceed only if content or filters have changed since last publish"
1313
1313
  msgstr ""
1314
1314
 
1315
- msgid "Check for long running tasks"
1316
- msgstr ""
1317
-
1318
1315
  msgid "Check if a connection can be made to Red Hat Subscription Management."
1319
1316
  msgstr ""
1320
1317
 
@@ -2224,9 +2221,6 @@ msgstr ""
2224
2221
  msgid "Deleting versions: {versionList}"
2225
2222
  msgstr ""
2226
2223
 
2227
- msgid "Deliver notifications about long running tasks"
2228
- msgstr ""
2229
-
2230
2224
  msgid "Description"
2231
2225
  msgstr "Descrizione"
2232
2226
 
@@ -3353,9 +3347,6 @@ msgstr "Importa manifesto"
3353
3347
  msgid "Import New Manifest"
3354
3348
  msgstr ""
3355
3349
 
3356
- msgid "Import Puppet classes"
3357
- msgstr "Importa classi Puppet"
3358
-
3359
3350
  msgid "Import Repository"
3360
3351
  msgstr ""
3361
3352
 
@@ -3383,9 +3374,6 @@ msgstr ""
3383
3374
  msgid "Import a subscription manifest to give hosts access to Red Hat content."
3384
3375
  msgstr ""
3385
3376
 
3386
- msgid "Import facts"
3387
- msgstr "Importa gli eventi"
3388
-
3389
3377
  msgid "Import only"
3390
3378
  msgstr ""
3391
3379
 
@@ -3659,6 +3647,9 @@ msgstr ""
3659
3647
  msgid "Katello ID of local pool to update"
3660
3648
  msgstr ""
3661
3649
 
3650
+ msgid "Katello: Configure host for new content source"
3651
+ msgstr ""
3652
+
3662
3653
  msgid "Katello: Install Errata"
3663
3654
  msgstr ""
3664
3655
 
@@ -3809,9 +3800,6 @@ msgstr ""
3809
3800
  msgid "Lifecycle environment ID"
3810
3801
  msgstr ""
3811
3802
 
3812
- msgid "Lifecycle environment for the host."
3813
- msgstr ""
3814
-
3815
3803
  msgid "Lifecycle environment must be specified"
3816
3804
  msgstr ""
3817
3805
 
@@ -4765,9 +4753,6 @@ msgstr ""
4765
4753
  msgid "On the RHUA Instance, check the available repositories."
4766
4754
  msgstr ""
4767
4755
 
4768
- msgid "On-disk location for exported repositories"
4769
- msgstr ""
4770
-
4771
4756
  msgid "On-disk location for pulp 3 exported repositories"
4772
4757
  msgstr ""
4773
4758
 
@@ -5349,9 +5334,6 @@ msgstr ""
5349
5334
  msgid "Pulp does not appear to be running."
5350
5335
  msgstr ""
5351
5336
 
5352
- msgid "Pulp export destination filepath"
5353
- msgstr ""
5354
-
5355
5337
  msgid "Pulp message bus connection issue at %s."
5356
5338
  msgstr ""
5357
5339
 
@@ -5472,6 +5454,9 @@ msgstr ""
5472
5454
  msgid "Reassign affected hosts"
5473
5455
  msgstr ""
5474
5456
 
5457
+ msgid "Reboot host"
5458
+ msgstr ""
5459
+
5475
5460
  msgid "Reboot required"
5476
5461
  msgstr ""
5477
5462
 
@@ -5640,9 +5625,6 @@ msgstr "Releasever da abilitare"
5640
5625
  msgid "Reload data"
5641
5626
  msgstr "Ricarica i dati"
5642
5627
 
5643
- msgid "Remote action:"
5644
- msgstr "Azione remota:"
5645
-
5646
5628
  msgid "Remote execution is enabled."
5647
5629
  msgstr ""
5648
5630
 
@@ -5748,6 +5730,9 @@ msgstr ""
5748
5730
  msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
5749
5731
  msgstr ""
5750
5732
 
5733
+ msgid "Replace content source on the target machine"
5734
+ msgstr ""
5735
+
5751
5736
  msgid "Repo ID"
5752
5737
  msgstr ""
5753
5738
 
@@ -6096,6 +6081,9 @@ msgstr "Cerca"
6096
6081
  msgid "Search Query"
6097
6082
  msgstr ""
6098
6083
 
6084
+ msgid "Search available Debian packages"
6085
+ msgstr ""
6086
+
6099
6087
  msgid "Search available packages"
6100
6088
  msgstr ""
6101
6089
 
@@ -8452,6 +8440,9 @@ msgstr ""
8452
8440
  msgid "deb_ids is not an array"
8453
8441
  msgstr ""
8454
8442
 
8443
+ msgid "deb_names_for_job_template: Action must be one of %s"
8444
+ msgstr ""
8445
+
8455
8446
  msgid "delete a filter"
8456
8447
  msgstr ""
8457
8448
 
@@ -8575,8 +8566,8 @@ msgstr ""
8575
8566
  msgid "has already been taken for this product."
8576
8567
  msgstr "è già stato selezionato per questo prodotto."
8577
8568
 
8578
- msgid "here"
8579
- msgstr "qui"
8569
+ msgid "here."
8570
+ msgstr ""
8580
8571
 
8581
8572
  msgid "host collection name to filter by"
8582
8573
  msgstr "nome insieme di host da usare per filtrare"
Binary file