foreman_webhooks 3.2.0 → 3.2.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: 15d1cac404f1ebab4f288c3b5e59fa76ae093b45cb28450da0402ffbf17664b9
4
- data.tar.gz: f9712a714395e9e4d4cad854eacf4fc28c2690411178d7af2465f140478facb3
3
+ metadata.gz: aaeb5b54bb4d6679430fefcb7d569bf57d19d5df1aacc73b34dae585766878b1
4
+ data.tar.gz: df3d0865057e2bd34877d7a1cad67303e63c369d691efeda0e149f3ca7a27581
5
5
  SHA512:
6
- metadata.gz: b35bc2e5483d29e9ddecaaba94b64c82472c767b0f52aefa0cd8a87e85c717248ce84828cd567d33292c47923f464a799f1aac009d67b63905d73ac815eb48b9
7
- data.tar.gz: 12c8971769812a7adbb70863ac7fe2b2e47c129fd42efda9949c82d5e08aaad7cf3a00bcfa66776f93d1f653ddfffae038a878ea10a48e798b60c2cd4c884d8b
6
+ metadata.gz: a6eba6fd3256c144a37615dea8d61519d3878c9ea8a3b0ef8c36f3e45d61b5d1b911ece90e5027d5af6aadda94c79ce272f6051eeb7ce626e647aca520b49326
7
+ data.tar.gz: b19adb7f561f38537f5826ceca7d0e53ca1617e049071912e0504c62f8a31550f6e117f46cfa47901d2b05fb159ad589baaf0c2b469b91a0962a515451fd8c12
@@ -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_continuous_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_continuous_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_continuous_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.2.0"
4
+ VERSION = "3.2.1"
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: 3.2.0
4
+ version: 3.2.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: 2023-06-27 00:00:00.000000000 Z
11
+ date: 2023-08-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -269,14 +269,14 @@ test_files:
269
269
  - test/controllers/api/v2/webhooks_controller_test.rb
270
270
  - test/factories/webhook.rb
271
271
  - test/factories/webhook_template.rb
272
- - test/jobs/foreman_webhooks/deliver_webhook_job_test.rb
273
- - test/models/webhook_test.rb
274
- - test/test_plugin_helper.rb
275
- - test/unit/foreman_webhooks/webhook_service_test.rb
276
272
  - test/graphql/foreman_webhooks/queries/webhook_query_test.rb
277
273
  - test/graphql/foreman_webhooks/queries/webhook_template_query_test.rb
278
274
  - test/graphql/foreman_webhooks/queries/webhook_templates_query_test.rb
279
275
  - test/graphql/foreman_webhooks/queries/webhooks_query_test.rb
276
+ - test/jobs/foreman_webhooks/deliver_webhook_job_test.rb
277
+ - test/models/webhook_test.rb
278
+ - test/test_plugin_helper.rb
279
+ - test/unit/foreman_webhooks/webhook_service_test.rb
280
280
  - webpack/ForemanWebhooks/Routes/Webhooks/Components/WebhookForm/__tests__/WebhookForm.test.js
281
281
  - webpack/ForemanWebhooks/Routes/Webhooks/WebhooksIndexPage/Components/WebhooksTable/Components/Formatters/__tests__/enabledCellFormatter.test.js
282
282
  - webpack/ForemanWebhooks/Routes/Webhooks/WebhooksIndexPage/Components/WebhooksTable/Components/__tests__/EnabledCell.test.js