katello 4.11.1 → 4.12.0.rc1

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

Potentially problematic release.


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

Files changed (349) 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/debs_controller.rb +4 -0
  56. data/app/controllers/katello/api/v2/host_debs_controller.rb +13 -1
  57. data/app/controllers/katello/api/v2/organizations_controller.rb +1 -3
  58. data/app/controllers/katello/api/v2/repositories_controller.rb +2 -8
  59. data/app/controllers/katello/concerns/api/v2/registration_commands_controller_extensions.rb +0 -1
  60. data/app/controllers/katello/concerns/hosts_controller_extensions.rb +7 -3
  61. data/app/controllers/katello/concerns/organizations_controller_extensions.rb +1 -17
  62. data/app/helpers/katello/concerns/dashboard_helper_extensions.rb +0 -20
  63. data/app/lib/actions/katello/content_view/publish.rb +3 -3
  64. data/app/lib/actions/katello/content_view_version/auto_create_products.rb +4 -4
  65. data/app/lib/actions/katello/content_view_version/auto_create_redhat_repositories.rb +5 -5
  66. data/app/lib/actions/katello/content_view_version/auto_create_repositories.rb +5 -5
  67. data/app/lib/actions/katello/content_view_version/import.rb +14 -13
  68. data/app/lib/actions/katello/content_view_version/import_library.rb +4 -4
  69. data/app/lib/actions/katello/content_view_version/import_repository.rb +3 -3
  70. data/app/lib/actions/katello/content_view_version/reset_content_view_repositories_from_metadata.rb +2 -2
  71. data/app/lib/actions/katello/host/hypervisors_update.rb +0 -1
  72. data/app/lib/actions/katello/organization/manifest_delete.rb +1 -1
  73. data/app/lib/actions/katello/organization/manifest_refresh.rb +16 -16
  74. data/app/lib/actions/katello/repository/sync.rb +2 -4
  75. data/app/lib/actions/pulp3/orchestration/content_view_version/export.rb +20 -15
  76. data/app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb +17 -14
  77. data/app/lib/actions/pulp3/orchestration/content_view_version/import.rb +11 -11
  78. data/app/lib/actions/pulp3/orchestration/repository/upload_content.rb +18 -13
  79. data/app/lib/actions/pulp3/repository/import_upload.rb +13 -5
  80. data/app/lib/actions/pulp3/repository/save_artifact.rb +23 -12
  81. data/app/lib/katello/api/v2/error_handling.rb +1 -1
  82. data/app/lib/katello/lazy_accessor.rb +6 -6
  83. data/app/lib/katello/resources/candlepin/owner.rb +2 -2
  84. data/app/mailers/katello/errata_mailer.rb +3 -3
  85. data/app/models/katello/concerns/host_managed_extensions.rb +29 -76
  86. data/app/models/katello/concerns/hostgroup_extensions.rb +4 -2
  87. data/app/models/katello/concerns/organization_extensions.rb +1 -1
  88. data/app/models/katello/concerns/pulp_database_unit.rb +1 -1
  89. data/app/models/katello/concerns/subscription_facet_host_extensions.rb +0 -27
  90. data/app/models/katello/content_view.rb +11 -6
  91. data/app/models/katello/content_view_version.rb +2 -0
  92. data/app/models/katello/deb.rb +8 -0
  93. data/app/models/katello/host/content_facet.rb +19 -14
  94. data/app/models/katello/host/subscription_facet.rb +0 -19
  95. data/app/models/katello/host_tracer.rb +9 -5
  96. data/app/models/katello/installed_deb.rb +1 -0
  97. data/app/models/katello/repository.rb +3 -2
  98. data/app/models/katello/trace_status.rb +6 -2
  99. data/app/overrides/add_organization_attributes.rb +0 -18
  100. data/app/presenters/katello/host_deb_presenter.rb +23 -0
  101. data/app/services/katello/candlepin/consumer.rb +0 -4
  102. data/app/services/katello/candlepin/event_handler.rb +6 -25
  103. data/app/services/katello/candlepin/message_handler.rb +1 -21
  104. data/app/services/katello/host/profiles_uploader.rb +17 -6
  105. data/app/services/katello/host_status_manager.rb +0 -22
  106. data/app/services/katello/organization_creator.rb +2 -2
  107. data/app/services/katello/pulp3/api/apt.rb +1 -1
  108. data/app/services/katello/pulp3/content_view_version/export.rb +2 -2
  109. data/app/services/katello/pulp3/content_view_version/metadata_generator.rb +1 -0
  110. data/app/services/katello/pulp3/content_view_version/metadata_map.rb +3 -0
  111. data/app/services/katello/pulp3/repository/apt.rb +16 -6
  112. data/app/services/katello/registration_manager.rb +1 -13
  113. data/app/views/katello/api/v2/host_debs/base.json.rabl +2 -0
  114. data/app/views/katello/api/v2/hosts/base.json.rabl +9 -0
  115. data/app/views/katello/api/v2/subscription_facet/base_with_root.json.rabl +0 -3
  116. data/app/views/katello/api/v2/subscription_facet/show.json.rabl +3 -0
  117. data/app/views/katello/sync_management/index.html.erb +14 -13
  118. data/app/views/overrides/activation_keys/_host_environment_select.html.erb +20 -16
  119. data/app/views/overrides/activation_keys/_host_synced_content_select.html.erb +6 -4
  120. data/app/views/overrides/organizations/_edit_override.html.erb +0 -12
  121. data/db/migrate/20131014225132_add_users_fields.rb +0 -1
  122. data/db/migrate/20150603045418_remove_user_fields.rb +0 -2
  123. data/db/migrate/20160404132250_remove_katello_from_notification_name.rb +4 -22
  124. data/db/migrate/20160505181337_rename_katello_settings.rb +2 -2
  125. data/db/migrate/20200818192230_update_system_purpose_status.rb +9 -3
  126. data/db/migrate/20240111032511_add_index_to_host_installed_packages.rb +16 -0
  127. data/db/migrate/20240123120109_remove_pulp_export_destination_setting.rb +9 -0
  128. data/db/migrate/20240207191223_remove_entitlement_mode_host_statuses.rb +30 -0
  129. data/db/seeds.d/111-upgrade_tasks.rb +2 -1
  130. data/engines/bastion/app/assets/javascripts/bastion/bastion.js +0 -2
  131. data/engines/bastion/app/views/bastion/layouts/assets.html.erb +6 -2
  132. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-associations-content-hosts.html +0 -4
  133. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html +0 -1
  134. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/bastion-katello-bootstrap.js +45 -29
  135. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts-helper.service.js +0 -10
  136. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details.controller.js +0 -1
  137. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html +2 -21
  138. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html +0 -5
  139. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +0 -7
  140. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +5 -5
  141. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html +9 -1
  142. data/engines/bastion_katello/lib/bastion_katello/engine.rb +0 -6
  143. data/lib/katello/engine.rb +0 -3
  144. data/lib/katello/plugin.rb +2 -11
  145. data/lib/katello/tasks/rubocop.rake +0 -9
  146. data/lib/katello/tasks/unify_hosts.rake +0 -1
  147. data/lib/katello/tasks/upgrades/4.12/update_content_access_modes.rake +35 -0
  148. data/lib/katello/version.rb +1 -1
  149. data/locale/action_names.rb +12 -6
  150. data/locale/bn/katello.po +19 -28
  151. data/locale/bn/katello.po.time_stamp +0 -0
  152. data/locale/bn/katello.pox +0 -0
  153. data/locale/bn_IN/katello.po +19 -28
  154. data/locale/bn_IN/katello.po.time_stamp +0 -0
  155. data/locale/ca/LC_MESSAGES/katello.mo +0 -0
  156. data/locale/ca/katello.po +20 -29
  157. data/locale/ca/katello.po.time_stamp +0 -0
  158. data/locale/cs/katello.po +19 -29
  159. data/locale/cs/katello.po.time_stamp +0 -0
  160. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  161. data/locale/cs_CZ/katello.po +20 -29
  162. data/locale/cs_CZ/katello.po.time_stamp +0 -0
  163. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  164. data/locale/de/katello.po +20 -29
  165. data/locale/de/katello.po.time_stamp +0 -0
  166. data/locale/de_AT/katello.po +19 -28
  167. data/locale/de_AT/katello.po.time_stamp +0 -0
  168. data/locale/de_DE/katello.po +19 -28
  169. data/locale/de_DE/katello.po.time_stamp +0 -0
  170. data/locale/el/LC_MESSAGES/katello.mo +0 -0
  171. data/locale/el/katello.po +20 -29
  172. data/locale/el/katello.po.time_stamp +0 -0
  173. data/locale/en/katello.po +19 -28
  174. data/locale/en/katello.po.time_stamp +0 -0
  175. data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
  176. data/locale/en_GB/katello.po +19 -28
  177. data/locale/en_GB/katello.po.time_stamp +0 -0
  178. data/locale/en_US/katello.po +19 -28
  179. data/locale/en_US/katello.po.time_stamp +0 -0
  180. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  181. data/locale/es/katello.po +20 -29
  182. data/locale/es/katello.po.time_stamp +0 -0
  183. data/locale/et_EE/katello.po +19 -28
  184. data/locale/et_EE/katello.po.time_stamp +0 -0
  185. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  186. data/locale/fr/katello.po +20 -29
  187. data/locale/fr/katello.po.time_stamp +0 -0
  188. data/locale/gl/LC_MESSAGES/katello.mo +0 -0
  189. data/locale/gl/katello.po +20 -29
  190. data/locale/gl/katello.po.time_stamp +0 -0
  191. data/locale/gu/katello.po +19 -28
  192. data/locale/gu/katello.po.time_stamp +0 -0
  193. data/locale/he_IL/katello.po +19 -28
  194. data/locale/he_IL/katello.po.time_stamp +0 -0
  195. data/locale/hi/katello.po +19 -28
  196. data/locale/hi/katello.po.time_stamp +0 -0
  197. data/locale/id/katello.po +19 -28
  198. data/locale/id/katello.po.time_stamp +0 -0
  199. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  200. data/locale/it/katello.po +20 -29
  201. data/locale/it/katello.po.time_stamp +0 -0
  202. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  203. data/locale/ja/katello.po +20 -29
  204. data/locale/ja/katello.po.time_stamp +0 -0
  205. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  206. data/locale/ka/katello.po +20 -29
  207. data/locale/ka/katello.po.time_stamp +0 -0
  208. data/locale/katello.pot +363 -348
  209. data/locale/kn/katello.po +19 -28
  210. data/locale/kn/katello.po.time_stamp +0 -0
  211. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  212. data/locale/ko/katello.po +20 -29
  213. data/locale/ko/katello.po.time_stamp +0 -0
  214. data/locale/messages.mo +0 -0
  215. data/locale/ml_IN/katello.po +19 -28
  216. data/locale/ml_IN/katello.po.time_stamp +0 -0
  217. data/locale/mr/katello.po +19 -28
  218. data/locale/mr/katello.po.time_stamp +0 -0
  219. data/locale/nl_NL/katello.po +19 -28
  220. data/locale/nl_NL/katello.po.time_stamp +0 -0
  221. data/locale/or/katello.po +19 -28
  222. data/locale/or/katello.po.time_stamp +0 -0
  223. data/locale/pa/katello.po +19 -28
  224. data/locale/pa/katello.po.time_stamp +0 -0
  225. data/locale/pl/katello.po +19 -28
  226. data/locale/pl/katello.po.time_stamp +0 -0
  227. data/locale/pl_PL/katello.po +19 -28
  228. data/locale/pl_PL/katello.po.time_stamp +0 -0
  229. data/locale/pt/katello.po +19 -28
  230. data/locale/pt/katello.po.time_stamp +0 -0
  231. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  232. data/locale/pt_BR/katello.po +20 -29
  233. data/locale/pt_BR/katello.po.time_stamp +0 -0
  234. data/locale/ro/katello.po +19 -28
  235. data/locale/ro/katello.po.time_stamp +0 -0
  236. data/locale/ro_RO/katello.po +19 -28
  237. data/locale/ro_RO/katello.po.time_stamp +0 -0
  238. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  239. data/locale/ru/katello.po +20 -29
  240. data/locale/ru/katello.po.time_stamp +0 -0
  241. data/locale/sl/katello.po +19 -28
  242. data/locale/sl/katello.po.time_stamp +0 -0
  243. data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
  244. data/locale/sv_SE/katello.po +20 -29
  245. data/locale/sv_SE/katello.po.time_stamp +0 -0
  246. data/locale/ta/katello.po +19 -28
  247. data/locale/ta/katello.po.time_stamp +0 -0
  248. data/locale/ta_IN/katello.po +19 -28
  249. data/locale/ta_IN/katello.po.time_stamp +0 -0
  250. data/locale/te/katello.po +19 -28
  251. data/locale/te/katello.po.time_stamp +0 -0
  252. data/locale/tr/katello.po +19 -28
  253. data/locale/tr/katello.po.time_stamp +0 -0
  254. data/locale/vi/katello.po +19 -28
  255. data/locale/vi/katello.po.time_stamp +0 -0
  256. data/locale/vi_VN/katello.po +19 -28
  257. data/locale/vi_VN/katello.po.time_stamp +0 -0
  258. data/locale/zh/katello.po +19 -28
  259. data/locale/zh/katello.po.time_stamp +0 -0
  260. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  261. data/locale/zh_CN/katello.po +20 -29
  262. data/locale/zh_CN/katello.po.time_stamp +0 -0
  263. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  264. data/locale/zh_TW/katello.po +20 -29
  265. data/locale/zh_TW/katello.po.time_stamp +0 -0
  266. data/package.json +0 -1
  267. data/webpack/components/extensions/HostDetails/Tabs/ContentTab/SecondaryTabsRoutes.js +4 -0
  268. data/webpack/components/extensions/HostDetails/Tabs/ContentTab/constants.js +4 -1
  269. data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebInstallModal.js +250 -0
  270. data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebInstallModal.scss +3 -0
  271. data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js +585 -0
  272. data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.scss +12 -0
  273. data/webpack/components/extensions/HostDetails/Tabs/DebsTab/HostDebsActions.js +13 -0
  274. data/webpack/components/extensions/HostDetails/Tabs/DebsTab/HostDebsConstants.js +13 -0
  275. data/webpack/components/extensions/HostDetails/Tabs/DebsTab/HostDebsSelectors.js +16 -0
  276. data/webpack/components/extensions/HostDetails/Tabs/DebsTab/InstallableDebsActions.js +17 -0
  277. data/webpack/components/extensions/HostDetails/Tabs/DebsTab/InstallableDebsConstants.js +3 -0
  278. data/webpack/components/extensions/HostDetails/Tabs/DebsTab/InstallableDebsSelectors.js +16 -0
  279. data/webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js +1 -8
  280. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js +2 -0
  281. data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +4 -18
  282. data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesTab.js +13 -5
  283. data/webpack/components/extensions/HostDetails/Tabs/__tests__/debs.fixtures.json +31 -0
  284. data/webpack/components/extensions/HostDetails/Tabs/__tests__/debsInstallModal.test.js +226 -0
  285. data/webpack/components/extensions/HostDetails/Tabs/__tests__/debsTab.test.js +420 -0
  286. data/webpack/components/extensions/HostDetails/Tabs/__tests__/installableDebs.fixtures.json +63 -0
  287. data/webpack/components/extensions/HostDetails/Tabs/__tests__/traces.fixtures.json +11 -1
  288. data/webpack/components/extensions/HostDetails/Tabs/__tests__/tracesTab.test.js +63 -3
  289. data/webpack/scenes/ContentViews/ContentViewsConstants.js +3 -0
  290. data/webpack/scenes/ContentViews/Delete/__tests__/affectedHosts.fixtures.json +0 -13
  291. data/webpack/scenes/ContentViews/Details/ContentViewDetailActions.js +23 -1
  292. data/webpack/scenes/ContentViews/Details/ContentViewDetailSelectors.js +19 -1
  293. data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/__tests__/hosts.fixtures.json +0 -13
  294. data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareConfig.js +37 -3
  295. data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersionContent.js +10 -2
  296. data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedHosts.fixture.json +0 -13
  297. data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js +31 -5
  298. data/webpack/scenes/Organizations/OrganizationSelectors.js +0 -3
  299. data/webpack/scenes/Subscriptions/Manifest/index.js +1 -4
  300. data/webpack/scenes/Subscriptions/SubscriptionsPage.js +3 -25
  301. data/webpack/scenes/Subscriptions/SubscriptionsSelectors.js +0 -3
  302. data/webpack/scenes/Subscriptions/__tests__/SubscriptionsSelectors.test.js +0 -3
  303. data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsPage.test.js.snap +0 -22
  304. data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsSelectors.test.js.snap +0 -3
  305. data/webpack/scenes/Subscriptions/index.js +1 -2
  306. metadata +93 -190
  307. data/app/controllers/katello/concerns/content_facet_hosts_controller_extensions.rb +0 -22
  308. data/app/models/katello/concerns/widget_extensions.rb +0 -23
  309. data/app/models/katello/purpose_addons_status.rb +0 -28
  310. data/app/models/katello/purpose_role_status.rb +0 -28
  311. data/app/models/katello/purpose_sla_status.rb +0 -28
  312. data/app/models/katello/purpose_status.rb +0 -71
  313. data/app/models/katello/purpose_usage_status.rb +0 -28
  314. data/app/models/katello/subscription_status.rb +0 -71
  315. data/app/services/katello/candlepin/system_purpose.rb +0 -49
  316. data/app/views/dashboard/_subscription_status_widget.html.erb +0 -37
  317. data/app/views/dashboard/_subscription_widget.html.erb +0 -85
  318. data/app/views/overrides/organizations/_index_header_override.html.erb +0 -3
  319. data/app/views/overrides/organizations/_index_row_override.html.erb +0 -3
  320. data/app/views/overrides/organizations/_step_1_override.html.erb +0 -10
  321. data/config/locales/README +0 -10
  322. data/config/locales/bn.yml +0 -182
  323. data/config/locales/compare_upstream.sh +0 -21
  324. data/config/locales/cs.yml +0 -211
  325. data/config/locales/de.yml +0 -203
  326. data/config/locales/en.yml +0 -205
  327. data/config/locales/es.yml +0 -199
  328. data/config/locales/fr.yml +0 -222
  329. data/config/locales/gu.yml +0 -181
  330. data/config/locales/hi.yml +0 -199
  331. data/config/locales/it.yml +0 -205
  332. data/config/locales/ja.yml +0 -197
  333. data/config/locales/kn.yml +0 -199
  334. data/config/locales/ko.yml +0 -197
  335. data/config/locales/mr.yml +0 -178
  336. data/config/locales/or.yml +0 -181
  337. data/config/locales/pa.yml +0 -181
  338. data/config/locales/pt-BR.yml +0 -207
  339. data/config/locales/pt.yml +0 -207
  340. data/config/locales/ru.yml +0 -257
  341. data/config/locales/ta.yml +0 -181
  342. data/config/locales/te.yml +0 -181
  343. data/config/locales/update.sh +0 -14
  344. data/config/locales/zh-CN.yml +0 -199
  345. data/config/locales/zh-TW.yml +0 -199
  346. data/engines/bastion/app/assets/javascripts/bastion/bastion-bootstrap.js +0 -17
  347. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/content-access-mode-banner.directive.js +0 -22
  348. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html +0 -10
  349. data/webpack/scenes/Subscriptions/Manifest/SimpleContentAccess.js +0 -96
@@ -481,9 +481,6 @@ msgstr ""
481
481
  msgid "Action unauthorized to be performed in this organization."
482
482
  msgstr ""
483
483
 
484
- msgid "Action with sub plans"
485
- msgstr ""
486
-
487
484
  msgid "Activation Key will no longer be available for use. This operation cannot be undone."
488
485
  msgstr ""
489
486
 
@@ -916,6 +913,9 @@ msgstr ""
916
913
  msgid "At least one activation key must have a lifecycle environment and content view assigned to it"
917
914
  msgstr ""
918
915
 
916
+ msgid "At least one of the selected items requires the host to reboot"
917
+ msgstr ""
918
+
919
919
  msgid "At least one organization must exist."
920
920
  msgstr ""
921
921
 
@@ -1306,9 +1306,6 @@ msgstr ""
1306
1306
  msgid "Check audited changes and proceed only if content or filters have changed since last publish"
1307
1307
  msgstr ""
1308
1308
 
1309
- msgid "Check for long running tasks"
1310
- msgstr ""
1311
-
1312
1309
  msgid "Check if a connection can be made to Red Hat Subscription Management."
1313
1310
  msgstr ""
1314
1311
 
@@ -2218,9 +2215,6 @@ msgstr ""
2218
2215
  msgid "Deleting versions: {versionList}"
2219
2216
  msgstr ""
2220
2217
 
2221
- msgid "Deliver notifications about long running tasks"
2222
- msgstr ""
2223
-
2224
2218
  msgid "Description"
2225
2219
  msgstr ""
2226
2220
 
@@ -3347,9 +3341,6 @@ msgstr ""
3347
3341
  msgid "Import New Manifest"
3348
3342
  msgstr ""
3349
3343
 
3350
- msgid "Import Puppet classes"
3351
- msgstr ""
3352
-
3353
3344
  msgid "Import Repository"
3354
3345
  msgstr ""
3355
3346
 
@@ -3377,9 +3368,6 @@ msgstr ""
3377
3368
  msgid "Import a subscription manifest to give hosts access to Red Hat content."
3378
3369
  msgstr ""
3379
3370
 
3380
- msgid "Import facts"
3381
- msgstr ""
3382
-
3383
3371
  msgid "Import only"
3384
3372
  msgstr ""
3385
3373
 
@@ -3653,6 +3641,9 @@ msgstr ""
3653
3641
  msgid "Katello ID of local pool to update"
3654
3642
  msgstr ""
3655
3643
 
3644
+ msgid "Katello: Configure host for new content source"
3645
+ msgstr ""
3646
+
3656
3647
  msgid "Katello: Install Errata"
3657
3648
  msgstr ""
3658
3649
 
@@ -3803,9 +3794,6 @@ msgstr ""
3803
3794
  msgid "Lifecycle environment ID"
3804
3795
  msgstr ""
3805
3796
 
3806
- msgid "Lifecycle environment for the host."
3807
- msgstr ""
3808
-
3809
3797
  msgid "Lifecycle environment must be specified"
3810
3798
  msgstr ""
3811
3799
 
@@ -4759,9 +4747,6 @@ msgstr ""
4759
4747
  msgid "On the RHUA Instance, check the available repositories."
4760
4748
  msgstr ""
4761
4749
 
4762
- msgid "On-disk location for exported repositories"
4763
- msgstr ""
4764
-
4765
4750
  msgid "On-disk location for pulp 3 exported repositories"
4766
4751
  msgstr ""
4767
4752
 
@@ -5343,9 +5328,6 @@ msgstr ""
5343
5328
  msgid "Pulp does not appear to be running."
5344
5329
  msgstr ""
5345
5330
 
5346
- msgid "Pulp export destination filepath"
5347
- msgstr ""
5348
-
5349
5331
  msgid "Pulp message bus connection issue at %s."
5350
5332
  msgstr ""
5351
5333
 
@@ -5466,6 +5448,9 @@ msgstr ""
5466
5448
  msgid "Reassign affected hosts"
5467
5449
  msgstr ""
5468
5450
 
5451
+ msgid "Reboot host"
5452
+ msgstr ""
5453
+
5469
5454
  msgid "Reboot required"
5470
5455
  msgstr ""
5471
5456
 
@@ -5634,9 +5619,6 @@ msgstr ""
5634
5619
  msgid "Reload data"
5635
5620
  msgstr ""
5636
5621
 
5637
- msgid "Remote action:"
5638
- msgstr ""
5639
-
5640
5622
  msgid "Remote execution is enabled."
5641
5623
  msgstr ""
5642
5624
 
@@ -5742,6 +5724,9 @@ msgstr ""
5742
5724
  msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
5743
5725
  msgstr ""
5744
5726
 
5727
+ msgid "Replace content source on the target machine"
5728
+ msgstr ""
5729
+
5745
5730
  msgid "Repo ID"
5746
5731
  msgstr ""
5747
5732
 
@@ -6090,6 +6075,9 @@ msgstr ""
6090
6075
  msgid "Search Query"
6091
6076
  msgstr ""
6092
6077
 
6078
+ msgid "Search available Debian packages"
6079
+ msgstr ""
6080
+
6093
6081
  msgid "Search available packages"
6094
6082
  msgstr ""
6095
6083
 
@@ -8446,6 +8434,9 @@ msgstr ""
8446
8434
  msgid "deb_ids is not an array"
8447
8435
  msgstr ""
8448
8436
 
8437
+ msgid "deb_names_for_job_template: Action must be one of %s"
8438
+ msgstr ""
8439
+
8449
8440
  msgid "delete a filter"
8450
8441
  msgstr ""
8451
8442
 
@@ -8569,7 +8560,7 @@ msgstr ""
8569
8560
  msgid "has already been taken for this product."
8570
8561
  msgstr ""
8571
8562
 
8572
- msgid "here"
8563
+ msgid "here."
8573
8564
  msgstr ""
8574
8565
 
8575
8566
  msgid "host collection name to filter by"
File without changes
data/locale/pt/katello.po CHANGED
@@ -483,9 +483,6 @@ msgstr ""
483
483
  msgid "Action unauthorized to be performed in this organization."
484
484
  msgstr ""
485
485
 
486
- msgid "Action with sub plans"
487
- msgstr ""
488
-
489
486
  msgid "Activation Key will no longer be available for use. This operation cannot be undone."
490
487
  msgstr ""
491
488
 
@@ -918,6 +915,9 @@ msgstr ""
918
915
  msgid "At least one activation key must have a lifecycle environment and content view assigned to it"
919
916
  msgstr ""
920
917
 
918
+ msgid "At least one of the selected items requires the host to reboot"
919
+ msgstr ""
920
+
921
921
  msgid "At least one organization must exist."
922
922
  msgstr ""
923
923
 
@@ -1308,9 +1308,6 @@ msgstr ""
1308
1308
  msgid "Check audited changes and proceed only if content or filters have changed since last publish"
1309
1309
  msgstr ""
1310
1310
 
1311
- msgid "Check for long running tasks"
1312
- msgstr ""
1313
-
1314
1311
  msgid "Check if a connection can be made to Red Hat Subscription Management."
1315
1312
  msgstr ""
1316
1313
 
@@ -2220,9 +2217,6 @@ msgstr ""
2220
2217
  msgid "Deleting versions: {versionList}"
2221
2218
  msgstr ""
2222
2219
 
2223
- msgid "Deliver notifications about long running tasks"
2224
- msgstr ""
2225
-
2226
2220
  msgid "Description"
2227
2221
  msgstr ""
2228
2222
 
@@ -3349,9 +3343,6 @@ msgstr ""
3349
3343
  msgid "Import New Manifest"
3350
3344
  msgstr ""
3351
3345
 
3352
- msgid "Import Puppet classes"
3353
- msgstr ""
3354
-
3355
3346
  msgid "Import Repository"
3356
3347
  msgstr ""
3357
3348
 
@@ -3379,9 +3370,6 @@ msgstr ""
3379
3370
  msgid "Import a subscription manifest to give hosts access to Red Hat content."
3380
3371
  msgstr ""
3381
3372
 
3382
- msgid "Import facts"
3383
- msgstr ""
3384
-
3385
3373
  msgid "Import only"
3386
3374
  msgstr ""
3387
3375
 
@@ -3655,6 +3643,9 @@ msgstr ""
3655
3643
  msgid "Katello ID of local pool to update"
3656
3644
  msgstr ""
3657
3645
 
3646
+ msgid "Katello: Configure host for new content source"
3647
+ msgstr ""
3648
+
3658
3649
  msgid "Katello: Install Errata"
3659
3650
  msgstr ""
3660
3651
 
@@ -3805,9 +3796,6 @@ msgstr ""
3805
3796
  msgid "Lifecycle environment ID"
3806
3797
  msgstr ""
3807
3798
 
3808
- msgid "Lifecycle environment for the host."
3809
- msgstr ""
3810
-
3811
3799
  msgid "Lifecycle environment must be specified"
3812
3800
  msgstr ""
3813
3801
 
@@ -4761,9 +4749,6 @@ msgstr ""
4761
4749
  msgid "On the RHUA Instance, check the available repositories."
4762
4750
  msgstr ""
4763
4751
 
4764
- msgid "On-disk location for exported repositories"
4765
- msgstr ""
4766
-
4767
4752
  msgid "On-disk location for pulp 3 exported repositories"
4768
4753
  msgstr ""
4769
4754
 
@@ -5345,9 +5330,6 @@ msgstr ""
5345
5330
  msgid "Pulp does not appear to be running."
5346
5331
  msgstr ""
5347
5332
 
5348
- msgid "Pulp export destination filepath"
5349
- msgstr ""
5350
-
5351
5333
  msgid "Pulp message bus connection issue at %s."
5352
5334
  msgstr ""
5353
5335
 
@@ -5468,6 +5450,9 @@ msgstr ""
5468
5450
  msgid "Reassign affected hosts"
5469
5451
  msgstr ""
5470
5452
 
5453
+ msgid "Reboot host"
5454
+ msgstr ""
5455
+
5471
5456
  msgid "Reboot required"
5472
5457
  msgstr ""
5473
5458
 
@@ -5636,9 +5621,6 @@ msgstr ""
5636
5621
  msgid "Reload data"
5637
5622
  msgstr ""
5638
5623
 
5639
- msgid "Remote action:"
5640
- msgstr ""
5641
-
5642
5624
  msgid "Remote execution is enabled."
5643
5625
  msgstr ""
5644
5626
 
@@ -5744,6 +5726,9 @@ msgstr ""
5744
5726
  msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
5745
5727
  msgstr ""
5746
5728
 
5729
+ msgid "Replace content source on the target machine"
5730
+ msgstr ""
5731
+
5747
5732
  msgid "Repo ID"
5748
5733
  msgstr ""
5749
5734
 
@@ -6092,6 +6077,9 @@ msgstr ""
6092
6077
  msgid "Search Query"
6093
6078
  msgstr ""
6094
6079
 
6080
+ msgid "Search available Debian packages"
6081
+ msgstr ""
6082
+
6095
6083
  msgid "Search available packages"
6096
6084
  msgstr ""
6097
6085
 
@@ -8448,6 +8436,9 @@ msgstr ""
8448
8436
  msgid "deb_ids is not an array"
8449
8437
  msgstr ""
8450
8438
 
8439
+ msgid "deb_names_for_job_template: Action must be one of %s"
8440
+ msgstr ""
8441
+
8451
8442
  msgid "delete a filter"
8452
8443
  msgstr ""
8453
8444
 
@@ -8571,7 +8562,7 @@ msgstr ""
8571
8562
  msgid "has already been taken for this product."
8572
8563
  msgstr ""
8573
8564
 
8574
- msgid "here"
8565
+ msgid "here."
8575
8566
  msgstr ""
8576
8567
 
8577
8568
  msgid "host collection name to filter by"
File without changes
Binary file
@@ -491,9 +491,6 @@ msgstr "Ação não permitida para o proxy inteligente padrão."
491
491
  msgid "Action unauthorized to be performed in this organization."
492
492
  msgstr ""
493
493
 
494
- msgid "Action with sub plans"
495
- msgstr "Ação com subplanos "
496
-
497
494
  msgid "Activation Key will no longer be available for use. This operation cannot be undone."
498
495
  msgstr ""
499
496
 
@@ -929,6 +926,9 @@ msgstr "Ao menos uma chave de ativação deve ser fornecida"
929
926
  msgid "At least one activation key must have a lifecycle environment and content view assigned to it"
930
927
  msgstr "Ao menos uma chave de ativação deve possuir um ambiente de ciclo de vida e visualização de conteúdo atribuído à ele."
931
928
 
929
+ msgid "At least one of the selected items requires the host to reboot"
930
+ msgstr ""
931
+
932
932
  msgid "At least one organization must exist."
933
933
  msgstr "Deve existir ao menos uma organização"
934
934
 
@@ -1319,9 +1319,6 @@ msgstr ""
1319
1319
  msgid "Check audited changes and proceed only if content or filters have changed since last publish"
1320
1320
  msgstr ""
1321
1321
 
1322
- msgid "Check for long running tasks"
1323
- msgstr ""
1324
-
1325
1322
  msgid "Check if a connection can be made to Red Hat Subscription Management."
1326
1323
  msgstr "Verifique se é possível estabelecer conexão com o Red Hat Subscription Management."
1327
1324
 
@@ -2231,9 +2228,6 @@ msgstr ""
2231
2228
  msgid "Deleting versions: {versionList}"
2232
2229
  msgstr ""
2233
2230
 
2234
- msgid "Deliver notifications about long running tasks"
2235
- msgstr ""
2236
-
2237
2231
  msgid "Description"
2238
2232
  msgstr "Descrição"
2239
2233
 
@@ -3362,9 +3356,6 @@ msgstr "Importar Manifesto"
3362
3356
  msgid "Import New Manifest"
3363
3357
  msgstr "Importar novo manifesto"
3364
3358
 
3365
- msgid "Import Puppet classes"
3366
- msgstr "Importar classes de Puppet"
3367
-
3368
3359
  msgid "Import Repository"
3369
3360
  msgstr ""
3370
3361
 
@@ -3392,9 +3383,6 @@ msgstr ""
3392
3383
  msgid "Import a subscription manifest to give hosts access to Red Hat content."
3393
3384
  msgstr ""
3394
3385
 
3395
- msgid "Import facts"
3396
- msgstr "Importar fatos"
3397
-
3398
3386
  msgid "Import only"
3399
3387
  msgstr ""
3400
3388
 
@@ -3668,6 +3656,9 @@ msgstr ""
3668
3656
  msgid "Katello ID of local pool to update"
3669
3657
  msgstr "ID do Katello de pool local para atualizar"
3670
3658
 
3659
+ msgid "Katello: Configure host for new content source"
3660
+ msgstr ""
3661
+
3671
3662
  msgid "Katello: Install Errata"
3672
3663
  msgstr "Katello: instalar errata"
3673
3664
 
@@ -3818,9 +3809,6 @@ msgstr ""
3818
3809
  msgid "Lifecycle environment ID"
3819
3810
  msgstr "ID do ambiente de ciclo de vida"
3820
3811
 
3821
- msgid "Lifecycle environment for the host."
3822
- msgstr ""
3823
-
3824
3812
  msgid "Lifecycle environment must be specified"
3825
3813
  msgstr ""
3826
3814
 
@@ -4774,9 +4762,6 @@ msgstr "Sob demanda"
4774
4762
  msgid "On the RHUA Instance, check the available repositories."
4775
4763
  msgstr ""
4776
4764
 
4777
- msgid "On-disk location for exported repositories"
4778
- msgstr "Localização no disco para repositórios exportados "
4779
-
4780
4765
  msgid "On-disk location for pulp 3 exported repositories"
4781
4766
  msgstr ""
4782
4767
 
@@ -5360,9 +5345,6 @@ msgstr "A celulose não parece estar funcionando em %s."
5360
5345
  msgid "Pulp does not appear to be running."
5361
5346
  msgstr "O pulp parece não estar em execução. "
5362
5347
 
5363
- msgid "Pulp export destination filepath"
5364
- msgstr "Caminho de arquivo de destino da exportação do pulp"
5365
-
5366
5348
  msgid "Pulp message bus connection issue at %s."
5367
5349
  msgstr "Problema de conexão do ônibus de mensagens de polpa em %s."
5368
5350
 
@@ -5483,6 +5465,9 @@ msgstr ""
5483
5465
  msgid "Reassign affected hosts"
5484
5466
  msgstr ""
5485
5467
 
5468
+ msgid "Reboot host"
5469
+ msgstr ""
5470
+
5486
5471
  msgid "Reboot required"
5487
5472
  msgstr "Reinicialização necessária"
5488
5473
 
@@ -5651,9 +5636,6 @@ msgstr "Releasever a ativar "
5651
5636
  msgid "Reload data"
5652
5637
  msgstr "Recarregar dados"
5653
5638
 
5654
- msgid "Remote action:"
5655
- msgstr "Ação remota:"
5656
-
5657
5639
  msgid "Remote execution is enabled."
5658
5640
  msgstr ""
5659
5641
 
@@ -5759,6 +5741,9 @@ msgstr ""
5759
5741
  msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
5760
5742
  msgstr ""
5761
5743
 
5744
+ msgid "Replace content source on the target machine"
5745
+ msgstr ""
5746
+
5762
5747
  msgid "Repo ID"
5763
5748
  msgstr ""
5764
5749
 
@@ -6107,6 +6092,9 @@ msgstr "Pesquisar"
6107
6092
  msgid "Search Query"
6108
6093
  msgstr "Consulta de pesquisa"
6109
6094
 
6095
+ msgid "Search available Debian packages"
6096
+ msgstr ""
6097
+
6110
6098
  msgid "Search available packages"
6111
6099
  msgstr ""
6112
6100
 
@@ -8463,6 +8451,9 @@ msgstr ""
8463
8451
  msgid "deb_ids is not an array"
8464
8452
  msgstr "deb_ids não é uma matriz"
8465
8453
 
8454
+ msgid "deb_names_for_job_template: Action must be one of %s"
8455
+ msgstr ""
8456
+
8466
8457
  msgid "delete a filter"
8467
8458
  msgstr "remover um filtro"
8468
8459
 
@@ -8586,8 +8577,8 @@ msgstr "já está sendo usado(a) para um produto nesta organização. "
8586
8577
  msgid "has already been taken for this product."
8587
8578
  msgstr "já está sendo utilizado para este produto"
8588
8579
 
8589
- msgid "here"
8590
- msgstr "aqui"
8580
+ msgid "here."
8581
+ msgstr ""
8591
8582
 
8592
8583
  msgid "host collection name to filter by"
8593
8584
  msgstr "filtrar por nome de coleção de host "
File without changes
data/locale/ro/katello.po CHANGED
@@ -479,9 +479,6 @@ msgstr ""
479
479
  msgid "Action unauthorized to be performed in this organization."
480
480
  msgstr ""
481
481
 
482
- msgid "Action with sub plans"
483
- msgstr ""
484
-
485
482
  msgid "Activation Key will no longer be available for use. This operation cannot be undone."
486
483
  msgstr ""
487
484
 
@@ -914,6 +911,9 @@ msgstr ""
914
911
  msgid "At least one activation key must have a lifecycle environment and content view assigned to it"
915
912
  msgstr ""
916
913
 
914
+ msgid "At least one of the selected items requires the host to reboot"
915
+ msgstr ""
916
+
917
917
  msgid "At least one organization must exist."
918
918
  msgstr ""
919
919
 
@@ -1304,9 +1304,6 @@ msgstr ""
1304
1304
  msgid "Check audited changes and proceed only if content or filters have changed since last publish"
1305
1305
  msgstr ""
1306
1306
 
1307
- msgid "Check for long running tasks"
1308
- msgstr ""
1309
-
1310
1307
  msgid "Check if a connection can be made to Red Hat Subscription Management."
1311
1308
  msgstr ""
1312
1309
 
@@ -2216,9 +2213,6 @@ msgstr ""
2216
2213
  msgid "Deleting versions: {versionList}"
2217
2214
  msgstr ""
2218
2215
 
2219
- msgid "Deliver notifications about long running tasks"
2220
- msgstr ""
2221
-
2222
2216
  msgid "Description"
2223
2217
  msgstr ""
2224
2218
 
@@ -3345,9 +3339,6 @@ msgstr ""
3345
3339
  msgid "Import New Manifest"
3346
3340
  msgstr ""
3347
3341
 
3348
- msgid "Import Puppet classes"
3349
- msgstr ""
3350
-
3351
3342
  msgid "Import Repository"
3352
3343
  msgstr ""
3353
3344
 
@@ -3375,9 +3366,6 @@ msgstr ""
3375
3366
  msgid "Import a subscription manifest to give hosts access to Red Hat content."
3376
3367
  msgstr ""
3377
3368
 
3378
- msgid "Import facts"
3379
- msgstr ""
3380
-
3381
3369
  msgid "Import only"
3382
3370
  msgstr ""
3383
3371
 
@@ -3651,6 +3639,9 @@ msgstr ""
3651
3639
  msgid "Katello ID of local pool to update"
3652
3640
  msgstr ""
3653
3641
 
3642
+ msgid "Katello: Configure host for new content source"
3643
+ msgstr ""
3644
+
3654
3645
  msgid "Katello: Install Errata"
3655
3646
  msgstr ""
3656
3647
 
@@ -3801,9 +3792,6 @@ msgstr ""
3801
3792
  msgid "Lifecycle environment ID"
3802
3793
  msgstr ""
3803
3794
 
3804
- msgid "Lifecycle environment for the host."
3805
- msgstr ""
3806
-
3807
3795
  msgid "Lifecycle environment must be specified"
3808
3796
  msgstr ""
3809
3797
 
@@ -4757,9 +4745,6 @@ msgstr ""
4757
4745
  msgid "On the RHUA Instance, check the available repositories."
4758
4746
  msgstr ""
4759
4747
 
4760
- msgid "On-disk location for exported repositories"
4761
- msgstr ""
4762
-
4763
4748
  msgid "On-disk location for pulp 3 exported repositories"
4764
4749
  msgstr ""
4765
4750
 
@@ -5341,9 +5326,6 @@ msgstr ""
5341
5326
  msgid "Pulp does not appear to be running."
5342
5327
  msgstr ""
5343
5328
 
5344
- msgid "Pulp export destination filepath"
5345
- msgstr ""
5346
-
5347
5329
  msgid "Pulp message bus connection issue at %s."
5348
5330
  msgstr ""
5349
5331
 
@@ -5464,6 +5446,9 @@ msgstr ""
5464
5446
  msgid "Reassign affected hosts"
5465
5447
  msgstr ""
5466
5448
 
5449
+ msgid "Reboot host"
5450
+ msgstr ""
5451
+
5467
5452
  msgid "Reboot required"
5468
5453
  msgstr ""
5469
5454
 
@@ -5632,9 +5617,6 @@ msgstr ""
5632
5617
  msgid "Reload data"
5633
5618
  msgstr ""
5634
5619
 
5635
- msgid "Remote action:"
5636
- msgstr ""
5637
-
5638
5620
  msgid "Remote execution is enabled."
5639
5621
  msgstr ""
5640
5622
 
@@ -5740,6 +5722,9 @@ msgstr ""
5740
5722
  msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
5741
5723
  msgstr ""
5742
5724
 
5725
+ msgid "Replace content source on the target machine"
5726
+ msgstr ""
5727
+
5743
5728
  msgid "Repo ID"
5744
5729
  msgstr ""
5745
5730
 
@@ -6088,6 +6073,9 @@ msgstr ""
6088
6073
  msgid "Search Query"
6089
6074
  msgstr ""
6090
6075
 
6076
+ msgid "Search available Debian packages"
6077
+ msgstr ""
6078
+
6091
6079
  msgid "Search available packages"
6092
6080
  msgstr ""
6093
6081
 
@@ -8444,6 +8432,9 @@ msgstr ""
8444
8432
  msgid "deb_ids is not an array"
8445
8433
  msgstr ""
8446
8434
 
8435
+ msgid "deb_names_for_job_template: Action must be one of %s"
8436
+ msgstr ""
8437
+
8447
8438
  msgid "delete a filter"
8448
8439
  msgstr ""
8449
8440
 
@@ -8567,7 +8558,7 @@ msgstr ""
8567
8558
  msgid "has already been taken for this product."
8568
8559
  msgstr ""
8569
8560
 
8570
- msgid "here"
8561
+ msgid "here."
8571
8562
  msgstr ""
8572
8563
 
8573
8564
  msgid "host collection name to filter by"
File without changes