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/bn/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
 
@@ -535,7 +535,7 @@ msgid "Destination Server name"
535
535
  msgstr ""
536
536
 
537
537
  #: ../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
538
- msgid "Split the exported content into archives no greater than the specified size in megabytes."
538
+ msgid "Split the exported content into archives no greater than the specified size in gigabytes."
539
539
  msgstr ""
540
540
 
541
541
  #: ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:13 ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:33
@@ -3709,11 +3709,11 @@ msgstr ""
3709
3709
  msgid "The environment %{name} is in use by %{count} Host Group(s) including %{names}"
3710
3710
  msgstr ""
3711
3711
 
3712
- #: ../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
3712
+ #: ../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
3713
3713
  msgid "Create"
3714
3714
  msgstr ""
3715
3715
 
3716
- #: ../app/lib/actions/katello/activation_key/destroy.rb:19 action_names.rb:57
3716
+ #: ../app/lib/actions/katello/activation_key/destroy.rb:19 action_names.rb:66
3717
3717
  #, fuzzy
3718
3718
  msgid "Delete Activation Key"
3719
3719
  msgstr "Číst aktivační klíče"
@@ -3731,11 +3731,11 @@ msgstr "Balíček přesunut"
3731
3731
  msgid "Host did not respond within %s seconds. The task has been cancelled. Is katello-agent installed and goferd running on the Host?"
3732
3732
  msgstr ""
3733
3733
 
3734
- #: ../app/lib/actions/katello/agent_action.rb:86
3734
+ #: ../app/lib/actions/katello/agent_action.rb:90
3735
3735
  msgid "Host did not finish content action in %s seconds. The task has been cancelled."
3736
3736
  msgstr ""
3737
3737
 
3738
- #: ../app/lib/actions/katello/applicability/host/generate.rb:22 action_names.rb:55
3738
+ #: ../app/lib/actions/katello/applicability/host/generate.rb:22 action_names.rb:65
3739
3739
  msgid "Generate host applicability"
3740
3740
  msgstr ""
3741
3741
 
@@ -3743,15 +3743,15 @@ msgstr ""
3743
3743
  msgid "Content Facet for host with id %s is non-existent. Skipping applicability calculation."
3744
3744
  msgstr ""
3745
3745
 
3746
- #: ../app/lib/actions/katello/applicability/hosts/bulk_generate.rb:30 action_names.rb:54
3746
+ #: ../app/lib/actions/katello/applicability/hosts/bulk_generate.rb:30 action_names.rb:71
3747
3747
  msgid "Bulk generate applicability for hosts"
3748
3748
  msgstr ""
3749
3749
 
3750
- #: ../app/lib/actions/katello/applicability/repository/regenerate.rb:25 action_names.rb:53
3750
+ #: ../app/lib/actions/katello/applicability/repository/regenerate.rb:25 action_names.rb:70
3751
3751
  msgid "Generate repository applicability"
3752
3752
  msgstr ""
3753
3753
 
3754
- #: ../app/lib/actions/katello/capsule_content/sync.rb:14 action_names.rb:52
3754
+ #: ../app/lib/actions/katello/capsule_content/sync.rb:14 action_names.rb:69
3755
3755
  msgid "Synchronize smart proxy"
3756
3756
  msgstr ""
3757
3757
 
@@ -3763,7 +3763,7 @@ msgstr ""
3763
3763
  msgid "Sync Content View on Smart Proxy(ies)"
3764
3764
  msgstr ""
3765
3765
 
3766
- #: ../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
3766
+ #: ../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
3767
3767
  #, fuzzy
3768
3768
  msgid "Delete"
3769
3769
  msgstr "Smazat role"
@@ -3816,7 +3816,7 @@ msgstr ""
3816
3816
  msgid "Cannot promote environment out of sequence. Use force to bypass restriction."
3817
3817
  msgstr ""
3818
3818
 
3819
- #: ../app/lib/actions/katello/content_view/promote_to_environment.rb:40 action_names.rb:47
3819
+ #: ../app/lib/actions/katello/content_view/promote_to_environment.rb:40 action_names.rb:40
3820
3820
  msgid "Promotion to Environment"
3821
3821
  msgstr ""
3822
3822
 
@@ -3828,7 +3828,7 @@ msgstr ""
3828
3828
  msgid "Content view has repository label '%s' which is not specified in repos_units parameter."
3829
3829
  msgstr ""
3830
3830
 
3831
- #: ../app/lib/actions/katello/content_view/publish.rb:90 action_names.rb:46
3831
+ #: ../app/lib/actions/katello/content_view/publish.rb:90 action_names.rb:42
3832
3832
  msgid "Publish"
3833
3833
  msgstr ""
3834
3834
 
@@ -3840,7 +3840,7 @@ msgstr ""
3840
3840
  msgid "Cannot delete version while it is in environment %s"
3841
3841
  msgstr ""
3842
3842
 
3843
- #: ../app/lib/actions/katello/content_view/remove.rb:86 action_names.rb:45
3843
+ #: ../app/lib/actions/katello/content_view/remove.rb:86 action_names.rb:39
3844
3844
  #, fuzzy
3845
3845
  msgid "Remove Versions and Associations"
3846
3846
  msgstr "Smazat organizaci"
@@ -3861,7 +3861,7 @@ msgstr ""
3861
3861
  msgid "Cannot remove content view from environment. Content view '%{view}' is not in lifecycle environment '%{env}'."
3862
3862
  msgstr ""
3863
3863
 
3864
- #: ../app/lib/actions/katello/content_view/remove_from_environment.rb:35 action_names.rb:44
3864
+ #: ../app/lib/actions/katello/content_view/remove_from_environment.rb:35 action_names.rb:38
3865
3865
  #, fuzzy
3866
3866
  msgid "Remove from Environment"
3867
3867
  msgstr "prostředí"
@@ -3875,7 +3875,7 @@ msgstr "repozitář"
3875
3875
  msgid "Create Repositories"
3876
3876
  msgstr ""
3877
3877
 
3878
- #: ../app/lib/actions/katello/content_view_version/export.rb:31 ../app/lib/actions/katello/repository/export.rb:63 action_names.rb:12
3878
+ #: ../app/lib/actions/katello/content_view_version/export.rb:31 ../app/lib/actions/katello/repository/export.rb:63 action_names.rb:37
3879
3879
  msgid "Export"
3880
3880
  msgstr ""
3881
3881
 
@@ -3883,15 +3883,15 @@ msgstr ""
3883
3883
  msgid "Content view not provided in the metadata"
3884
3884
  msgstr ""
3885
3885
 
3886
- #: ../app/lib/actions/katello/content_view_version/import.rb:40 action_names.rb:42
3886
+ #: ../app/lib/actions/katello/content_view_version/import.rb:41 action_names.rb:44
3887
3887
  msgid "Import Content View Version"
3888
3888
  msgstr ""
3889
3889
 
3890
- #: ../app/lib/actions/katello/content_view_version/import_library.rb:14 action_names.rb:41
3890
+ #: ../app/lib/actions/katello/content_view_version/import_library.rb:14 action_names.rb:36
3891
3891
  msgid "Import Default Content View"
3892
3892
  msgstr ""
3893
3893
 
3894
- #: ../app/lib/actions/katello/content_view_version/incremental_update.rb:16 action_names.rb:40
3894
+ #: ../app/lib/actions/katello/content_view_version/incremental_update.rb:16 action_names.rb:35
3895
3895
  msgid "Incremental Update"
3896
3896
  msgstr ""
3897
3897
 
@@ -3915,16 +3915,16 @@ msgstr ""
3915
3915
  msgid "Republish Repositories of %{name} %{version}"
3916
3916
  msgstr ""
3917
3917
 
3918
- #: ../app/lib/actions/katello/content_view_version/republish_repositories.rb:27 action_names.rb:39
3918
+ #: ../app/lib/actions/katello/content_view_version/republish_repositories.rb:27 action_names.rb:34
3919
3919
  msgid "Republish Version Repositories"
3920
3920
  msgstr ""
3921
3921
 
3922
- #: ../app/lib/actions/katello/environment/destroy.rb:36 action_names.rb:38
3922
+ #: ../app/lib/actions/katello/environment/destroy.rb:36 action_names.rb:45
3923
3923
  #, fuzzy
3924
3924
  msgid "Delete Lifecycle Environment"
3925
3925
  msgstr "prostředí"
3926
3926
 
3927
- #: ../app/lib/actions/katello/environment/publish_repositories.rb:33 action_names.rb:37
3927
+ #: ../app/lib/actions/katello/environment/publish_repositories.rb:33 action_names.rb:33
3928
3928
  msgid "Publish Lifecycle Environment Repositories"
3929
3929
  msgstr ""
3930
3930
 
@@ -3940,7 +3940,7 @@ msgstr ""
3940
3940
  msgid "Unknown"
3941
3941
  msgstr ""
3942
3942
 
3943
- #: ../app/lib/actions/katello/host/attach_subscriptions.rb:49 action_names.rb:36
3943
+ #: ../app/lib/actions/katello/host/attach_subscriptions.rb:49 action_names.rb:46
3944
3944
  msgid "Attach subscriptions"
3945
3945
  msgstr ""
3946
3946
 
@@ -3948,7 +3948,7 @@ msgstr ""
3948
3948
  msgid "Destroy Content Host %s"
3949
3949
  msgstr ""
3950
3950
 
3951
- #: ../app/lib/actions/katello/host/destroy.rb:32 action_names.rb:34
3951
+ #: ../app/lib/actions/katello/host/destroy.rb:32 action_names.rb:47
3952
3952
  #, fuzzy
3953
3953
  msgid "Destroy Content Host"
3954
3954
  msgstr "Smazat systémy"
@@ -3961,7 +3961,7 @@ msgstr ""
3961
3961
  msgid "No applicable errata for %s, skipping"
3962
3962
  msgstr ""
3963
3963
 
3964
- #: ../app/lib/actions/katello/host/erratum/applicable_errata_install.rb:31 action_names.rb:33
3964
+ #: ../app/lib/actions/katello/host/erratum/applicable_errata_install.rb:31 action_names.rb:31
3965
3965
  msgid "Install Applicable Errata"
3966
3966
  msgstr ""
3967
3967
 
@@ -4059,7 +4059,7 @@ msgstr ""
4059
4059
  msgid "Remove subscriptions from %s"
4060
4060
  msgstr ""
4061
4061
 
4062
- #: ../app/lib/actions/katello/host/remove_subscriptions.rb:40 action_names.rb:30
4062
+ #: ../app/lib/actions/katello/host/remove_subscriptions.rb:40 action_names.rb:29
4063
4063
  msgid "Remove subscriptions"
4064
4064
  msgstr ""
4065
4065
 
@@ -4071,7 +4071,7 @@ msgstr ""
4071
4071
  msgid "Update Content Overrides to %s"
4072
4072
  msgstr ""
4073
4073
 
4074
- #: ../app/lib/actions/katello/host/update_content_overrides.rb:32 action_names.rb:29
4074
+ #: ../app/lib/actions/katello/host/update_content_overrides.rb:32 action_names.rb:48
4075
4075
  msgid "Update Content Overrides"
4076
4076
  msgstr ""
4077
4077
 
@@ -4091,7 +4091,7 @@ msgstr ""
4091
4091
  msgid "Host %{name} cannot be assigned release version %{release_version}."
4092
4092
  msgstr ""
4093
4093
 
4094
- #: ../app/lib/actions/katello/host/update_release_version.rb:21 action_names.rb:27
4094
+ #: ../app/lib/actions/katello/host/update_release_version.rb:21 action_names.rb:49
4095
4095
  msgid "Update release version for host"
4096
4096
  msgstr ""
4097
4097
 
@@ -4103,7 +4103,7 @@ msgstr ""
4103
4103
  msgid "Updating System Purpose for host %s"
4104
4104
  msgstr ""
4105
4105
 
4106
- #: ../app/lib/actions/katello/host/update_system_purpose.rb:25 action_names.rb:26
4106
+ #: ../app/lib/actions/katello/host/update_system_purpose.rb:25 action_names.rb:50
4107
4107
  msgid "Updating System Purpose for host"
4108
4108
  msgstr ""
4109
4109
 
@@ -4111,7 +4111,7 @@ msgstr ""
4111
4111
  msgid "Package Profile Update for %s"
4112
4112
  msgstr ""
4113
4113
 
4114
- #: ../app/lib/actions/katello/host/upload_package_profile.rb:22 action_names.rb:25
4114
+ #: ../app/lib/actions/katello/host/upload_package_profile.rb:22 action_names.rb:27
4115
4115
  msgid "Package Profile Update"
4116
4116
  msgstr ""
4117
4117
 
@@ -4119,11 +4119,11 @@ msgstr ""
4119
4119
  msgid "Combined Profile Update for %s"
4120
4120
  msgstr ""
4121
4121
 
4122
- #: ../app/lib/actions/katello/host/upload_profiles.rb:24 action_names.rb:24
4122
+ #: ../app/lib/actions/katello/host/upload_profiles.rb:24 action_names.rb:26
4123
4123
  msgid "Combined Profile Update"
4124
4124
  msgstr ""
4125
4125
 
4126
- #: ../app/lib/actions/katello/organization/destroy.rb:30 action_names.rb:23
4126
+ #: ../app/lib/actions/katello/organization/destroy.rb:30 action_names.rb:51
4127
4127
  msgid "Destroy"
4128
4128
  msgstr ""
4129
4129
 
@@ -4166,7 +4166,7 @@ msgstr ""
4166
4166
  msgid "Cannot delete redhat product content"
4167
4167
  msgstr ""
4168
4168
 
4169
- #: ../app/lib/actions/katello/product/create.rb:37 action_names.rb:22
4169
+ #: ../app/lib/actions/katello/product/create.rb:37 action_names.rb:56
4170
4170
  msgid "Product Create"
4171
4171
  msgstr ""
4172
4172
 
@@ -4178,7 +4178,7 @@ msgstr ""
4178
4178
  msgid "Cannot delete product with repositories published in a content view. Product: %{product}, %{view_versions}"
4179
4179
  msgstr ""
4180
4180
 
4181
- #: ../app/lib/actions/katello/product/destroy.rb:65 action_names.rb:21
4181
+ #: ../app/lib/actions/katello/product/destroy.rb:65 action_names.rb:25
4182
4182
  #, fuzzy
4183
4183
  msgid "Delete Product"
4184
4184
  msgstr "Smazán poskytovatel [%s]"
@@ -4195,7 +4195,7 @@ msgstr ""
4195
4195
  msgid "Cannot delete provider with attached products"
4196
4196
  msgstr ""
4197
4197
 
4198
- #: ../app/lib/actions/katello/provider/update.rb:12 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:188 action_names.rb:18
4198
+ #: ../app/lib/actions/katello/provider/update.rb:12 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:188 action_names.rb:9
4199
4199
  #, fuzzy
4200
4200
  msgid "Update"
4201
4201
  msgstr "Balíček aktualizován"
@@ -4212,7 +4212,7 @@ msgstr ""
4212
4212
  msgid "Cannot publish a link repository if multiple component clones are specified"
4213
4213
  msgstr ""
4214
4214
 
4215
- #: ../app/lib/actions/katello/repository/destroy_package_group.rb:21 action_names.rb:15
4215
+ #: ../app/lib/actions/katello/repository/destroy_package_group.rb:21 action_names.rb:62
4216
4216
  msgid "Delete Package Group"
4217
4217
  msgstr ""
4218
4218
 
@@ -4224,7 +4224,7 @@ msgstr ""
4224
4224
  msgid "Unable to export. 'pulp_export_destination' setting is not a writable directory."
4225
4225
  msgstr ""
4226
4226
 
4227
- #: ../app/lib/actions/katello/repository/import_upload.rb:59 ../app/lib/actions/katello/repository/upload_files.rb:46 action_names.rb:9
4227
+ #: ../app/lib/actions/katello/repository/import_upload.rb:59 ../app/lib/actions/katello/repository/upload_files.rb:46 action_names.rb:12
4228
4228
  msgid "Upload into"
4229
4229
  msgstr ""
4230
4230
 
@@ -4236,7 +4236,7 @@ msgstr ""
4236
4236
  msgid "Can only remove content from within the Default Content View"
4237
4237
  msgstr ""
4238
4238
 
4239
- #: ../app/lib/actions/katello/repository/remove_content.rb:56 action_names.rb:3
4239
+ #: ../app/lib/actions/katello/repository/remove_content.rb:56 action_names.rb:16
4240
4240
  #, fuzzy
4241
4241
  msgid "Remove Content"
4242
4242
  msgstr "Smazat role"
@@ -4261,19 +4261,19 @@ msgstr ""
4261
4261
  msgid "Synchronize: Skip Metadata Check"
4262
4262
  msgstr ""
4263
4263
 
4264
- #: ../app/lib/actions/katello/repository/sync.rb:100 action_names.rb:2
4264
+ #: ../app/lib/actions/katello/repository/sync.rb:100 action_names.rb:15
4265
4265
  msgid "Synchronize"
4266
4266
  msgstr ""
4267
4267
 
4268
- #: ../app/lib/actions/katello/repository/upload_errata.rb:33 action_names.rb:72
4268
+ #: ../app/lib/actions/katello/repository/upload_errata.rb:33 action_names.rb:13
4269
4269
  msgid "Upload errata into"
4270
4270
  msgstr ""
4271
4271
 
4272
- #: ../app/lib/actions/katello/repository/upload_package_group.rb:28 action_names.rb:68
4272
+ #: ../app/lib/actions/katello/repository/upload_package_group.rb:28 action_names.rb:53
4273
4273
  msgid "Create Package Group"
4274
4274
  msgstr ""
4275
4275
 
4276
- #: ../app/lib/actions/katello/repository_set/disable_repository.rb:6 ../webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js:10 action_names.rb:69
4276
+ #: ../app/lib/actions/katello/repository_set/disable_repository.rb:6 ../webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js:10 action_names.rb:54
4277
4277
  msgid "Disable"
4278
4278
  msgstr ""
4279
4279
 
@@ -4282,7 +4282,7 @@ msgstr ""
4282
4282
  msgid "Repository not found"
4283
4283
  msgstr "Repozitáře"
4284
4284
 
4285
- #: ../app/lib/actions/katello/repository_set/enable_repository.rb:6 action_names.rb:71
4285
+ #: ../app/lib/actions/katello/repository_set/enable_repository.rb:6 action_names.rb:10
4286
4286
  msgid "Enable"
4287
4287
  msgstr ""
4288
4288
 
@@ -4291,7 +4291,7 @@ msgstr ""
4291
4291
  msgid "The repository is already enabled"
4292
4292
  msgstr "Neznámý štítek repozitáře: %s"
4293
4293
 
4294
- #: ../app/lib/actions/katello/sync_plan/run.rb:36 action_names.rb:67
4294
+ #: ../app/lib/actions/katello/sync_plan/run.rb:36 action_names.rb:8
4295
4295
  msgid "Run Sync Plan:"
4296
4296
  msgstr ""
4297
4297
 
@@ -4453,15 +4453,15 @@ msgstr ""
4453
4453
  msgid "Group %{id} already created."
4454
4454
  msgstr ""
4455
4455
 
4456
- #: ../app/lib/actions/pulp3/content_view_version/create_export_history.rb:52 action_names.rb:66
4456
+ #: ../app/lib/actions/pulp3/content_view_version/create_export_history.rb:52 action_names.rb:7
4457
4457
  msgid "Create Export History"
4458
4458
  msgstr ""
4459
4459
 
4460
- #: ../app/lib/actions/pulp3/content_view_version/create_import_history.rb:29 action_names.rb:65
4460
+ #: ../app/lib/actions/pulp3/content_view_version/create_import_history.rb:29 action_names.rb:6
4461
4461
  msgid "Create Import History"
4462
4462
  msgstr ""
4463
4463
 
4464
- #: ../app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb:37 action_names.rb:63
4464
+ #: ../app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb:37 action_names.rb:4
4465
4465
  msgid "Export Library"
4466
4466
  msgstr ""
4467
4467
 
@@ -4471,7 +4471,7 @@ msgid ""
4471
4471
  " %{repos}"
4472
4472
  msgstr ""
4473
4473
 
4474
- #: ../app/lib/actions/pulp3/orchestration/content_view_version/import.rb:49 action_names.rb:62
4474
+ #: ../app/lib/actions/pulp3/orchestration/content_view_version/import.rb:49 action_names.rb:3
4475
4475
  msgid "Import"
4476
4476
  msgstr ""
4477
4477
 
@@ -4533,7 +4533,7 @@ msgstr ""
4533
4533
  msgid "This Organization's subscription manifest has expired. Please import a new manifest."
4534
4534
  msgstr ""
4535
4535
 
4536
- #: ../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
4536
+ #: ../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
4537
4537
  msgid "A backend service [ %s ] is unreachable"
4538
4538
  msgstr ""
4539
4539
 
@@ -6593,47 +6593,55 @@ msgstr ""
6593
6593
  msgid "Failed indexing errata, maximum retries encountered"
6594
6594
  msgstr ""
6595
6595
 
6596
- #: ../app/services/katello/pulp3/content_view_version/export.rb:102
6596
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:98
6597
+ msgid "Specify an export chunk size less than 1_000_000 GB"
6598
+ msgstr ""
6599
+
6600
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:111
6597
6601
  msgid ""
6598
6602
  "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"
6599
6603
  " %{repos}"
6600
6604
  msgstr ""
6601
6605
 
6602
- #: ../app/services/katello/pulp3/content_view_version/export.rb:123
6606
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:132
6603
6607
  msgid "The exported Content View Version '%{content_view} %{current}' cannot be incrementally updated from version '%{from}'. Please do a full export."
6604
6608
  msgstr ""
6605
6609
 
6606
- #: ../app/services/katello/pulp3/content_view_version/export.rb:155
6610
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:164
6607
6611
  msgid "Product: '%{product}', Repository: '%{repository}'"
6608
6612
  msgstr ""
6609
6613
 
6610
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:39
6614
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:40
6611
6615
  msgid "Content View Version specified in the metadata - '%{name}' already exists. If you wish to replace the existing version, delete %{name} and try again. "
6612
6616
  msgstr ""
6613
6617
 
6614
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:53
6618
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:54
6615
6619
  msgid "Prior Content View Version specified in the metadata - '%{name}' does not exist. Please import the metadata for '%{name}' before importing '%{current}' "
6616
6620
  msgstr ""
6617
6621
 
6618
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:81
6622
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:64
6623
+ msgid "No manifest found. Import a manifest with the appropriate subscriptions before importing content."
6624
+ msgstr ""
6625
+
6626
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:91
6619
6627
  msgid ""
6620
6628
  "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"
6621
6629
  " %{repos}"
6622
6630
  msgstr ""
6623
6631
 
6624
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:100
6632
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:126
6625
6633
  msgid ""
6626
- "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"
6634
+ "The organization's manifest does not contain the subscriptions required to enable the following repositories.\n"
6627
6635
  " %{repos}"
6628
6636
  msgstr ""
6629
6637
 
6630
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:110
6638
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:135
6631
6639
  msgid ""
6632
6640
  "\n"
6633
6641
  "* Product = '%{product}', Repository = '%{repository}'"
6634
6642
  msgstr ""
6635
6643
 
6636
- #: ../app/services/katello/pulp3/content_view_version/importable_repositories.rb:33
6644
+ #: ../app/services/katello/pulp3/content_view_version/importable_repositories.rb:38
6637
6645
  msgid "Unable to find product '%s' in organization '%s'"
6638
6646
  msgstr ""
6639
6647
 
@@ -8448,123 +8456,118 @@ msgstr ""
8448
8456
  msgid "The subscription is no longer available"
8449
8457
  msgstr ""
8450
8458
 
8451
- #: action_names.rb:4
8452
- msgid "Instance update"
8459
+ #: action_names.rb:2
8460
+ msgid "Remote action:"
8453
8461
  msgstr ""
8454
8462
 
8455
8463
  #: action_names.rb:5
8456
- msgid "Index package groups"
8464
+ msgid "Copy version units to library"
8457
8465
  msgstr ""
8458
8466
 
8459
- #: action_names.rb:6
8460
- msgid "Index module streams"
8467
+ #: action_names.rb:11
8468
+ msgid "Verify checksum"
8461
8469
  msgstr ""
8462
8470
 
8463
- #: action_names.rb:7
8464
- #, fuzzy
8465
- msgid "Index errata"
8466
- msgstr "Instalační balíčky"
8471
+ #: action_names.rb:14
8472
+ msgid "Update http proxy details"
8473
+ msgstr ""
8467
8474
 
8468
- #: action_names.rb:8
8469
- msgid "Index content"
8475
+ #: action_names.rb:17
8476
+ msgid "Instance update"
8470
8477
  msgstr ""
8471
8478
 
8472
- #: action_names.rb:10
8473
- msgid "Filtered index content"
8479
+ #: action_names.rb:18
8480
+ msgid "Index module streams"
8474
8481
  msgstr ""
8475
8482
 
8476
- #: action_names.rb:11
8483
+ #: action_names.rb:19
8484
+ msgid "Index content"
8485
+ msgstr ""
8486
+
8487
+ #: action_names.rb:20
8477
8488
  msgid "Fetch pxe files"
8478
8489
  msgstr ""
8479
8490
 
8480
- #: action_names.rb:13
8491
+ #: action_names.rb:21
8481
8492
  #, fuzzy
8482
8493
  msgid "Errata mail"
8483
8494
  msgstr "Instalační balíčky"
8484
8495
 
8485
- #: action_names.rb:14
8486
- msgid "Discover"
8487
- msgstr ""
8488
-
8489
- #: action_names.rb:19
8496
+ #: action_names.rb:24
8490
8497
  msgid "Update http proxy"
8491
8498
  msgstr ""
8492
8499
 
8493
- #: action_names.rb:20
8494
- msgid "Reindex subscriptions"
8495
- msgstr ""
8496
-
8497
- #: action_names.rb:31
8498
- msgid "Hypervisors update"
8499
- msgstr ""
8500
-
8501
- #: action_names.rb:32
8500
+ #: action_names.rb:30
8502
8501
  msgid "Hypervisors"
8503
8502
  msgstr ""
8504
8503
 
8505
- #: action_names.rb:35
8504
+ #: action_names.rb:32
8506
8505
  #, fuzzy
8507
8506
  msgid "Auto attach subscriptions"
8508
8507
  msgstr "Smazat poskytovatele"
8509
8508
 
8510
- #: action_names.rb:48
8509
+ #: action_names.rb:41
8511
8510
  msgid "Promote"
8512
8511
  msgstr ""
8513
8512
 
8514
- #: action_names.rb:49
8515
- msgid "Remote action:"
8516
- msgstr ""
8517
-
8518
- #: action_names.rb:50
8519
- msgid "Incremental Update of Content View Version(s) "
8513
+ #: action_names.rb:52
8514
+ msgid "Hypervisors update"
8520
8515
  msgstr ""
8521
8516
 
8522
- #: action_names.rb:51
8523
- msgid "Sync capsule"
8517
+ #: action_names.rb:55
8518
+ msgid "Update content urls"
8524
8519
  msgstr ""
8525
8520
 
8526
- #: action_names.rb:56
8527
- msgid "Agent action"
8521
+ #: action_names.rb:57
8522
+ msgid "Reindex subscriptions"
8528
8523
  msgstr ""
8529
8524
 
8530
8525
  #: action_names.rb:58
8531
- msgid "Abstract async task"
8526
+ msgid "Update redhat repository"
8532
8527
  msgstr ""
8533
8528
 
8534
8529
  #: action_names.rb:59
8535
- msgid "Import Puppet classes"
8530
+ msgid "Filtered index content"
8536
8531
  msgstr ""
8537
8532
 
8538
8533
  #: action_names.rb:60
8539
8534
  #, fuzzy
8540
- msgid "Import facts"
8541
- msgstr "Import historie"
8535
+ msgid "Index errata"
8536
+ msgstr "Instalační balíčky"
8542
8537
 
8543
8538
  #: action_names.rb:61
8544
- msgid "Action with sub plans"
8539
+ msgid "Index package groups"
8540
+ msgstr ""
8541
+
8542
+ #: action_names.rb:63
8543
+ msgid "Discover"
8545
8544
  msgstr ""
8546
8545
 
8547
8546
  #: action_names.rb:64
8548
- msgid "Copy version units to library"
8547
+ msgid "Incremental Update of Content View Version(s) "
8549
8548
  msgstr ""
8550
8549
 
8551
- #: action_names.rb:70
8552
- msgid "Verify checksum"
8550
+ #: action_names.rb:67
8551
+ msgid "Abstract async task"
8552
+ msgstr ""
8553
+
8554
+ #: action_names.rb:68
8555
+ msgid "Sync capsule"
8556
+ msgstr ""
8557
+
8558
+ #: action_names.rb:72
8559
+ msgid "Agent action"
8553
8560
  msgstr ""
8554
8561
 
8555
8562
  #: action_names.rb:73
8556
- msgid "Update redhat repository"
8563
+ msgid "Import Puppet classes"
8557
8564
  msgstr ""
8558
8565
 
8559
8566
  #: action_names.rb:74
8560
- msgid "Update http proxy details"
8561
- msgstr ""
8567
+ #, fuzzy
8568
+ msgid "Import facts"
8569
+ msgstr "Import historie"
8562
8570
 
8563
8571
  #: action_names.rb:75
8564
- msgid "Update content urls"
8572
+ msgid "Action with sub plans"
8565
8573
  msgstr ""
8566
-
8567
- #~ msgid "Install packages remotely"
8568
- #~ msgstr "všechny balíčky"
8569
- #~ msgid "Update packages remotely"
8570
- #~ msgstr "Balíček přesunut"