foreman_webhooks 2.0.1 → 2.0.2

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: 9723dbb6e2ed35504b2a9791fe518a6749619e78bc988a09f57165f561fd9395
4
- data.tar.gz: 0c57ff5b27a2a8123be24ec86c4cfcbee3ae3dea756ce6edf4a332b972044244
3
+ metadata.gz: 3b02cc3608aff370684d6d34c74f2fe15f794353bd2306e87ad00e15666d4ba2
4
+ data.tar.gz: 12bf2e494176a7659adb7c34e22a40d20222d2d3f9e807333de78de96963fd3d
5
5
  SHA512:
6
- metadata.gz: 2c2194b186bca44b02df0b6170099d9cb0d91b6419023d6fe694648879fde3d6f9a2ad3a7ae699865e2cb566b6feb3893040615851441f5cefdc4c7f3b1dc482
7
- data.tar.gz: f8a2fa2e3674bb3c023762ad1c85f1928751ca9b35697511be77ab7775b97f529f8e3fc77d0cdf692472cd5ee5833866e24b5f9ad2351aeb0dabb8c09a2556b1
6
+ metadata.gz: 8c78d4b90cc00f17c9a1c2dcee266f6dbb3282a882df71917a03393ad28c2c6dee9f911ebfcee49b09eddd530a4af1d7dd5468416373ef3745d6b292ea9801c1
7
+ data.tar.gz: a7305852c794911f35efc349061a2c6ad7839269d4c3fd1e51a2ab322ef8cc825b837231d7e67c9fd439e41068bcec361519b6418975055489cc706f9477ee9e
@@ -10,6 +10,7 @@ attributes :target_url,
10
10
  :http_content_type,
11
11
  :enabled,
12
12
  :verify_ssl,
13
+ :proxy_authorization,
13
14
  :http_headers,
14
15
  :ssl_ca_certs,
15
16
  :user
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ForemanWebhooks
4
- VERSION = '2.0.1'
4
+ VERSION = '2.0.2'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_webhooks
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Timo Goebel
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-09-03 00:00:00.000000000 Z
11
+ date: 2022-08-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rdoc
@@ -186,7 +186,7 @@ homepage: https://github.com/theforeman/foreman_webhooks
186
186
  licenses:
187
187
  - GPL-3.0
188
188
  metadata: {}
189
- post_install_message:
189
+ post_install_message:
190
190
  rdoc_options: []
191
191
  require_paths:
192
192
  - lib
@@ -201,8 +201,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
201
201
  - !ruby/object:Gem::Version
202
202
  version: '0'
203
203
  requirements: []
204
- rubygems_version: 3.1.4
205
- signing_key:
204
+ rubygems_version: 3.1.2
205
+ signing_key:
206
206
  specification_version: 4
207
207
  summary: Configure webhooks for Foreman.
208
208
  test_files:
@@ -213,14 +213,14 @@ test_files:
213
213
  - test/factories/webhook_template.rb
214
214
  - test/jobs/foreman_webhooks/deliver_webhook_job_test.rb
215
215
  - test/models/webhook_test.rb
216
- - test/unit/foreman_webhooks/webhook_service_test.rb
217
216
  - test/test_plugin_helper.rb
217
+ - test/unit/foreman_webhooks/webhook_service_test.rb
218
+ - webpack/ForemanWebhooks/Routes/Webhooks/Components/WebhookForm/__tests__/WebhookForm.test.js
218
219
  - webpack/ForemanWebhooks/Routes/Webhooks/WebhooksIndexPage/Components/WebhooksTable/Components/Formatters/__tests__/enabledCellFormatter.test.js
219
220
  - webpack/ForemanWebhooks/Routes/Webhooks/WebhooksIndexPage/Components/WebhooksTable/Components/__tests__/EnabledCell.test.js
220
221
  - webpack/ForemanWebhooks/Routes/Webhooks/WebhooksIndexPage/Components/WebhooksTable/__tests__/WebhooksTable.test.js
221
- - webpack/ForemanWebhooks/Routes/Webhooks/WebhooksIndexPage/__tests__/WebhooksIndexPage.fixtures.js
222
222
  - webpack/ForemanWebhooks/Routes/Webhooks/WebhooksIndexPage/__tests__/integration.test.js
223
+ - webpack/ForemanWebhooks/Routes/Webhooks/WebhooksIndexPage/__tests__/WebhooksIndexPage.fixtures.js
223
224
  - webpack/ForemanWebhooks/Routes/Webhooks/WebhooksIndexPage/__tests__/WebhooksIndexPage.test.js
224
225
  - webpack/ForemanWebhooks/Routes/Webhooks/__tests__/WebhooksPageHelpers.test.js
225
226
  - webpack/ForemanWebhooks/Routes/Webhooks/__tests__/WebhooksPageSelectors.test.js
226
- - webpack/ForemanWebhooks/Routes/Webhooks/Components/WebhookForm/__tests__/WebhookForm.test.js