Page MenuHomeSoftware Heritage

Build 1396

Lint

When
Completed at Oct 21 2017, 5:23 PM · Built for 4 s
Status
Passed
1 empty logs are hidden. Show all logs.

Build Log 4581 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

1python3 -m flake8 swh bin/swh-storage-add-dir
2

Python tests

When
Completed at Oct 21 2017, 5:23 PM · Built for 3 s
Status
Passed
1 empty logs are hidden. Show all logs.

Build Log 4580 (remote - stderr)
25 - 50 - 100 - Unlimited Lines

1W: unknown repository 'swh-loader-antelink', you might want to remove it
2W: unknown repository 'swh-cloner-git', you might want to remove it
3W: unknown repository 'swh-environment', you might want to remove it
4W: unknown repository 'swh-lister-github', you might want to remove it
5W: unknown repository 'swh-web-ui', you might want to remove it
6W: unknown repository 'swh-lister-bitbucket', you might want to remove it
7W: unknown repository 'swh-fetcher-googlecode', you might want to remove it
8ctags_to_db (test_converters.TestConverters) ... ok
9db_to_author (test_converters.TestConverters) ... ok
10db_to_ctags (test_converters.TestConverters) ... ok
11db_to_fossology_license (test_converters.TestConverters) ... ok
12db_to_git_headers (test_converters.TestConverters) ... ok
13db_to_language (test_converters.TestConverters) ... ok
14db_to_metadata (test_converters.TestConverters) ... ok
15db_to_mimetype (test_converters.TestConverters) ... ok
16db_to_release (test_converters.TestConverters) ... ok
17db_to_revision (test_converters.TestConverters) ... ok
18
19----------------------------------------------------------------------
20Ran 10 tests in 1.188s
21
22OK
23

Update environment from working copy

When
Completed at Oct 21 2017, 5:23 PM · Built for 40 s
Status
Passed
1 empty logs are hidden. Show all logs.

Build Log 4569 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

462 18 files changed, 340 insertions(+), 260 deletions(-)
463 create mode 100644 docs/Makefile.local
464 delete mode 100644 docs/archiver-blueprint.md
465 create mode 100644 docs/archiver-blueprint.rst
466 create mode 120000 docs/images/db-schema.svg
467 create mode 100644 docs/sql-storage.rst
468 create mode 100644 swh/__init__.py
469
470mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-web
471mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-web
472From ssh://forge.softwareheritage.org/source/swh-web
473 ef06e5c..5840b48 master -> origin/master
474 * [new tag] v0.0.91 -> v0.0.91
475Updating ef06e5c..5840b48
476Fast-forward
477 debian/control | 2 +-
478 debian/rules | 12 +-
479 docs/conf.py | 14 +-
480 docs/index.rst | 4 +-
481 docs/uri-scheme-api-content.rst | 275 +++++++
482 docs/uri-scheme-api-directory.rst | 85 ++
483 docs/uri-scheme-api-origin.rst | 210 +++++
484 docs/uri-scheme-api-stat.rst | 65 ++
485 docs/uri-scheme-api.rst | 15 +
486 docs/uri-scheme-browse-content.rst | 83 ++
487 docs/uri-scheme-browse-directory.rst | 31 +
488 docs/uri-scheme-browse-origin.rst | 481 ++++++++++++
489 docs/uri-scheme-browse-person.rst | 10 +
490 docs/uri-scheme-browse-revision.rst | 60 ++
491 docs/uri-scheme-browse.rst | 105 +++
492 docs/uri-scheme.rst | 487 ------------
493 setup.py | 10 +-
494 swh/__init__.py | 1 +
495 swh/web/__init__.py | 0
496 swh/web/api/utils.py | 7 +-
497 swh/web/api/views/__init__.py | 90 ---
498 swh/web/api/views/content.py | 2 +-
499 swh/web/api/views/directory.py | 2 +-
500 swh/web/api/views/entity.py | 2 +-
501 swh/web/api/views/origin.py | 2 +-
502 swh/web/api/views/person.py | 2 +-
503 swh/web/api/views/release.py | 2 +-
504 swh/web/api/views/revision.py | 2 +-
505 swh/web/api/views/utils.py | 90 +++
506 swh/web/browse/urls.py | 1 +
507 swh/web/browse/utils.py | 142 ++++
508 swh/web/browse/views/content.py | 5 +-
509 swh/web/browse/views/directory.py | 11 +-
510 swh/web/browse/views/origin.py | 357 ++++++---
511 swh/web/browse/views/revision.py | 144 ++++
512 swh/web/common/highlightjs.py | 1 +
513 swh/web/common/utils.py | 27 +-
514 swh/web/doc_config.py | 21 +
515 swh/web/settings/common.py | 2 +-
516 swh/web/settings/production.py | 6 +
517 swh/web/settings/tests.py | 38 +
518 swh/web/static/css/style.css | 46 ++
519 swh/web/templates/content.html | 7 +-
520 swh/web/templates/directory.html | 11 +-
521 .../top-navigation.html} | 6 +-
522 swh/web/templates/origin.html | 2 +-
523 swh/web/templates/revision-log.html | 177 +----
524 swh/web/templates/revision.html | 119 +--
525 swh/web/tests/__init__.py | 35 +-
526 swh/web/tests/api/test_api_lookup.py | 18 +-
527 swh/web/tests/browse/test_utils.py | 194 +++++
528 swh/web/tests/browse/views/data/__init__.py | 0
529 .../tests/browse/views/data/revision_test_data.py | 859 +++++++++++++++++++++
530 swh/web/tests/browse/views/test_origin.py | 6 +-
531 swh/web/tests/browse/views/test_revision.py | 177 +++++
532 swh/web/tests/common/test_throttling.py | 2 +-
533 swh/web/tests/common/test_utils.py | 5 +
534 swh/web/urls.py | 23 -
535 swh/web/wsgi.py | 9 -
536 59 files changed, 3553 insertions(+), 1049 deletions(-)
537 create mode 100644 docs/uri-scheme-api-content.rst
538 create mode 100644 docs/uri-scheme-api-directory.rst
539 create mode 100644 docs/uri-scheme-api-origin.rst
540 create mode 100644 docs/uri-scheme-api-stat.rst
541 create mode 100644 docs/uri-scheme-api.rst
542 create mode 100644 docs/uri-scheme-browse-content.rst
543 create mode 100644 docs/uri-scheme-browse-directory.rst
544 create mode 100644 docs/uri-scheme-browse-origin.rst
545 create mode 100644 docs/uri-scheme-browse-person.rst
546 create mode 100644 docs/uri-scheme-browse-revision.rst
547 create mode 100644 docs/uri-scheme-browse.rst
548 delete mode 100644 docs/uri-scheme.rst
549 create mode 100644 swh/__init__.py
550 create mode 100644 swh/web/__init__.py
551 create mode 100644 swh/web/api/views/utils.py
552 create mode 100644 swh/web/browse/views/revision.py
553 create mode 100644 swh/web/doc_config.py
554 create mode 100644 swh/web/settings/tests.py
555 rename swh/web/templates/{content-directory-top-navigation.html => includes/top-navigation.html} (71%)
556 create mode 100644 swh/web/tests/browse/views/data/__init__.py
557 create mode 100644 swh/web/tests/browse/views/data/revision_test_data.py
558 create mode 100644 swh/web/tests/browse/views/test_revision.py
559
560mr update: finished (24 ok)
561

Clone on Software Heritage Worker

When
Completed at Oct 21 2017, 5:22 PM · Built instantly
Status
Passed

Event Timeline