Properties
Properties
- Buildable
- B673: rDSTO28c3eec11507: archiver: fix brown paper bag bug for object counter
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Feb 16 2017, 1:24 PM · Built for 13 s
- Status
Passed
1 empty logs are hidden. Show all logs.
1 | python3 -m flake8 swh bin/swh-storage-add-dir |
---|---|
2 |
Python tests
Python tests
- When
- Completed at Feb 16 2017, 1:24 PM · Built for 9 s
- Status
Passed
1 empty logs are hidden. Show all logs.
1 | W: unknown repository 'swh-environment', you might want to remove it |
---|---|
2 | ctags_to_db (test_converters.TestConverters) ... ok |
3 | db_to_author (test_converters.TestConverters) ... ok |
4 | db_to_ctags (test_converters.TestConverters) ... ok |
5 | db_to_git_headers (test_converters.TestConverters) ... ok |
6 | db_to_language (test_converters.TestConverters) ... ok |
7 | db_to_mimetype (test_converters.TestConverters) ... ok |
8 | db_to_release (test_converters.TestConverters) ... ok |
9 | db_to_revision (test_converters.TestConverters) ... ok |
10 | |
11 | ---------------------------------------------------------------------- |
12 | Ran 8 tests in 3.836s |
13 | |
14 | OK |
15 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Feb 16 2017, 1:23 PM · Built for 20 s
- Status
Passed
1 empty logs are hidden. Show all logs.
451 | swh/web/ui/templates/api.html | 11 +- |
---|---|
452 | swh/web/ui/templates/apidoc.html | 90 ++- |
453 | .../ui/templates/includes/apidoc-header-toc.html | 8 + |
454 | swh/web/ui/templates/includes/apidoc-header.html | 106 ++++ |
455 | swh/web/ui/templates/includes/apidoc-header.md | 199 +++++++ |
456 | swh/web/ui/templates/includes/search-form.html | 9 +- |
457 | swh/web/ui/templates/layout.html | 94 +-- |
458 | swh/web/ui/templates/origin.html | 9 +- |
459 | swh/web/ui/tests/test_apidoc.py | 26 +- |
460 | swh/web/ui/tests/test_app.py | 15 +- |
461 | swh/web/ui/tests/test_backend.py | 5 +- |
462 | swh/web/ui/tests/test_converters.py | 66 ++- |
463 | swh/web/ui/tests/test_renderers.py | 54 +- |
464 | swh/web/ui/tests/test_service.py | 15 +- |
465 | swh/web/ui/tests/test_utils.py | 149 +++-- |
466 | swh/web/ui/tests/views/test_api.py | 382 ++++++------ |
467 | swh/web/ui/tests/views/test_browse.py | 38 +- |
468 | swh/web/ui/tests/views/test_main.py | 16 +- |
469 | swh/web/ui/utils.py | 68 ++- |
470 | swh/web/ui/views/api.py | 660 ++++++++++++--------- |
471 | swh/web/ui/views/browse.py | 30 +- |
472 | swh/web/ui/views/main.py | 8 +- |
473 | 57 files changed, 2209 insertions(+), 1074 deletions(-) |
474 | create mode 100644 requirements-swh.txt |
475 | delete mode 120000 swh/web/ui/static/css/jquery.dataTables.min.css |
476 | create mode 100644 swh/web/ui/static/img/arrow-up-small.png |
477 | create mode 100644 swh/web/ui/static/img/icons/swh-logo-32x32.png |
478 | create mode 100644 swh/web/ui/static/img/icons/swh-logo-archive-180x180.png |
479 | create mode 100644 swh/web/ui/static/img/icons/swh-logo-archive-192x192.png |
480 | create mode 100644 swh/web/ui/static/img/icons/swh-logo-archive-270x270.png |
481 | create mode 100644 swh/web/ui/static/img/swh-logo-archive.png |
482 | create mode 100644 swh/web/ui/static/img/swh-logo-archive.svg |
483 | delete mode 100644 swh/web/ui/static/lib/README |
484 | delete mode 120000 swh/web/ui/static/lib/core.js |
485 | delete mode 120000 swh/web/ui/static/lib/jquery.dataTables.min.js |
486 | delete mode 120000 swh/web/ui/static/lib/jquery.flot.min.js |
487 | delete mode 120000 swh/web/ui/static/lib/jquery.flot.selection.min.js |
488 | delete mode 120000 swh/web/ui/static/lib/jquery.flot.time.min.js |
489 | delete mode 120000 swh/web/ui/static/lib/jquery.flot.tooltip.min.js |
490 | delete mode 120000 swh/web/ui/static/lib/lib-typedarrays.js |
491 | delete mode 120000 swh/web/ui/static/lib/sha1.js |
492 | delete mode 120000 swh/web/ui/static/lib/sha256.js |
493 | create mode 100644 swh/web/ui/static/robots.txt |
494 | create mode 100644 swh/web/ui/templates/api-endpoints.html |
495 | create mode 100644 swh/web/ui/templates/includes/apidoc-header-toc.html |
496 | create mode 100644 swh/web/ui/templates/includes/apidoc-header.html |
497 | create mode 100644 swh/web/ui/templates/includes/apidoc-header.md |
498 | |
499 | mr update: finished (24 ok) |
500 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Feb 16 2017, 1:23 PM · Built instantly
- Status
Passed