artefacts-cli 0.9.2__py3-none-any.whl → 0.9.4__py3-none-any.whl
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.
- artefacts/cli/__init__.py +16 -31
- artefacts/cli/app.py +98 -47
- artefacts/cli/config.py +140 -1
- artefacts/cli/helpers.py +12 -0
- artefacts/cli/locales/art.pot +96 -64
- artefacts/cli/locales/base.pot +96 -64
- artefacts/cli/locales/click.pot +2 -2
- artefacts/cli/logger.py +5 -1
- artefacts/cli/ros2.py +1 -1
- artefacts/cli/version.py +2 -2
- artefacts/copava/__init__.py +1 -1
- {artefacts_cli-0.9.2.dist-info → artefacts_cli-0.9.4.dist-info}/METADATA +2 -1
- {artefacts_cli-0.9.2.dist-info → artefacts_cli-0.9.4.dist-info}/RECORD +16 -16
- {artefacts_cli-0.9.2.dist-info → artefacts_cli-0.9.4.dist-info}/WHEEL +0 -0
- {artefacts_cli-0.9.2.dist-info → artefacts_cli-0.9.4.dist-info}/entry_points.txt +0 -0
- {artefacts_cli-0.9.2.dist-info → artefacts_cli-0.9.4.dist-info}/top_level.txt +0 -0
artefacts/cli/locales/art.pot
CHANGED
@@ -6,9 +6,9 @@
|
|
6
6
|
#, fuzzy
|
7
7
|
msgid ""
|
8
8
|
msgstr ""
|
9
|
-
"Project-Id-Version: artefacts 0.9.
|
9
|
+
"Project-Id-Version: artefacts 0.9.4.dev18\n"
|
10
10
|
"Report-Msgid-Bugs-To: dev@artefacts.com\n"
|
11
|
-
"POT-Creation-Date: 2025-
|
11
|
+
"POT-Creation-Date: 2025-06-18 09:50+0900\n"
|
12
12
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
@@ -17,116 +17,137 @@ msgstr ""
|
|
17
17
|
"Content-Transfer-Encoding: 8bit\n"
|
18
18
|
"Generated-By: Babel 2.17.0\n"
|
19
19
|
|
20
|
-
#: artefacts/cli/__init__.py:
|
20
|
+
#: artefacts/cli/__init__.py:27
|
21
21
|
#, python-brace-format
|
22
22
|
msgid "Could not determine package version: {error_message}. Default to 0.0.0"
|
23
23
|
msgstr ""
|
24
24
|
|
25
|
-
#: artefacts/cli/__init__.py:
|
25
|
+
#: artefacts/cli/__init__.py:97
|
26
26
|
#, python-brace-format
|
27
27
|
msgid "Error on job creation: {status_code}"
|
28
28
|
msgstr ""
|
29
29
|
|
30
|
-
#: artefacts/cli/__init__.py:
|
30
|
+
#: artefacts/cli/__init__.py:170
|
31
31
|
#, python-brace-format
|
32
32
|
msgid "Error on scenario creation: {status_code}"
|
33
33
|
msgstr ""
|
34
34
|
|
35
|
-
#: artefacts/cli/__init__.py:
|
35
|
+
#: artefacts/cli/__init__.py:279
|
36
36
|
msgid ""
|
37
37
|
"Files generated by the job are not uploaded to Artefacts, including the "
|
38
38
|
"ones specified in output_dirs"
|
39
39
|
msgstr ""
|
40
40
|
|
41
|
-
#: artefacts/cli/__init__.py:
|
41
|
+
#: artefacts/cli/__init__.py:291
|
42
42
|
#, python-brace-format
|
43
43
|
msgid "Uploading {file_name} ({file_size:.2f} MB)"
|
44
44
|
msgstr ""
|
45
45
|
|
46
|
-
#: artefacts/cli/__init__.py:
|
46
|
+
#: artefacts/cli/__init__.py:302
|
47
47
|
#, python-brace-format
|
48
48
|
msgid "File too large: {file_name} could not be uploaded"
|
49
49
|
msgstr ""
|
50
50
|
|
51
|
-
#: artefacts/cli/__init__.py:
|
51
|
+
#: artefacts/cli/__init__.py:310
|
52
52
|
#, python-brace-format
|
53
53
|
msgid "Error uploading {file_name}: {error_message}, skipping"
|
54
54
|
msgstr ""
|
55
55
|
|
56
|
-
#: artefacts/cli/app.py:
|
56
|
+
#: artefacts/cli/app.py:59 artefacts/cli/app.py:137 artefacts/cli/app.py:150
|
57
57
|
msgid "PROJECT_NAME"
|
58
58
|
msgstr ""
|
59
59
|
|
60
|
-
#: artefacts/cli/app.py:
|
60
|
+
#: artefacts/cli/app.py:75
|
61
61
|
#, python-brace-format
|
62
62
|
msgid "Opening the project settings page: {url}"
|
63
63
|
msgstr ""
|
64
64
|
|
65
|
-
#: artefacts/cli/app.py:
|
65
|
+
#: artefacts/cli/app.py:88
|
66
66
|
#, python-brace-format
|
67
67
|
msgid "Please enter your API KEY for {project}"
|
68
68
|
msgstr ""
|
69
69
|
|
70
|
-
#: artefacts/cli/app.py:
|
70
|
+
#: artefacts/cli/app.py:95
|
71
71
|
#, python-brace-format
|
72
72
|
msgid "API KEY saved for {project}"
|
73
73
|
msgstr ""
|
74
74
|
|
75
|
-
#: artefacts/cli/app.py:
|
75
|
+
#: artefacts/cli/app.py:98
|
76
76
|
msgid ""
|
77
|
-
"Would you like to download
|
77
|
+
"Would you like to download a pregenerated artefacts.yaml file? This will "
|
78
78
|
"overwrite any existing config file in the current directory."
|
79
79
|
msgstr ""
|
80
80
|
|
81
|
-
#: artefacts/cli/app.py:
|
81
|
+
#: artefacts/cli/app.py:112
|
82
|
+
#, python-brace-format
|
83
|
+
msgid ""
|
84
|
+
"We encountered a problem in getting the generated configuration file. "
|
85
|
+
"Please consider downloading it from the project page on the dashboard at "
|
86
|
+
"{url}. Sorry for the inconvenience."
|
87
|
+
msgstr ""
|
88
|
+
|
89
|
+
#: artefacts/cli/app.py:117 artefacts/cli/app.py:130
|
90
|
+
msgid ""
|
91
|
+
"If you are using an alternative server, please also consider checking the"
|
92
|
+
" value of ARTEFACTS_API_URL in your environment."
|
93
|
+
msgstr ""
|
94
|
+
|
95
|
+
#: artefacts/cli/app.py:123
|
96
|
+
#, python-brace-format
|
97
|
+
msgid ""
|
98
|
+
"Our apologies: The project page does not seem available at the moment. If"
|
99
|
+
" `{project_name}` is correct, please try again later."
|
100
|
+
msgstr ""
|
101
|
+
|
102
|
+
#: artefacts/cli/app.py:146
|
82
103
|
#, python-brace-format
|
83
104
|
msgid "{project} config removed"
|
84
105
|
msgstr ""
|
85
106
|
|
86
|
-
#: artefacts/cli/app.py:
|
107
|
+
#: artefacts/cli/app.py:163 artefacts/cli/app.py:686 artefacts/cli/app.py:692
|
87
108
|
#, python-brace-format
|
88
109
|
msgid "Error getting project info: {message}"
|
89
110
|
msgstr ""
|
90
111
|
|
91
|
-
#: artefacts/cli/app.py:
|
112
|
+
#: artefacts/cli/app.py:174 artefacts/cli/app.py:572
|
92
113
|
#: artefacts/cli/app_containers.py:187
|
93
114
|
msgid "JOBNAME"
|
94
115
|
msgstr ""
|
95
116
|
|
96
|
-
#: artefacts/cli/app.py:
|
117
|
+
#: artefacts/cli/app.py:179 artefacts/cli/app.py:556
|
97
118
|
msgid "Artefacts configuration file."
|
98
119
|
msgstr ""
|
99
120
|
|
100
|
-
#: artefacts/cli/app.py:
|
121
|
+
#: artefacts/cli/app.py:185
|
101
122
|
msgid "Run with no tracking nor test execution"
|
102
123
|
msgstr ""
|
103
124
|
|
104
|
-
#: artefacts/cli/app.py:
|
125
|
+
#: artefacts/cli/app.py:191
|
105
126
|
msgid "Skip configuring a simulator resource provided by Artefacts"
|
106
127
|
msgstr ""
|
107
128
|
|
108
|
-
#: artefacts/cli/app.py:
|
129
|
+
#: artefacts/cli/app.py:198
|
109
130
|
msgid "Do not upload to Artefacts files generated during a run (e.g. rosbags)"
|
110
131
|
msgstr ""
|
111
132
|
|
112
|
-
#: artefacts/cli/app.py:
|
133
|
+
#: artefacts/cli/app.py:206
|
113
134
|
msgid ""
|
114
135
|
"Break the 'middleware network' isolation between the test suite and the "
|
115
136
|
"host (in ROS1: --reuse-master flag; in ROS2: --disable-isolation flag). "
|
116
137
|
"Primarily for debugging"
|
117
138
|
msgstr ""
|
118
139
|
|
119
|
-
#: artefacts/cli/app.py:
|
140
|
+
#: artefacts/cli/app.py:212 artefacts/cli/app.py:561
|
120
141
|
msgid "Optional description for this run"
|
121
142
|
msgstr ""
|
122
143
|
|
123
|
-
#: artefacts/cli/app.py:
|
144
|
+
#: artefacts/cli/app.py:220 artefacts/cli/app.py:569
|
124
145
|
msgid ""
|
125
146
|
"Skip configuration validation, so that unsupported settings can be tried "
|
126
147
|
"out, e.g. non-ROS settings or simulators like SAPIEN."
|
127
148
|
msgstr ""
|
128
149
|
|
129
|
-
#: artefacts/cli/app.py:
|
150
|
+
#: artefacts/cli/app.py:228
|
130
151
|
msgid ""
|
131
152
|
"[Experimental] Run the job inside a package container. The container "
|
132
153
|
"image is build if it does not exist yet, with default name as "
|
@@ -135,26 +156,26 @@ msgid ""
|
|
135
156
|
"--description."
|
136
157
|
msgstr ""
|
137
158
|
|
138
|
-
#: artefacts/cli/app.py:
|
159
|
+
#: artefacts/cli/app.py:235
|
139
160
|
msgid ""
|
140
161
|
"[Experimental] Path to a custom Dockerfile. Defaults to Dockerfile in the"
|
141
162
|
" run directory. This flag is only used together with `--in-container`"
|
142
163
|
msgstr ""
|
143
164
|
|
144
|
-
#: artefacts/cli/app.py:
|
165
|
+
#: artefacts/cli/app.py:242
|
145
166
|
msgid ""
|
146
167
|
"[Deprecated and unused from 0.8.0; Image names are now internally "
|
147
168
|
"managed] Run the job using the image name passed here. Only used when "
|
148
169
|
"running with --in-container set."
|
149
170
|
msgstr ""
|
150
171
|
|
151
|
-
#: artefacts/cli/app.py:
|
172
|
+
#: artefacts/cli/app.py:250
|
152
173
|
msgid ""
|
153
174
|
"[Experimental] Override the default behaviour to always rebuild the "
|
154
175
|
"container image (as we assume incremental testing)."
|
155
176
|
msgstr ""
|
156
177
|
|
157
|
-
#: artefacts/cli/app.py:
|
178
|
+
#: artefacts/cli/app.py:258
|
158
179
|
msgid ""
|
159
180
|
"Show any GUI if any is created by the test runs. By default, UI elements "
|
160
181
|
"are run but hidden---only test logs are returned. Please note GUI often "
|
@@ -162,148 +183,152 @@ msgid ""
|
|
162
183
|
"appropriate environment."
|
163
184
|
msgstr ""
|
164
185
|
|
165
|
-
#: artefacts/cli/app.py:
|
186
|
+
#: artefacts/cli/app.py:307
|
166
187
|
msgid "Checking container image"
|
167
188
|
msgstr ""
|
168
189
|
|
169
|
-
#: artefacts/cli/app.py:
|
190
|
+
#: artefacts/cli/app.py:315
|
170
191
|
msgid "Container image ready"
|
171
192
|
msgstr ""
|
172
193
|
|
173
|
-
#: artefacts/cli/app.py:
|
194
|
+
#: artefacts/cli/app.py:316
|
174
195
|
msgid "Run in container"
|
175
196
|
msgstr ""
|
176
197
|
|
177
|
-
#: artefacts/cli/app.py:
|
198
|
+
#: artefacts/cli/app.py:326
|
178
199
|
msgid "Starting tests"
|
179
200
|
msgstr ""
|
180
201
|
|
181
|
-
#: artefacts/cli/app.py:
|
202
|
+
#: artefacts/cli/app.py:329
|
182
203
|
msgid "Error: Job name not defined"
|
183
204
|
msgstr ""
|
184
205
|
|
185
|
-
#: artefacts/cli/app.py:
|
206
|
+
#: artefacts/cli/app.py:339
|
186
207
|
#, python-brace-format
|
187
208
|
msgid "Job type not supported: {jt}"
|
188
209
|
msgstr ""
|
189
210
|
|
190
|
-
#: artefacts/cli/app.py:
|
211
|
+
#: artefacts/cli/app.py:351
|
191
212
|
#, python-brace-format
|
192
213
|
msgid "The selected framework '{framework}' is deprecated. Using '{alt}' instead."
|
193
214
|
msgstr ""
|
194
215
|
|
195
|
-
#: artefacts/cli/app.py:
|
216
|
+
#: artefacts/cli/app.py:360
|
196
217
|
#, python-brace-format
|
197
218
|
msgid ""
|
198
219
|
"WARNING: framework: '{framework}' is not officially supported. Attempting"
|
199
220
|
" run."
|
200
221
|
msgstr ""
|
201
222
|
|
202
|
-
#: artefacts/cli/app.py:
|
223
|
+
#: artefacts/cli/app.py:369
|
203
224
|
#, python-brace-format
|
204
225
|
msgid "AWS BATCH ARRAY DETECTED, batch_index={index}"
|
205
226
|
msgstr ""
|
206
227
|
|
207
|
-
#: artefacts/cli/app.py:
|
228
|
+
#: artefacts/cli/app.py:399
|
208
229
|
msgid ""
|
209
230
|
"Unable to authenticate (Stage: Job initialisation), please check your "
|
210
231
|
"project name and API key"
|
211
232
|
msgstr ""
|
212
233
|
|
213
|
-
#: artefacts/cli/app.py:
|
234
|
+
#: artefacts/cli/app.py:410
|
214
235
|
#, python-brace-format
|
215
236
|
msgid "Starting scenario {sid}/{num}: {name}"
|
216
237
|
msgstr ""
|
217
238
|
|
218
|
-
#: artefacts/cli/app.py:
|
239
|
+
#: artefacts/cli/app.py:420
|
219
240
|
msgid ""
|
220
241
|
"Unable to authenticate (Stage: Job run), please check your project name "
|
221
242
|
"and API key"
|
222
243
|
msgstr ""
|
223
244
|
|
224
|
-
#: artefacts/cli/app.py:
|
245
|
+
#: artefacts/cli/app.py:433
|
225
246
|
msgid "Test launch file not specified for ros2 project"
|
226
247
|
msgstr ""
|
227
248
|
|
228
|
-
#: artefacts/cli/app.py:
|
249
|
+
#: artefacts/cli/app.py:439 artefacts/cli/app.py:501
|
229
250
|
msgid "launch_test file not specified error"
|
230
251
|
msgstr ""
|
231
252
|
|
232
|
-
#: artefacts/cli/app.py:
|
253
|
+
#: artefacts/cli/app.py:441 artefacts/cli/app.py:503
|
233
254
|
msgid ""
|
234
255
|
"Please specify a `ros_testfile` in the artefacts.yaml scenario "
|
235
256
|
"configuration."
|
236
257
|
msgstr ""
|
237
258
|
|
238
|
-
#: artefacts/cli/app.py:
|
259
|
+
#: artefacts/cli/app.py:449 artefacts/cli/app.py:511 artefacts/cli/app.py:532
|
239
260
|
msgid "Performing dry run"
|
240
261
|
msgstr ""
|
241
262
|
|
242
|
-
#: artefacts/cli/app.py:
|
263
|
+
#: artefacts/cli/app.py:461
|
243
264
|
msgid "Artefacts failed to execute the tests"
|
244
265
|
msgstr ""
|
245
266
|
|
246
|
-
#: artefacts/cli/app.py:
|
267
|
+
#: artefacts/cli/app.py:469
|
268
|
+
msgid "ROS2 environment error"
|
269
|
+
msgstr ""
|
270
|
+
|
271
|
+
#: artefacts/cli/app.py:471 artefacts/cli/app.py:481
|
247
272
|
msgid ""
|
248
273
|
"Not able to execute tests. Make sure that ROS2 is sourced and that your "
|
249
274
|
"launch file syntax is correct."
|
250
275
|
msgstr ""
|
251
276
|
|
252
|
-
#: artefacts/cli/app.py:
|
277
|
+
#: artefacts/cli/app.py:495
|
253
278
|
msgid "Test launch file not specified for ros1 project"
|
254
279
|
msgstr ""
|
255
280
|
|
256
|
-
#: artefacts/cli/app.py:
|
281
|
+
#: artefacts/cli/app.py:523
|
257
282
|
msgid "run command not specified for scenario"
|
258
283
|
msgstr ""
|
259
284
|
|
260
|
-
#: artefacts/cli/app.py:
|
285
|
+
#: artefacts/cli/app.py:547
|
261
286
|
msgid "Done"
|
262
287
|
msgstr ""
|
263
288
|
|
264
|
-
#: artefacts/cli/app.py:
|
289
|
+
#: artefacts/cli/app.py:584 artefacts/cli/app_containers.py:231
|
265
290
|
#, python-brace-format
|
266
291
|
msgid "Project config file not found: {config}"
|
267
292
|
msgstr ""
|
268
293
|
|
269
|
-
#: artefacts/cli/app.py:
|
294
|
+
#: artefacts/cli/app.py:596
|
270
295
|
#, python-brace-format
|
271
296
|
msgid "Can't find a job named '{jobname}' in config '{config}'"
|
272
297
|
msgstr ""
|
273
298
|
|
274
|
-
#: artefacts/cli/app.py:
|
299
|
+
#: artefacts/cli/app.py:612
|
275
300
|
msgid "Packaging source..."
|
276
301
|
msgstr ""
|
277
302
|
|
278
|
-
#: artefacts/cli/app.py:
|
303
|
+
#: artefacts/cli/app.py:659
|
279
304
|
#, python-brace-format
|
280
305
|
msgid ""
|
281
306
|
"Apologies, problem in interacting with the Artefacts backend: "
|
282
307
|
"{status_code} {reason}. Response text: {detail}."
|
283
308
|
msgstr ""
|
284
309
|
|
285
|
-
#: artefacts/cli/app.py:
|
310
|
+
#: artefacts/cli/app.py:673
|
286
311
|
#, python-brace-format
|
287
312
|
msgid "Missing access! Please make sure your API key is added at {url}/settings"
|
288
313
|
msgstr ""
|
289
314
|
|
290
|
-
#: artefacts/cli/app.py:
|
315
|
+
#: artefacts/cli/app.py:680
|
291
316
|
#, python-brace-format
|
292
317
|
msgid "Billing issue, please go to {url}/settings to correct: {error}"
|
293
318
|
msgstr ""
|
294
319
|
|
295
|
-
#: artefacts/cli/app.py:
|
320
|
+
#: artefacts/cli/app.py:699
|
296
321
|
#, python-brace-format
|
297
322
|
msgid ""
|
298
323
|
"Error getting project info: {status_code} {reason}. Response text: "
|
299
324
|
"{detail}."
|
300
325
|
msgstr ""
|
301
326
|
|
302
|
-
#: artefacts/cli/app.py:
|
327
|
+
#: artefacts/cli/app.py:715
|
303
328
|
msgid "Testing local source"
|
304
329
|
msgstr ""
|
305
330
|
|
306
|
-
#: artefacts/cli/app.py:
|
331
|
+
#: artefacts/cli/app.py:764
|
307
332
|
#, python-brace-format
|
308
333
|
msgid "Uploading complete! The new job will show up shortly at {url}"
|
309
334
|
msgstr ""
|
@@ -399,16 +424,23 @@ msgstr ""
|
|
399
424
|
msgid "Package run failed:"
|
400
425
|
msgstr ""
|
401
426
|
|
402
|
-
#: artefacts/cli/config.py:
|
427
|
+
#: artefacts/cli/config.py:43
|
403
428
|
#, python-brace-format
|
404
429
|
msgid "No API KEY set. Please run `artefacts config add {project_name}`"
|
405
430
|
msgstr ""
|
406
431
|
|
407
|
-
#: artefacts/cli/config.py:
|
432
|
+
#: artefacts/cli/config.py:62 artefacts/cli/config.py:70
|
408
433
|
#, python-brace-format
|
409
434
|
msgid "Connecting to {api_url} using {auth_type}"
|
410
435
|
msgstr ""
|
411
436
|
|
437
|
+
#: artefacts/cli/config.py:99
|
438
|
+
msgid ""
|
439
|
+
"Unable to interact with the Artefacts API at this time. Our apologies, "
|
440
|
+
"this looks like us. Please retry later, or perhaps confirm your internet "
|
441
|
+
"connectivity."
|
442
|
+
msgstr ""
|
443
|
+
|
412
444
|
#: artefacts/cli/ros1.py:55
|
413
445
|
msgid ""
|
414
446
|
"[warning in generate_rosbag_args] rosbag_record asks for 'subscriptions' "
|
@@ -454,12 +486,12 @@ msgstr ""
|
|
454
486
|
msgid "Project config file {file_name} not found."
|
455
487
|
msgstr ""
|
456
488
|
|
457
|
-
#: artefacts/cli/utils_ros.py:
|
489
|
+
#: artefacts/cli/utils_ros.py:92
|
458
490
|
#, python-brace-format
|
459
491
|
msgid "[Exception in parse_tests_results] {message}"
|
460
492
|
msgstr ""
|
461
493
|
|
462
|
-
#: artefacts/cli/utils_ros.py:
|
494
|
+
#: artefacts/cli/utils_ros.py:94
|
463
495
|
msgid "Test result xml could not be loaded, marking success as False"
|
464
496
|
msgstr ""
|
465
497
|
|