Properties
Properties
- Buildable
- B666: rDSTOc6abed2ca3b7: sql/archiver: get the count of objects in each archive
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Feb 9 2017, 6:42 PM · Built for 4 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 9 2017, 6:42 PM · Built for 3 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 1.874s |
13 | |
14 | OK |
15 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Feb 9 2017, 6:42 PM · Built for 19 s
- Status
Passed
1 empty logs are hidden. Show all logs.
473 | .../ui/templates/includes/apidoc-header-toc.html | 8 + |
---|---|
474 | swh/web/ui/templates/includes/apidoc-header.html | 106 ++++ |
475 | swh/web/ui/templates/includes/apidoc-header.md | 199 +++++++ |
476 | swh/web/ui/templates/includes/search-form.html | 9 +- |
477 | swh/web/ui/templates/layout.html | 94 +-- |
478 | swh/web/ui/templates/origin.html | 9 +- |
479 | swh/web/ui/tests/test_apidoc.py | 26 +- |
480 | swh/web/ui/tests/test_app.py | 15 +- |
481 | swh/web/ui/tests/test_backend.py | 9 +- |
482 | swh/web/ui/tests/test_converters.py | 66 ++- |
483 | swh/web/ui/tests/test_renderers.py | 54 +- |
484 | swh/web/ui/tests/test_service.py | 31 +- |
485 | swh/web/ui/tests/test_utils.py | 149 +++-- |
486 | swh/web/ui/tests/views/test_api.py | 382 ++++++------ |
487 | swh/web/ui/tests/views/test_browse.py | 38 +- |
488 | swh/web/ui/tests/views/test_main.py | 16 +- |
489 | swh/web/ui/utils.py | 68 ++- |
490 | swh/web/ui/views/api.py | 660 ++++++++++++--------- |
491 | swh/web/ui/views/browse.py | 30 +- |
492 | swh/web/ui/views/main.py | 8 +- |
493 | 58 files changed, 2251 insertions(+), 1122 deletions(-) |
494 | create mode 100644 requirements-swh.txt |
495 | delete mode 100644 resources/test/webapp.ini |
496 | create mode 100644 resources/test/webapp.yml |
497 | delete mode 120000 swh/web/ui/static/css/jquery.dataTables.min.css |
498 | create mode 100644 swh/web/ui/static/img/arrow-up-small.png |
499 | create mode 100644 swh/web/ui/static/img/icons/swh-logo-32x32.png |
500 | create mode 100644 swh/web/ui/static/img/icons/swh-logo-archive-180x180.png |
501 | create mode 100644 swh/web/ui/static/img/icons/swh-logo-archive-192x192.png |
502 | create mode 100644 swh/web/ui/static/img/icons/swh-logo-archive-270x270.png |
503 | create mode 100644 swh/web/ui/static/img/swh-logo-archive.png |
504 | create mode 100644 swh/web/ui/static/img/swh-logo-archive.svg |
505 | delete mode 100644 swh/web/ui/static/lib/README |
506 | delete mode 120000 swh/web/ui/static/lib/core.js |
507 | delete mode 120000 swh/web/ui/static/lib/jquery.dataTables.min.js |
508 | delete mode 120000 swh/web/ui/static/lib/jquery.flot.min.js |
509 | delete mode 120000 swh/web/ui/static/lib/jquery.flot.selection.min.js |
510 | delete mode 120000 swh/web/ui/static/lib/jquery.flot.time.min.js |
511 | delete mode 120000 swh/web/ui/static/lib/jquery.flot.tooltip.min.js |
512 | delete mode 120000 swh/web/ui/static/lib/lib-typedarrays.js |
513 | delete mode 120000 swh/web/ui/static/lib/sha1.js |
514 | delete mode 120000 swh/web/ui/static/lib/sha256.js |
515 | create mode 100644 swh/web/ui/static/robots.txt |
516 | create mode 100644 swh/web/ui/templates/api-endpoints.html |
517 | create mode 100644 swh/web/ui/templates/includes/apidoc-header-toc.html |
518 | create mode 100644 swh/web/ui/templates/includes/apidoc-header.html |
519 | create mode 100644 swh/web/ui/templates/includes/apidoc-header.md |
520 | |
521 | mr update: finished (24 ok) |
522 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Feb 9 2017, 6:41 PM · Built instantly
- Status
Passed