Properties
Properties
- Buildable
- B206: Diff 178
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Jun 16 2016, 11:59 AM · Built for 3 s
- Status
Passed
1 empty logs are hidden. Show all logs.
| 1 | python3 -m flake8 swh bin/swh-storage-add-dir bin/swh-objstorage-fsck bin/swh-objstorage-add-dir |
|---|---|
| 2 |
Python tests
Python tests
- When
- Completed at Jun 16 2016, 11:59 AM · Built for 3 s
- Status
Passed
1 empty logs are hidden. Show all logs.
| 5 | repair_content_present_distributed (test_checker.TestChecker) ... ok |
|---|---|
| 6 | repair_content_present_first (test_checker.TestChecker) ... ok |
| 7 | repair_content_present_second (test_checker.TestChecker) ... ok |
| 8 | db_to_author (test_converters.TestConverters) ... ok |
| 9 | db_to_git_headers (test_converters.TestConverters) ... ok |
| 10 | db_to_release (test_converters.TestConverters) ... ok |
| 11 | db_to_revision (test_converters.TestConverters) ... ok |
| 12 | add_get_w_id (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
| 13 | add_get_wo_id (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
| 14 | check_id_mismatch (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
| 15 | check_missing (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
| 16 | check_not_gzip (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
| 17 | check_present (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
| 18 | contains (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
| 19 | get_missing (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
| 20 | get_random_contents (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
| 21 | iter (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
| 22 | len (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
| 23 | restore_content (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
| 24 | |
| 25 | ---------------------------------------------------------------------- |
| 26 | Ran 22 tests in 1.054s |
| 27 | |
| 28 | OK |
| 29 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Jun 16 2016, 11:59 AM · Built for 16 s
- Status
Passed
1 empty logs are hidden. Show all logs.
| 217 | swh/web/ui/converters.py | 38 +++-- |
|---|---|
| 218 | swh/web/ui/service.py | 50 +++++- |
| 219 | swh/web/ui/templates/content.html | 5 + |
| 220 | swh/web/ui/templates/directory.html | 7 +- |
| 221 | swh/web/ui/templates/entity.html | 5 + |
| 222 | swh/web/ui/templates/origin.html | 5 + |
| 223 | swh/web/ui/templates/person.html | 5 + |
| 224 | swh/web/ui/templates/release.html | 12 +- |
| 225 | swh/web/ui/templates/revision-directory.html | 23 ++- |
| 226 | swh/web/ui/templates/revision-log.html | 54 ++++++- |
| 227 | swh/web/ui/templates/revision.html | 29 +++- |
| 228 | swh/web/ui/templates/upload_and_search.html | 18 ++- |
| 229 | swh/web/ui/tests/test_backend.py | 56 +++++++ |
| 230 | swh/web/ui/tests/test_converters.py | 128 +++++++++++++++ |
| 231 | swh/web/ui/tests/test_service.py | 193 +++++++++++++++++++++- |
| 232 | swh/web/ui/tests/test_utils.py | 94 ++++++++++- |
| 233 | swh/web/ui/tests/views/test_api.py | 136 +++++++++++++--- |
| 234 | swh/web/ui/tests/views/test_browse.py | 230 +++++++++++++++++++-------- |
| 235 | swh/web/ui/utils.py | 5 + |
| 236 | swh/web/ui/views/api.py | 105 +++++++++++- |
| 237 | swh/web/ui/views/browse.py | 113 ++++++++----- |
| 238 | 24 files changed, 1173 insertions(+), 175 deletions(-) |
| 239 | |
| 240 | mr update: finished (18 ok) |
| 241 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Jun 16 2016, 11:59 AM · Built instantly
- Status
Passed