foreman_discovery 17.0.4 → 17.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 35fdf9e36a5a8093c7532a47c9e9a8fd2bae879a30eab70fcc286c9b6c1cd256
4
- data.tar.gz: 145fc876af62068eebcdc997f6e8ffaa1bc9861ff6aab63ef992396da32277f3
3
+ metadata.gz: 3afee027ea27661c43f2c41f8b1048568f150f8d44b3706935e6419d5528398b
4
+ data.tar.gz: 409956591f74dcc37b242bf64caa2d5d295074915654b1fa73503867518a7370
5
5
  SHA512:
6
- metadata.gz: 87665e788d3aa6db8d3b9b13d5165a23ca4509dfb1bd98cd76bdc46f6779d6aa279aa95a044ac0ae515ac652d88d28c0a792f7c8eeb7b664ec57dabc3aab2023
7
- data.tar.gz: 5cad4226da69dd1ed80fcfa89ff20c4a590373c00753f1a390ceb0a324401b8c96f52aabece9f86ed70c86be542e6afd73e5dcbdd70367f1f2ddcfdd5cd7f924
6
+ metadata.gz: 4c3260d2118667b2fc1f32dd78fd5aff52ee1bb7ed0c884c369bab920cbc0a9484d1bd91cf8ddbb64dd3556ff51aaddf49f61604e465d23e4db6356e3c872003
7
+ data.tar.gz: 45c9f983ed01b5e1491285be3e9e6e7374dcb218d6c0437947d3d9c2fe6cf88d684a980978feacb11bc2fc6410467489628997b39f0e8ec32fde8a199b3b9b21
@@ -20,7 +20,7 @@ class DiscoveryRulesController < ApplicationController
20
20
  end
21
21
 
22
22
  def clone
23
- @discovery_rule.deep_clone except: [:name, :priority], include: [:organizations, :locations]
23
+ @discovery_rule = @discovery_rule.deep_clone except: [:name, :priority], include: [:organizations, :locations]
24
24
  @discovery_rule.priority = DiscoveryRule.suggest_priority
25
25
  end
26
26
 
@@ -1,3 +1,3 @@
1
1
  module ForemanDiscovery
2
- VERSION = "17.0.4"
2
+ VERSION = "17.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_discovery
3
3
  version: !ruby/object:Gem::Version
4
- version: 17.0.4
4
+ version: 17.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aditi Puntambekar
@@ -73,7 +73,7 @@ authors:
73
73
  autorequire:
74
74
  bindir: bin
75
75
  cert_chain: []
76
- date: 2021-10-05 00:00:00.000000000 Z
76
+ date: 2021-10-13 00:00:00.000000000 Z
77
77
  dependencies: []
78
78
  description: MaaS Discovery Plugin engine for Foreman
79
79
  email: gsutclif@redhat.com
@@ -353,8 +353,8 @@ test_files:
353
353
  - test/functional/api/v2/fact_value_extensions_test.rb
354
354
  - test/functional/api/v2/settings_controller_test.rb
355
355
  - test/functional/foreman_discovery/concerns/hosts_controller_extensions_test.rb
356
- - test/functional/discovered_hosts_controller_test.rb
357
356
  - test/functional/discovery_rules_controller_test.rb
357
+ - test/functional/discovered_hosts_controller_test.rb
358
358
  - test/integration/discovered_hosts_test.rb
359
359
  - test/unit/ui_notifications/destroy_host_test.rb
360
360
  - test/unit/ui_notifications/new_host_test.rb
@@ -363,12 +363,12 @@ test_files:
363
363
  - test/unit/lldp_neighbors_test.rb
364
364
  - test/unit/discovery_rule_test.rb
365
365
  - test/unit/fact_to_category_resolver_test.rb
366
+ - test/unit/managed_extensions_test.rb
367
+ - test/unit/host_discovered_test.rb
366
368
  - test/unit/discovered_extensions_test.rb
367
369
  - test/unit/discovery_attribute_set_test.rb
368
370
  - test/unit/fact_parser_test.rb
369
371
  - test/unit/setting_discovered_test.rb
370
- - test/unit/managed_extensions_test.rb
371
- - test/unit/host_discovered_test.rb
372
372
  - test/models/setting_test.rb
373
373
  - test/test_helper_discovery.rb
374
374
  - test/test_plugin_helper.rb