foreman_rh_cloud 5.0.36 → 5.0.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/services/foreman_rh_cloud/remediations_retriever.rb +1 -1
- data/lib/foreman_rh_cloud/version.rb +1 -1
- data/package.json +1 -1
- metadata +9 -10
- data/config/package-lock.json +0 -41822
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8b1fcbb6ac1367f8d83a29a6723c9244314b70cd3d8fb675747cdf44ae312a27
|
|
4
|
+
data.tar.gz: c9adec3a0002212f49e8ab7a30e793431809076e9b204a43725001b0a9e391ee
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: db98fee746e070be33b584993e56479290df9b462ab9277a66f43c3b5c0af37a9ba3a765f66c4d3fc03f114d300b4ce206db3a8228e0417544c9a092f0e25e23
|
|
7
|
+
data.tar.gz: '09dd3108525df34ef72654cf8f9030af5fc2a6996b806d78b026e56d493b3d49cb5794852733b63dd500102878049e6e4e9f96d16428aa52f55ad8c1c727a610'
|
data/package.json
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: foreman_rh_cloud
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.0.
|
|
4
|
+
version: 5.0.37
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Foreman Red Hat Cloud team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-05-
|
|
11
|
+
date: 2022-05-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: katello
|
|
@@ -182,7 +182,6 @@ files:
|
|
|
182
182
|
- app/views/layouts/foreman_rh_cloud/application.html.erb
|
|
183
183
|
- config/Gemfile.lock.gh_test
|
|
184
184
|
- config/database.yml.example
|
|
185
|
-
- config/package-lock.json
|
|
186
185
|
- config/package-lock.json.gh_test
|
|
187
186
|
- config/package-lock.json.plugin
|
|
188
187
|
- config/rh_cert-api_chain.pem
|
|
@@ -673,7 +672,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
673
672
|
- !ruby/object:Gem::Version
|
|
674
673
|
version: '0'
|
|
675
674
|
requirements: []
|
|
676
|
-
rubygems_version: 3.
|
|
675
|
+
rubygems_version: 3.1.4
|
|
677
676
|
signing_key:
|
|
678
677
|
specification_version: 4
|
|
679
678
|
summary: Summary of ForemanRhCloud.
|
|
@@ -689,33 +688,33 @@ test_files:
|
|
|
689
688
|
- test/controllers/uploads_settings_controller_test.rb
|
|
690
689
|
- test/factories/insights_factories.rb
|
|
691
690
|
- test/factories/inventory_upload_factories.rb
|
|
692
|
-
- test/jobs/connector_playbook_execution_reporter_task_test.rb
|
|
693
691
|
- test/jobs/insights_client_status_aging_test.rb
|
|
692
|
+
- test/jobs/inventory_scheduled_sync_test.rb
|
|
693
|
+
- test/jobs/upload_report_job_test.rb
|
|
694
|
+
- test/jobs/connector_playbook_execution_reporter_task_test.rb
|
|
694
695
|
- test/jobs/insights_full_sync_test.rb
|
|
695
696
|
- test/jobs/insights_resolutions_sync_test.rb
|
|
696
697
|
- test/jobs/insights_rules_sync_test.rb
|
|
697
698
|
- test/jobs/inventory_full_sync_test.rb
|
|
698
699
|
- test/jobs/inventory_hosts_sync_test.rb
|
|
699
|
-
- test/jobs/inventory_scheduled_sync_test.rb
|
|
700
700
|
- test/jobs/inventory_self_host_sync_test.rb
|
|
701
|
-
- test/jobs/upload_report_job_test.rb
|
|
702
701
|
- test/models/insights_client_report_status_test.rb
|
|
703
702
|
- test/test_plugin_helper.rb
|
|
704
703
|
- test/unit/archived_report_generator_test.rb
|
|
705
704
|
- test/unit/fact_helpers_test.rb
|
|
706
|
-
- test/unit/foreman_rh_cloud_self_host_test.rb
|
|
707
705
|
- test/unit/insights_facet_test.rb
|
|
708
706
|
- test/unit/metadata_generator_test.rb
|
|
709
|
-
- test/unit/playbook_progress_generator_test.rb
|
|
710
707
|
- test/unit/rh_cloud_http_proxy_test.rb
|
|
711
708
|
- test/unit/rh_cloud_permissions_test.rb
|
|
712
709
|
- test/unit/services/foreman_rh_cloud/branch_info_test.rb
|
|
710
|
+
- test/unit/services/foreman_rh_cloud/insights_status_cleaner_test.rb
|
|
713
711
|
- test/unit/services/foreman_rh_cloud/cloud_request_forwarder_test.rb
|
|
714
712
|
- test/unit/services/foreman_rh_cloud/cloud_status_service_test.rb
|
|
715
713
|
- test/unit/services/foreman_rh_cloud/hit_remediations_retriever_test.rb
|
|
716
|
-
- test/unit/services/foreman_rh_cloud/insights_status_cleaner_test.rb
|
|
717
714
|
- test/unit/services/foreman_rh_cloud/template_renderer_helper_test.rb
|
|
718
715
|
- test/unit/services/foreman_rh_cloud/url_remediations_retriever_test.rb
|
|
719
716
|
- test/unit/shell_process_job_test.rb
|
|
720
717
|
- test/unit/slice_generator_test.rb
|
|
721
718
|
- test/unit/tags_generator_test.rb
|
|
719
|
+
- test/unit/foreman_rh_cloud_self_host_test.rb
|
|
720
|
+
- test/unit/playbook_progress_generator_test.rb
|