hammer_cli_foreman_virt_who_configure 0.0.6 → 0.0.7

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: 160c6a49a4ece0bace60fb2a2476a912190d2311e9e51adeb12378d0301c3269
4
- data.tar.gz: 58c205f21be5be1637b0fd0aa6ee7491598eaaa0aef733d46f8da5c56eeacb42
3
+ metadata.gz: 845377dff0db8f196099f05ed594c4bbdd4b33aa9f44dcd9fb42745e12e778d5
4
+ data.tar.gz: d3170a6efee5bed8b717986a0fc36d23a178f391357dcd01dbcb07ec56634a85
5
5
  SHA512:
6
- metadata.gz: b57c0415e725c1e583379195930b6421e9182619b0ffa2db7a85b4e4ebaa9a47167ad5e8f4c6d00eb48105cad80c01723e5fe983650f86d615a9ff4317703bd3
7
- data.tar.gz: c1875d96d19cf876d87a9168abdd08ec09f6b108e2f8c97dea0d2306e999ed513414538d20dc9430175d22e075de7eb7818b0c3791cd9fcd52320c6c1858b93b
6
+ metadata.gz: f0c9a9013c306d41ecde2c2be58608b98a95d725d0d42e7aeff0d4656b951fa01916fc0183f74ea15f1fc70c6f3e4b1f6be916189eb7feaae5599d55e3317371
7
+ data.tar.gz: 51490292ea0e37bb750a2385b3780d69b124e68e269e1d21926f1243fd06a85cdba1ca89c94856809fe2e67680822f5080f5dd3a05f5a22601be85be956f0f86
@@ -84,8 +84,14 @@ module HammerCLIForemanVirtWhoConfigure
84
84
  field :filter_host_parents, _('Filter host parents'), Fields::Field, :hide_blank => true
85
85
  field :exclude_host_parents, _('Exclude host parents'), Fields::Field, :hide_blank => true
86
86
  field :debug, _('Debug mode'), Fields::Boolean
87
- field :proxy, _('HTTP proxy')
88
- field :no_proxy, _('Ignore proxy')
87
+ field :no_proxy, _('Ignore proxy'), Fields::Field, :hide_blank => true
88
+ end
89
+ label _('HTTP Proxy') do
90
+ from :http_proxy do
91
+ field :id, _('HTTP proxy ID'), Fields::Field, :hide_blank => true
92
+ field :name, _('HTTP proxy name'), Fields::Field, :hide_blank => true
93
+ field :url, _('HTTP proxy URL'), Fields::Field, :hide_blank => true
94
+ end
89
95
  end
90
96
  HammerCLIForeman::References.taxonomies(self)
91
97
  end
@@ -1,5 +1,5 @@
1
1
  module HammerCLIForemanVirtWhoConfigure
2
2
  def self.version
3
- @version ||= Gem::Version.new '0.0.6'
3
+ @version ||= Gem::Version.new '0.0.7'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hammer_cli_foreman_virt_who_configure
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomáš Strachota
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-03-13 00:00:00.000000000 Z
11
+ date: 2020-12-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: hammer_cli
@@ -95,18 +95,18 @@ required_rubygems_version: !ruby/object:Gem::Requirement
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0'
97
97
  requirements: []
98
- rubygems_version: 3.0.3
98
+ rubygems_version: 3.1.4
99
99
  signing_key:
100
100
  specification_version: 4
101
101
  summary: Plugin for configuring Virt Who
102
102
  test_files:
103
- - test/unit/system_caller_test.rb
104
- - test/test_helper.rb
105
- - test/functional/test_helper.rb
106
103
  - test/functional/config/config_info_test.rb
107
- - test/functional/config/config_deploy_test.rb
108
- - test/functional/config/config_list_test.rb
109
104
  - test/functional/config/config_update_test.rb
110
- - test/functional/config/config_create_test.rb
105
+ - test/functional/config/config_list_test.rb
106
+ - test/functional/config/config_deploy_test.rb
111
107
  - test/functional/config/config_fetch_test.rb
108
+ - test/functional/config/config_create_test.rb
109
+ - test/functional/test_helper.rb
110
+ - test/unit/system_caller_test.rb
111
+ - test/test_helper.rb
112
112
  - test/data/1.15/foreman_api.json