katello 4.1.0.rc2.2 → 4.1.0

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 (141) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/katello/api/v2/content_export_incrementals_controller.rb +1 -1
  3. data/app/controllers/katello/api/v2/content_exports_controller.rb +1 -1
  4. data/app/controllers/katello/api/v2/content_imports_controller.rb +2 -2
  5. data/app/controllers/katello/api/v2/errata_controller.rb +2 -23
  6. data/app/controllers/katello/api/v2/host_errata_controller.rb +5 -32
  7. data/app/controllers/katello/api/v2/host_packages_controller.rb +1 -1
  8. data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +1 -1
  9. data/app/controllers/katello/api/v2/products_bulk_actions_controller.rb +0 -1
  10. data/app/controllers/katello/api/v2/repositories_controller.rb +1 -1
  11. data/app/controllers/katello/concerns/api/v2/host_errata_extensions.rb +41 -0
  12. data/app/controllers/katello/remote_execution_controller.rb +5 -9
  13. data/app/lib/actions/candlepin/abstract_async_task.rb +9 -1
  14. data/app/lib/actions/katello/agent_action.rb +2 -0
  15. data/app/lib/actions/katello/applicability/repository/regenerate.rb +10 -10
  16. data/app/lib/actions/katello/capsule_content/sync.rb +1 -1
  17. data/app/lib/actions/katello/host/upload_package_profile.rb +1 -6
  18. data/app/lib/actions/katello/host/upload_profiles.rb +2 -41
  19. data/app/lib/actions/katello/orphan_cleanup/remove_orphans.rb +2 -2
  20. data/app/lib/actions/katello/repository/check_matching_content.rb +13 -14
  21. data/app/lib/actions/katello/repository/sync.rb +3 -14
  22. data/app/lib/actions/katello/repository/verify_checksum.rb +1 -1
  23. data/app/lib/actions/katello/sync_plan/run.rb +7 -2
  24. data/app/lib/actions/pulp3/content_guard/refresh.rb +6 -10
  25. data/app/lib/actions/pulp3/orchestration/orphan_cleanup/remove_orphans.rb +1 -1
  26. data/app/lib/actions/pulp3/repository/save_version.rb +1 -0
  27. data/app/lib/katello/errors.rb +1 -1
  28. data/app/lib/katello/event_daemon/monitor.rb +1 -0
  29. data/app/lib/katello/event_daemon/services/agent_event_receiver.rb +6 -10
  30. data/app/lib/katello/util/hostgroup_facets_helper.rb +126 -0
  31. data/app/models/katello/authorization/content_view.rb +5 -9
  32. data/app/models/katello/authorization/organization.rb +4 -4
  33. data/app/models/katello/concerns/hostgroup_extensions.rb +3 -1
  34. data/app/models/katello/concerns/pulp_database_unit.rb +42 -0
  35. data/app/models/katello/concerns/redhat_extensions.rb +18 -10
  36. data/app/models/katello/erratum.rb +0 -4
  37. data/app/models/katello/glue/pulp/repo.rb +0 -19
  38. data/app/models/katello/host/content_facet.rb +11 -20
  39. data/app/models/katello/host_available_module_stream.rb +4 -4
  40. data/app/models/katello/module_stream.rb +0 -4
  41. data/app/models/katello/ping.rb +2 -9
  42. data/app/models/katello/repository.rb +14 -4
  43. data/app/models/katello/root_repository.rb +4 -0
  44. data/app/models/katello/rpm.rb +0 -4
  45. data/app/services/cert/certs.rb +4 -0
  46. data/app/services/katello/applicable_host_queue.rb +2 -2
  47. data/app/services/katello/pulp/yum_metadata_file.rb +6 -2
  48. data/app/services/katello/pulp3/api/content_guard.rb +39 -5
  49. data/app/services/katello/pulp3/repository/ansible_collection.rb +1 -1
  50. data/app/services/katello/pulp3/repository/yum.rb +1 -0
  51. data/app/services/katello/registration_manager.rb +4 -24
  52. data/app/services/katello/ui_notifications/pulp/proxy_disk_space.rb +1 -0
  53. data/app/views/katello/api/v2/repository_sets/show.json.rabl +9 -5
  54. data/config/katello.yaml.example +0 -13
  55. data/config/routes/api/v2.rb +0 -1
  56. data/db/migrate/20200514092553_move_katello_fields_from_hostgroups.katello.rb +15 -1
  57. data/db/migrate/20210119162528_delete_puppet_and_ostree_repos.rb +18 -22
  58. data/db/migrate/20210512170039_add_repo_timestamps.rb +6 -0
  59. data/db/migrate/20210512192745_fix_red_hat_root_repository_arch.rb +11 -0
  60. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-errata-modal.controller.js +26 -27
  61. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-module-streams-modal.controller.js +1 -3
  62. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js +1 -5
  63. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html +1 -1
  64. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html +2 -2
  65. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html +7 -2
  66. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js +5 -2
  67. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-module-streams.controller.js +1 -1
  68. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages.controller.js +1 -1
  69. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +2 -2
  70. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html +1 -1
  71. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html +7 -2
  72. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages.html +2 -2
  73. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +5 -10
  74. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +3 -5
  75. data/lib/katello.rb +1 -1
  76. data/lib/katello/engine.rb +0 -2
  77. data/lib/katello/permission_creator.rb +7 -14
  78. data/lib/katello/plugin.rb +9 -0
  79. data/lib/katello/tasks/fix_hostgroup_facets.rake +8 -0
  80. data/lib/katello/tasks/upgrades/4.1/update_content_import_export_perms.rake +33 -0
  81. data/lib/katello/version.rb +1 -1
  82. data/locale/action_names.rb +39 -39
  83. data/locale/bn/katello.edit.po +114 -107
  84. data/locale/bn/katello.po +12 -6
  85. data/locale/cs/katello.edit.po +118 -115
  86. data/locale/cs/katello.po +12 -6
  87. data/locale/de/katello.edit.po +126 -136
  88. data/locale/de/katello.po +12 -6
  89. data/locale/en/katello.edit.po +114 -106
  90. data/locale/en/katello.po +12 -6
  91. data/locale/es/katello.edit.po +129 -165
  92. data/locale/es/katello.po +12 -6
  93. data/locale/fr/katello.edit.po +143 -247
  94. data/locale/fr/katello.po +13 -9
  95. data/locale/gu/katello.edit.po +114 -107
  96. data/locale/gu/katello.po +12 -6
  97. data/locale/hi/katello.edit.po +114 -107
  98. data/locale/hi/katello.po +12 -6
  99. data/locale/it/katello.edit.po +121 -131
  100. data/locale/it/katello.po +12 -6
  101. data/locale/ja/katello.edit.po +141 -229
  102. data/locale/ja/katello.po +13 -9
  103. data/locale/katello.pot +124 -114
  104. data/locale/kn/katello.edit.po +114 -107
  105. data/locale/kn/katello.po +12 -6
  106. data/locale/ko/katello.edit.po +126 -136
  107. data/locale/ko/katello.po +12 -6
  108. data/locale/mr/katello.edit.po +114 -107
  109. data/locale/mr/katello.po +12 -6
  110. data/locale/or/katello.edit.po +114 -107
  111. data/locale/or/katello.po +12 -6
  112. data/locale/pa/katello.edit.po +114 -107
  113. data/locale/pa/katello.po +12 -6
  114. data/locale/pt/katello.edit.po +114 -107
  115. data/locale/pt/katello.po +12 -6
  116. data/locale/pt_BR/katello.edit.po +129 -165
  117. data/locale/pt_BR/katello.po +12 -6
  118. data/locale/ru/katello.edit.po +126 -136
  119. data/locale/ru/katello.po +12 -6
  120. data/locale/ta/katello.edit.po +114 -107
  121. data/locale/ta/katello.po +12 -6
  122. data/locale/te/katello.edit.po +114 -107
  123. data/locale/te/katello.po +12 -6
  124. data/locale/zh_CN/katello.edit.po +140 -229
  125. data/locale/zh_CN/katello.po +13 -9
  126. data/locale/zh_TW/katello.edit.po +127 -153
  127. data/locale/zh_TW/katello.po +12 -6
  128. data/webpack/components/react-bootstrap-select/index.js +1 -1
  129. metadata +26 -18
  130. data/app/lib/actions/katello/host/generate_applicability.rb +0 -41
  131. data/app/lib/actions/katello/repository/import_applicability.rb +0 -25
  132. data/app/lib/actions/pulp/consumer.rb +0 -100
  133. data/app/lib/actions/pulp/consumer/create.rb +0 -19
  134. data/app/lib/actions/pulp/consumer/destroy.rb +0 -17
  135. data/app/lib/actions/pulp/consumer/generate_applicability.rb +0 -24
  136. data/app/lib/actions/pulp/consumer/update.rb +0 -20
  137. data/app/lib/actions/pulp3/capsule_content/refresh_content_guard.rb +0 -17
  138. data/app/models/katello/events/import_host_applicability.rb +0 -16
  139. data/app/services/katello/applicable_content_helper.rb +0 -111
  140. data/app/services/katello/pulp/consumer.rb +0 -83
  141. data/app/services/katello/pulp/consumer_group.rb +0 -95
data/locale/or/katello.po CHANGED
@@ -3134,6 +3134,9 @@ msgstr ""
3134
3134
  msgid "No manifest file uploaded"
3135
3135
  msgstr ""
3136
3136
 
3137
+ msgid "No manifest found. Import a manifest with the appropriate subscriptions before importing content."
3138
+ msgstr ""
3139
+
3137
3140
  msgid "No matching content views found"
3138
3141
  msgstr ""
3139
3142
 
@@ -4405,10 +4408,13 @@ msgstr ""
4405
4408
  msgid "Source RPM"
4406
4409
  msgstr ""
4407
4410
 
4411
+ msgid "Specify an export chunk size less than 1_000_000 GB"
4412
+ msgstr ""
4413
+
4408
4414
  msgid "Specify the list of units in each repo"
4409
4415
  msgstr ""
4410
4416
 
4411
- msgid "Split the exported content into archives no greater than the specified size in megabytes."
4417
+ msgid "Split the exported content into archives no greater than the specified size in gigabytes."
4412
4418
  msgstr ""
4413
4419
 
4414
4420
  msgid "Stacking ID"
@@ -4738,11 +4744,6 @@ msgstr ""
4738
4744
  msgid "The following hosts have errata that apply to them: "
4739
4745
  msgstr ""
4740
4746
 
4741
- msgid ""
4742
- "The following repositories provided in the import metadata are either not available in the Library or are of incorrect Respository Type. Please add or enable the repositories before importing\n"
4743
- " %{repos}"
4744
- msgstr ""
4745
-
4746
4747
  msgid ""
4747
4748
  "The following repositories provided in the import metadata have an incorrect content type or provider type. Make sure the export and import repositories are of the same type before importing\n"
4748
4749
  " %{repos}"
@@ -4769,6 +4770,11 @@ msgstr ""
4769
4770
  msgid "The order to sort the results in. ['asc', 'desc'] Defaults to 'desc'."
4770
4771
  msgstr ""
4771
4772
 
4773
+ msgid ""
4774
+ "The organization's manifest does not contain the subscriptions required to enable the following repositories.\n"
4775
+ " %{repos}"
4776
+ msgstr ""
4777
+
4772
4778
  msgid "The page you are attempting to access requires selecting a specific organization."
4773
4779
  msgstr ""
4774
4780
 
@@ -10,7 +10,6 @@ msgid ""
10
10
  msgstr ""
11
11
  "Project-Id-Version: katello 2.4.0-RC1\n"
12
12
  "Report-Msgid-Bugs-To: \n"
13
- "POT-Creation-Date: 2021-05-07 20:06+0000\n"
14
13
  "PO-Revision-Date: 2017-12-19 20:14+0000\n"
15
14
  "Last-Translator: 0868a4d1af5275b3f70b0a6dac4c99a4, 2021\n"
16
15
  "Language-Team: Panjabi (Punjabi) (https://www.transifex.com/foreman/teams/114/"
@@ -510,7 +509,7 @@ msgid "Destination Server name"
510
509
  msgstr ""
511
510
 
512
511
  #: ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:11 ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:31 ../app/controllers/katello/api/v2/content_exports_controller.rb:32 ../app/controllers/katello/api/v2/content_exports_controller.rb:48
513
- msgid "Split the exported content into archives no greater than the specified size in megabytes."
512
+ msgid "Split the exported content into archives no greater than the specified size in gigabytes."
514
513
  msgstr ""
515
514
 
516
515
  #: ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:13 ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:33
@@ -3601,11 +3600,11 @@ msgstr ""
3601
3600
  msgid "The environment %{name} is in use by %{count} Host Group(s) including %{names}"
3602
3601
  msgstr ""
3603
3602
 
3604
- #: ../app/lib/actions/katello/activation_key/create.rb:21 ../app/lib/actions/katello/content_view/create.rb:10 ../app/lib/actions/katello/content_view/environment_create.rb:16 ../app/lib/actions/katello/repository/create.rb:50 ../app/lib/actions/katello/repository/create_root.rb:17 action_names.rb:17
3603
+ #: ../app/lib/actions/katello/activation_key/create.rb:21 ../app/lib/actions/katello/content_view/create.rb:10 ../app/lib/actions/katello/content_view/environment_create.rb:16 ../app/lib/actions/katello/repository/create.rb:50 ../app/lib/actions/katello/repository/create_root.rb:17 action_names.rb:23
3605
3604
  msgid "Create"
3606
3605
  msgstr ""
3607
3606
 
3608
- #: ../app/lib/actions/katello/activation_key/destroy.rb:19 action_names.rb:57
3607
+ #: ../app/lib/actions/katello/activation_key/destroy.rb:19 action_names.rb:66
3609
3608
  msgid "Delete Activation Key"
3610
3609
  msgstr ""
3611
3610
 
@@ -3621,11 +3620,11 @@ msgstr ""
3621
3620
  msgid "Host did not respond within %s seconds. The task has been cancelled. Is katello-agent installed and goferd running on the Host?"
3622
3621
  msgstr ""
3623
3622
 
3624
- #: ../app/lib/actions/katello/agent_action.rb:86
3623
+ #: ../app/lib/actions/katello/agent_action.rb:90
3625
3624
  msgid "Host did not finish content action in %s seconds. The task has been cancelled."
3626
3625
  msgstr ""
3627
3626
 
3628
- #: ../app/lib/actions/katello/applicability/host/generate.rb:22 action_names.rb:55
3627
+ #: ../app/lib/actions/katello/applicability/host/generate.rb:22 action_names.rb:65
3629
3628
  msgid "Generate host applicability"
3630
3629
  msgstr ""
3631
3630
 
@@ -3633,15 +3632,15 @@ msgstr ""
3633
3632
  msgid "Content Facet for host with id %s is non-existent. Skipping applicability calculation."
3634
3633
  msgstr ""
3635
3634
 
3636
- #: ../app/lib/actions/katello/applicability/hosts/bulk_generate.rb:30 action_names.rb:54
3635
+ #: ../app/lib/actions/katello/applicability/hosts/bulk_generate.rb:30 action_names.rb:71
3637
3636
  msgid "Bulk generate applicability for hosts"
3638
3637
  msgstr ""
3639
3638
 
3640
- #: ../app/lib/actions/katello/applicability/repository/regenerate.rb:25 action_names.rb:53
3639
+ #: ../app/lib/actions/katello/applicability/repository/regenerate.rb:25 action_names.rb:70
3641
3640
  msgid "Generate repository applicability"
3642
3641
  msgstr ""
3643
3642
 
3644
- #: ../app/lib/actions/katello/capsule_content/sync.rb:14 action_names.rb:52
3643
+ #: ../app/lib/actions/katello/capsule_content/sync.rb:14 action_names.rb:69
3645
3644
  msgid "Synchronize smart proxy"
3646
3645
  msgstr ""
3647
3646
 
@@ -3653,7 +3652,7 @@ msgstr ""
3653
3652
  msgid "Sync Content View on Smart Proxy(ies)"
3654
3653
  msgstr ""
3655
3654
 
3656
- #: ../app/lib/actions/katello/content_view/destroy.rb:34 ../app/lib/actions/katello/provider/destroy.rb:19 ../app/lib/actions/katello/repository/destroy.rb:67 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:262 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:277 ../webpack/scenes/Subscriptions/components/SubscriptionsTable/components/Dialogs/DeleteDialog.js:27 ../webpack/scenes/Subscriptions/components/SubscriptionsToolbar/SubscriptionsToolbar.js:90 action_names.rb:16
3655
+ #: ../app/lib/actions/katello/content_view/destroy.rb:34 ../app/lib/actions/katello/provider/destroy.rb:19 ../app/lib/actions/katello/repository/destroy.rb:67 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:262 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:277 ../webpack/scenes/Subscriptions/components/SubscriptionsTable/components/Dialogs/DeleteDialog.js:27 ../webpack/scenes/Subscriptions/components/SubscriptionsToolbar/SubscriptionsToolbar.js:90 action_names.rb:22
3657
3656
  msgid "Delete"
3658
3657
  msgstr "ਹਟਾਓ"
3659
3658
 
@@ -3705,7 +3704,7 @@ msgstr ""
3705
3704
  msgid "Cannot promote environment out of sequence. Use force to bypass restriction."
3706
3705
  msgstr ""
3707
3706
 
3708
- #: ../app/lib/actions/katello/content_view/promote_to_environment.rb:40 action_names.rb:47
3707
+ #: ../app/lib/actions/katello/content_view/promote_to_environment.rb:40 action_names.rb:40
3709
3708
  msgid "Promotion to Environment"
3710
3709
  msgstr ""
3711
3710
 
@@ -3717,7 +3716,7 @@ msgstr ""
3717
3716
  msgid "Content view has repository label '%s' which is not specified in repos_units parameter."
3718
3717
  msgstr ""
3719
3718
 
3720
- #: ../app/lib/actions/katello/content_view/publish.rb:90 action_names.rb:46
3719
+ #: ../app/lib/actions/katello/content_view/publish.rb:90 action_names.rb:42
3721
3720
  msgid "Publish"
3722
3721
  msgstr ""
3723
3722
 
@@ -3729,7 +3728,7 @@ msgstr ""
3729
3728
  msgid "Cannot delete version while it is in environment %s"
3730
3729
  msgstr ""
3731
3730
 
3732
- #: ../app/lib/actions/katello/content_view/remove.rb:86 action_names.rb:45
3731
+ #: ../app/lib/actions/katello/content_view/remove.rb:86 action_names.rb:39
3733
3732
  msgid "Remove Versions and Associations"
3734
3733
  msgstr ""
3735
3734
 
@@ -3749,7 +3748,7 @@ msgstr ""
3749
3748
  msgid "Cannot remove content view from environment. Content view '%{view}' is not in lifecycle environment '%{env}'."
3750
3749
  msgstr ""
3751
3750
 
3752
- #: ../app/lib/actions/katello/content_view/remove_from_environment.rb:35 action_names.rb:44
3751
+ #: ../app/lib/actions/katello/content_view/remove_from_environment.rb:35 action_names.rb:38
3753
3752
  msgid "Remove from Environment"
3754
3753
  msgstr ""
3755
3754
 
@@ -3761,7 +3760,7 @@ msgstr ""
3761
3760
  msgid "Create Repositories"
3762
3761
  msgstr ""
3763
3762
 
3764
- #: ../app/lib/actions/katello/content_view_version/export.rb:31 ../app/lib/actions/katello/repository/export.rb:63 action_names.rb:12
3763
+ #: ../app/lib/actions/katello/content_view_version/export.rb:31 ../app/lib/actions/katello/repository/export.rb:63 action_names.rb:37
3765
3764
  msgid "Export"
3766
3765
  msgstr ""
3767
3766
 
@@ -3769,15 +3768,15 @@ msgstr ""
3769
3768
  msgid "Content view not provided in the metadata"
3770
3769
  msgstr ""
3771
3770
 
3772
- #: ../app/lib/actions/katello/content_view_version/import.rb:40 action_names.rb:42
3771
+ #: ../app/lib/actions/katello/content_view_version/import.rb:41 action_names.rb:44
3773
3772
  msgid "Import Content View Version"
3774
3773
  msgstr ""
3775
3774
 
3776
- #: ../app/lib/actions/katello/content_view_version/import_library.rb:14 action_names.rb:41
3775
+ #: ../app/lib/actions/katello/content_view_version/import_library.rb:14 action_names.rb:36
3777
3776
  msgid "Import Default Content View"
3778
3777
  msgstr ""
3779
3778
 
3780
- #: ../app/lib/actions/katello/content_view_version/incremental_update.rb:16 action_names.rb:40
3779
+ #: ../app/lib/actions/katello/content_view_version/incremental_update.rb:16 action_names.rb:35
3781
3780
  msgid "Incremental Update"
3782
3781
  msgstr ""
3783
3782
 
@@ -3801,15 +3800,15 @@ msgstr ""
3801
3800
  msgid "Republish Repositories of %{name} %{version}"
3802
3801
  msgstr ""
3803
3802
 
3804
- #: ../app/lib/actions/katello/content_view_version/republish_repositories.rb:27 action_names.rb:39
3803
+ #: ../app/lib/actions/katello/content_view_version/republish_repositories.rb:27 action_names.rb:34
3805
3804
  msgid "Republish Version Repositories"
3806
3805
  msgstr ""
3807
3806
 
3808
- #: ../app/lib/actions/katello/environment/destroy.rb:36 action_names.rb:38
3807
+ #: ../app/lib/actions/katello/environment/destroy.rb:36 action_names.rb:45
3809
3808
  msgid "Delete Lifecycle Environment"
3810
3809
  msgstr ""
3811
3810
 
3812
- #: ../app/lib/actions/katello/environment/publish_repositories.rb:33 action_names.rb:37
3811
+ #: ../app/lib/actions/katello/environment/publish_repositories.rb:33 action_names.rb:33
3813
3812
  msgid "Publish Lifecycle Environment Repositories"
3814
3813
  msgstr ""
3815
3814
 
@@ -3825,7 +3824,7 @@ msgstr ""
3825
3824
  msgid "Unknown"
3826
3825
  msgstr "ਅਣਜਾਣ"
3827
3826
 
3828
- #: ../app/lib/actions/katello/host/attach_subscriptions.rb:49 action_names.rb:36
3827
+ #: ../app/lib/actions/katello/host/attach_subscriptions.rb:49 action_names.rb:46
3829
3828
  msgid "Attach subscriptions"
3830
3829
  msgstr ""
3831
3830
 
@@ -3833,7 +3832,7 @@ msgstr ""
3833
3832
  msgid "Destroy Content Host %s"
3834
3833
  msgstr ""
3835
3834
 
3836
- #: ../app/lib/actions/katello/host/destroy.rb:32 action_names.rb:34
3835
+ #: ../app/lib/actions/katello/host/destroy.rb:32 action_names.rb:47
3837
3836
  msgid "Destroy Content Host"
3838
3837
  msgstr ""
3839
3838
 
@@ -3845,7 +3844,7 @@ msgstr ""
3845
3844
  msgid "No applicable errata for %s, skipping"
3846
3845
  msgstr ""
3847
3846
 
3848
- #: ../app/lib/actions/katello/host/erratum/applicable_errata_install.rb:31 action_names.rb:33
3847
+ #: ../app/lib/actions/katello/host/erratum/applicable_errata_install.rb:31 action_names.rb:31
3849
3848
  msgid "Install Applicable Errata"
3850
3849
  msgstr ""
3851
3850
 
@@ -3937,7 +3936,7 @@ msgstr ""
3937
3936
  msgid "Remove subscriptions from %s"
3938
3937
  msgstr ""
3939
3938
 
3940
- #: ../app/lib/actions/katello/host/remove_subscriptions.rb:40 action_names.rb:30
3939
+ #: ../app/lib/actions/katello/host/remove_subscriptions.rb:40 action_names.rb:29
3941
3940
  msgid "Remove subscriptions"
3942
3941
  msgstr ""
3943
3942
 
@@ -3949,7 +3948,7 @@ msgstr ""
3949
3948
  msgid "Update Content Overrides to %s"
3950
3949
  msgstr ""
3951
3950
 
3952
- #: ../app/lib/actions/katello/host/update_content_overrides.rb:32 action_names.rb:29
3951
+ #: ../app/lib/actions/katello/host/update_content_overrides.rb:32 action_names.rb:48
3953
3952
  msgid "Update Content Overrides"
3954
3953
  msgstr ""
3955
3954
 
@@ -3969,7 +3968,7 @@ msgstr ""
3969
3968
  msgid "Host %{name} cannot be assigned release version %{release_version}."
3970
3969
  msgstr ""
3971
3970
 
3972
- #: ../app/lib/actions/katello/host/update_release_version.rb:21 action_names.rb:27
3971
+ #: ../app/lib/actions/katello/host/update_release_version.rb:21 action_names.rb:49
3973
3972
  msgid "Update release version for host"
3974
3973
  msgstr ""
3975
3974
 
@@ -3981,7 +3980,7 @@ msgstr ""
3981
3980
  msgid "Updating System Purpose for host %s"
3982
3981
  msgstr ""
3983
3982
 
3984
- #: ../app/lib/actions/katello/host/update_system_purpose.rb:25 action_names.rb:26
3983
+ #: ../app/lib/actions/katello/host/update_system_purpose.rb:25 action_names.rb:50
3985
3984
  msgid "Updating System Purpose for host"
3986
3985
  msgstr ""
3987
3986
 
@@ -3989,7 +3988,7 @@ msgstr ""
3989
3988
  msgid "Package Profile Update for %s"
3990
3989
  msgstr ""
3991
3990
 
3992
- #: ../app/lib/actions/katello/host/upload_package_profile.rb:22 action_names.rb:25
3991
+ #: ../app/lib/actions/katello/host/upload_package_profile.rb:22 action_names.rb:27
3993
3992
  msgid "Package Profile Update"
3994
3993
  msgstr ""
3995
3994
 
@@ -3997,11 +3996,11 @@ msgstr ""
3997
3996
  msgid "Combined Profile Update for %s"
3998
3997
  msgstr ""
3999
3998
 
4000
- #: ../app/lib/actions/katello/host/upload_profiles.rb:24 action_names.rb:24
3999
+ #: ../app/lib/actions/katello/host/upload_profiles.rb:24 action_names.rb:26
4001
4000
  msgid "Combined Profile Update"
4002
4001
  msgstr ""
4003
4002
 
4004
- #: ../app/lib/actions/katello/organization/destroy.rb:30 action_names.rb:23
4003
+ #: ../app/lib/actions/katello/organization/destroy.rb:30 action_names.rb:51
4005
4004
  msgid "Destroy"
4006
4005
  msgstr "ਨਸ਼ਟ"
4007
4006
 
@@ -4041,7 +4040,7 @@ msgstr ""
4041
4040
  msgid "Cannot delete redhat product content"
4042
4041
  msgstr ""
4043
4042
 
4044
- #: ../app/lib/actions/katello/product/create.rb:37 action_names.rb:22
4043
+ #: ../app/lib/actions/katello/product/create.rb:37 action_names.rb:56
4045
4044
  msgid "Product Create"
4046
4045
  msgstr ""
4047
4046
 
@@ -4053,7 +4052,7 @@ msgstr ""
4053
4052
  msgid "Cannot delete product with repositories published in a content view. Product: %{product}, %{view_versions}"
4054
4053
  msgstr ""
4055
4054
 
4056
- #: ../app/lib/actions/katello/product/destroy.rb:65 action_names.rb:21
4055
+ #: ../app/lib/actions/katello/product/destroy.rb:65 action_names.rb:25
4057
4056
  msgid "Delete Product"
4058
4057
  msgstr ""
4059
4058
 
@@ -4069,7 +4068,7 @@ msgstr ""
4069
4068
  msgid "Cannot delete provider with attached products"
4070
4069
  msgstr ""
4071
4070
 
4072
- #: ../app/lib/actions/katello/provider/update.rb:12 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:188 action_names.rb:18
4071
+ #: ../app/lib/actions/katello/provider/update.rb:12 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:188 action_names.rb:9
4073
4072
  msgid "Update"
4074
4073
  msgstr "ਅੱਪਡੇਟ"
4075
4074
 
@@ -4085,7 +4084,7 @@ msgstr ""
4085
4084
  msgid "Cannot publish a link repository if multiple component clones are specified"
4086
4085
  msgstr ""
4087
4086
 
4088
- #: ../app/lib/actions/katello/repository/destroy_package_group.rb:21 action_names.rb:15
4087
+ #: ../app/lib/actions/katello/repository/destroy_package_group.rb:21 action_names.rb:62
4089
4088
  msgid "Delete Package Group"
4090
4089
  msgstr ""
4091
4090
 
@@ -4097,7 +4096,7 @@ msgstr ""
4097
4096
  msgid "Unable to export. 'pulp_export_destination' setting is not a writable directory."
4098
4097
  msgstr ""
4099
4098
 
4100
- #: ../app/lib/actions/katello/repository/import_upload.rb:59 ../app/lib/actions/katello/repository/upload_files.rb:46 action_names.rb:9
4099
+ #: ../app/lib/actions/katello/repository/import_upload.rb:59 ../app/lib/actions/katello/repository/upload_files.rb:46 action_names.rb:12
4101
4100
  msgid "Upload into"
4102
4101
  msgstr ""
4103
4102
 
@@ -4109,7 +4108,7 @@ msgstr ""
4109
4108
  msgid "Can only remove content from within the Default Content View"
4110
4109
  msgstr ""
4111
4110
 
4112
- #: ../app/lib/actions/katello/repository/remove_content.rb:56 action_names.rb:3
4111
+ #: ../app/lib/actions/katello/repository/remove_content.rb:56 action_names.rb:16
4113
4112
  msgid "Remove Content"
4114
4113
  msgstr ""
4115
4114
 
@@ -4133,19 +4132,19 @@ msgstr ""
4133
4132
  msgid "Synchronize: Skip Metadata Check"
4134
4133
  msgstr ""
4135
4134
 
4136
- #: ../app/lib/actions/katello/repository/sync.rb:100 action_names.rb:2
4135
+ #: ../app/lib/actions/katello/repository/sync.rb:100 action_names.rb:15
4137
4136
  msgid "Synchronize"
4138
4137
  msgstr ""
4139
4138
 
4140
- #: ../app/lib/actions/katello/repository/upload_errata.rb:33 action_names.rb:72
4139
+ #: ../app/lib/actions/katello/repository/upload_errata.rb:33 action_names.rb:13
4141
4140
  msgid "Upload errata into"
4142
4141
  msgstr ""
4143
4142
 
4144
- #: ../app/lib/actions/katello/repository/upload_package_group.rb:28 action_names.rb:68
4143
+ #: ../app/lib/actions/katello/repository/upload_package_group.rb:28 action_names.rb:53
4145
4144
  msgid "Create Package Group"
4146
4145
  msgstr ""
4147
4146
 
4148
- #: ../app/lib/actions/katello/repository_set/disable_repository.rb:6 ../webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js:10 action_names.rb:69
4147
+ #: ../app/lib/actions/katello/repository_set/disable_repository.rb:6 ../webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js:10 action_names.rb:54
4149
4148
  msgid "Disable"
4150
4149
  msgstr ""
4151
4150
 
@@ -4153,7 +4152,7 @@ msgstr ""
4153
4152
  msgid "Repository not found"
4154
4153
  msgstr ""
4155
4154
 
4156
- #: ../app/lib/actions/katello/repository_set/enable_repository.rb:6 action_names.rb:71
4155
+ #: ../app/lib/actions/katello/repository_set/enable_repository.rb:6 action_names.rb:10
4157
4156
  msgid "Enable"
4158
4157
  msgstr ""
4159
4158
 
@@ -4161,7 +4160,7 @@ msgstr ""
4161
4160
  msgid "The repository is already enabled"
4162
4161
  msgstr ""
4163
4162
 
4164
- #: ../app/lib/actions/katello/sync_plan/run.rb:36 action_names.rb:67
4163
+ #: ../app/lib/actions/katello/sync_plan/run.rb:36 action_names.rb:8
4165
4164
  msgid "Run Sync Plan:"
4166
4165
  msgstr ""
4167
4166
 
@@ -4321,15 +4320,15 @@ msgstr ""
4321
4320
  msgid "Group %{id} already created."
4322
4321
  msgstr ""
4323
4322
 
4324
- #: ../app/lib/actions/pulp3/content_view_version/create_export_history.rb:52 action_names.rb:66
4323
+ #: ../app/lib/actions/pulp3/content_view_version/create_export_history.rb:52 action_names.rb:7
4325
4324
  msgid "Create Export History"
4326
4325
  msgstr ""
4327
4326
 
4328
- #: ../app/lib/actions/pulp3/content_view_version/create_import_history.rb:29 action_names.rb:65
4327
+ #: ../app/lib/actions/pulp3/content_view_version/create_import_history.rb:29 action_names.rb:6
4329
4328
  msgid "Create Import History"
4330
4329
  msgstr ""
4331
4330
 
4332
- #: ../app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb:37 action_names.rb:63
4331
+ #: ../app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb:37 action_names.rb:4
4333
4332
  msgid "Export Library"
4334
4333
  msgstr ""
4335
4334
 
@@ -4339,7 +4338,7 @@ msgid ""
4339
4338
  " %{repos}"
4340
4339
  msgstr ""
4341
4340
 
4342
- #: ../app/lib/actions/pulp3/orchestration/content_view_version/import.rb:49 action_names.rb:62
4341
+ #: ../app/lib/actions/pulp3/orchestration/content_view_version/import.rb:49 action_names.rb:3
4343
4342
  msgid "Import"
4344
4343
  msgstr "ਇੰਪੋਰਟ"
4345
4344
 
@@ -4399,7 +4398,7 @@ msgstr ""
4399
4398
  msgid "This Organization's subscription manifest has expired. Please import a new manifest."
4400
4399
  msgstr ""
4401
4400
 
4402
- #: ../app/lib/katello/http_resource.rb:93 ../app/lib/katello/http_resource.rb:107 ../app/lib/katello/http_resource.rb:121 ../app/lib/katello/http_resource.rb:135
4401
+ #: ../app/lib/katello/http_resource.rb:83 ../app/lib/katello/http_resource.rb:97 ../app/lib/katello/http_resource.rb:111 ../app/lib/katello/http_resource.rb:125
4403
4402
  msgid "A backend service [ %s ] is unreachable"
4404
4403
  msgstr ""
4405
4404
 
@@ -6353,47 +6352,55 @@ msgstr ""
6353
6352
  msgid "Failed indexing errata, maximum retries encountered"
6354
6353
  msgstr ""
6355
6354
 
6356
- #: ../app/services/katello/pulp3/content_view_version/export.rb:102
6355
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:98
6356
+ msgid "Specify an export chunk size less than 1_000_000 GB"
6357
+ msgstr ""
6358
+
6359
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:111
6357
6360
  msgid ""
6358
6361
  "NOTE: Unable to fully export Content View Version '%{content_view} %{current}' it contains repositories without the 'immediate' download policy. Update the download policy and sync affected repositories. Once synced republish the content view and export the generated version. \n"
6359
6362
  " %{repos}"
6360
6363
  msgstr ""
6361
6364
 
6362
- #: ../app/services/katello/pulp3/content_view_version/export.rb:123
6365
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:132
6363
6366
  msgid "The exported Content View Version '%{content_view} %{current}' cannot be incrementally updated from version '%{from}'. Please do a full export."
6364
6367
  msgstr ""
6365
6368
 
6366
- #: ../app/services/katello/pulp3/content_view_version/export.rb:155
6369
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:164
6367
6370
  msgid "Product: '%{product}', Repository: '%{repository}'"
6368
6371
  msgstr ""
6369
6372
 
6370
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:39
6373
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:40
6371
6374
  msgid "Content View Version specified in the metadata - '%{name}' already exists. If you wish to replace the existing version, delete %{name} and try again. "
6372
6375
  msgstr ""
6373
6376
 
6374
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:53
6377
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:54
6375
6378
  msgid "Prior Content View Version specified in the metadata - '%{name}' does not exist. Please import the metadata for '%{name}' before importing '%{current}' "
6376
6379
  msgstr ""
6377
6380
 
6378
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:81
6381
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:64
6382
+ msgid "No manifest found. Import a manifest with the appropriate subscriptions before importing content."
6383
+ msgstr ""
6384
+
6385
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:91
6379
6386
  msgid ""
6380
6387
  "The following repositories provided in the import metadata have an incorrect content type or provider type. Make sure the export and import repositories are of the same type before importing\n"
6381
6388
  " %{repos}"
6382
6389
  msgstr ""
6383
6390
 
6384
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:100
6391
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:126
6385
6392
  msgid ""
6386
- "The following repositories provided in the import metadata are either not available in the Library or are of incorrect Respository Type. Please add or enable the repositories before importing\n"
6393
+ "The organization's manifest does not contain the subscriptions required to enable the following repositories.\n"
6387
6394
  " %{repos}"
6388
6395
  msgstr ""
6389
6396
 
6390
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:110
6397
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:135
6391
6398
  msgid ""
6392
6399
  "\n"
6393
6400
  "* Product = '%{product}', Repository = '%{repository}'"
6394
6401
  msgstr ""
6395
6402
 
6396
- #: ../app/services/katello/pulp3/content_view_version/importable_repositories.rb:33
6403
+ #: ../app/services/katello/pulp3/content_view_version/importable_repositories.rb:38
6397
6404
  msgid "Unable to find product '%s' in organization '%s'"
6398
6405
  msgstr ""
6399
6406
 
@@ -8181,114 +8188,114 @@ msgstr ""
8181
8188
  msgid "The subscription is no longer available"
8182
8189
  msgstr ""
8183
8190
 
8184
- #: action_names.rb:4
8185
- msgid "Instance update"
8191
+ #: action_names.rb:2
8192
+ msgid "Remote action:"
8186
8193
  msgstr ""
8187
8194
 
8188
8195
  #: action_names.rb:5
8189
- msgid "Index package groups"
8196
+ msgid "Copy version units to library"
8190
8197
  msgstr ""
8191
8198
 
8192
- #: action_names.rb:6
8193
- msgid "Index module streams"
8199
+ #: action_names.rb:11
8200
+ msgid "Verify checksum"
8194
8201
  msgstr ""
8195
8202
 
8196
- #: action_names.rb:7
8197
- msgid "Index errata"
8203
+ #: action_names.rb:14
8204
+ msgid "Update http proxy details"
8198
8205
  msgstr ""
8199
8206
 
8200
- #: action_names.rb:8
8201
- msgid "Index content"
8207
+ #: action_names.rb:17
8208
+ msgid "Instance update"
8202
8209
  msgstr ""
8203
8210
 
8204
- #: action_names.rb:10
8205
- msgid "Filtered index content"
8211
+ #: action_names.rb:18
8212
+ msgid "Index module streams"
8206
8213
  msgstr ""
8207
8214
 
8208
- #: action_names.rb:11
8209
- msgid "Fetch pxe files"
8215
+ #: action_names.rb:19
8216
+ msgid "Index content"
8210
8217
  msgstr ""
8211
8218
 
8212
- #: action_names.rb:13
8213
- msgid "Errata mail"
8219
+ #: action_names.rb:20
8220
+ msgid "Fetch pxe files"
8214
8221
  msgstr ""
8215
8222
 
8216
- #: action_names.rb:14
8217
- msgid "Discover"
8223
+ #: action_names.rb:21
8224
+ msgid "Errata mail"
8218
8225
  msgstr ""
8219
8226
 
8220
- #: action_names.rb:19
8227
+ #: action_names.rb:24
8221
8228
  msgid "Update http proxy"
8222
8229
  msgstr ""
8223
8230
 
8224
- #: action_names.rb:20
8225
- msgid "Reindex subscriptions"
8226
- msgstr ""
8227
-
8228
- #: action_names.rb:31
8229
- msgid "Hypervisors update"
8230
- msgstr ""
8231
-
8232
- #: action_names.rb:32
8231
+ #: action_names.rb:30
8233
8232
  msgid "Hypervisors"
8234
8233
  msgstr ""
8235
8234
 
8236
- #: action_names.rb:35
8235
+ #: action_names.rb:32
8237
8236
  msgid "Auto attach subscriptions"
8238
8237
  msgstr ""
8239
8238
 
8240
- #: action_names.rb:48
8239
+ #: action_names.rb:41
8241
8240
  msgid "Promote"
8242
8241
  msgstr ""
8243
8242
 
8244
- #: action_names.rb:49
8245
- msgid "Remote action:"
8246
- msgstr ""
8247
-
8248
- #: action_names.rb:50
8249
- msgid "Incremental Update of Content View Version(s) "
8243
+ #: action_names.rb:52
8244
+ msgid "Hypervisors update"
8250
8245
  msgstr ""
8251
8246
 
8252
- #: action_names.rb:51
8253
- msgid "Sync capsule"
8247
+ #: action_names.rb:55
8248
+ msgid "Update content urls"
8254
8249
  msgstr ""
8255
8250
 
8256
- #: action_names.rb:56
8257
- msgid "Agent action"
8251
+ #: action_names.rb:57
8252
+ msgid "Reindex subscriptions"
8258
8253
  msgstr ""
8259
8254
 
8260
8255
  #: action_names.rb:58
8261
- msgid "Abstract async task"
8256
+ msgid "Update redhat repository"
8262
8257
  msgstr ""
8263
8258
 
8264
8259
  #: action_names.rb:59
8265
- msgid "Import Puppet classes"
8260
+ msgid "Filtered index content"
8266
8261
  msgstr ""
8267
8262
 
8268
8263
  #: action_names.rb:60
8269
- msgid "Import facts"
8264
+ msgid "Index errata"
8270
8265
  msgstr ""
8271
8266
 
8272
8267
  #: action_names.rb:61
8273
- msgid "Action with sub plans"
8268
+ msgid "Index package groups"
8269
+ msgstr ""
8270
+
8271
+ #: action_names.rb:63
8272
+ msgid "Discover"
8274
8273
  msgstr ""
8275
8274
 
8276
8275
  #: action_names.rb:64
8277
- msgid "Copy version units to library"
8276
+ msgid "Incremental Update of Content View Version(s) "
8278
8277
  msgstr ""
8279
8278
 
8280
- #: action_names.rb:70
8281
- msgid "Verify checksum"
8279
+ #: action_names.rb:67
8280
+ msgid "Abstract async task"
8281
+ msgstr ""
8282
+
8283
+ #: action_names.rb:68
8284
+ msgid "Sync capsule"
8285
+ msgstr ""
8286
+
8287
+ #: action_names.rb:72
8288
+ msgid "Agent action"
8282
8289
  msgstr ""
8283
8290
 
8284
8291
  #: action_names.rb:73
8285
- msgid "Update redhat repository"
8292
+ msgid "Import Puppet classes"
8286
8293
  msgstr ""
8287
8294
 
8288
8295
  #: action_names.rb:74
8289
- msgid "Update http proxy details"
8296
+ msgid "Import facts"
8290
8297
  msgstr ""
8291
8298
 
8292
8299
  #: action_names.rb:75
8293
- msgid "Update content urls"
8300
+ msgid "Action with sub plans"
8294
8301
  msgstr ""