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.
401 | * [new tag] v0.0.63 -> v0.0.63 |
---|---|
402 | * [new tag] v0.0.64 -> v0.0.64 |
403 | * [new tag] v0.0.65 -> v0.0.65 |
404 | * [new tag] v0.0.67 -> v0.0.67 |
405 | * [new tag] v0.0.68 -> v0.0.68 |
406 | * [new tag] v0.0.69 -> v0.0.69 |
407 | * [new tag] v0.0.70 -> v0.0.70 |
408 | * [new tag] v0.0.71 -> v0.0.71 |
409 | * [new tag] v0.0.72 -> v0.0.72 |
410 | * [new tag] v0.0.73 -> v0.0.73 |
411 | * [new tag] v0.0.74 -> v0.0.74 |
412 | * [new tag] v0.0.75 -> v0.0.75 |
413 | * [new tag] v0.0.76 -> v0.0.76 |
414 | Updating b84a083..d06879a |
415 | Fast-forward |
416 | MANIFEST.in | 1 + |
417 | Makefile.local | 4 + |
418 | README | 59 +- |
419 | debian/control | 23 +- |
420 | requirements-swh.txt | 2 + |
421 | requirements.txt | 13 +- |
422 | resources/test/webapp.yml | 10 + |
423 | setup.py | 14 +- |
424 | swh/web/ui/apidoc.py | 334 ++++++----- |
425 | swh/web/ui/backend.py | 16 +- |
426 | swh/web/ui/converters.py | 63 +- |
427 | swh/web/ui/main.py | 74 ++- |
428 | swh/web/ui/renderers.py | 72 ++- |
429 | swh/web/ui/service.py | 13 +- |
430 | swh/web/ui/static/css/jquery.dataTables.min.css | 1 - |
431 | swh/web/ui/static/css/style.css | 284 ++++++++- |
432 | swh/web/ui/static/img/arrow-up-small.png | Bin 0 -> 868 bytes |
433 | swh/web/ui/static/img/icons/swh-logo-32x32.png | Bin 0 -> 2126 bytes |
434 | .../static/img/icons/swh-logo-archive-180x180.png | Bin 0 -> 16349 bytes |
435 | .../static/img/icons/swh-logo-archive-192x192.png | Bin 0 -> 17289 bytes |
436 | .../static/img/icons/swh-logo-archive-270x270.png | Bin 0 -> 24005 bytes |
437 | swh/web/ui/static/img/swh-logo-archive.png | Bin 0 -> 45564 bytes |
438 | swh/web/ui/static/img/swh-logo-archive.svg | 160 +++++ |
439 | swh/web/ui/static/lib/README | 2 - |
440 | swh/web/ui/static/lib/core.js | 1 - |
441 | swh/web/ui/static/lib/jquery.dataTables.min.js | 1 - |
442 | swh/web/ui/static/lib/jquery.flot.min.js | 1 - |
443 | swh/web/ui/static/lib/jquery.flot.selection.min.js | 1 - |
444 | swh/web/ui/static/lib/jquery.flot.time.min.js | 1 - |
445 | swh/web/ui/static/lib/jquery.flot.tooltip.min.js | 1 - |
446 | swh/web/ui/static/lib/lib-typedarrays.js | 1 - |
447 | swh/web/ui/static/lib/sha1.js | 1 - |
448 | swh/web/ui/static/lib/sha256.js | 1 - |
449 | swh/web/ui/static/robots.txt | 2 + |
450 | swh/web/ui/templates/api-endpoints.html | 69 +++ |
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