Commit c0cc3b5
authored
Is1884/service integration library (#1963)
- Creating a service integration library in osparc to simplify submission and integration of services in the platform. This library includes now most the functionality currently in the cookiecutter-osparc-service regarding:
* tooling ( e.g. inject metadata in images, )
* testing fixtures/assert helpers
* versioning
* Taks tools from https://github.com/ITISFoundation/cookiecutter-osparc-service
* reqs
* renames as service-integration
* Adds requirements and installsy with pip-sync
* Updates template settings with new lib
* Created a CL and moved all tools as CLI subcommands
* Fixes click options and func arguments mapping
* Fixes in tooling and updated doc
* Adding submodule as a pytest-plugin with fixtures and assert helpers
* Removes unused models-library regex and add full-coverage tests on remaining
* Adds model-lib dependency
* Adds dumping-version
* Updates test reqs
* Removed __main__ by cli and introduced meta submodule
* Adds association for CWL files in settings.py
* Fixes fixture
* Add tests script
* Adds extra tests on metadata
* Fixing coverage and loads
* Removed faulty pytest config fiel
* Added tests on meta
* Fixing metadata script
* Splits tests and passes
* adds unit-tests in actions and added owners
* updates doc
* Adds new CLI command to retrieve current versions in metadata
* excludes pytest plugins fromcodeclimate
* Removes space created by version bump
* Fixes regex to capture reqs w extras e.g. foo[all] in ALL setup.py
* Upgrades reqs and adds docs
* Changes based on review @GitHK
* Saving yaml keeps order1 parent 341a1e5 commit c0cc3b5
File tree
59 files changed
+2107
-147
lines changed- .github
- workflows
- .vscode
- ci/github/unit-testing
- packages
- models-library
- src/models_library
- tests
- postgres-database
- s3wrapper
- service-integration
- requirements
- src/service_integration
- pytest_plugin
- scripts
- tests
- data
- service-library
- simcore-sdk
- services
- api-server
- catalog
- director-v2
- director
- sidecar
- storage
- web/server
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
59 files changed
+2107
-147
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| 81 | + | |
81 | 82 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
440 | 440 | | |
441 | 441 | | |
442 | 442 | | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
443 | 493 | | |
444 | 494 | | |
445 | 495 | | |
| |||
1306 | 1356 | | |
1307 | 1357 | | |
1308 | 1358 | | |
| 1359 | + | |
1309 | 1360 | | |
1310 | 1361 | | |
1311 | 1362 | | |
| |||
1338 | 1389 | | |
1339 | 1390 | | |
1340 | 1391 | | |
| 1392 | + | |
| 1393 | + | |
| 1394 | + | |
1341 | 1395 | | |
1342 | 1396 | | |
1343 | 1397 | | |
| |||
1383 | 1437 | | |
1384 | 1438 | | |
1385 | 1439 | | |
| 1440 | + | |
1386 | 1441 | | |
1387 | 1442 | | |
1388 | 1443 | | |
| |||
1418 | 1473 | | |
1419 | 1474 | | |
1420 | 1475 | | |
| 1476 | + | |
1421 | 1477 | | |
1422 | 1478 | | |
1423 | 1479 | | |
| |||
1430 | 1486 | | |
1431 | 1487 | | |
1432 | 1488 | | |
1433 | | - | |
| 1489 | + | |
1434 | 1490 | | |
1435 | 1491 | | |
1436 | 1492 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| 35 | + | |
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
37 | 40 | | |
38 | | - | |
| 41 | + | |
| 42 | + | |
39 | 43 | | |
40 | 44 | | |
41 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
Lines changed: 3 additions & 39 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
| |||
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| 14 | + | |
12 | 15 | | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
18 | | - | |
19 | | - | |
20 | 21 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
0 commit comments