foreman_webhooks 3.2.0 → 3.2.1
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 +0 -1
- data/app/views/foreman_webhooks/webhook_templates/katello_-_publish.erb +0 -1
- data/app/views/foreman_webhooks/webhook_templates/katello_-_repo_sync.erb +0 -1
- data/app/views/foreman_webhooks/webhook_templates/remote_execution_-_host_job.erb +1 -0
- data/lib/foreman_webhooks/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: aaeb5b54bb4d6679430fefcb7d569bf57d19d5df1aacc73b34dae585766878b1
|
|
4
|
+
data.tar.gz: df3d0865057e2bd34877d7a1cad67303e63c369d691efeda0e149f3ca7a27581
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a6eba6fd3256c144a37615dea8d61519d3878c9ea8a3b0ef8c36f3e45d61b5d1b911ece90e5027d5af6aadda94c79ce272f6051eeb7ce626e647aca520b49326
|
|
7
|
+
data.tar.gz: b19adb7f561f38537f5826ceca7d0e53ca1617e049071912e0504c62f8a31550f6e117f46cfa47901d2b05fb159ad589baaf0c2b469b91a0962a515451fd8c12
|
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.
|
|
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-
|
|
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
|