katello 4.9.2 → 4.10.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.
- checksums.yaml +4 -4
- data/README.md +4 -7
- data/app/assets/javascripts/katello/locale/bn/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/ca/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/cs/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +8969 -0
- data/app/assets/javascripts/katello/locale/de/katello.js +8991 -1
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +8966 -0
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/el/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/en/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/en_US/katello.js +8966 -0
- data/app/assets/javascripts/katello/locale/es/katello.js +8984 -1
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +8966 -0
- data/app/assets/javascripts/katello/locale/fr/katello.js +9008 -1
- data/app/assets/javascripts/katello/locale/gl/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/gu/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/hi/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/id/katello.js +8966 -0
- data/app/assets/javascripts/katello/locale/it/katello.js +8974 -1
- data/app/assets/javascripts/katello/locale/ja/katello.js +9004 -1
- data/app/assets/javascripts/katello/locale/ka/katello.js +8976 -1
- data/app/assets/javascripts/katello/locale/kn/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/ko/katello.js +8972 -1
- data/app/assets/javascripts/katello/locale/locale/katello.js +3070 -1
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +8966 -0
- data/app/assets/javascripts/katello/locale/mr/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/or/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/pa/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/pl/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +8966 -0
- data/app/assets/javascripts/katello/locale/pt/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +8984 -1
- data/app/assets/javascripts/katello/locale/ro/katello.js +8966 -0
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +8966 -0
- data/app/assets/javascripts/katello/locale/ru/katello.js +8973 -1
- data/app/assets/javascripts/katello/locale/sl/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/ta/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/te/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/tr/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/vi/katello.js +8966 -0
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +8966 -0
- data/app/assets/javascripts/katello/locale/zh/katello.js +8966 -0
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +9004 -1
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +8972 -1
- data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +1 -1
- data/app/controllers/katello/api/v2/alternate_content_sources_bulk_actions_controller.rb +22 -1
- data/app/controllers/katello/api/v2/api_controller.rb +0 -15
- data/app/controllers/katello/api/v2/content_view_versions_controller.rb +13 -4
- data/app/controllers/katello/api/v2/host_errata_controller.rb +0 -12
- data/app/controllers/katello/api/v2/host_packages_controller.rb +0 -55
- data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +0 -77
- data/app/controllers/katello/api/v2/organizations_controller.rb +2 -1
- data/app/controllers/katello/api/v2/repositories_controller.rb +6 -10
- data/app/controllers/katello/api/v2/sync_controller.rb +0 -1
- data/app/controllers/katello/concerns/api/api_controller.rb +0 -10
- data/app/controllers/katello/concerns/hosts_controller_extensions.rb +1 -1
- data/app/lib/actions/katello/alternate_content_source/update.rb +1 -1
- data/app/lib/actions/katello/content_view/capsule_sync.rb +1 -1
- data/app/lib/actions/katello/content_view/incremental_updates.rb +3 -9
- data/app/lib/actions/katello/content_view_version/republish_repositories.rb +8 -2
- data/app/lib/actions/katello/repository/capsule_sync.rb +1 -1
- data/app/lib/actions/katello/repository/update_metadata_sync.rb +1 -1
- data/app/lib/katello/concerns/base_template_scope_extensions.rb +4 -9
- data/app/lib/katello/resources/cdn.rb +4 -0
- data/app/lib/katello/validators/alternate_content_source_products_validator.rb +1 -1
- data/app/models/katello/cdn_configuration.rb +4 -0
- data/app/models/katello/concerns/host_managed_extensions.rb +2 -1
- data/app/models/katello/content_view.rb +5 -1
- data/app/models/katello/content_view_component.rb +1 -1
- data/app/models/katello/content_view_version.rb +4 -0
- data/app/models/katello/host/content_facet.rb +4 -5
- data/app/models/katello/ping.rb +0 -19
- data/app/models/katello/repository.rb +5 -1
- data/app/models/katello/root_repository.rb +2 -8
- data/app/services/katello/applicability/applicable_content_helper.rb +2 -2
- data/app/services/katello/registration_manager.rb +2 -12
- data/app/views/foreman/job_templates/configure_host_for_new_content_source.erb +25 -0
- data/app/views/katello/api/v2/capsule_content/sync_status.json.rabl +1 -1
- data/app/views/katello/api/v2/content_facet/show.json.rabl +0 -12
- data/app/views/katello/api/v2/content_view_components/show.json.rabl +4 -1
- data/app/views/katello/api/v2/content_views/base.json.rabl +6 -2
- data/app/views/katello/api/v2/repositories/show.json.rabl +0 -1
- data/config/initializers/monkeys.rb +1 -0
- data/config/katello.yaml.example +0 -4
- data/config/routes/api/v2.rb +3 -0
- data/config/routes/overrides.rb +0 -11
- data/db/migrate/20230609155411_add_custom_cdn_auth_enabled_to_katello_cdn_configurations.rb +5 -0
- data/db/migrate/20230710190626_remove_relative_path_limit.rb +5 -0
- data/db/migrate/20230717150442_change_change_content_source_job_template_name.rb +20 -0
- data/db/migrate/20230828143236_remove_katello_agent_dispatch_history.rb +15 -0
- data/db/seeds.d/111-upgrade_tasks.rb +1 -2
- data/engines/bastion/app/views/bastion/layouts/assets.html.erb +1 -1
- data/engines/bastion_katello/README.md +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/activation-keys.controller.js +4 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-associations-content-hosts.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html +8 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-errata-modal.controller.js +3 -44
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-module-streams-modal.controller.js +0 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js +1 -65
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html +1 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html +1 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-applicable.controller.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js +1 -16
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-module-streams.controller.js +0 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-actions.controller.js +0 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-applicable.controller.js +2 -11
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-installed.controller.js +0 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages.controller.js +1 -39
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +1 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html +2 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html +4 -5
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js +2 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details.controller.js +2 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html +0 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html +0 -14
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +0 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js +1 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/file-content-views.controller.js +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/views/file-content-views.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +235 -521
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-packages.html +13 -2
- data/engines/bastion_katello/lib/bastion_katello/engine.rb +1 -3
- data/lib/katello/engine.rb +0 -18
- data/lib/katello/permission_creator.rb +1 -1
- data/lib/katello/plugin.rb +0 -25
- data/lib/katello/version.rb +1 -1
- data/lib/monkeys/remove_hidden_distribution.rb +383 -0
- data/locale/action_names.rb +3 -1
- data/locale/bn/katello.po +130 -39
- data/locale/bn_IN/katello.po +130 -39
- data/locale/ca/katello.po +130 -39
- data/locale/cs/katello.po +130 -39
- data/locale/cs_CZ/katello.po +130 -39
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- data/locale/de/katello.po +134 -43
- data/locale/de_AT/katello.po +130 -39
- data/locale/de_DE/katello.po +130 -39
- data/locale/el/katello.po +130 -39
- data/locale/en/katello.po +130 -39
- data/locale/en_GB/katello.po +130 -39
- data/locale/en_US/katello.po +130 -39
- data/locale/es/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po +133 -42
- data/locale/et_EE/katello.po +130 -39
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po +138 -47
- data/locale/gl/katello.po +130 -39
- data/locale/gu/katello.po +130 -39
- data/locale/he_IL/katello.po +130 -39
- data/locale/hi/katello.po +130 -39
- data/locale/id/katello.po +130 -39
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +131 -40
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po +138 -47
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po +131 -40
- data/locale/katello.pot +805 -642
- data/locale/kn/katello.po +130 -39
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po +131 -40
- data/locale/ml_IN/katello.po +130 -39
- data/locale/mr/katello.po +130 -39
- data/locale/nl_NL/katello.po +130 -39
- data/locale/or/katello.po +130 -39
- data/locale/pa/katello.po +130 -39
- data/locale/pl/katello.po +130 -39
- data/locale/pl_PL/katello.po +130 -39
- data/locale/pt/katello.po +130 -39
- data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt_BR/katello.po +133 -42
- data/locale/ro/katello.po +130 -39
- data/locale/ro_RO/katello.po +130 -39
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +131 -40
- data/locale/sl/katello.po +130 -39
- data/locale/sv_SE/katello.po +130 -39
- data/locale/ta/katello.po +130 -39
- data/locale/ta_IN/katello.po +130 -39
- data/locale/te/katello.po +130 -39
- data/locale/tr/katello.po +130 -39
- data/locale/vi/katello.po +130 -39
- data/locale/vi_VN/katello.po +130 -39
- data/locale/zh/katello.po +130 -39
- data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po +138 -47
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +131 -40
- data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js +0 -5
- data/webpack/components/extensions/HostDetails/Tabs/ContentTab/index.js +9 -3
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +7 -58
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/HostErrataActions.js +2 -11
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/HostPackagesActions.js +1 -40
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/HostPackagesConstants.js +0 -3
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js +5 -40
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js +6 -65
- data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +5 -4
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/errataTab.test.js +0 -212
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/packageInstallModal.test.js +2 -157
- data/webpack/components/extensions/HostDetails/hostDetailsHelpers.js +0 -20
- data/webpack/containers/Application/config.js +5 -0
- data/webpack/scenes/ActivationKeys/Details/ActivationKeyActions.js +31 -0
- data/webpack/scenes/ActivationKeys/Details/ActivationKeyConstants.js +3 -0
- data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.js +127 -0
- data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.scss +37 -0
- data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetailsSelectors.js +16 -0
- data/webpack/scenes/ActivationKeys/Details/__tests__/activationKeyDetails.test.js +117 -0
- data/webpack/scenes/ActivationKeys/Details/components/DeleteMenu.js +77 -0
- data/webpack/scenes/ActivationKeys/Details/components/DeleteModal.js +63 -0
- data/webpack/scenes/ActivationKeys/Details/components/EditModal.js +199 -0
- data/webpack/scenes/ActivationKeys/Details/index.js +3 -0
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditCredentials.js +10 -5
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditProducts.js +8 -3
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditSmartProxies.js +8 -3
- data/webpack/scenes/AlternateContentSources/Details/__tests__/ACSEdits.test.js +2 -2
- data/webpack/scenes/AlternateContentSources/MainTable/ACSTable.js +1 -1
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js +37 -29
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js +53 -37
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +7 -0
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.fixtures.json +15 -6
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.test.js +6 -5
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/publishedContentViewDetails.fixtures.json +43 -197
- data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +1 -1
- data/webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js +1 -1
- data/webpack/scenes/ContentViews/Details/Promote/ContentViewVersionPromote.js +2 -2
- data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersions.fixtures.json +0 -98
- data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersions.test.js +103 -1
- data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersionsLatestEnvironment.fixtures.json +634 -0
- data/webpack/scenes/ContentViews/components/ContentViewSelect/helpers.js +1 -1
- data/webpack/scenes/Hosts/ChangeContentSource/actions.js +14 -12
- data/webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js +45 -6
- data/webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceTemplate.js +42 -7
- data/webpack/scenes/Hosts/ChangeContentSource/index.js +37 -10
- data/webpack/scenes/Hosts/ChangeContentSource/styles.scss +5 -0
- data/webpack/scenes/RedHatRepositories/index.scss +1 -1
- data/webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js +2 -2
- metadata +85 -81
- data/app/lib/actions/katello/agent/dispatch_history_presenter.rb +0 -64
- data/app/lib/actions/katello/agent_action.rb +0 -120
- data/app/lib/actions/katello/bulk_agent_action.rb +0 -37
- data/app/lib/actions/katello/host/erratum/applicable_errata_install.rb +0 -44
- data/app/lib/actions/katello/host/erratum/install.rb +0 -38
- data/app/lib/actions/katello/host/package/install.rb +0 -34
- data/app/lib/actions/katello/host/package/remove.rb +0 -48
- data/app/lib/actions/katello/host/package/update.rb +0 -42
- data/app/lib/actions/katello/host/package_group/install.rb +0 -30
- data/app/lib/actions/katello/host/package_group/remove.rb +0 -30
- data/app/lib/katello/agent/base_message.rb +0 -41
- data/app/lib/katello/agent/client_message_handler.rb +0 -69
- data/app/lib/katello/agent/connection.rb +0 -38
- data/app/lib/katello/agent/install_errata_message.rb +0 -25
- data/app/lib/katello/agent/install_package_group_message.rb +0 -25
- data/app/lib/katello/agent/install_package_message.rb +0 -28
- data/app/lib/katello/agent/remove_package_group_message.rb +0 -25
- data/app/lib/katello/agent/remove_package_message.rb +0 -28
- data/app/lib/katello/agent/update_package_message.rb +0 -33
- data/app/lib/katello/event_daemon/services/agent_event_receiver.rb +0 -59
- data/app/lib/katello/qpid/connection.rb +0 -149
- data/app/lib/katello/util/default_enablement_migrator.rb +0 -183
- data/app/models/katello/agent/dispatch_history.rb +0 -19
- data/app/models/katello/events/delete_host_agent_queue.rb +0 -19
- data/app/services/katello/agent/dispatcher.rb +0 -60
- data/app/views/foreman/job_templates/change_content_source.erb +0 -18
- data/app/views/katello/api/v2/sync/index.json.rabl +0 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/katello-agent-notice.html +0 -8
- data/lib/katello/tasks/upgrades/4.9/update_custom_products_enablement.rake +0 -13
- data/webpack/components/extensions/HostDetails/common/KatelloAgentDeprecationAlert.js +0 -23
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: katello
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.
|
4
|
+
version: 4.10.0.rc1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- N/A
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-09-
|
11
|
+
date: 2023-09-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -136,20 +136,6 @@ dependencies:
|
|
136
136
|
- - ">="
|
137
137
|
- !ruby/object:Gem::Version
|
138
138
|
version: '0'
|
139
|
-
- !ruby/object:Gem::Dependency
|
140
|
-
name: qpid_proton
|
141
|
-
requirement: !ruby/object:Gem::Requirement
|
142
|
-
requirements:
|
143
|
-
- - ">="
|
144
|
-
- !ruby/object:Gem::Version
|
145
|
-
version: '0'
|
146
|
-
type: :runtime
|
147
|
-
prerelease: false
|
148
|
-
version_requirements: !ruby/object:Gem::Requirement
|
149
|
-
requirements:
|
150
|
-
- - ">="
|
151
|
-
- !ruby/object:Gem::Version
|
152
|
-
version: '0'
|
153
139
|
- !ruby/object:Gem::Dependency
|
154
140
|
name: stomp
|
155
141
|
requirement: !ruby/object:Gem::Requirement
|
@@ -254,168 +240,174 @@ dependencies:
|
|
254
240
|
requirements:
|
255
241
|
- - ">="
|
256
242
|
- !ruby/object:Gem::Version
|
257
|
-
version: 3.
|
243
|
+
version: 3.28.0
|
258
244
|
- - "<"
|
259
245
|
- !ruby/object:Gem::Version
|
260
|
-
version: 3.
|
246
|
+
version: 3.29.0
|
261
247
|
type: :runtime
|
262
248
|
prerelease: false
|
263
249
|
version_requirements: !ruby/object:Gem::Requirement
|
264
250
|
requirements:
|
265
251
|
- - ">="
|
266
252
|
- !ruby/object:Gem::Version
|
267
|
-
version: 3.
|
253
|
+
version: 3.28.0
|
268
254
|
- - "<"
|
269
255
|
- !ruby/object:Gem::Version
|
270
|
-
version: 3.
|
256
|
+
version: 3.29.0
|
271
257
|
- !ruby/object:Gem::Dependency
|
272
258
|
name: pulp_file_client
|
273
259
|
requirement: !ruby/object:Gem::Requirement
|
274
260
|
requirements:
|
275
261
|
- - ">="
|
276
262
|
- !ruby/object:Gem::Version
|
277
|
-
version: 1.
|
263
|
+
version: 1.14.0
|
278
264
|
- - "<"
|
279
265
|
- !ruby/object:Gem::Version
|
280
|
-
version:
|
266
|
+
version: 1.15.0
|
281
267
|
type: :runtime
|
282
268
|
prerelease: false
|
283
269
|
version_requirements: !ruby/object:Gem::Requirement
|
284
270
|
requirements:
|
285
271
|
- - ">="
|
286
272
|
- !ruby/object:Gem::Version
|
287
|
-
version: 1.
|
273
|
+
version: 1.14.0
|
288
274
|
- - "<"
|
289
275
|
- !ruby/object:Gem::Version
|
290
|
-
version:
|
276
|
+
version: 1.15.0
|
291
277
|
- !ruby/object:Gem::Dependency
|
292
278
|
name: pulp_ansible_client
|
293
279
|
requirement: !ruby/object:Gem::Requirement
|
294
280
|
requirements:
|
295
281
|
- - ">="
|
296
282
|
- !ruby/object:Gem::Version
|
297
|
-
version: 0.
|
283
|
+
version: 0.18.0
|
298
284
|
- - "<"
|
299
285
|
- !ruby/object:Gem::Version
|
300
|
-
version:
|
286
|
+
version: 0.19.0
|
301
287
|
type: :runtime
|
302
288
|
prerelease: false
|
303
289
|
version_requirements: !ruby/object:Gem::Requirement
|
304
290
|
requirements:
|
305
291
|
- - ">="
|
306
292
|
- !ruby/object:Gem::Version
|
307
|
-
version: 0.
|
293
|
+
version: 0.18.0
|
308
294
|
- - "<"
|
309
295
|
- !ruby/object:Gem::Version
|
310
|
-
version:
|
296
|
+
version: 0.19.0
|
311
297
|
- !ruby/object:Gem::Dependency
|
312
298
|
name: pulp_container_client
|
313
299
|
requirement: !ruby/object:Gem::Requirement
|
314
300
|
requirements:
|
315
301
|
- - ">="
|
316
302
|
- !ruby/object:Gem::Version
|
317
|
-
version: 2.
|
303
|
+
version: 2.15.0
|
318
304
|
- - "<"
|
319
305
|
- !ruby/object:Gem::Version
|
320
|
-
version: 2.
|
306
|
+
version: 2.16.0
|
321
307
|
type: :runtime
|
322
308
|
prerelease: false
|
323
309
|
version_requirements: !ruby/object:Gem::Requirement
|
324
310
|
requirements:
|
325
311
|
- - ">="
|
326
312
|
- !ruby/object:Gem::Version
|
327
|
-
version: 2.
|
313
|
+
version: 2.15.0
|
328
314
|
- - "<"
|
329
315
|
- !ruby/object:Gem::Version
|
330
|
-
version: 2.
|
316
|
+
version: 2.16.0
|
331
317
|
- !ruby/object:Gem::Dependency
|
332
318
|
name: pulp_deb_client
|
333
319
|
requirement: !ruby/object:Gem::Requirement
|
334
320
|
requirements:
|
335
321
|
- - ">="
|
336
322
|
- !ruby/object:Gem::Version
|
337
|
-
version: 2.
|
323
|
+
version: 2.21.0
|
338
324
|
- - "<"
|
339
325
|
- !ruby/object:Gem::Version
|
340
|
-
version:
|
326
|
+
version: 2.22.0
|
341
327
|
type: :runtime
|
342
328
|
prerelease: false
|
343
329
|
version_requirements: !ruby/object:Gem::Requirement
|
344
330
|
requirements:
|
345
331
|
- - ">="
|
346
332
|
- !ruby/object:Gem::Version
|
347
|
-
version: 2.
|
333
|
+
version: 2.21.0
|
348
334
|
- - "<"
|
349
335
|
- !ruby/object:Gem::Version
|
350
|
-
version:
|
336
|
+
version: 2.22.0
|
351
337
|
- !ruby/object:Gem::Dependency
|
352
338
|
name: pulp_rpm_client
|
353
339
|
requirement: !ruby/object:Gem::Requirement
|
354
340
|
requirements:
|
355
341
|
- - ">="
|
356
342
|
- !ruby/object:Gem::Version
|
357
|
-
version: 3.
|
343
|
+
version: 3.22.0
|
358
344
|
- - "<"
|
359
345
|
- !ruby/object:Gem::Version
|
360
|
-
version: 3.
|
346
|
+
version: 3.23.0
|
361
347
|
type: :runtime
|
362
348
|
prerelease: false
|
363
349
|
version_requirements: !ruby/object:Gem::Requirement
|
364
350
|
requirements:
|
365
351
|
- - ">="
|
366
352
|
- !ruby/object:Gem::Version
|
367
|
-
version: 3.
|
353
|
+
version: 3.22.0
|
368
354
|
- - "<"
|
369
355
|
- !ruby/object:Gem::Version
|
370
|
-
version: 3.
|
356
|
+
version: 3.23.0
|
371
357
|
- !ruby/object:Gem::Dependency
|
372
358
|
name: pulp_certguard_client
|
373
359
|
requirement: !ruby/object:Gem::Requirement
|
374
360
|
requirements:
|
375
361
|
- - "<"
|
376
362
|
- !ruby/object:Gem::Version
|
377
|
-
version:
|
363
|
+
version: 2.0.0
|
378
364
|
type: :runtime
|
379
365
|
prerelease: false
|
380
366
|
version_requirements: !ruby/object:Gem::Requirement
|
381
367
|
requirements:
|
382
368
|
- - "<"
|
383
369
|
- !ruby/object:Gem::Version
|
384
|
-
version:
|
370
|
+
version: 2.0.0
|
385
371
|
- !ruby/object:Gem::Dependency
|
386
372
|
name: pulp_python_client
|
387
373
|
requirement: !ruby/object:Gem::Requirement
|
388
374
|
requirements:
|
389
375
|
- - ">="
|
390
376
|
- !ruby/object:Gem::Version
|
391
|
-
version: 3.
|
377
|
+
version: 3.10.0
|
392
378
|
- - "<"
|
393
379
|
- !ruby/object:Gem::Version
|
394
|
-
version:
|
380
|
+
version: 3.11.0
|
395
381
|
type: :runtime
|
396
382
|
prerelease: false
|
397
383
|
version_requirements: !ruby/object:Gem::Requirement
|
398
384
|
requirements:
|
399
385
|
- - ">="
|
400
386
|
- !ruby/object:Gem::Version
|
401
|
-
version: 3.
|
387
|
+
version: 3.10.0
|
402
388
|
- - "<"
|
403
389
|
- !ruby/object:Gem::Version
|
404
|
-
version:
|
390
|
+
version: 3.11.0
|
405
391
|
- !ruby/object:Gem::Dependency
|
406
392
|
name: pulp_ostree_client
|
407
393
|
requirement: !ruby/object:Gem::Requirement
|
408
394
|
requirements:
|
395
|
+
- - ">="
|
396
|
+
- !ruby/object:Gem::Version
|
397
|
+
version: 2.1.0
|
409
398
|
- - "<"
|
410
399
|
- !ruby/object:Gem::Version
|
411
|
-
version: 2.
|
400
|
+
version: 2.2.0
|
412
401
|
type: :runtime
|
413
402
|
prerelease: false
|
414
403
|
version_requirements: !ruby/object:Gem::Requirement
|
415
404
|
requirements:
|
405
|
+
- - ">="
|
406
|
+
- !ruby/object:Gem::Version
|
407
|
+
version: 2.1.0
|
416
408
|
- - "<"
|
417
409
|
- !ruby/object:Gem::Version
|
418
|
-
version: 2.
|
410
|
+
version: 2.2.0
|
419
411
|
- !ruby/object:Gem::Dependency
|
420
412
|
name: deface
|
421
413
|
requirement: !ruby/object:Gem::Requirement
|
@@ -675,27 +667,52 @@ files:
|
|
675
667
|
- app/assets/javascripts/katello/html5/html5.js
|
676
668
|
- app/assets/javascripts/katello/html5/index.js
|
677
669
|
- app/assets/javascripts/katello/locale/bn/katello.js
|
670
|
+
- app/assets/javascripts/katello/locale/bn_IN/katello.js
|
671
|
+
- app/assets/javascripts/katello/locale/ca/katello.js
|
678
672
|
- app/assets/javascripts/katello/locale/cs/katello.js
|
673
|
+
- app/assets/javascripts/katello/locale/cs_CZ/katello.js
|
679
674
|
- app/assets/javascripts/katello/locale/de/katello.js
|
675
|
+
- app/assets/javascripts/katello/locale/de_AT/katello.js
|
676
|
+
- app/assets/javascripts/katello/locale/de_DE/katello.js
|
677
|
+
- app/assets/javascripts/katello/locale/el/katello.js
|
680
678
|
- app/assets/javascripts/katello/locale/en/katello.js
|
679
|
+
- app/assets/javascripts/katello/locale/en_GB/katello.js
|
680
|
+
- app/assets/javascripts/katello/locale/en_US/katello.js
|
681
681
|
- app/assets/javascripts/katello/locale/es/katello.js
|
682
|
+
- app/assets/javascripts/katello/locale/et_EE/katello.js
|
682
683
|
- app/assets/javascripts/katello/locale/fr/katello.js
|
684
|
+
- app/assets/javascripts/katello/locale/gl/katello.js
|
683
685
|
- app/assets/javascripts/katello/locale/gu/katello.js
|
686
|
+
- app/assets/javascripts/katello/locale/he_IL/katello.js
|
684
687
|
- app/assets/javascripts/katello/locale/hi/katello.js
|
688
|
+
- app/assets/javascripts/katello/locale/id/katello.js
|
685
689
|
- app/assets/javascripts/katello/locale/it/katello.js
|
686
690
|
- app/assets/javascripts/katello/locale/ja/katello.js
|
687
691
|
- app/assets/javascripts/katello/locale/ka/katello.js
|
688
692
|
- app/assets/javascripts/katello/locale/kn/katello.js
|
689
693
|
- app/assets/javascripts/katello/locale/ko/katello.js
|
690
694
|
- app/assets/javascripts/katello/locale/locale/katello.js
|
695
|
+
- app/assets/javascripts/katello/locale/ml_IN/katello.js
|
691
696
|
- app/assets/javascripts/katello/locale/mr/katello.js
|
697
|
+
- app/assets/javascripts/katello/locale/nl_NL/katello.js
|
692
698
|
- app/assets/javascripts/katello/locale/or/katello.js
|
693
699
|
- app/assets/javascripts/katello/locale/pa/katello.js
|
700
|
+
- app/assets/javascripts/katello/locale/pl/katello.js
|
701
|
+
- app/assets/javascripts/katello/locale/pl_PL/katello.js
|
694
702
|
- app/assets/javascripts/katello/locale/pt/katello.js
|
695
703
|
- app/assets/javascripts/katello/locale/pt_BR/katello.js
|
704
|
+
- app/assets/javascripts/katello/locale/ro/katello.js
|
705
|
+
- app/assets/javascripts/katello/locale/ro_RO/katello.js
|
696
706
|
- app/assets/javascripts/katello/locale/ru/katello.js
|
707
|
+
- app/assets/javascripts/katello/locale/sl/katello.js
|
708
|
+
- app/assets/javascripts/katello/locale/sv_SE/katello.js
|
697
709
|
- app/assets/javascripts/katello/locale/ta/katello.js
|
710
|
+
- app/assets/javascripts/katello/locale/ta_IN/katello.js
|
698
711
|
- app/assets/javascripts/katello/locale/te/katello.js
|
712
|
+
- app/assets/javascripts/katello/locale/tr/katello.js
|
713
|
+
- app/assets/javascripts/katello/locale/vi/katello.js
|
714
|
+
- app/assets/javascripts/katello/locale/vi_VN/katello.js
|
715
|
+
- app/assets/javascripts/katello/locale/zh/katello.js
|
699
716
|
- app/assets/javascripts/katello/locale/zh_CN/katello.js
|
700
717
|
- app/assets/javascripts/katello/locale/zh_TW/katello.js
|
701
718
|
- app/assets/javascripts/katello/organizations/download_certificate.js
|
@@ -866,8 +883,6 @@ files:
|
|
866
883
|
- app/lib/actions/katello/activation_key/destroy.rb
|
867
884
|
- app/lib/actions/katello/activation_key/reassign.rb
|
868
885
|
- app/lib/actions/katello/activation_key/update.rb
|
869
|
-
- app/lib/actions/katello/agent/dispatch_history_presenter.rb
|
870
|
-
- app/lib/actions/katello/agent_action.rb
|
871
886
|
- app/lib/actions/katello/alternate_content_source/alternate_content_source_common.rb
|
872
887
|
- app/lib/actions/katello/alternate_content_source/create.rb
|
873
888
|
- app/lib/actions/katello/alternate_content_source/destroy.rb
|
@@ -876,7 +891,6 @@ files:
|
|
876
891
|
- app/lib/actions/katello/applicability/host/generate.rb
|
877
892
|
- app/lib/actions/katello/applicability/hosts/bulk_generate.rb
|
878
893
|
- app/lib/actions/katello/applicability/repository/regenerate.rb
|
879
|
-
- app/lib/actions/katello/bulk_agent_action.rb
|
880
894
|
- app/lib/actions/katello/capsule_content/refresh_repos.rb
|
881
895
|
- app/lib/actions/katello/capsule_content/sync.rb
|
882
896
|
- app/lib/actions/katello/capsule_content/sync_capsule.rb
|
@@ -920,15 +934,8 @@ files:
|
|
920
934
|
- app/lib/actions/katello/host/attach_subscriptions.rb
|
921
935
|
- app/lib/actions/katello/host/auto_attach_subscriptions.rb
|
922
936
|
- app/lib/actions/katello/host/destroy.rb
|
923
|
-
- app/lib/actions/katello/host/erratum/applicable_errata_install.rb
|
924
|
-
- app/lib/actions/katello/host/erratum/install.rb
|
925
937
|
- app/lib/actions/katello/host/hypervisors.rb
|
926
938
|
- app/lib/actions/katello/host/hypervisors_update.rb
|
927
|
-
- app/lib/actions/katello/host/package/install.rb
|
928
|
-
- app/lib/actions/katello/host/package/remove.rb
|
929
|
-
- app/lib/actions/katello/host/package/update.rb
|
930
|
-
- app/lib/actions/katello/host/package_group/install.rb
|
931
|
-
- app/lib/actions/katello/host/package_group/remove.rb
|
932
939
|
- app/lib/actions/katello/host/reassign.rb
|
933
940
|
- app/lib/actions/katello/host/recalculate_errata_status.rb
|
934
941
|
- app/lib/actions/katello/host/remove_subscriptions.rb
|
@@ -1111,15 +1118,6 @@ files:
|
|
1111
1118
|
- app/lib/actions/pulp3/repository/upload_file.rb
|
1112
1119
|
- app/lib/actions/pulp3/repository/upload_tag.rb
|
1113
1120
|
- app/lib/katello/README
|
1114
|
-
- app/lib/katello/agent/base_message.rb
|
1115
|
-
- app/lib/katello/agent/client_message_handler.rb
|
1116
|
-
- app/lib/katello/agent/connection.rb
|
1117
|
-
- app/lib/katello/agent/install_errata_message.rb
|
1118
|
-
- app/lib/katello/agent/install_package_group_message.rb
|
1119
|
-
- app/lib/katello/agent/install_package_message.rb
|
1120
|
-
- app/lib/katello/agent/remove_package_group_message.rb
|
1121
|
-
- app/lib/katello/agent/remove_package_message.rb
|
1122
|
-
- app/lib/katello/agent/update_package_message.rb
|
1123
1121
|
- app/lib/katello/api/constraints/activation_key_constraint.rb
|
1124
1122
|
- app/lib/katello/api/mapper_extensions.rb
|
1125
1123
|
- app/lib/katello/api/v2/error_handling.rb
|
@@ -1132,14 +1130,12 @@ files:
|
|
1132
1130
|
- app/lib/katello/errors.rb
|
1133
1131
|
- app/lib/katello/event_daemon/monitor.rb
|
1134
1132
|
- app/lib/katello/event_daemon/runner.rb
|
1135
|
-
- app/lib/katello/event_daemon/services/agent_event_receiver.rb
|
1136
1133
|
- app/lib/katello/http_resource.rb
|
1137
1134
|
- app/lib/katello/lazy_accessor.rb
|
1138
1135
|
- app/lib/katello/logging.rb
|
1139
1136
|
- app/lib/katello/messaging/connection.rb
|
1140
1137
|
- app/lib/katello/messaging/received_message.rb
|
1141
1138
|
- app/lib/katello/messaging/stomp_connection.rb
|
1142
|
-
- app/lib/katello/qpid/connection.rb
|
1143
1139
|
- app/lib/katello/repo_discovery.rb
|
1144
1140
|
- app/lib/katello/resources/candlepin.rb
|
1145
1141
|
- app/lib/katello/resources/candlepin/activation_key.rb
|
@@ -1168,7 +1164,6 @@ files:
|
|
1168
1164
|
- app/lib/katello/util/cdn_var_substitutor.rb
|
1169
1165
|
- app/lib/katello/util/data.rb
|
1170
1166
|
- app/lib/katello/util/deduplication_migrator.rb
|
1171
|
-
- app/lib/katello/util/default_enablement_migrator.rb
|
1172
1167
|
- app/lib/katello/util/docker_manifest_clause_generator.rb
|
1173
1168
|
- app/lib/katello/util/errata.rb
|
1174
1169
|
- app/lib/katello/util/filter_clause_generator.rb
|
@@ -1217,7 +1212,6 @@ files:
|
|
1217
1212
|
- app/mailers/katello/subscription_mailer.rb
|
1218
1213
|
- app/models/katello/activation_key.rb
|
1219
1214
|
- app/models/katello/activation_key_purpose_addon.rb
|
1220
|
-
- app/models/katello/agent/dispatch_history.rb
|
1221
1215
|
- app/models/katello/alternate_content_source.rb
|
1222
1216
|
- app/models/katello/alternate_content_source_product.rb
|
1223
1217
|
- app/models/katello/ansible_collection.rb
|
@@ -1318,7 +1312,6 @@ files:
|
|
1318
1312
|
- app/models/katello/erratum_package.rb
|
1319
1313
|
- app/models/katello/event.rb
|
1320
1314
|
- app/models/katello/events/auto_publish_composite_view.rb
|
1321
|
-
- app/models/katello/events/delete_host_agent_queue.rb
|
1322
1315
|
- app/models/katello/events/delete_latest_content_view_version.rb
|
1323
1316
|
- app/models/katello/events/delete_pool.rb
|
1324
1317
|
- app/models/katello/events/generate_host_applicability.rb
|
@@ -1431,7 +1424,6 @@ files:
|
|
1431
1424
|
- app/services/cert/certs.rb
|
1432
1425
|
- app/services/cert/rhsm_client.rb
|
1433
1426
|
- app/services/katello/abstract/pulp/content.rb
|
1434
|
-
- app/services/katello/agent/dispatcher.rb
|
1435
1427
|
- app/services/katello/applicability/applicable_content_helper.rb
|
1436
1428
|
- app/services/katello/applicable_host_queue.rb
|
1437
1429
|
- app/services/katello/authentication/client_authentication.rb
|
@@ -1540,7 +1532,7 @@ files:
|
|
1540
1532
|
- app/views/dashboard/_subscription_status_widget.html.erb
|
1541
1533
|
- app/views/dashboard/_subscription_widget.html.erb
|
1542
1534
|
- app/views/dashboard/_sync_widget.html.erb
|
1543
|
-
- app/views/foreman/job_templates/
|
1535
|
+
- app/views/foreman/job_templates/configure_host_for_new_content_source.erb
|
1544
1536
|
- app/views/foreman/job_templates/install_errata.erb
|
1545
1537
|
- app/views/foreman/job_templates/install_errata_-_katello_ansible_default.erb
|
1546
1538
|
- app/views/foreman/job_templates/install_errata_by_search_query.erb
|
@@ -1763,7 +1755,6 @@ files:
|
|
1763
1755
|
- app/views/katello/api/v2/subscriptions/permissions.rabl
|
1764
1756
|
- app/views/katello/api/v2/subscriptions/show.json.rabl
|
1765
1757
|
- app/views/katello/api/v2/sync/create.json.rabl
|
1766
|
-
- app/views/katello/api/v2/sync/index.json.rabl
|
1767
1758
|
- app/views/katello/api/v2/sync_plans/available_products.json.rabl
|
1768
1759
|
- app/views/katello/api/v2/sync_plans/index.json.rabl
|
1769
1760
|
- app/views/katello/api/v2/sync_plans/show.json.rabl
|
@@ -2190,6 +2181,10 @@ files:
|
|
2190
2181
|
- db/migrate/20230203141353_set_new_acs_verify_ssl_default.rb
|
2191
2182
|
- db/migrate/20230328180352_add_applied_filters_to_katello_content_view_versions.rb
|
2192
2183
|
- db/migrate/20230503190626_add_metadata_expire_to_root.rb
|
2184
|
+
- db/migrate/20230609155411_add_custom_cdn_auth_enabled_to_katello_cdn_configurations.rb
|
2185
|
+
- db/migrate/20230710190626_remove_relative_path_limit.rb
|
2186
|
+
- db/migrate/20230717150442_change_change_content_source_job_template_name.rb
|
2187
|
+
- db/migrate/20230828143236_remove_katello_agent_dispatch_history.rb
|
2193
2188
|
- db/seeds.d/101-locations.rb
|
2194
2189
|
- db/seeds.d/102-organizations.rb
|
2195
2190
|
- db/seeds.d/104-proxy.rb
|
@@ -3996,7 +3991,6 @@ files:
|
|
3996
3991
|
- engines/bastion_katello/app/assets/javascripts/bastion_katello/common/common.module.js
|
3997
3992
|
- engines/bastion_katello/app/assets/javascripts/bastion_katello/common/module-stream-actions.service.js
|
3998
3993
|
- engines/bastion_katello/app/assets/javascripts/bastion_katello/common/select-action-dropdown.directive.js
|
3999
|
-
- engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/katello-agent-notice.html
|
4000
3994
|
- engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/registration.html
|
4001
3995
|
- engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/select-action-dropdown.html
|
4002
3996
|
- engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html
|
@@ -4484,13 +4478,13 @@ files:
|
|
4484
4478
|
- lib/katello/tasks/upgrades/4.8/fix_incorrect_providers.rake
|
4485
4479
|
- lib/katello/tasks/upgrades/4.8/regenerate_imported_repository_metadata.rake
|
4486
4480
|
- lib/katello/tasks/upgrades/4.9/clean_orphaned_filter_rules.rake
|
4487
|
-
- lib/katello/tasks/upgrades/4.9/update_custom_products_enablement.rake
|
4488
4481
|
- lib/katello/tasks/virt_who_report.rake
|
4489
4482
|
- lib/katello/url_constrained_cookie_store.rb
|
4490
4483
|
- lib/katello/version.rb
|
4491
4484
|
- lib/monkeys/anemone.rb
|
4492
4485
|
- lib/monkeys/ar_postgres_evr_t.rb
|
4493
4486
|
- lib/monkeys/fx_sqlite_skip.rb
|
4487
|
+
- lib/monkeys/remove_hidden_distribution.rb
|
4494
4488
|
- lib/proxy_api/container_gateway.rb
|
4495
4489
|
- lib/proxy_api/pulp.rb
|
4496
4490
|
- lib/proxy_api/pulp_node.rb
|
@@ -4836,7 +4830,6 @@ files:
|
|
4836
4830
|
- webpack/components/extensions/HostDetails/Tabs/__tests__/tracesTab.test.js
|
4837
4831
|
- webpack/components/extensions/HostDetails/Tabs/__tests__/yumInstallablePackages.fixtures.json
|
4838
4832
|
- webpack/components/extensions/HostDetails/Tabs/customizedRexUrlHelpers.js
|
4839
|
-
- webpack/components/extensions/HostDetails/common/KatelloAgentDeprecationAlert.js
|
4840
4833
|
- webpack/components/extensions/HostDetails/hostDetailsHelpers.js
|
4841
4834
|
- webpack/components/extensions/RegistrationCommands/RegistrationCommandsPageConstants.js
|
4842
4835
|
- webpack/components/extensions/RegistrationCommands/RegistrationCommandsPageHelpers.js
|
@@ -4944,6 +4937,16 @@ files:
|
|
4944
4937
|
- webpack/redux/reducers/RedHatRepositories/sets.fixtures.js
|
4945
4938
|
- webpack/redux/reducers/RedHatRepositories/sets.js
|
4946
4939
|
- webpack/redux/reducers/index.js
|
4940
|
+
- webpack/scenes/ActivationKeys/Details/ActivationKeyActions.js
|
4941
|
+
- webpack/scenes/ActivationKeys/Details/ActivationKeyConstants.js
|
4942
|
+
- webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.js
|
4943
|
+
- webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.scss
|
4944
|
+
- webpack/scenes/ActivationKeys/Details/ActivationKeyDetailsSelectors.js
|
4945
|
+
- webpack/scenes/ActivationKeys/Details/__tests__/activationKeyDetails.test.js
|
4946
|
+
- webpack/scenes/ActivationKeys/Details/components/DeleteMenu.js
|
4947
|
+
- webpack/scenes/ActivationKeys/Details/components/DeleteModal.js
|
4948
|
+
- webpack/scenes/ActivationKeys/Details/components/EditModal.js
|
4949
|
+
- webpack/scenes/ActivationKeys/Details/index.js
|
4947
4950
|
- webpack/scenes/AlternateContentSources/ACSActions.js
|
4948
4951
|
- webpack/scenes/AlternateContentSources/ACSConstants.js
|
4949
4952
|
- webpack/scenes/AlternateContentSources/ACSIndexPage.js
|
@@ -5206,6 +5209,7 @@ files:
|
|
5206
5209
|
- webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewTaskResponse.fixtures.json
|
5207
5210
|
- webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersions.fixtures.json
|
5208
5211
|
- webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersions.test.js
|
5212
|
+
- webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersionsLatestEnvironment.fixtures.json
|
5209
5213
|
- webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersionsWithTask.fixtures.json
|
5210
5214
|
- webpack/scenes/ContentViews/Details/Versions/__tests__/emptyCVVersion.fixtures.json
|
5211
5215
|
- webpack/scenes/ContentViews/Details/Versions/index.js
|
@@ -5516,11 +5520,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
5516
5520
|
version: '2.5'
|
5517
5521
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
5518
5522
|
requirements:
|
5519
|
-
- - "
|
5523
|
+
- - ">"
|
5520
5524
|
- !ruby/object:Gem::Version
|
5521
|
-
version:
|
5525
|
+
version: 1.3.1
|
5522
5526
|
requirements: []
|
5523
|
-
rubygems_version: 3.
|
5527
|
+
rubygems_version: 3.3.26
|
5524
5528
|
signing_key:
|
5525
5529
|
specification_version: 4
|
5526
5530
|
summary: Content and Subscription Management plugin for Foreman
|
@@ -1,64 +0,0 @@
|
|
1
|
-
module Actions
|
2
|
-
module Katello
|
3
|
-
module Agent
|
4
|
-
class DispatchHistoryPresenter
|
5
|
-
def initialize(dispatch_history, action_type)
|
6
|
-
@result = dispatch_history&.result&.with_indifferent_access
|
7
|
-
@action_type = action_type
|
8
|
-
end
|
9
|
-
|
10
|
-
def humanized_output
|
11
|
-
return if @result.empty?
|
12
|
-
|
13
|
-
result = package_result
|
14
|
-
|
15
|
-
if result[:message]
|
16
|
-
result[:message]
|
17
|
-
elsif result[:packages].any?
|
18
|
-
packages = result[:packages].map { |package| package[:qname] }
|
19
|
-
packages.sort.join("\n")
|
20
|
-
else
|
21
|
-
humanized_no_package
|
22
|
-
end
|
23
|
-
end
|
24
|
-
|
25
|
-
def error_messages
|
26
|
-
messages = []
|
27
|
-
@result.each_value do |result|
|
28
|
-
if !result[:succeeded] && result.dig(:details, :message)
|
29
|
-
messages << result[:details][:message]
|
30
|
-
end
|
31
|
-
end
|
32
|
-
messages
|
33
|
-
end
|
34
|
-
|
35
|
-
private
|
36
|
-
|
37
|
-
def package_result
|
38
|
-
result = { packages: [] }
|
39
|
-
|
40
|
-
@result.each_value do |v|
|
41
|
-
if v[:succeeded]
|
42
|
-
result[:packages].concat(v[:details][:resolved] + v[:details][:deps])
|
43
|
-
break
|
44
|
-
else
|
45
|
-
result[:message] = v[:details][:message]
|
46
|
-
break
|
47
|
-
end
|
48
|
-
end
|
49
|
-
|
50
|
-
result
|
51
|
-
end
|
52
|
-
|
53
|
-
def humanized_no_package
|
54
|
-
case @action_type
|
55
|
-
when :content_install
|
56
|
-
_("No new packages installed")
|
57
|
-
when :content_uninstall
|
58
|
-
_("No packages removed")
|
59
|
-
end
|
60
|
-
end
|
61
|
-
end
|
62
|
-
end
|
63
|
-
end
|
64
|
-
end
|
@@ -1,120 +0,0 @@
|
|
1
|
-
module Actions
|
2
|
-
module Katello
|
3
|
-
class AgentAction < Actions::EntryAction
|
4
|
-
include Dynflow::Action::Timeouts
|
5
|
-
include Helpers::Presenter
|
6
|
-
|
7
|
-
def self.agent_message
|
8
|
-
fail NotImplementedError
|
9
|
-
end
|
10
|
-
|
11
|
-
def agent_action_type
|
12
|
-
nil
|
13
|
-
end
|
14
|
-
|
15
|
-
def plan(host, options)
|
16
|
-
action_subject(host, :hostname => host.name, :content => options[:content])
|
17
|
-
# options[:dispatch_histories] keys might be strings or integers
|
18
|
-
dispatch_history_id = options.dig(:dispatch_histories, host.id.to_s) ||
|
19
|
-
options.dig(:dispatch_histories, host.id.to_i) ||
|
20
|
-
::Katello::Agent::Dispatcher.create_histories(
|
21
|
-
host_ids: [host.id]
|
22
|
-
).first.id
|
23
|
-
|
24
|
-
plan_self(
|
25
|
-
host_id: host.id,
|
26
|
-
dispatch_history_id: dispatch_history_id,
|
27
|
-
content: options[:content],
|
28
|
-
bulk: options[:bulk]
|
29
|
-
)
|
30
|
-
end
|
31
|
-
|
32
|
-
def run(event = nil)
|
33
|
-
case event
|
34
|
-
when nil
|
35
|
-
history = dispatch_history
|
36
|
-
timeout = accept_timeout
|
37
|
-
|
38
|
-
if history.finished?
|
39
|
-
fail_on_errors
|
40
|
-
return
|
41
|
-
elsif history.accepted?
|
42
|
-
timeout = finish_timeout
|
43
|
-
end
|
44
|
-
|
45
|
-
suspend do |suspended_action|
|
46
|
-
history.dynflow_execution_plan_id = suspended_action.execution_plan_id
|
47
|
-
history.dynflow_step_id = suspended_action.step_id
|
48
|
-
history.save!
|
49
|
-
dispatch_message(history) unless input[:bulk]
|
50
|
-
|
51
|
-
schedule_timeout(timeout, optional: true)
|
52
|
-
end
|
53
|
-
when Dynflow::Action::Skip
|
54
|
-
# Do not fail and goto a paused state, instead skip and send the state to warning so we do not block other host actions
|
55
|
-
when Dynflow::Action::Timeouts::Timeout
|
56
|
-
process_timeout
|
57
|
-
when 'accepted'
|
58
|
-
schedule_timeout(finish_timeout, optional: true)
|
59
|
-
suspend
|
60
|
-
else
|
61
|
-
fail_on_errors
|
62
|
-
end
|
63
|
-
end
|
64
|
-
|
65
|
-
def dispatch_message(history)
|
66
|
-
::Katello::Agent::Dispatcher.dispatch(
|
67
|
-
self.class.agent_message,
|
68
|
-
[history],
|
69
|
-
content: input[:content]
|
70
|
-
)
|
71
|
-
end
|
72
|
-
|
73
|
-
def accept_timeout
|
74
|
-
Setting['content_action_accept_timeout']
|
75
|
-
end
|
76
|
-
|
77
|
-
def finish_timeout
|
78
|
-
Setting['content_action_finish_timeout']
|
79
|
-
end
|
80
|
-
|
81
|
-
def process_timeout
|
82
|
-
history = dispatch_history
|
83
|
-
|
84
|
-
unless history.accepted?
|
85
|
-
fail _("Host did not respond within %s seconds. The task has been cancelled. Is katello-agent installed and goferd running on the Host?") % accept_timeout
|
86
|
-
end
|
87
|
-
|
88
|
-
unless history.finished?
|
89
|
-
# we could be processing the accept_timeout here
|
90
|
-
# only fail for finish_timeout unless the actual duration has elapsed
|
91
|
-
finish_limit = history.accepted_at + finish_timeout
|
92
|
-
if finish_limit < DateTime.now
|
93
|
-
fail _("Host did not finish content action in %s seconds. The task has been cancelled.") % finish_timeout
|
94
|
-
end
|
95
|
-
suspend
|
96
|
-
end
|
97
|
-
end
|
98
|
-
|
99
|
-
def fail_on_errors
|
100
|
-
errors = presenter.error_messages
|
101
|
-
|
102
|
-
if errors.any?
|
103
|
-
fail errors.join("\n")
|
104
|
-
end
|
105
|
-
end
|
106
|
-
|
107
|
-
def presenter
|
108
|
-
Actions::Katello::Agent::DispatchHistoryPresenter.new(dispatch_history, agent_action_type)
|
109
|
-
end
|
110
|
-
|
111
|
-
def rescue_strategy
|
112
|
-
Dynflow::Action::Rescue::Skip
|
113
|
-
end
|
114
|
-
|
115
|
-
def dispatch_history
|
116
|
-
::Katello::Agent::DispatchHistory.find_by_id(input[:dispatch_history_id])
|
117
|
-
end
|
118
|
-
end
|
119
|
-
end
|
120
|
-
end
|