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 +4 -4
- data/app/views/api/v2/webhooks/show.json.rabl +1 -0
- data/lib/foreman_webhooks/version.rb +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3b02cc3608aff370684d6d34c74f2fe15f794353bd2306e87ad00e15666d4ba2
|
|
4
|
+
data.tar.gz: 12bf2e494176a7659adb7c34e22a40d20222d2d3f9e807333de78de96963fd3d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8c78d4b90cc00f17c9a1c2dcee266f6dbb3282a882df71917a03393ad28c2c6dee9f911ebfcee49b09eddd530a4af1d7dd5468416373ef3745d6b292ea9801c1
|
|
7
|
+
data.tar.gz: a7305852c794911f35efc349061a2c6ad7839269d4c3fd1e51a2ab322ef8cc825b837231d7e67c9fd439e41068bcec361519b6418975055489cc706f9477ee9e
|
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.
|
|
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:
|
|
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.
|
|
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
|