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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 229da2311b8f5aece8a84c51159cc218e0b40f6ed7e537c95741e86c4376be15
4
- data.tar.gz: 4f5f98dfa6c9e16b51f4a06709dbdbe39db56ffcd216468ce99d8a9823303053
3
+ metadata.gz: 8b1fcbb6ac1367f8d83a29a6723c9244314b70cd3d8fb675747cdf44ae312a27
4
+ data.tar.gz: c9adec3a0002212f49e8ab7a30e793431809076e9b204a43725001b0a9e391ee
5
5
  SHA512:
6
- metadata.gz: b0da1a9cee46f80aeb164909f26b73302d7eb5552612361eb37281ff88996de448f3df5227955ad388ee63f88380578eabf8023a54433829d9e3dc47032b5638
7
- data.tar.gz: 8a9866f4c442d0d42f8d0673d41c0889522b45a0bd5940c05bab92cf21cf2df28eb1d41a65a2a70be25c5e2156cc0a8e65e252f2027267fbb9fa5f7710abbaba
6
+ metadata.gz: db98fee746e070be33b584993e56479290df9b462ab9277a66f43c3b5c0af37a9ba3a765f66c4d3fc03f114d300b4ce206db3a8228e0417544c9a092f0e25e23
7
+ data.tar.gz: '09dd3108525df34ef72654cf8f9030af5fc2a6996b806d78b026e56d493b3d49cb5794852733b63dd500102878049e6e4e9f96d16428aa52f55ad8c1c727a610'
@@ -9,7 +9,7 @@ module ForemanRhCloud
9
9
  end
10
10
 
11
11
  def create_playbook
12
- unless cert_auth_available?(@organization)
12
+ unless cert_auth_available?(organization)
13
13
  logger.debug('Manifest is not available, cannot continue')
14
14
  return
15
15
  end
@@ -1,3 +1,3 @@
1
1
  module ForemanRhCloud
2
- VERSION = '5.0.36'.freeze
2
+ VERSION = '5.0.37'.freeze
3
3
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "foreman_rh_cloud",
3
- "version": "5.0.36",
3
+ "version": "5.0.37",
4
4
  "description": "Inventory Upload =============",
5
5
  "main": "index.js",
6
6
  "scripts": {
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.36
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-19 00:00:00.000000000 Z
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.2.22
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