foreman_webhooks 3.0.5 → 3.1.1

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: 35481704f9612f66d175bb0ad80ae7b7d09ff1ab5440cb1f8a0095e048192bb0
4
- data.tar.gz: d2c446a00baabd248360cba079d3881c51f5041333d5d1289aaac26d5bbe66ef
3
+ metadata.gz: f2e2cd8a525bdb2e31d34685a1344d68b0bbeed91b36e0482afdd74c875bb105
4
+ data.tar.gz: 946774074684e529ae6aa79e0b808d63f1481d00fa0e6a670afeea84df292251
5
5
  SHA512:
6
- metadata.gz: 362b6a4ce67927ac55080d400a5fed50cd97427a4f07f71eceec9f33b3f03327cd01598ec0037eded63849b8cdf24eb007ca0bd2572c7238c1e4d66291d2356e
7
- data.tar.gz: b49a3118a26cec78f9d4ba4856a3aba18f6af0cbfcd80fb362e9551d0a279481b858bc7a9cac1f636348385d56333d2d659e2a540f50c9eac0ecd49f24a0af95
6
+ metadata.gz: 67fca48ad2a53856abcce08f91845c5b5809730533c61f9bae0cd63ef382670d99a50032fc286f0ab59d1515968120cfe05f5ef491ae0ed9eb37cf0c20af05f2
7
+ data.tar.gz: df37d884b225cd21e575cecf4cf86f09168614d6e4aa76e477d9e69253e6512a598019a3cdbbed2d14156dca7f4045adbe5b0bb213c29f8cdcd48def6febd9cd
@@ -20,4 +20,3 @@ 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.action_output %>
@@ -21,4 +21,3 @@ 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.action_output %>
@@ -24,4 +24,3 @@ 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.action_output %>
@@ -18,3 +18,4 @@ model: WebhookTemplate
18
18
  # Task ended at <%= @object.task.ended_at %>
19
19
  # Task resulted with <%= @object.task.result %>
20
20
  # Task state <%= @object.task.state %>
21
+ # Task action output <%= @object.task.action_continuous_output %>
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ForemanWebhooks
4
- VERSION = '3.0.5'
4
+ VERSION = "3.1.1"
5
5
  end
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.5
4
+ version: 3.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Timo Goebel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-08 00:00:00.000000000 Z
12
- dependencies: []
11
+ date: 2023-08-10 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.2
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