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.
423 | * [new tag] v0.0.67 -> v0.0.67 |
---|---|
424 | * [new tag] v0.0.68 -> v0.0.68 |
425 | * [new tag] v0.0.69 -> v0.0.69 |
426 | * [new tag] v0.0.70 -> v0.0.70 |
427 | * [new tag] v0.0.71 -> v0.0.71 |
428 | * [new tag] v0.0.72 -> v0.0.72 |
429 | * [new tag] v0.0.73 -> v0.0.73 |
430 | * [new tag] v0.0.74 -> v0.0.74 |
431 | * [new tag] v0.0.75 -> v0.0.75 |
432 | * [new tag] v0.0.76 -> v0.0.76 |
433 | Updating 49c7f4e..d06879a |
434 | Fast-forward |
435 | MANIFEST.in | 1 + |
436 | Makefile.local | 8 +- |
437 | README | 59 +- |
438 | debian/control | 23 +- |
439 | requirements-swh.txt | 2 + |
440 | requirements.txt | 13 +- |
441 | resources/test/webapp.ini | 26 - |
442 | resources/test/webapp.yml | 29 + |
443 | setup.py | 14 +- |
444 | swh/web/ui/apidoc.py | 334 ++++++----- |
445 | swh/web/ui/backend.py | 21 +- |
446 | swh/web/ui/converters.py | 63 +- |
447 | swh/web/ui/main.py | 84 ++- |
448 | swh/web/ui/renderers.py | 72 ++- |
449 | swh/web/ui/service.py | 19 +- |
450 | swh/web/ui/static/css/jquery.dataTables.min.css | 1 - |
451 | swh/web/ui/static/css/style.css | 284 ++++++++- |
452 | swh/web/ui/static/img/arrow-up-small.png | Bin 0 -> 868 bytes |
453 | swh/web/ui/static/img/icons/swh-logo-32x32.png | Bin 0 -> 2126 bytes |
454 | .../static/img/icons/swh-logo-archive-180x180.png | Bin 0 -> 16349 bytes |
455 | .../static/img/icons/swh-logo-archive-192x192.png | Bin 0 -> 17289 bytes |
456 | .../static/img/icons/swh-logo-archive-270x270.png | Bin 0 -> 24005 bytes |
457 | swh/web/ui/static/img/swh-logo-archive.png | Bin 0 -> 45564 bytes |
458 | swh/web/ui/static/img/swh-logo-archive.svg | 160 +++++ |
459 | swh/web/ui/static/lib/README | 2 - |
460 | swh/web/ui/static/lib/core.js | 1 - |
461 | swh/web/ui/static/lib/jquery.dataTables.min.js | 1 - |
462 | swh/web/ui/static/lib/jquery.flot.min.js | 1 - |
463 | swh/web/ui/static/lib/jquery.flot.selection.min.js | 1 - |
464 | swh/web/ui/static/lib/jquery.flot.time.min.js | 1 - |
465 | swh/web/ui/static/lib/jquery.flot.tooltip.min.js | 1 - |
466 | swh/web/ui/static/lib/lib-typedarrays.js | 1 - |
467 | swh/web/ui/static/lib/sha1.js | 1 - |
468 | swh/web/ui/static/lib/sha256.js | 1 - |
469 | swh/web/ui/static/robots.txt | 2 + |
470 | swh/web/ui/templates/api-endpoints.html | 69 +++ |
471 | swh/web/ui/templates/api.html | 11 +- |
472 | swh/web/ui/templates/apidoc.html | 90 ++- |
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