foreman_webhooks 3.2.3 → 4.0.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/assets/javascripts/foreman_webhooks/locale/ca/foreman_webhooks.js +39 -0
- data/app/assets/javascripts/foreman_webhooks/locale/cs_CZ/foreman_webhooks.js +39 -0
- data/app/assets/javascripts/foreman_webhooks/locale/de/foreman_webhooks.js +39 -0
- data/app/assets/javascripts/foreman_webhooks/locale/en/foreman_webhooks.js +15 -0
- data/app/assets/javascripts/foreman_webhooks/locale/en_GB/foreman_webhooks.js +39 -0
- data/app/assets/javascripts/foreman_webhooks/locale/es/foreman_webhooks.js +39 -0
- data/app/assets/javascripts/foreman_webhooks/locale/fr/foreman_webhooks.js +39 -0
- data/app/assets/javascripts/foreman_webhooks/locale/it/foreman_webhooks.js +39 -0
- data/app/assets/javascripts/foreman_webhooks/locale/ja/foreman_webhooks.js +39 -0
- data/app/assets/javascripts/foreman_webhooks/locale/ka/foreman_webhooks.js +39 -0
- data/app/assets/javascripts/foreman_webhooks/locale/ko/foreman_webhooks.js +39 -0
- data/app/assets/javascripts/foreman_webhooks/locale/pl/foreman_webhooks.js +39 -0
- data/app/assets/javascripts/foreman_webhooks/locale/pt_BR/foreman_webhooks.js +39 -0
- data/app/assets/javascripts/foreman_webhooks/locale/ru/foreman_webhooks.js +39 -0
- data/app/assets/javascripts/foreman_webhooks/locale/zh_CN/foreman_webhooks.js +39 -0
- data/app/assets/javascripts/foreman_webhooks/locale/zh_TW/foreman_webhooks.js +39 -0
- data/db/migrate/20201014115147_rename_ca_file_column.rb +1 -1
- data/lib/foreman_webhooks/engine.rb +62 -62
- data/lib/foreman_webhooks/version.rb +1 -1
- data/locale/ca/foreman_webhooks.po +39 -1
- data/locale/cs_CZ/foreman_webhooks.po +39 -1
- data/locale/de/foreman_webhooks.po +39 -1
- data/locale/en/foreman_webhooks.po +15 -0
- data/locale/en_GB/foreman_webhooks.po +39 -1
- data/locale/es/foreman_webhooks.po +39 -1
- data/locale/fr/foreman_webhooks.po +39 -1
- data/locale/it/foreman_webhooks.po +39 -1
- data/locale/ja/foreman_webhooks.po +39 -1
- data/locale/ka/foreman_webhooks.po +39 -1
- data/locale/ko/foreman_webhooks.po +39 -1
- data/locale/pl/foreman_webhooks.po +39 -1
- data/locale/pt_BR/foreman_webhooks.po +39 -1
- data/locale/ru/foreman_webhooks.po +39 -1
- data/locale/zh_CN/foreman_webhooks.po +39 -1
- data/locale/zh_TW/foreman_webhooks.po +39 -1
- metadata +3 -3
@@ -8,7 +8,6 @@
|
|
8
8
|
# Andrei Burd <burdandrei@gmail.com>, 2023
|
9
9
|
# 0868a4d1af5275b3f70b0a6dac4c99a4, 2023
|
10
10
|
#
|
11
|
-
#, fuzzy
|
12
11
|
msgid ""
|
13
12
|
msgstr ""
|
14
13
|
"Project-Id-Version: foreman_webhooks 3.2.0\n"
|
@@ -111,6 +110,9 @@ msgstr ""
|
|
111
110
|
msgid "Import a webhook template"
|
112
111
|
msgstr ""
|
113
112
|
|
113
|
+
msgid "In case you are using dynamic URL (ERB template), this will not be rendered correctly due to the absence of a real object."
|
114
|
+
msgstr ""
|
115
|
+
|
114
116
|
msgid "List Webhooks"
|
115
117
|
msgstr ""
|
116
118
|
|
@@ -135,6 +137,12 @@ msgstr ""
|
|
135
137
|
msgid "Password"
|
136
138
|
msgstr ""
|
137
139
|
|
140
|
+
msgid "Payload"
|
141
|
+
msgstr ""
|
142
|
+
|
143
|
+
msgid "Please, note that this will not contain actual information or render the attached template."
|
144
|
+
msgstr ""
|
145
|
+
|
138
146
|
msgid "Proxy Authorization"
|
139
147
|
msgstr ""
|
140
148
|
|
@@ -168,6 +176,18 @@ msgstr ""
|
|
168
176
|
msgid "Template name"
|
169
177
|
msgstr ""
|
170
178
|
|
179
|
+
msgid "Test"
|
180
|
+
msgstr ""
|
181
|
+
|
182
|
+
msgid "Test a Webhook"
|
183
|
+
msgstr ""
|
184
|
+
|
185
|
+
msgid "Test payload will be sent as is. Cant be a JSON object"
|
186
|
+
msgstr ""
|
187
|
+
|
188
|
+
msgid "Test webhook"
|
189
|
+
msgstr ""
|
190
|
+
|
171
191
|
msgid "This template is locked for editing."
|
172
192
|
msgstr ""
|
173
193
|
|
@@ -198,12 +218,21 @@ msgstr "Проверить SSL"
|
|
198
218
|
msgid "Webhook"
|
199
219
|
msgstr ""
|
200
220
|
|
221
|
+
msgid "Webhook %s test was successful"
|
222
|
+
msgstr ""
|
223
|
+
|
201
224
|
msgid "Webhook %s was successfully deleted"
|
202
225
|
msgstr ""
|
203
226
|
|
204
227
|
msgid "Webhook Templates"
|
205
228
|
msgstr ""
|
206
229
|
|
230
|
+
msgid "Webhook template not found while firing webhook '%s'. Possible organization/location mismatch in the webhook template?"
|
231
|
+
msgstr ""
|
232
|
+
|
233
|
+
msgid "Webhook test failed: %s"
|
234
|
+
msgstr ""
|
235
|
+
|
207
236
|
msgid "Webhook was successfully created."
|
208
237
|
msgstr ""
|
209
238
|
|
@@ -228,6 +257,9 @@ msgstr ""
|
|
228
257
|
msgid "Whether or not the template is locked for editing"
|
229
258
|
msgstr ""
|
230
259
|
|
260
|
+
msgid "Will be sent as is"
|
261
|
+
msgstr ""
|
262
|
+
|
231
263
|
msgid "X509 Certification Authorities"
|
232
264
|
msgstr ""
|
233
265
|
|
@@ -237,5 +269,11 @@ msgstr ""
|
|
237
269
|
msgid "You are about to delete %s. Are you sure?"
|
238
270
|
msgstr ""
|
239
271
|
|
272
|
+
msgid "You are about to test %s webhook."
|
273
|
+
msgstr ""
|
274
|
+
|
275
|
+
msgid "You can specify below a custom payload to test the webhook with."
|
276
|
+
msgstr ""
|
277
|
+
|
240
278
|
msgid "is required"
|
241
279
|
msgstr ""
|
@@ -8,7 +8,6 @@
|
|
8
8
|
# Amit Upadhye <aupadhye@redhat.com>, 2023
|
9
9
|
# tim123, 2023
|
10
10
|
#
|
11
|
-
#, fuzzy
|
12
11
|
msgid ""
|
13
12
|
msgstr ""
|
14
13
|
"Project-Id-Version: foreman_webhooks 3.2.0\n"
|
@@ -110,6 +109,9 @@ msgstr ""
|
|
110
109
|
msgid "Import a webhook template"
|
111
110
|
msgstr ""
|
112
111
|
|
112
|
+
msgid "In case you are using dynamic URL (ERB template), this will not be rendered correctly due to the absence of a real object."
|
113
|
+
msgstr ""
|
114
|
+
|
113
115
|
msgid "List Webhooks"
|
114
116
|
msgstr ""
|
115
117
|
|
@@ -134,6 +136,12 @@ msgstr ""
|
|
134
136
|
msgid "Password"
|
135
137
|
msgstr ""
|
136
138
|
|
139
|
+
msgid "Payload"
|
140
|
+
msgstr ""
|
141
|
+
|
142
|
+
msgid "Please, note that this will not contain actual information or render the attached template."
|
143
|
+
msgstr ""
|
144
|
+
|
137
145
|
msgid "Proxy Authorization"
|
138
146
|
msgstr ""
|
139
147
|
|
@@ -167,6 +175,18 @@ msgstr ""
|
|
167
175
|
msgid "Template name"
|
168
176
|
msgstr ""
|
169
177
|
|
178
|
+
msgid "Test"
|
179
|
+
msgstr ""
|
180
|
+
|
181
|
+
msgid "Test a Webhook"
|
182
|
+
msgstr ""
|
183
|
+
|
184
|
+
msgid "Test payload will be sent as is. Cant be a JSON object"
|
185
|
+
msgstr ""
|
186
|
+
|
187
|
+
msgid "Test webhook"
|
188
|
+
msgstr ""
|
189
|
+
|
170
190
|
msgid "This template is locked for editing."
|
171
191
|
msgstr ""
|
172
192
|
|
@@ -197,12 +217,21 @@ msgstr "验证 SSL"
|
|
197
217
|
msgid "Webhook"
|
198
218
|
msgstr ""
|
199
219
|
|
220
|
+
msgid "Webhook %s test was successful"
|
221
|
+
msgstr ""
|
222
|
+
|
200
223
|
msgid "Webhook %s was successfully deleted"
|
201
224
|
msgstr ""
|
202
225
|
|
203
226
|
msgid "Webhook Templates"
|
204
227
|
msgstr ""
|
205
228
|
|
229
|
+
msgid "Webhook template not found while firing webhook '%s'. Possible organization/location mismatch in the webhook template?"
|
230
|
+
msgstr ""
|
231
|
+
|
232
|
+
msgid "Webhook test failed: %s"
|
233
|
+
msgstr ""
|
234
|
+
|
206
235
|
msgid "Webhook was successfully created."
|
207
236
|
msgstr ""
|
208
237
|
|
@@ -227,6 +256,9 @@ msgstr ""
|
|
227
256
|
msgid "Whether or not the template is locked for editing"
|
228
257
|
msgstr ""
|
229
258
|
|
259
|
+
msgid "Will be sent as is"
|
260
|
+
msgstr ""
|
261
|
+
|
230
262
|
msgid "X509 Certification Authorities"
|
231
263
|
msgstr ""
|
232
264
|
|
@@ -236,5 +268,11 @@ msgstr ""
|
|
236
268
|
msgid "You are about to delete %s. Are you sure?"
|
237
269
|
msgstr ""
|
238
270
|
|
271
|
+
msgid "You are about to test %s webhook."
|
272
|
+
msgstr ""
|
273
|
+
|
274
|
+
msgid "You can specify below a custom payload to test the webhook with."
|
275
|
+
msgstr ""
|
276
|
+
|
239
277
|
msgid "is required"
|
240
278
|
msgstr "是必需的"
|
@@ -7,7 +7,6 @@
|
|
7
7
|
# Bryan Kearney <bryan.kearney@gmail.com>, 2023
|
8
8
|
# 0868a4d1af5275b3f70b0a6dac4c99a4, 2023
|
9
9
|
#
|
10
|
-
#, fuzzy
|
11
10
|
msgid ""
|
12
11
|
msgstr ""
|
13
12
|
"Project-Id-Version: foreman_webhooks 3.2.0\n"
|
@@ -109,6 +108,9 @@ msgstr ""
|
|
109
108
|
msgid "Import a webhook template"
|
110
109
|
msgstr ""
|
111
110
|
|
111
|
+
msgid "In case you are using dynamic URL (ERB template), this will not be rendered correctly due to the absence of a real object."
|
112
|
+
msgstr ""
|
113
|
+
|
112
114
|
msgid "List Webhooks"
|
113
115
|
msgstr ""
|
114
116
|
|
@@ -133,6 +135,12 @@ msgstr ""
|
|
133
135
|
msgid "Password"
|
134
136
|
msgstr ""
|
135
137
|
|
138
|
+
msgid "Payload"
|
139
|
+
msgstr ""
|
140
|
+
|
141
|
+
msgid "Please, note that this will not contain actual information or render the attached template."
|
142
|
+
msgstr ""
|
143
|
+
|
136
144
|
msgid "Proxy Authorization"
|
137
145
|
msgstr ""
|
138
146
|
|
@@ -166,6 +174,18 @@ msgstr ""
|
|
166
174
|
msgid "Template name"
|
167
175
|
msgstr ""
|
168
176
|
|
177
|
+
msgid "Test"
|
178
|
+
msgstr ""
|
179
|
+
|
180
|
+
msgid "Test a Webhook"
|
181
|
+
msgstr ""
|
182
|
+
|
183
|
+
msgid "Test payload will be sent as is. Cant be a JSON object"
|
184
|
+
msgstr ""
|
185
|
+
|
186
|
+
msgid "Test webhook"
|
187
|
+
msgstr ""
|
188
|
+
|
169
189
|
msgid "This template is locked for editing."
|
170
190
|
msgstr ""
|
171
191
|
|
@@ -196,12 +216,21 @@ msgstr "驗證 SSL"
|
|
196
216
|
msgid "Webhook"
|
197
217
|
msgstr ""
|
198
218
|
|
219
|
+
msgid "Webhook %s test was successful"
|
220
|
+
msgstr ""
|
221
|
+
|
199
222
|
msgid "Webhook %s was successfully deleted"
|
200
223
|
msgstr ""
|
201
224
|
|
202
225
|
msgid "Webhook Templates"
|
203
226
|
msgstr ""
|
204
227
|
|
228
|
+
msgid "Webhook template not found while firing webhook '%s'. Possible organization/location mismatch in the webhook template?"
|
229
|
+
msgstr ""
|
230
|
+
|
231
|
+
msgid "Webhook test failed: %s"
|
232
|
+
msgstr ""
|
233
|
+
|
205
234
|
msgid "Webhook was successfully created."
|
206
235
|
msgstr ""
|
207
236
|
|
@@ -226,6 +255,9 @@ msgstr ""
|
|
226
255
|
msgid "Whether or not the template is locked for editing"
|
227
256
|
msgstr ""
|
228
257
|
|
258
|
+
msgid "Will be sent as is"
|
259
|
+
msgstr ""
|
260
|
+
|
229
261
|
msgid "X509 Certification Authorities"
|
230
262
|
msgstr ""
|
231
263
|
|
@@ -235,5 +267,11 @@ msgstr ""
|
|
235
267
|
msgid "You are about to delete %s. Are you sure?"
|
236
268
|
msgstr ""
|
237
269
|
|
270
|
+
msgid "You are about to test %s webhook."
|
271
|
+
msgstr ""
|
272
|
+
|
273
|
+
msgid "You can specify below a custom payload to test the webhook with."
|
274
|
+
msgstr ""
|
275
|
+
|
238
276
|
msgid "is required"
|
239
277
|
msgstr ""
|
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:
|
4
|
+
version: 4.0.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: 2024-
|
11
|
+
date: 2024-09-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|
@@ -260,7 +260,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
260
260
|
- !ruby/object:Gem::Version
|
261
261
|
version: '0'
|
262
262
|
requirements: []
|
263
|
-
rubygems_version: 3.
|
263
|
+
rubygems_version: 3.2.33
|
264
264
|
signing_key:
|
265
265
|
specification_version: 4
|
266
266
|
summary: Configure webhooks for Foreman.
|