hammer_cli_foreman_remote_execution 0.3.0 → 0.3.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.
Files changed (67) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/ci_test.yml +22 -0
  3. data/.rubocop.yml +7 -4
  4. data/.rubocop_todo.yml +81 -0
  5. data/.tx/config +4 -4
  6. data/Gemfile +10 -9
  7. data/Rakefile +5 -1
  8. data/hammer_cli_foreman_remote_execution.gemspec +6 -2
  9. data/lib/hammer_cli_foreman_remote_execution/foreign_input_set.rb +2 -0
  10. data/lib/hammer_cli_foreman_remote_execution/i18n.rb +5 -7
  11. data/lib/hammer_cli_foreman_remote_execution/interface_extensions.rb +2 -2
  12. data/lib/hammer_cli_foreman_remote_execution/job_invocation.rb +6 -4
  13. data/lib/hammer_cli_foreman_remote_execution/job_template.rb +8 -6
  14. data/lib/hammer_cli_foreman_remote_execution/options/normalizers.rb +5 -3
  15. data/lib/hammer_cli_foreman_remote_execution/remote_execution_feature.rb +4 -1
  16. data/lib/hammer_cli_foreman_remote_execution/subnet_extensions.rb +3 -1
  17. data/lib/hammer_cli_foreman_remote_execution/template_input.rb +2 -0
  18. data/lib/hammer_cli_foreman_remote_execution/version.rb +3 -1
  19. data/lib/hammer_cli_foreman_remote_execution.rb +2 -0
  20. data/locale/ca/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
  21. data/locale/ca/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po} +41 -47
  22. data/locale/cs_CZ/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
  23. data/locale/cs_CZ/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po} +41 -47
  24. data/locale/de/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
  25. data/locale/de/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po} +41 -47
  26. data/locale/en/LC_MESSAGES/{hammer-cli-foreman-remote-execution.mo → hammer_cli_foreman_remote_execution.mo} +0 -0
  27. data/locale/en/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po} +1 -1
  28. data/locale/es/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
  29. data/locale/es/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po} +42 -48
  30. data/locale/fr/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
  31. data/locale/fr/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po} +48 -52
  32. data/locale/it/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
  33. data/locale/it/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po} +41 -47
  34. data/locale/ja/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
  35. data/locale/ja/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po} +50 -56
  36. data/locale/ka/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
  37. data/locale/ka/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po} +41 -47
  38. data/locale/ko/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
  39. data/locale/ko/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po} +64 -70
  40. data/locale/pt_BR/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
  41. data/locale/pt_BR/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po} +41 -47
  42. data/locale/ru/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
  43. data/locale/ru/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po} +44 -50
  44. data/locale/zh_CN/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
  45. data/locale/zh_CN/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po} +50 -56
  46. data/locale/zh_TW/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
  47. data/locale/zh_TW/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po} +41 -47
  48. data/test/unit/foreign_input_set_test.rb +2 -0
  49. data/test/unit/job_invocation_test.rb +10 -6
  50. data/test/unit/job_template_test.rb +9 -4
  51. data/test/unit/remote_execution_feature_test.rb +2 -1
  52. data/test/unit/template_input_test.rb +2 -0
  53. metadata +41 -36
  54. data/locale/ca/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
  55. data/locale/cs_CZ/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
  56. data/locale/de/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
  57. data/locale/es/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
  58. data/locale/fr/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
  59. data/locale/it/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
  60. data/locale/ja/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
  61. data/locale/ka/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
  62. data/locale/ko/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
  63. data/locale/pt_BR/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
  64. data/locale/ru/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
  65. data/locale/zh_CN/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
  66. data/locale/zh_TW/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
  67. /data/locale/{hammer-cli-foreman-remote-execution.pot → hammer_cli_foreman_remote_execution.pot} +0 -0
@@ -5,9 +5,9 @@
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: hammer-cli-foreman-remote-execution 0.2.3\n"
8
+ "Project-Id-Version: hammer_cli_foreman_remote_execution 0.3.0\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2019-02-26 10:44-0500\n"
10
+ "POT-Creation-Date: 2023-07-12 15:59+0000\n"
11
11
  "PO-Revision-Date: 2016-02-12 07:57+0000\n"
12
12
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
13
  "Language-Team: Italian (http://app.transifex.com/foreman/foreman/language/"
@@ -61,6 +61,12 @@ msgstr ""
61
61
  msgid "Could not delete the input set"
62
62
  msgstr ""
63
63
 
64
+ msgid "Execution"
65
+ msgstr ""
66
+
67
+ msgid "execution"
68
+ msgstr ""
69
+
64
70
  msgid "Description"
65
71
  msgstr "Descrizione"
66
72
 
@@ -82,6 +88,21 @@ msgstr "Totale"
82
88
  msgid "Start"
83
89
  msgstr "Inizio"
84
90
 
91
+ msgid "Randomized ordering"
92
+ msgstr ""
93
+
94
+ msgid "Inputs"
95
+ msgstr ""
96
+
97
+ msgid "Show the complete input of the job"
98
+ msgstr ""
99
+
100
+ msgid "Show job status for the hosts"
101
+ msgstr ""
102
+
103
+ msgid "Missing"
104
+ msgstr ""
105
+
85
106
  msgid "Job Category"
86
107
  msgstr ""
87
108
 
@@ -94,6 +115,9 @@ msgstr ""
94
115
  msgid "Recurring logic ID"
95
116
  msgstr ""
96
117
 
118
+ msgid "Time to pickup"
119
+ msgstr ""
120
+
97
121
  msgid "Hosts"
98
122
  msgstr "Hosts"
99
123
 
@@ -154,9 +178,6 @@ msgstr "Provider"
154
178
  msgid "Type"
155
179
  msgstr "Tipo"
156
180
 
157
- msgid "Inputs"
158
- msgstr ""
159
-
160
181
  msgid "View job template content"
161
182
  msgstr ""
162
183
 
@@ -228,6 +249,15 @@ msgstr ""
228
249
  msgid "Could not update the remote execution feature"
229
250
  msgstr ""
230
251
 
252
+ msgid "Smart Proxies"
253
+ msgstr "Smart proxy"
254
+
255
+ msgid "Remote execution proxies"
256
+ msgstr ""
257
+
258
+ msgid "Id"
259
+ msgstr ""
260
+
231
261
  msgid "Manage template inputs"
232
262
  msgstr ""
233
263
 
@@ -246,54 +276,15 @@ msgstr ""
246
276
  msgid "Options"
247
277
  msgstr "Opzioni"
248
278
 
249
- msgid "Template input created"
250
- msgstr ""
251
-
252
- msgid "Could not create the template input"
253
- msgstr ""
254
-
255
- msgid "Template input deleted"
256
- msgstr ""
257
-
258
- msgid "Could not delete the template input"
259
- msgstr ""
260
-
261
- msgid "Execution"
262
- msgstr ""
263
-
264
- msgid "execution"
265
- msgstr ""
266
-
267
- msgid "Randomized ordering"
268
- msgstr ""
269
-
270
- msgid "Show the complete input of the job"
271
- msgstr ""
272
-
273
- msgid "Show job status for the hosts"
274
- msgstr ""
275
-
276
- msgid "Missing"
277
- msgstr ""
278
-
279
- msgid "Time to pickup"
280
- msgstr ""
281
-
282
- msgid "Smart Proxies"
283
- msgstr ""
284
-
285
- msgid "Remote execution proxies"
286
- msgstr ""
287
-
288
- msgid "Id"
289
- msgstr ""
290
-
291
279
  msgid "Default value"
292
280
  msgstr ""
293
281
 
294
282
  msgid "Template input created."
295
283
  msgstr ""
296
284
 
285
+ msgid "Could not create the template input"
286
+ msgstr ""
287
+
297
288
  msgid "Template input updated."
298
289
  msgstr ""
299
290
 
@@ -302,3 +293,6 @@ msgstr ""
302
293
 
303
294
  msgid "Template input deleted."
304
295
  msgstr ""
296
+
297
+ msgid "Could not delete the template input"
298
+ msgstr ""
@@ -5,9 +5,9 @@
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: hammer-cli-foreman-remote-execution 0.2.3\n"
8
+ "Project-Id-Version: hammer_cli_foreman_remote_execution 0.3.0\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2019-02-26 10:44-0500\n"
10
+ "POT-Creation-Date: 2023-07-12 15:59+0000\n"
11
11
  "PO-Revision-Date: 2016-02-12 07:57+0000\n"
12
12
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
13
  "Language-Team: Japanese (http://app.transifex.com/foreman/foreman/language/"
@@ -60,6 +60,12 @@ msgstr "外部入力セットが削除されました"
60
60
  msgid "Could not delete the input set"
61
61
  msgstr "入力セットを削除できませんでした"
62
62
 
63
+ msgid "Execution"
64
+ msgstr "Execution"
65
+
66
+ msgid "execution"
67
+ msgstr "実行"
68
+
63
69
  msgid "Description"
64
70
  msgstr "説明"
65
71
 
@@ -81,6 +87,21 @@ msgstr "合計"
81
87
  msgid "Start"
82
88
  msgstr "開始"
83
89
 
90
+ msgid "Randomized ordering"
91
+ msgstr "ランダムな順序"
92
+
93
+ msgid "Inputs"
94
+ msgstr "入力"
95
+
96
+ msgid "Show the complete input of the job"
97
+ msgstr "ジョブの完全な入力を表示"
98
+
99
+ msgid "Show job status for the hosts"
100
+ msgstr "ホストのジョブステータスを表示"
101
+
102
+ msgid "Missing"
103
+ msgstr "なし"
104
+
84
105
  msgid "Job Category"
85
106
  msgstr "ジョブカテゴリー"
86
107
 
@@ -93,6 +114,9 @@ msgstr "cron 行"
93
114
  msgid "Recurring logic ID"
94
115
  msgstr "再帰論理 ID"
95
116
 
117
+ msgid "Time to pickup"
118
+ msgstr "取得する時間"
119
+
96
120
  msgid "Hosts"
97
121
  msgstr "ホスト"
98
122
 
@@ -103,10 +127,10 @@ msgid "Do not wait for job to complete, shows current output only"
103
127
  msgstr "ジョブの完了まで待機せず、現在の出力のみを表示します"
104
128
 
105
129
  msgid "The job is scheduled to start at %{timestamp}"
106
- msgstr "ジョブは %%{timestamp} に開始する予定です"
130
+ msgstr "ジョブは %{timestamp} に開始する予定です"
107
131
 
108
132
  msgid "Job invocation %{id} created"
109
- msgstr "ジョブ呼び出し %%{id} が作成されました"
133
+ msgstr "ジョブ呼び出し %{id} が作成されました"
110
134
 
111
135
  msgid "Schedule the execution for a later time"
112
136
  msgstr "後で行われる実行をスケジュールします"
@@ -133,7 +157,7 @@ msgid "Cancel the job"
133
157
  msgstr "ジョブを取り消します"
134
158
 
135
159
  msgid "Job invocation %{id} cancelled"
136
- msgstr "ジョブ呼び出し %%{id} が取り消されました"
160
+ msgstr "ジョブ呼び出し %{id} が取り消されました"
137
161
 
138
162
  msgid "Could not cancel the job invocation"
139
163
  msgstr "ジョブ呼び出しを取り消せませんでした"
@@ -142,7 +166,7 @@ msgid "Rerun the job"
142
166
  msgstr "ジョブを再実行"
143
167
 
144
168
  msgid "Job invocation was rerun as %{id}"
145
- msgstr "ジョブ呼び出しは %%{id} として再実行されました"
169
+ msgstr "ジョブ呼び出しは %{id} として再実行されました"
146
170
 
147
171
  msgid "Manage job invocations"
148
172
  msgstr "ジョブ呼び出しを管理します"
@@ -153,9 +177,6 @@ msgstr "プロバイダー"
153
177
  msgid "Type"
154
178
  msgstr "タイプ"
155
179
 
156
- msgid "Inputs"
157
- msgstr "入力"
158
-
159
180
  msgid "View job template content"
160
181
  msgstr "ジョブテンプレートコンテンツを表示します"
161
182
 
@@ -236,6 +257,15 @@ msgstr "リモート実行機能が更新されました"
236
257
  msgid "Could not update the remote execution feature"
237
258
  msgstr "リモート実行機能を更新できませんでした"
238
259
 
260
+ msgid "Smart Proxies"
261
+ msgstr "Smart Proxy"
262
+
263
+ msgid "Remote execution proxies"
264
+ msgstr "リモート実行プロキシー"
265
+
266
+ msgid "Id"
267
+ msgstr "ID"
268
+
239
269
  msgid "Manage template inputs"
240
270
  msgstr "テンプレート入力を管理します"
241
271
 
@@ -254,59 +284,23 @@ msgstr "Puppet パラメーター名"
254
284
  msgid "Options"
255
285
  msgstr "オプション"
256
286
 
257
- msgid "Template input created"
258
- msgstr "テンプレート入力が作成されました"
259
-
260
- msgid "Could not create the template input"
261
- msgstr "テンプレート入力を作成できませんでした"
262
-
263
- msgid "Template input deleted"
264
- msgstr "テンプレート入力が削除されました"
265
-
266
- msgid "Could not delete the template input"
267
- msgstr "テンプレート入力を削除できませんでした"
268
-
269
- msgid "Execution"
270
- msgstr ""
271
-
272
- msgid "execution"
273
- msgstr ""
274
-
275
- msgid "Randomized ordering"
276
- msgstr ""
277
-
278
- msgid "Show the complete input of the job"
279
- msgstr ""
280
-
281
- msgid "Show job status for the hosts"
282
- msgstr ""
283
-
284
- msgid "Missing"
285
- msgstr ""
286
-
287
- msgid "Time to pickup"
288
- msgstr ""
289
-
290
- msgid "Smart Proxies"
291
- msgstr ""
292
-
293
- msgid "Remote execution proxies"
294
- msgstr ""
295
-
296
- msgid "Id"
297
- msgstr ""
298
-
299
287
  msgid "Default value"
300
- msgstr ""
288
+ msgstr "デフォルト値"
301
289
 
302
290
  msgid "Template input created."
303
- msgstr ""
291
+ msgstr "テンプレート入力が作成されました。"
292
+
293
+ msgid "Could not create the template input"
294
+ msgstr "テンプレート入力を作成できませんでした"
304
295
 
305
296
  msgid "Template input updated."
306
- msgstr ""
297
+ msgstr "テンプレート入力が更新されました。"
307
298
 
308
299
  msgid "Could not update the template input"
309
- msgstr ""
300
+ msgstr "テンプレート入力を更新できませんでした"
310
301
 
311
302
  msgid "Template input deleted."
312
- msgstr ""
303
+ msgstr "テンプレート入力が削除されました。"
304
+
305
+ msgid "Could not delete the template input"
306
+ msgstr "テンプレート入力を削除できませんでした"
@@ -5,9 +5,9 @@
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: hammer-cli-foreman-remote-execution 0.2.3\n"
8
+ "Project-Id-Version: hammer_cli_foreman_remote_execution 0.3.0\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2019-02-26 10:44-0500\n"
10
+ "POT-Creation-Date: 2023-07-12 15:59+0000\n"
11
11
  "PO-Revision-Date: 2016-02-12 07:57+0000\n"
12
12
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
13
  "Language-Team: Georgian (http://app.transifex.com/foreman/foreman/language/"
@@ -60,6 +60,12 @@ msgstr "შემოტანის უცხო სეტი წაშლილ
60
60
  msgid "Could not delete the input set"
61
61
  msgstr "შემოტანის სეტის წაშლის შეცდომ"
62
62
 
63
+ msgid "Execution"
64
+ msgstr "შესრულება"
65
+
66
+ msgid "execution"
67
+ msgstr ""
68
+
63
69
  msgid "Description"
64
70
  msgstr "აღწერილობა"
65
71
 
@@ -81,6 +87,21 @@ msgstr "ჯამში"
81
87
  msgid "Start"
82
88
  msgstr "დაწყება"
83
89
 
90
+ msgid "Randomized ordering"
91
+ msgstr ""
92
+
93
+ msgid "Inputs"
94
+ msgstr "შეყვანები"
95
+
96
+ msgid "Show the complete input of the job"
97
+ msgstr ""
98
+
99
+ msgid "Show job status for the hosts"
100
+ msgstr ""
101
+
102
+ msgid "Missing"
103
+ msgstr ""
104
+
84
105
  msgid "Job Category"
85
106
  msgstr "დავალების კატეგორია"
86
107
 
@@ -93,6 +114,9 @@ msgstr "Cron-ის სტრიქონი"
93
114
  msgid "Recurring logic ID"
94
115
  msgstr "განმეორებადი ლოგიკის ID"
95
116
 
117
+ msgid "Time to pickup"
118
+ msgstr "აყვანის დრო"
119
+
96
120
  msgid "Hosts"
97
121
  msgstr "ჰოსტები"
98
122
 
@@ -155,9 +179,6 @@ msgstr "სერვისის მომწოდებელი"
155
179
  msgid "Type"
156
180
  msgstr "ტიპი"
157
181
 
158
- msgid "Inputs"
159
- msgstr "შეყვანები"
160
-
161
182
  msgid "View job template content"
162
183
  msgstr "დავალების შაბლონის შემცველობის ნახვა"
163
184
 
@@ -237,6 +258,15 @@ msgstr "დაშორებული გაშვების ფუნქც
237
258
  msgid "Could not update the remote execution feature"
238
259
  msgstr "დაშორებული გაშვების ფუნქციის განახლების შეცდომა"
239
260
 
261
+ msgid "Smart Proxies"
262
+ msgstr "ჭკვიანი პროქსიები"
263
+
264
+ msgid "Remote execution proxies"
265
+ msgstr ""
266
+
267
+ msgid "Id"
268
+ msgstr "ID"
269
+
240
270
  msgid "Manage template inputs"
241
271
  msgstr "შაბლონის შეყვანების მართვა"
242
272
 
@@ -255,54 +285,15 @@ msgstr "Puppet-ის პარამეტრის სახელი"
255
285
  msgid "Options"
256
286
  msgstr "მორგება"
257
287
 
258
- msgid "Template input created"
259
- msgstr "შაბლონის შეყვანა შექმნილია"
260
-
261
- msgid "Could not create the template input"
262
- msgstr "შაბლონის შეყვანის შექმნის შეცდომა"
263
-
264
- msgid "Template input deleted"
265
- msgstr "შაბლონის შეყვანა წაიშალა"
266
-
267
- msgid "Could not delete the template input"
268
- msgstr "შაბლონის შეყვანის წაშლის პრობლემა"
269
-
270
- msgid "Execution"
271
- msgstr ""
272
-
273
- msgid "execution"
274
- msgstr ""
275
-
276
- msgid "Randomized ordering"
277
- msgstr ""
278
-
279
- msgid "Show the complete input of the job"
280
- msgstr ""
281
-
282
- msgid "Show job status for the hosts"
283
- msgstr ""
284
-
285
- msgid "Missing"
286
- msgstr ""
287
-
288
- msgid "Time to pickup"
289
- msgstr ""
290
-
291
- msgid "Smart Proxies"
292
- msgstr ""
293
-
294
- msgid "Remote execution proxies"
295
- msgstr ""
296
-
297
- msgid "Id"
298
- msgstr ""
299
-
300
288
  msgid "Default value"
301
289
  msgstr ""
302
290
 
303
291
  msgid "Template input created."
304
292
  msgstr ""
305
293
 
294
+ msgid "Could not create the template input"
295
+ msgstr "შაბლონის შეყვანის შექმნის შეცდომა"
296
+
306
297
  msgid "Template input updated."
307
298
  msgstr ""
308
299
 
@@ -311,3 +302,6 @@ msgstr ""
311
302
 
312
303
  msgid "Template input deleted."
313
304
  msgstr ""
305
+
306
+ msgid "Could not delete the template input"
307
+ msgstr "შაბლონის შეყვანის წაშლის პრობლემა"