Properties
Properties
- Buildable
- B912: Diff 714
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Jun 23 2017, 6:47 PM · Built for 6 s
- Status
Passed
1 empty logs are hidden. Show all logs.
| 1 | python3 -m flake8 swh bin/swh-web-ui-dev |
|---|---|
| 2 |
Python tests
Python tests
- When
- Completed at Jun 23 2017, 6:47 PM · Built for 8 s
- Status
Passed
1 empty logs are hidden. Show all logs.
| 370 | enrich_revision_with_no_message (ui.tests.test_utils.UtilsTestCase) ... ok |
|---|---|
| 371 | enrich_revision_without_children_or_parent (ui.tests.test_utils.UtilsTestCase) ... ok |
| 372 | filter_endpoints_1 (ui.tests.test_utils.UtilsTestCase) ... ok |
| 373 | filter_endpoints_2 (ui.tests.test_utils.UtilsTestCase) ... ok |
| 374 | filter_field_keys_dict (ui.tests.test_utils.UtilsTestCase) ... ok |
| 375 | filter_field_keys_dict_unknown_keys (ui.tests.test_utils.UtilsTestCase) ... ok |
| 376 | filter_field_keys_list (ui.tests.test_utils.UtilsTestCase) ... ok |
| 377 | filter_field_keys_list_unknown_keys (ui.tests.test_utils.UtilsTestCase) ... ok |
| 378 | filter_field_keys_map (ui.tests.test_utils.UtilsTestCase) ... ok |
| 379 | filter_field_keys_other (ui.tests.test_utils.UtilsTestCase) ... ok |
| 380 | fmap (ui.tests.test_utils.UtilsTestCase) ... ok |
| 381 | parse_timestamp (ui.tests.test_utils.UtilsTestCase) ... ok |
| 382 | person_to_string (ui.tests.test_utils.UtilsTestCase) ... ok |
| 383 | prepare_data_for_view (ui.tests.test_utils.UtilsTestCase) ... ok |
| 384 | prepare_data_for_view_default_encoding (ui.tests.test_utils.UtilsTestCase) ... ok |
| 385 | prepare_data_for_view_ko_cannot_decode (ui.tests.test_utils.UtilsTestCase) ... ok |
| 386 | shorten_path_noop (ui.tests.test_utils.UtilsTestCase) ... ok |
| 387 | shorten_path_sha1 (ui.tests.test_utils.UtilsTestCase) ... ok |
| 388 | shorten_path_sha256 (ui.tests.test_utils.UtilsTestCase) ... ok |
| 389 | |
| 390 | ---------------------------------------------------------------------- |
| 391 | Ran 383 tests in 3.336s |
| 392 | |
| 393 | OK |
| 394 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Jun 23 2017, 6:46 PM · Built for 7 s
- Status
Passed
2 empty logs are hidden. Show all logs.
| 61 | mr update: /home/temp-drydock/drydock/workingcopy-179/repo/swh-environment/swh-py-template |
|---|---|
| 62 | Already up-to-date. |
| 63 | |
| 64 | mr update: /home/temp-drydock/drydock/workingcopy-179/repo/swh-environment/swh-scheduler |
| 65 | mr update: /home/temp-drydock/drydock/workingcopy-179/repo/swh-environment/swh-scheduler |
| 66 | Already up-to-date. |
| 67 | |
| 68 | mr update: /home/temp-drydock/drydock/workingcopy-179/repo/swh-environment/swh-storage |
| 69 | mr update: /home/temp-drydock/drydock/workingcopy-179/repo/swh-environment/swh-storage |
| 70 | Already up-to-date. |
| 71 | |
| 72 | mr update: /home/temp-drydock/drydock/workingcopy-179/repo/swh-environment/swh-storage-testdata |
| 73 | mr update: /home/temp-drydock/drydock/workingcopy-179/repo/swh-environment/swh-storage-testdata |
| 74 | Already up-to-date. |
| 75 | |
| 76 | mr update: /home/temp-drydock/drydock/workingcopy-179/repo/swh-environment/swh-vault |
| 77 | mr update: /home/temp-drydock/drydock/workingcopy-179/repo/swh-environment/swh-vault |
| 78 | Already up-to-date. |
| 79 | |
| 80 | mr update: /home/temp-drydock/drydock/workingcopy-179/repo/swh-environment/swh-web-ui |
| 81 | mr update: /home/temp-drydock/drydock/workingcopy-179/repo/swh-environment/swh-web-ui |
| 82 | Already up-to-date. |
| 83 | |
| 84 | mr update: finished (21 ok) |
| 85 |
| 438 | * [new tag] v0.0.82 -> v0.0.82 |
|---|---|
| 439 | Updating 8f8c790..edf7e7a |
| 440 | Fast-forward |
| 441 | debian/changelog | 2 +- |
| 442 | debian/control | 6 +- |
| 443 | requirements-swh.txt | 3 +- |
| 444 | resources/test/webapp.yml | 4 +- |
| 445 | swh/web/ui/converters.py | 4 +- |
| 446 | swh/web/ui/exc.py | 24 +++- |
| 447 | swh/web/ui/main.py | 39 ++++-- |
| 448 | swh/web/ui/query.py | 10 +- |
| 449 | swh/web/ui/service.py | 6 +- |
| 450 | swh/web/ui/tests/test_app.py | 10 +- |
| 451 | swh/web/ui/tests/test_backend.py | 109 ++++++++-------- |
| 452 | swh/web/ui/tests/test_converters.py | 91 +++++++------ |
| 453 | swh/web/ui/tests/test_query.py | 14 +- |
| 454 | swh/web/ui/tests/test_service.py | 122 +++++++++--------- |
| 455 | swh/web/ui/tests/views/test_api.py | 172 +++++++++++++++++++------ |
| 456 | swh/web/ui/views/api.py | 248 +++++++++++++++++------------------- |
| 457 | swh/web/ui/views/browse.py | 4 - |
| 458 | swh/web/ui/views/errorhandler.py | 16 ++- |
| 459 | 18 files changed, 518 insertions(+), 366 deletions(-) |
| 460 | |
| 461 | mr update: finished (21 ok) |
| 462 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Jun 23 2017, 6:43 PM · Built instantly
- Status
Passed