foreman_rh_cloud 4.0.25.1 → 4.0.30

Sign up to get free protection for your applications and to get access to all the features.
Files changed (42) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/api/v2/rh_cloud/inventory_controller.rb +4 -1
  3. data/app/controllers/insights_cloud/api/machine_telemetries_controller.rb +8 -0
  4. data/app/services/foreman_rh_cloud/cloud_request_forwarder.rb +14 -2
  5. data/config/Gemfile.lock.gh_test +169 -152
  6. data/config/database.yml.example +2 -2
  7. data/config/package-lock.json +41822 -0
  8. data/config/routes.rb +1 -1
  9. data/lib/foreman_inventory_upload/generators/queries.rb +1 -0
  10. data/lib/foreman_inventory_upload/generators/tags.rb +9 -3
  11. data/lib/foreman_rh_cloud/engine.rb +2 -0
  12. data/lib/foreman_rh_cloud/version.rb +1 -1
  13. data/lib/foreman_rh_cloud.rb +12 -1
  14. data/lib/insights_cloud/async/insights_client_status_aging.rb +4 -0
  15. data/lib/insights_cloud/async/insights_full_sync.rb +4 -0
  16. data/lib/insights_cloud/async/insights_generate_notifications.rb +4 -0
  17. data/lib/insights_cloud/async/insights_resolutions_sync.rb +7 -2
  18. data/lib/insights_cloud/async/insights_rules_sync.rb +10 -2
  19. data/lib/inventory_sync/async/host_result.rb +0 -5
  20. data/lib/inventory_sync/async/inventory_full_sync.rb +18 -9
  21. data/lib/inventory_sync/async/inventory_hosts_sync.rb +6 -6
  22. data/lib/inventory_sync/async/inventory_scheduled_sync.rb +4 -0
  23. data/lib/inventory_sync/async/inventory_self_host_sync.rb +4 -0
  24. data/lib/inventory_sync/async/query_inventory_job.rb +4 -0
  25. data/package.json +2 -2
  26. data/test/controllers/insights_cloud/api/machine_telemetries_controller_test.rb +16 -39
  27. data/test/factories/inventory_upload_factories.rb +14 -0
  28. data/test/jobs/insights_resolutions_sync_test.rb +10 -1
  29. data/test/jobs/inventory_full_sync_test.rb +28 -2
  30. data/test/jobs/inventory_hosts_sync_test.rb +15 -0
  31. data/test/unit/foreman_rh_cloud_self_host_test.rb +28 -0
  32. data/test/unit/services/foreman_rh_cloud/cloud_request_forwarder_test.rb +26 -0
  33. data/test/unit/slice_generator_test.rb +36 -4
  34. data/test/unit/tags_generator_test.rb +31 -16
  35. data/webpack/InsightsCloudSync/Components/InsightsHeader/index.js +0 -2
  36. data/webpack/InsightsCloudSync/Components/InsightsSettings/insightsSettings.scss +1 -0
  37. data/webpack/InsightsCloudSync/Components/__tests__/__snapshots__/InsightsHeader.test.js.snap +0 -1
  38. data/webpack/InsightsCloudSync/InsightsCloudSync.js +2 -0
  39. data/webpack/InsightsCloudSync/__snapshots__/InsightsCloudSync.test.js.snap +1 -0
  40. data/webpack/common/Switcher/HelpLabel.js +1 -1
  41. data/webpack/common/Switcher/__tests__/__snapshots__/HelpLabel.test.js.snap +1 -1
  42. metadata +6 -3
@@ -1,35 +1,49 @@
1
+ PATH
2
+ remote: ../foreman-tasks
3
+ specs:
4
+ foreman-tasks (4.1.5)
5
+ dynflow (>= 1.2.3)
6
+ foreman-tasks-core
7
+ get_process_mem
8
+ parse-cron (~> 0.1.4)
9
+ sinatra
10
+ foreman-tasks-core (0.3.6)
11
+ dynflow (>= 1.2.0)
12
+
1
13
  PATH
2
14
  remote: ../foreman_rh_cloud
3
15
  specs:
4
- foreman_rh_cloud (3.0.15)
16
+ foreman_rh_cloud (4.0.27)
17
+ foreman-tasks
5
18
  foreman_ansible
6
19
  katello
7
20
 
8
21
  PATH
9
22
  remote: ../katello
10
23
  specs:
11
- katello (3.18.0.rc1)
24
+ katello (4.1.4)
12
25
  activerecord-import
13
26
  anemone
14
27
  angular-rails-templates (~> 1.1.0)
15
28
  apipie-rails (>= 0.5.14)
16
29
  deface (>= 1.0.2, < 2.0.0)
17
- dynflow (>= 1.2.0)
18
- foreman-tasks (>= 0.14.1)
30
+ dynflow (< 1.6.0)
31
+ foreman-tasks (~> 4.0)
32
+ foreman-tasks-core (< 0.4)
19
33
  foreman_remote_execution (>= 3.0)
20
34
  fx (< 1.0)
21
35
  gettext_i18n_rails
22
36
  json
23
37
  oauth
24
38
  pg
25
- pulp_2to3_migration_client (>= 0.3.0, < 0.6.0, != 0.4.0)
26
- pulp_ansible_client (>= 0.2, < 0.5)
39
+ pulp_ansible_client (>= 0.8, < 0.9)
27
40
  pulp_certguard_client (< 2.0)
28
- pulp_container_client (>= 2.0.0, < 2.2.0)
29
- pulp_deb_client (>= 2.6.0, < 2.8.0)
30
- pulp_file_client (>= 1.2.0, < 1.4.0)
31
- pulp_rpm_client (>= 3.6.2, < 3.8.0)
32
- pulpcore_client (>= 3.6.0, < 3.8.0)
41
+ pulp_container_client (>= 2.7.0, < 2.8.0)
42
+ pulp_deb_client (>= 2.13.0, < 2.14.0)
43
+ pulp_file_client (>= 1.8.0, < 1.9.0)
44
+ pulp_rpm_client (>= 3.13.0, < 3.15.0)
45
+ pulpcore_client (>= 3.14.0, < 3.15.0)
46
+ qpid_proton
33
47
  rabl
34
48
  rails
35
49
  rest-client
@@ -40,75 +54,77 @@ PATH
40
54
  GEM
41
55
  remote: https://rubygems.org/
42
56
  specs:
43
- actioncable (6.0.3.4)
44
- actionpack (= 6.0.3.4)
57
+ actioncable (6.0.3.6)
58
+ actionpack (= 6.0.3.6)
45
59
  nio4r (~> 2.0)
46
60
  websocket-driver (>= 0.6.1)
47
- actionmailbox (6.0.3.4)
48
- actionpack (= 6.0.3.4)
49
- activejob (= 6.0.3.4)
50
- activerecord (= 6.0.3.4)
51
- activestorage (= 6.0.3.4)
52
- activesupport (= 6.0.3.4)
61
+ actionmailbox (6.0.3.6)
62
+ actionpack (= 6.0.3.6)
63
+ activejob (= 6.0.3.6)
64
+ activerecord (= 6.0.3.6)
65
+ activestorage (= 6.0.3.6)
66
+ activesupport (= 6.0.3.6)
53
67
  mail (>= 2.7.1)
54
- actionmailer (6.0.3.4)
55
- actionpack (= 6.0.3.4)
56
- actionview (= 6.0.3.4)
57
- activejob (= 6.0.3.4)
68
+ actionmailer (6.0.3.6)
69
+ actionpack (= 6.0.3.6)
70
+ actionview (= 6.0.3.6)
71
+ activejob (= 6.0.3.6)
58
72
  mail (~> 2.5, >= 2.5.4)
59
73
  rails-dom-testing (~> 2.0)
60
- actionpack (6.0.3.4)
61
- actionview (= 6.0.3.4)
62
- activesupport (= 6.0.3.4)
74
+ actionpack (6.0.3.6)
75
+ actionview (= 6.0.3.6)
76
+ activesupport (= 6.0.3.6)
63
77
  rack (~> 2.0, >= 2.0.8)
64
78
  rack-test (>= 0.6.3)
65
79
  rails-dom-testing (~> 2.0)
66
80
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
67
- actiontext (6.0.3.4)
68
- actionpack (= 6.0.3.4)
69
- activerecord (= 6.0.3.4)
70
- activestorage (= 6.0.3.4)
71
- activesupport (= 6.0.3.4)
81
+ actiontext (6.0.3.6)
82
+ actionpack (= 6.0.3.6)
83
+ activerecord (= 6.0.3.6)
84
+ activestorage (= 6.0.3.6)
85
+ activesupport (= 6.0.3.6)
72
86
  nokogiri (>= 1.8.5)
73
- actionview (6.0.3.4)
74
- activesupport (= 6.0.3.4)
87
+ actionview (6.0.3.6)
88
+ activesupport (= 6.0.3.6)
75
89
  builder (~> 3.1)
76
90
  erubi (~> 1.4)
77
91
  rails-dom-testing (~> 2.0)
78
92
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
79
- activejob (6.0.3.4)
80
- activesupport (= 6.0.3.4)
93
+ activejob (6.0.3.6)
94
+ activesupport (= 6.0.3.6)
81
95
  globalid (>= 0.3.6)
82
- activemodel (6.0.3.4)
83
- activesupport (= 6.0.3.4)
84
- activerecord (6.0.3.4)
85
- activemodel (= 6.0.3.4)
86
- activesupport (= 6.0.3.4)
87
- activerecord-import (1.0.7)
96
+ activemodel (6.0.3.6)
97
+ activesupport (= 6.0.3.6)
98
+ activerecord (6.0.3.6)
99
+ activemodel (= 6.0.3.6)
100
+ activesupport (= 6.0.3.6)
101
+ activerecord-import (1.2.0)
88
102
  activerecord (>= 3.2)
89
103
  activerecord-nulldb-adapter (0.7.0)
90
104
  activerecord (>= 5.2.0, < 6.3)
91
- activerecord-session_store (1.1.3)
92
- actionpack (>= 4.0)
93
- activerecord (>= 4.0)
105
+ activerecord-session_store (2.0.0)
106
+ actionpack (>= 5.2.4.1)
107
+ activerecord (>= 5.2.4.1)
94
108
  multi_json (~> 1.11, >= 1.11.2)
95
- rack (>= 1.5.2, < 3)
96
- railties (>= 4.0)
97
- activestorage (6.0.3.4)
98
- actionpack (= 6.0.3.4)
99
- activejob (= 6.0.3.4)
100
- activerecord (= 6.0.3.4)
101
- marcel (~> 0.3.1)
102
- activesupport (6.0.3.4)
109
+ rack (>= 2.0.8, < 3)
110
+ railties (>= 5.2.4.1)
111
+ activestorage (6.0.3.6)
112
+ actionpack (= 6.0.3.6)
113
+ activejob (= 6.0.3.6)
114
+ activerecord (= 6.0.3.6)
115
+ marcel (~> 1.0.0)
116
+ activesupport (6.0.3.6)
103
117
  concurrent-ruby (~> 1.0, >= 1.0.2)
104
118
  i18n (>= 0.7, < 2)
105
119
  minitest (~> 5.1)
106
120
  tzinfo (~> 1.1)
107
121
  zeitwerk (~> 2.2, >= 2.2.2)
122
+ acts_as_list (1.0.4)
123
+ activerecord (>= 4.2)
108
124
  addressable (2.7.0)
109
125
  public_suffix (>= 2.0.2, < 5.0)
110
126
  algebrick (0.7.5)
111
- amazing_print (1.2.2)
127
+ amazing_print (1.3.0)
112
128
  ancestry (3.2.1)
113
129
  activerecord (>= 4.2.0)
114
130
  anemone (0.7.2)
@@ -133,15 +149,15 @@ GEM
133
149
  execjs
134
150
  bcrypt (3.1.16)
135
151
  benchmark-ips (2.8.4)
136
- binding_of_caller (1.0.0)
152
+ binding_of_caller (0.8.0)
137
153
  debug_inspector (>= 0.0.1)
138
- bootsnap (1.7.1)
154
+ bootsnap (1.7.3)
139
155
  msgpack (~> 1.0)
140
156
  bootstrap-sass (3.4.1)
141
157
  autoprefixer-rails (>= 5.2.1)
142
158
  sassc (>= 2.0.0)
143
159
  builder (3.2.4)
144
- bullet (6.1.3)
160
+ bullet (6.1.4)
145
161
  activesupport (>= 3.0.0)
146
162
  uniform_notifier (~> 1.11)
147
163
  byebug (11.1.3)
@@ -167,7 +183,7 @@ GEM
167
183
  coffee-script-source
168
184
  execjs
169
185
  coffee-script-source (1.12.2)
170
- concurrent-ruby (1.1.8)
186
+ concurrent-ruby (1.1.9)
171
187
  concurrent-ruby-edge (0.6.0)
172
188
  concurrent-ruby (~> 1.1.6)
173
189
  connection_pool (2.2.3)
@@ -179,17 +195,17 @@ GEM
179
195
  daemons (1.3.1)
180
196
  database_cleaner (1.99.0)
181
197
  deacon (1.0.0)
182
- debug_inspector (1.0.0)
198
+ debug_inspector (1.1.0)
183
199
  declarative (0.0.20)
184
200
  declarative-option (0.1.0)
185
- deep_cloneable (3.0.0)
201
+ deep_cloneable (3.1.0)
186
202
  activerecord (>= 3.1.0, < 7)
187
- deface (1.6.1)
203
+ deface (1.8.1)
188
204
  nokogiri (>= 1.6)
189
205
  polyglot
190
206
  rails (>= 5.2)
191
207
  rainbow (>= 2.1.0)
192
- docile (1.3.5)
208
+ docile (1.4.0)
193
209
  domain_name (0.5.20190701)
194
210
  unf (>= 0.0.5, < 1.0.0)
195
211
  dynflow (1.4.7)
@@ -246,12 +262,12 @@ GEM
246
262
  fog-core (~> 2.1)
247
263
  fog-json (>= 1.0)
248
264
  ipaddress (>= 0.8)
249
- fog-ovirt (1.2.5)
265
+ fog-ovirt (2.0.1)
266
+ activesupport
250
267
  fog-core
251
268
  fog-json
252
269
  fog-xml
253
- ovirt-engine-sdk (>= 4.1.3)
254
- rbovirt (~> 0.1.5)
270
+ ovirt-engine-sdk (>= 4.3.1)
255
271
  fog-vsphere (3.5.0)
256
272
  fog-core
257
273
  rbvmomi (>= 1.9, < 3)
@@ -261,26 +277,19 @@ GEM
261
277
  font-awesome-sass (4.6.2)
262
278
  sass (>= 3.2)
263
279
  foreman (0.87.2)
264
- foreman-tasks (3.0.3)
265
- dynflow (>= 1.2.3)
266
- foreman-tasks-core
267
- get_process_mem
268
- parse-cron (~> 0.1.4)
269
- sinatra
270
- foreman-tasks-core (0.3.4)
271
- dynflow (>= 1.2.0)
272
- foreman_ansible (6.1.1)
280
+ foreman_ansible (6.4.1)
281
+ acts_as_list (~> 1.0.3)
273
282
  deface (< 2.0)
274
- foreman_remote_execution (>= 4.2.0)
283
+ foreman_remote_execution (>= 4.4.0)
275
284
  ipaddress (>= 0.8.0, < 1.0)
276
285
  foreman_ansible_core (4.0.0)
277
286
  foreman-tasks-core (~> 0.3.2)
278
287
  foreman_remote_execution_core (~> 1.1)
279
288
  net-ssh
280
- foreman_remote_execution (4.2.2)
289
+ foreman_remote_execution (4.5.6)
281
290
  deface
282
291
  dynflow (>= 1.0.2, < 2.0.0)
283
- foreman-tasks (>= 0.15.1)
292
+ foreman-tasks (>= 4.1.0)
284
293
  foreman_remote_execution_core
285
294
  foreman_remote_execution_core (1.4.0)
286
295
  foreman-tasks-core (>= 0.3.1)
@@ -337,12 +346,11 @@ GEM
337
346
  http-cookie (1.0.3)
338
347
  domain_name (~> 0.5)
339
348
  httpclient (2.8.3)
340
- i18n (1.8.8)
349
+ i18n (1.8.10)
341
350
  concurrent-ruby (~> 1.0)
342
351
  immigrant (0.3.6)
343
352
  activerecord (>= 3.0)
344
353
  ipaddress (0.8.3)
345
- jaro_winkler (1.5.4)
346
354
  journald-logger (3.0.1)
347
355
  journald-native (~> 1.0)
348
356
  journald-native (1.0.12)
@@ -368,16 +376,14 @@ GEM
368
376
  nokogiri (>= 1.5.9)
369
377
  mail (2.7.1)
370
378
  mini_mime (>= 0.1.1)
371
- marcel (0.3.3)
372
- mimemagic (~> 0.3.2)
379
+ marcel (1.0.0)
373
380
  maruku (0.7.3)
374
381
  memoist (0.16.2)
375
382
  method_source (1.0.0)
376
383
  mime-types (3.3.1)
377
384
  mime-types-data (~> 3.2015)
378
- mime-types-data (3.2020.1104)
379
- mimemagic (0.3.5)
380
- mini_mime (1.0.2)
385
+ mime-types-data (3.2021.0225)
386
+ mini_mime (1.0.3)
381
387
  mini_portile2 (2.5.0)
382
388
  minitest (5.10.3)
383
389
  minitest-reporters (1.4.3)
@@ -403,21 +409,21 @@ GEM
403
409
  net-ssh (>= 2.6.5, < 7.0.0)
404
410
  net-ssh (4.2.0)
405
411
  netrc (0.11.0)
406
- nio4r (2.5.5)
407
- nokogiri (1.11.1)
412
+ nio4r (2.5.7)
413
+ nokogiri (1.11.2)
408
414
  mini_portile2 (~> 2.5.0)
409
415
  racc (~> 1.4)
410
416
  oauth (0.5.5)
411
417
  optimist (3.0.1)
412
418
  os (1.1.1)
413
- ovirt-engine-sdk (4.4.0)
419
+ ovirt-engine-sdk (4.4.1)
414
420
  json (>= 1, < 3)
415
421
  paint (2.2.1)
416
- parallel (1.20.1)
417
- parallel_tests (3.4.0)
422
+ parallel (1.21.0)
423
+ parallel_tests (3.6.0)
418
424
  parallel
419
425
  parse-cron (0.1.4)
420
- parser (3.0.0.0)
426
+ parser (3.0.2.0)
421
427
  ast (~> 2.4.1)
422
428
  patternfly-sass (3.59.5)
423
429
  bootstrap-sass (~> 3.4.0)
@@ -443,39 +449,34 @@ GEM
443
449
  pry-remote (0.1.8)
444
450
  pry (~> 0.9)
445
451
  slop (~> 3.0)
446
- pry-stack_explorer (0.6.0)
447
- binding_of_caller (~> 1.0)
452
+ pry-stack_explorer (0.4.13)
453
+ binding_of_caller (~> 0.7)
448
454
  pry (~> 0.13)
449
455
  public_suffix (4.0.6)
450
- pulp_2to3_migration_client (0.5.1)
451
- faraday (>= 0.14.0)
452
- json (~> 2.1, >= 2.1.0)
453
- pulp_ansible_client (0.4.3)
456
+ pulp_ansible_client (0.8.1)
454
457
  faraday (>= 0.14.0)
455
458
  json (~> 2.1, >= 2.1.0)
456
- pulp_certguard_client (1.1.0)
459
+ pulp_certguard_client (1.5.1)
457
460
  faraday (>= 0.14.0)
458
461
  json (~> 2.1, >= 2.1.0)
459
- pulp_container_client (2.1.0)
462
+ pulp_container_client (2.7.1)
460
463
  faraday (>= 0.14.0)
461
464
  json (~> 2.1, >= 2.1.0)
462
- pulp_deb_client (2.7.0)
465
+ pulp_deb_client (2.13.1)
463
466
  faraday (>= 0.14.0)
464
467
  json (~> 2.1, >= 2.1.0)
465
- pulp_file_client (1.3.0)
468
+ pulp_file_client (1.8.2)
466
469
  faraday (>= 0.14.0)
467
470
  json (~> 2.1, >= 2.1.0)
468
- pulp_rpm_client (3.7.0)
471
+ pulp_rpm_client (3.14.6)
469
472
  faraday (>= 0.14.0)
470
473
  json (~> 2.1, >= 2.1.0)
471
- pulpcore_client (3.7.3)
474
+ pulpcore_client (3.14.8)
472
475
  faraday (>= 0.14.0)
473
476
  json (~> 2.1, >= 2.1.0)
474
- puma (4.3.7)
477
+ puma (5.5.2)
475
478
  nio4r (~> 2.0)
476
- puma-plugin-systemd (0.1.5)
477
- json
478
- puma (>= 3.6, < 5)
479
+ qpid_proton (0.33.0)
479
480
  rabl (0.14.3)
480
481
  activesupport (>= 2.3.14)
481
482
  racc (1.5.2)
@@ -491,20 +492,20 @@ GEM
491
492
  rack
492
493
  rack-test (1.1.0)
493
494
  rack (>= 1.0, < 3)
494
- rails (6.0.3.4)
495
- actioncable (= 6.0.3.4)
496
- actionmailbox (= 6.0.3.4)
497
- actionmailer (= 6.0.3.4)
498
- actionpack (= 6.0.3.4)
499
- actiontext (= 6.0.3.4)
500
- actionview (= 6.0.3.4)
501
- activejob (= 6.0.3.4)
502
- activemodel (= 6.0.3.4)
503
- activerecord (= 6.0.3.4)
504
- activestorage (= 6.0.3.4)
505
- activesupport (= 6.0.3.4)
495
+ rails (6.0.3.6)
496
+ actioncable (= 6.0.3.6)
497
+ actionmailbox (= 6.0.3.6)
498
+ actionmailer (= 6.0.3.6)
499
+ actionpack (= 6.0.3.6)
500
+ actiontext (= 6.0.3.6)
501
+ actionview (= 6.0.3.6)
502
+ activejob (= 6.0.3.6)
503
+ activemodel (= 6.0.3.6)
504
+ activerecord (= 6.0.3.6)
505
+ activestorage (= 6.0.3.6)
506
+ activesupport (= 6.0.3.6)
506
507
  bundler (>= 1.3.0)
507
- railties (= 6.0.3.4)
508
+ railties (= 6.0.3.6)
508
509
  sprockets-rails (>= 2.0.0)
509
510
  rails-controller-testing (1.0.5)
510
511
  actionpack (>= 5.0.1.rc1)
@@ -518,9 +519,9 @@ GEM
518
519
  rails-i18n (6.0.0)
519
520
  i18n (>= 0.7, < 2)
520
521
  railties (>= 6.0.0, < 7)
521
- railties (6.0.3.4)
522
- actionpack (= 6.0.3.4)
523
- activesupport (= 6.0.3.4)
522
+ railties (6.0.3.6)
523
+ actionpack (= 6.0.3.6)
524
+ activesupport (= 6.0.3.6)
524
525
  method_source
525
526
  rake (>= 0.8.7)
526
527
  thor (>= 0.20.3, < 2.0)
@@ -529,9 +530,6 @@ GEM
529
530
  rb-fsevent (0.10.4)
530
531
  rb-inotify (0.10.1)
531
532
  ffi (~> 1.0)
532
- rbovirt (0.1.7)
533
- nokogiri
534
- rest-client (> 1.7.0)
535
533
  rbvmomi (2.4.1)
536
534
  builder (~> 3.0)
537
535
  json (>= 1.8)
@@ -555,7 +553,7 @@ GEM
555
553
  mime-types (>= 1.16, < 4.0)
556
554
  netrc (~> 0.8)
557
555
  retriable (3.1.2)
558
- rexml (3.2.4)
556
+ rexml (3.2.5)
559
557
  rfauxfactory (0.1.5)
560
558
  roadie (4.0.0)
561
559
  css_parser (~> 1.4)
@@ -566,23 +564,30 @@ GEM
566
564
  robotex (1.0.0)
567
565
  robottelo_reporter (0.1.1)
568
566
  builder (>= 2.1.2)
569
- rubocop (0.80.1)
570
- jaro_winkler (~> 1.5.1)
567
+ rubocop (0.89.1)
571
568
  parallel (~> 1.10)
572
- parser (>= 2.7.0.1)
569
+ parser (>= 2.7.1.1)
573
570
  rainbow (>= 2.2.2, < 4.0)
571
+ regexp_parser (>= 1.7)
574
572
  rexml
573
+ rubocop-ast (>= 0.3.0, < 1.0)
575
574
  ruby-progressbar (~> 1.7)
576
- unicode-display_width (>= 1.4.0, < 1.7)
575
+ unicode-display_width (>= 1.4.0, < 2.0)
576
+ rubocop-ast (0.8.0)
577
+ parser (>= 2.7.1.5)
577
578
  rubocop-checkstyle_formatter (0.4.0)
578
579
  rubocop (>= 0.35.1)
579
- rubocop-minitest (0.7.0)
580
- rubocop (>= 0.74)
581
- rubocop-performance (1.5.2)
582
- rubocop (>= 0.71.0)
583
- rubocop-rails (2.4.2)
580
+ rubocop-minitest (0.10.3)
581
+ rubocop (>= 0.87, < 2.0)
582
+ rubocop-performance (1.8.1)
583
+ rubocop (>= 0.87.0)
584
+ rubocop-ast (>= 0.4.0)
585
+ rubocop-rails (2.8.1)
586
+ activesupport (>= 4.2.0)
584
587
  rack (>= 1.1)
585
- rubocop (>= 0.72.0)
588
+ rubocop (>= 0.87.0)
589
+ rubocop-rspec (1.43.2)
590
+ rubocop (~> 0.87)
586
591
  ruby-libvirt (0.7.1)
587
592
  ruby-openid (2.9.2)
588
593
  ruby-progressbar (1.11.0)
@@ -620,8 +625,8 @@ GEM
620
625
  tilt
621
626
  scoped_search (4.1.9)
622
627
  activerecord (>= 4.2.0)
623
- sd_notify (0.1.0)
624
- secure_headers (6.3.1)
628
+ sd_notify (0.1.1)
629
+ secure_headers (6.3.2)
625
630
  selenium-webdriver (3.142.7)
626
631
  childprocess (>= 0.5, < 4.0)
627
632
  rubyzip (>= 1.2.2)
@@ -649,7 +654,7 @@ GEM
649
654
  simplecov-html (0.12.3)
650
655
  simplecov-rcov (0.2.3)
651
656
  simplecov (>= 0.4.1)
652
- simplecov_json_formatter (0.1.2)
657
+ simplecov_json_formatter (0.1.3)
653
658
  sinatra (2.1.0)
654
659
  mustermann (~> 1.0)
655
660
  rack (~> 2.2)
@@ -666,10 +671,18 @@ GEM
666
671
  actionpack (>= 4.0)
667
672
  activesupport (>= 4.0)
668
673
  sprockets (>= 3.0.0)
674
+ sqlite3 (1.4.2)
669
675
  sshkey (1.9.0)
670
676
  statsd-instrument (2.9.2)
671
677
  stomp (1.4.10)
672
678
  text (1.3.1)
679
+ theforeman-rubocop (0.0.6)
680
+ rubocop (~> 0.89.0)
681
+ rubocop-checkstyle_formatter (~> 0.4.0)
682
+ rubocop-minitest (~> 0.10.1)
683
+ rubocop-performance (~> 1.8.1)
684
+ rubocop-rails (~> 2.8.1)
685
+ rubocop-rspec (~> 1.43.2)
673
686
  thor (1.1.0)
674
687
  thread_safe (0.3.6)
675
688
  tilt (2.0.10)
@@ -681,7 +694,7 @@ GEM
681
694
  unf (0.1.4)
682
695
  unf_ext
683
696
  unf_ext (0.0.7.7)
684
- unicode-display_width (1.6.1)
697
+ unicode-display_width (1.8.0)
685
698
  uniform_notifier (1.13.2)
686
699
  validates_lengths_from_database (0.8.0)
687
700
  activerecord (>= 4)
@@ -708,7 +721,7 @@ PLATFORMS
708
721
 
709
722
  DEPENDENCIES
710
723
  activerecord-nulldb-adapter
711
- activerecord-session_store (>= 1.1.0, < 2)
724
+ activerecord-session_store (>= 2.0.0, < 3)
712
725
  amazing_print (~> 1.1)
713
726
  ancestry (>= 3.0.7, < 4, != 3.2.0)
714
727
  apipie-dsl (>= 2.2.6)
@@ -719,6 +732,7 @@ DEPENDENCIES
719
732
  benchmark-ips (>= 2.8.2)
720
733
  bootsnap
721
734
  bullet (>= 6.1.0)
735
+ byebug
722
736
  capybara (~> 3.0, < 3.32.1)
723
737
  ci_reporter_minitest
724
738
  coffee-rails (~> 5.0.0)
@@ -734,12 +748,14 @@ DEPENDENCIES
734
748
  fog-aws (>= 3.6.2, < 4)
735
749
  fog-core (= 2.1.0)
736
750
  fog-google (~> 1.11.0)
737
- fog-libvirt (>= 0.7.0)
751
+ fog-libvirt (>= 0.8.0)
738
752
  fog-openstack (>= 1.0.8, < 2.0.0)
739
- fog-ovirt (~> 1.2.5)
740
- fog-vsphere (>= 3.3.1, < 4.0)
753
+ fog-ovirt (>= 2.0.1, < 3)
754
+ fog-vsphere (>= 3.5.0, < 4.0)
741
755
  foreman
756
+ foreman-tasks!
742
757
  foreman_ansible_core
758
+ foreman_remote_execution (~> 4.5.6)
743
759
  foreman_rh_cloud!
744
760
  friendly_id (>= 5.3.0, < 5.4)
745
761
  get_process_mem
@@ -753,10 +769,10 @@ DEPENDENCIES
753
769
  i18n (~> 1.1)
754
770
  immigrant (~> 0.1)
755
771
  jquery-ui-rails (~> 6.0)
756
- jwt (~> 2.2.1)
772
+ jwt (~> 2.2.2)
757
773
  katello!
758
774
  launchy (~> 2.4)
759
- ldap_fluff (>= 0.4.7, < 1.0)
775
+ ldap_fluff (>= 0.5.0, < 1.0)
760
776
  logging (>= 1.8.0, < 3.0.0)
761
777
  logging-journald (~> 2.0)
762
778
  mail (~> 2.7)
@@ -782,8 +798,8 @@ DEPENDENCIES
782
798
  pry-rails
783
799
  pry-remote
784
800
  pry-stack_explorer
785
- puma (< 5.0)
786
- puma-plugin-systemd
801
+ puma (~> 5.1)
802
+ qpid_proton (~> 0.33.0)
787
803
  rabl (~> 0.14.2)
788
804
  rack-cors (~> 1.0.2)
789
805
  rack-jsonp
@@ -801,11 +817,10 @@ DEPENDENCIES
801
817
  rfauxfactory (~> 0.1, >= 0.1.5)
802
818
  roadie-rails (~> 2.0)
803
819
  robottelo_reporter (~> 0.1)
804
- rubocop (~> 0.80.0)
805
- rubocop-checkstyle_formatter (~> 0.2)
806
- rubocop-minitest (~> 0.7.0)
807
- rubocop-performance (~> 1.5.2)
808
- rubocop-rails (~> 2.4.2)
820
+ rubocop
821
+ rubocop-checkstyle_formatter
822
+ rubocop-performance
823
+ rubocop-rails
809
824
  ruby-libvirt (~> 0.5)
810
825
  safemode (>= 1.3.5, < 2)
811
826
  sass-rails (~> 6.0)
@@ -823,8 +838,10 @@ DEPENDENCIES
823
838
  spring (>= 1.0, < 3)
824
839
  sprockets (~> 4.0)
825
840
  sprockets-rails (~> 3.0)
841
+ sqlite3
826
842
  sshkey (~> 1.9)
827
843
  statsd-instrument (< 3)
844
+ theforeman-rubocop (~> 0.0.6)
828
845
  uglifier (>= 1.0.3)
829
846
  validates_lengths_from_database (~> 0.5)
830
847
  vcr (< 4.0.0)
@@ -2,9 +2,9 @@
2
2
 
3
3
  default: &default
4
4
  adapter: postgresql
5
- username: foreman
5
+ username: <%= ENV['PGUSER'] || 'foreman' %>
6
6
  password: foreman
7
- host: localhost
7
+ host: <%= ENV['PGHOST'] || 'localhost' %>
8
8
 
9
9
  test:
10
10
  <<: *default