katello 4.7.0.rc2 → 4.7.1

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 (82) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/katello/api/v2/alternate_content_sources_controller.rb +4 -1
  3. data/app/controllers/katello/api/v2/products_bulk_actions_controller.rb +1 -1
  4. data/app/controllers/katello/api/v2/repositories_controller.rb +1 -1
  5. data/app/controllers/katello/api/v2/repository_sets_controller.rb +25 -14
  6. data/app/controllers/katello/concerns/api/v2/registration_controller_extensions.rb +0 -1
  7. data/app/lib/actions/katello/repository/sync.rb +3 -3
  8. data/app/lib/actions/pulp3/orchestration/repository/copy_all_units.rb +1 -0
  9. data/app/lib/katello/resources/candlepin.rb +1 -1
  10. data/app/lib/katello/resources/cdn.rb +1 -1
  11. data/app/lib/katello/util/candlepin_repository_checker.rb +2 -0
  12. data/app/models/katello/concerns/host_managed_extensions.rb +4 -2
  13. data/app/models/katello/concerns/smart_proxy_extensions.rb +1 -1
  14. data/app/models/katello/content.rb +1 -1
  15. data/app/models/katello/glue/provider.rb +1 -1
  16. data/app/models/katello/root_repository.rb +4 -0
  17. data/app/services/katello/product_content_importer.rb +61 -5
  18. data/app/services/katello/pulp3/repository/apt.rb +6 -0
  19. data/app/services/katello/pulp3/repository/yum.rb +2 -1
  20. data/app/services/katello/pulp3/repository.rb +2 -2
  21. data/app/services/katello/pulp3/repository_mirror.rb +1 -0
  22. data/config/initializers/monkeys.rb +2 -1
  23. data/db/migrate/20221206170122_update_ignore_srpm_to_false_for_mirror_complete.rb +5 -0
  24. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-advanced-sync-modal.html +1 -1
  25. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-advanced-sync-options.html +4 -4
  26. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/repositories.routes.js +2 -2
  27. data/lib/katello/engine.rb +1 -0
  28. data/lib/katello/version.rb +1 -1
  29. data/lib/monkeys/fix_deb_optimized_sync.rb +35 -0
  30. data/lib/monkeys/{try_pulp_container_path.rb → fix_pulp_container_path.rb} +0 -0
  31. data/locale/action_names.rb +69 -69
  32. data/locale/bn/katello.po +23 -20
  33. data/locale/cs/katello.po +23 -20
  34. data/locale/de/katello.po +25 -22
  35. data/locale/en/katello.po +23 -20
  36. data/locale/es/katello.po +335 -332
  37. data/locale/fr/katello.po +704 -695
  38. data/locale/gu/katello.po +23 -20
  39. data/locale/hi/katello.po +23 -20
  40. data/locale/it/katello.po +23 -20
  41. data/locale/ja/katello.po +570 -561
  42. data/locale/ka/katello.po +2269 -2260
  43. data/locale/katello.pot +287 -279
  44. data/locale/kn/katello.po +23 -20
  45. data/locale/ko/katello.po +57 -53
  46. data/locale/mr/katello.po +23 -20
  47. data/locale/or/katello.po +23 -20
  48. data/locale/pa/katello.po +23 -20
  49. data/locale/pt/katello.po +23 -20
  50. data/locale/pt_BR/katello.po +441 -438
  51. data/locale/ru/katello.po +23 -20
  52. data/locale/ta/katello.po +23 -20
  53. data/locale/te/katello.po +23 -20
  54. data/locale/zh_CN/katello.po +694 -687
  55. data/locale/zh_TW/katello.po +23 -20
  56. data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js +5 -11
  57. data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/__tests__/changeHostCVModal.test.js +2 -2
  58. data/webpack/components/extensions/HostDetails/DetailsTabCards/RegistrationCard.js +1 -1
  59. data/webpack/components/extensions/HostDetails/DetailsTabCards/SystemPropertiesCardExtensions.js +58 -1
  60. data/webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js +5 -1
  61. data/webpack/components/extensions/HostDetails/Tabs/__tests__/errataTab.test.js +2 -2
  62. data/webpack/components/extensions/HostDetails/Tabs/__tests__/moduleStreamsTab.test.js +2 -2
  63. data/webpack/components/extensions/HostDetails/Tabs/__tests__/packageInstallModal.test.js +2 -2
  64. data/webpack/components/extensions/HostDetails/Tabs/__tests__/packagesTab.test.js +2 -2
  65. data/webpack/components/extensions/HostDetails/Tabs/__tests__/tracesTab.test.js +3 -3
  66. data/webpack/components/extensions/HostDetails/Tabs/customizedRexUrlHelpers.js +1 -1
  67. data/webpack/global_index.js +2 -0
  68. data/webpack/scenes/ContentViews/Delete/Steps/CVDeletionReassignActivationKeysForm.js +10 -10
  69. data/webpack/scenes/ContentViews/Delete/Steps/CVDeletionReassignHostsForm.js +10 -10
  70. data/webpack/scenes/ContentViews/Delete/__tests__/contentViewDelete.test.js +5 -5
  71. data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ReassignActivationKeys.js +9 -10
  72. data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ReassignHosts.js +13 -10
  73. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignActivationKeysForm.js +18 -18
  74. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignHostsForm.js +10 -6
  75. data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvVersionRemove.test.js +6 -6
  76. data/webpack/scenes/ContentViews/components/ContentViewSelect/ContentViewSelect.js +40 -0
  77. data/webpack/scenes/Hosts/ChangeContentSource/actions.js +0 -1
  78. data/webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js +16 -2
  79. data/webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceTemplate.js +13 -17
  80. data/webpack/scenes/Hosts/ChangeContentSource/index.js +79 -39
  81. data/webpack/scenes/Hosts/ChangeContentSource/styles.scss +6 -2
  82. metadata +9 -6
data/locale/en/katello.po CHANGED
@@ -5,7 +5,7 @@
5
5
  #
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: katello 2.4.0-RC1\n"
8
+ "Project-Id-Version: katello 4.7.0\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
10
  "PO-Revision-Date: 2011-01-06 19:28-0700\n"
11
11
  "Last-Translator: Jason E. Rist <jrist@redhat.com>\n"
@@ -1208,7 +1208,7 @@ msgstr ""
1208
1208
  msgid "Cannot set auto publish to a non-composite content view"
1209
1209
  msgstr ""
1210
1210
 
1211
- msgid "Cannot skip metadata check on non-yum repositories."
1211
+ msgid "Cannot skip metadata check on non-yum/deb repositories."
1212
1212
  msgstr ""
1213
1213
 
1214
1214
  msgid "Cannot specify components for non-composite views"
@@ -1523,9 +1523,6 @@ msgstr ""
1523
1523
  msgid "Content source ID"
1524
1524
  msgstr ""
1525
1525
 
1526
- msgid "Content source successfully updated."
1527
- msgstr ""
1528
-
1529
1526
  msgid "Content source was not set for host '%{host}'"
1530
1527
  msgstr ""
1531
1528
 
@@ -2720,7 +2717,7 @@ msgstr ""
2720
2717
  msgid "Force sync even if no upstream changes are detected. Non-yum repositories are skipped."
2721
2718
  msgstr ""
2722
2719
 
2723
- msgid "Force sync even if no upstream changes are detected. Only used with yum repositories."
2720
+ msgid "Force sync even if no upstream changes are detected. Only used with yum or deb repositories."
2724
2721
  msgstr ""
2725
2722
 
2726
2723
  msgid "Forces a republish of the specified repository, regenerating metadata and symlinks on the filesystem."
@@ -2900,6 +2897,9 @@ msgstr ""
2900
2897
  msgid "Host collections updated"
2901
2898
  msgstr ""
2902
2899
 
2900
+ msgid "Host configurations are not updated yet"
2901
+ msgstr ""
2902
+
2903
2903
  msgid "Host content and subscription details"
2904
2904
  msgstr ""
2905
2905
 
@@ -3164,6 +3164,9 @@ msgstr ""
3164
3164
  msgid "Ignorable content can be only set for Yum repositories."
3165
3165
  msgstr ""
3166
3166
 
3167
+ msgid "Ignore SRPMs can not be set in combination with 'Complete Mirroring' mirroring policy."
3168
+ msgstr ""
3169
+
3167
3170
  msgid "Ignore errors"
3168
3171
  msgstr ""
3169
3172
 
@@ -4364,13 +4367,16 @@ msgstr ""
4364
4367
  msgid "No host collections yet"
4365
4368
  msgstr ""
4366
4369
 
4370
+ msgid "No hosts found"
4371
+ msgstr ""
4372
+
4367
4373
  msgid "No hosts have been specified."
4368
4374
  msgstr ""
4369
4375
 
4370
4376
  msgid "No hosts registered with subscription-manager found in selection."
4371
4377
  msgstr ""
4372
4378
 
4373
- msgid "No hosts with content source found!"
4379
+ msgid "No hosts were specified"
4374
4380
  msgstr ""
4375
4381
 
4376
4382
  msgid "No installed packages and/or enabled repositories have been reported by %s."
@@ -5866,9 +5872,6 @@ msgstr ""
5866
5872
  msgid "Run Sync Plan:"
5867
5873
  msgstr ""
5868
5874
 
5869
- msgid "Run job invocation"
5870
- msgstr ""
5871
-
5872
5875
  msgid "Running"
5873
5876
  msgstr ""
5874
5877
 
@@ -7100,7 +7103,7 @@ msgstr ""
7100
7103
  msgid "This organization has Simple Content Access enabled. Hosts are not required to have subscriptions attached to access repositories. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
7101
7104
  msgstr ""
7102
7105
 
7103
- msgid "This organization is not using {scaLink}. Entitlement-based subscription management is deprecated and will be removed in a future version."
7106
+ msgid "This organization is not using {scaLink}. Legacy subscription management is deprecated and will be removed in a future version."
7104
7107
  msgstr ""
7105
7108
 
7106
7109
  msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
@@ -7154,6 +7157,12 @@ msgstr ""
7154
7157
  msgid "To get started, add this host to a host collection."
7155
7158
  msgstr ""
7156
7159
 
7160
+ msgid "To update the selected host configuration, update hosts manually in the next section."
7161
+ msgstr ""
7162
+
7163
+ msgid "To update the selected host configuration, {link}, or update hosts manually in the next section."
7164
+ msgstr ""
7165
+
7157
7166
  msgid "Toggling Simple Content Access will refresh your manifest."
7158
7167
  msgstr ""
7159
7168
 
@@ -7802,9 +7811,6 @@ msgstr ""
7802
7811
  msgid "Warning"
7803
7812
  msgstr ""
7804
7813
 
7805
- msgid "What's next?"
7806
- msgstr ""
7807
-
7808
7814
  msgid "When \"Releases/Distributions\" is set, \"Upstream URL\" must also be set!"
7809
7815
  msgstr ""
7810
7816
 
@@ -8645,6 +8651,9 @@ msgstr ""
8645
8651
  msgid "rule identifier"
8646
8652
  msgstr ""
8647
8653
 
8654
+ msgid "run job invocation"
8655
+ msgstr ""
8656
+
8648
8657
  msgid "service level"
8649
8658
  msgstr ""
8650
8659
 
@@ -8699,9 +8708,6 @@ msgstr ""
8699
8708
  msgid "to"
8700
8709
  msgstr ""
8701
8710
 
8702
- msgid "to update configuration on all hosts, or"
8703
- msgstr ""
8704
-
8705
8711
  msgid "true if the latest version of the component's content view is desired"
8706
8712
  msgstr ""
8707
8713
 
@@ -8729,9 +8735,6 @@ msgstr ""
8729
8735
  msgid "update a filter"
8730
8736
  msgstr ""
8731
8737
 
8732
- msgid "update configuration on the hosts manually:"
8733
- msgstr ""
8734
-
8735
8738
  msgid "updating package group..."
8736
8739
  msgstr ""
8737
8740