foreman_webhooks 3.0.5 → 3.1.0
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/foreman_webhooks/webhook_templates/katello_-_promote.erb +1 -1
- data/app/views/foreman_webhooks/webhook_templates/katello_-_publish.erb +1 -1
- data/app/views/foreman_webhooks/webhook_templates/katello_-_repo_sync.erb +1 -1
- data/lib/foreman_webhooks/version.rb +1 -1
- metadata +33 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 546a669c4f3c26a491fb5ab87ce068aa5391085cd5e0994e793d4f2d56c19a63
|
|
4
|
+
data.tar.gz: 5e19ad3a87e48dd0759cd7c418fadec7cd1574dd157b4e15563e43f1a3bce3e9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cba01a2168b1916b5874a8b39d50cd4cc463955e63352a84d8794183078e898f301eec2b79a893745caa1c7ad3f9d493a8b1363a8d0eeac53a2fa5d740bc3722
|
|
7
|
+
data.tar.gz: fd537f4c7dd5e995ad5f5f2116a2c0670d2df8bbe1398cc982684eee8fbb558dae9ef36b939cd557a7ea6d57d455ed12a3579ff7ec05cede892d73b92c145193
|
|
@@ -20,4 +20,4 @@ model: WebhookTemplate
|
|
|
20
20
|
# Task ended at <%= @object.task.ended_at %>
|
|
21
21
|
# Task resulted with <%= @object.task.result %>
|
|
22
22
|
# Task state <%= @object.task.state %>
|
|
23
|
-
# Task action output <%= @object.task.
|
|
23
|
+
# Task action output <%= @object.task.action_continuous_output %>
|
|
@@ -21,4 +21,4 @@ model: WebhookTemplate
|
|
|
21
21
|
# Task ended at <%= @object.task.ended_at %>
|
|
22
22
|
# Task resulted with <%= @object.task.result %>
|
|
23
23
|
# Task state <%= @object.task.state %>
|
|
24
|
-
# Task action output <%= @object.task.
|
|
24
|
+
# Task action output <%= @object.task.action_continuous_output %>
|
|
@@ -24,4 +24,4 @@ model: WebhookTemplate
|
|
|
24
24
|
# Task ended at <%= @object.task.ended_at %>
|
|
25
25
|
# Task resulted with <%= @object.task.result %>
|
|
26
26
|
# Task state <%= @object.task.state %>
|
|
27
|
-
# Task action output <%= @object.task.
|
|
27
|
+
# Task action output <%= @object.task.action_continuous_output %>
|
metadata
CHANGED
|
@@ -1,15 +1,43 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: foreman_webhooks
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0
|
|
4
|
+
version: 3.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Timo Goebel
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
12
|
-
dependencies:
|
|
11
|
+
date: 2023-03-21 00:00:00.000000000 Z
|
|
12
|
+
dependencies:
|
|
13
|
+
- !ruby/object:Gem::Dependency
|
|
14
|
+
name: rake
|
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
|
16
|
+
requirements:
|
|
17
|
+
- - ">="
|
|
18
|
+
- !ruby/object:Gem::Version
|
|
19
|
+
version: '0'
|
|
20
|
+
type: :development
|
|
21
|
+
prerelease: false
|
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
+
requirements:
|
|
24
|
+
- - ">="
|
|
25
|
+
- !ruby/object:Gem::Version
|
|
26
|
+
version: '0'
|
|
27
|
+
- !ruby/object:Gem::Dependency
|
|
28
|
+
name: rdoc
|
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
|
30
|
+
requirements:
|
|
31
|
+
- - ">="
|
|
32
|
+
- !ruby/object:Gem::Version
|
|
33
|
+
version: '0'
|
|
34
|
+
type: :development
|
|
35
|
+
prerelease: false
|
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
37
|
+
requirements:
|
|
38
|
+
- - ">="
|
|
39
|
+
- !ruby/object:Gem::Version
|
|
40
|
+
version: '0'
|
|
13
41
|
description: Plugin for Foreman that allows to configure Webhooks.
|
|
14
42
|
email:
|
|
15
43
|
- mail@timogoebel.name
|
|
@@ -175,7 +203,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
175
203
|
- !ruby/object:Gem::Version
|
|
176
204
|
version: '0'
|
|
177
205
|
requirements: []
|
|
178
|
-
rubygems_version: 3.1.
|
|
206
|
+
rubygems_version: 3.1.6
|
|
179
207
|
signing_key:
|
|
180
208
|
specification_version: 4
|
|
181
209
|
summary: Configure webhooks for Foreman.
|
|
@@ -193,8 +221,8 @@ test_files:
|
|
|
193
221
|
- webpack/ForemanWebhooks/Routes/Webhooks/WebhooksIndexPage/Components/WebhooksTable/Components/Formatters/__tests__/enabledCellFormatter.test.js
|
|
194
222
|
- webpack/ForemanWebhooks/Routes/Webhooks/WebhooksIndexPage/Components/WebhooksTable/Components/__tests__/EnabledCell.test.js
|
|
195
223
|
- webpack/ForemanWebhooks/Routes/Webhooks/WebhooksIndexPage/Components/WebhooksTable/__tests__/WebhooksTable.test.js
|
|
196
|
-
- webpack/ForemanWebhooks/Routes/Webhooks/WebhooksIndexPage/__tests__/integration.test.js
|
|
197
224
|
- webpack/ForemanWebhooks/Routes/Webhooks/WebhooksIndexPage/__tests__/WebhooksIndexPage.fixtures.js
|
|
198
225
|
- webpack/ForemanWebhooks/Routes/Webhooks/WebhooksIndexPage/__tests__/WebhooksIndexPage.test.js
|
|
226
|
+
- webpack/ForemanWebhooks/Routes/Webhooks/WebhooksIndexPage/__tests__/integration.test.js
|
|
199
227
|
- webpack/ForemanWebhooks/Routes/Webhooks/__tests__/WebhooksPageHelpers.test.js
|
|
200
228
|
- webpack/ForemanWebhooks/Routes/Webhooks/__tests__/WebhooksPageSelectors.test.js
|