Properties
Properties
- Buildable
- B1047: rDSTOecdb993a5276: Cleanup packaging
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Oct 12 2017, 5:24 PM · Built for 5 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 Oct 12 2017, 5:24 PM · Built for 4 s
- Status
Passed
1 empty logs are hidden. Show all logs.
1 | W: unknown repository 'swh-loader-antelink', you might want to remove it |
---|---|
2 | W: unknown repository 'swh-cloner-git', you might want to remove it |
3 | W: unknown repository 'swh-environment', you might want to remove it |
4 | W: unknown repository 'swh-lister-github', you might want to remove it |
5 | W: unknown repository 'swh-web-ui', you might want to remove it |
6 | W: unknown repository 'swh-lister-bitbucket', you might want to remove it |
7 | W: unknown repository 'swh-fetcher-googlecode', you might want to remove it |
8 | ctags_to_db (test_converters.TestConverters) ... ok |
9 | db_to_author (test_converters.TestConverters) ... ok |
10 | db_to_ctags (test_converters.TestConverters) ... ok |
11 | db_to_fossology_license (test_converters.TestConverters) ... ok |
12 | db_to_git_headers (test_converters.TestConverters) ... ok |
13 | db_to_language (test_converters.TestConverters) ... ok |
14 | db_to_metadata (test_converters.TestConverters) ... ok |
15 | db_to_mimetype (test_converters.TestConverters) ... ok |
16 | db_to_release (test_converters.TestConverters) ... ok |
17 | db_to_revision (test_converters.TestConverters) ... ok |
18 | |
19 | ---------------------------------------------------------------------- |
20 | Ran 10 tests in 1.954s |
21 | |
22 | OK |
23 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Oct 12 2017, 5:24 PM · Built for 12 s
- Status
Passed
1 empty logs are hidden. Show all logs.
290 | swh/web/browse/urls.py | 1 + |
---|---|
291 | swh/web/browse/utils.py | 12 + |
292 | swh/web/browse/views/origin.py | 6 +- |
293 | swh/web/browse/views/revision.py | 176 +++++ |
294 | swh/web/common/utils.py | 27 +- |
295 | swh/web/static/css/style.css | 46 ++ |
296 | swh/web/templates/content.html | 2 +- |
297 | swh/web/templates/directory.html | 8 +- |
298 | .../top-navigation.html} | 2 +- |
299 | swh/web/templates/origin.html | 2 +- |
300 | swh/web/templates/revision-log.html | 177 +---- |
301 | swh/web/templates/revision.html | 119 +-- |
302 | .../tests/browse/views/data/revision_test_data.py | 859 +++++++++++++++++++++ |
303 | swh/web/tests/browse/views/test_origin.py | 2 +- |
304 | swh/web/tests/browse/views/test_revision.py | 159 ++++ |
305 | swh/web/tests/common/test_utils.py | 5 + |
306 | 21 files changed, 1391 insertions(+), 279 deletions(-) |
307 | create mode 100644 swh/__init__.py |
308 | create mode 100644 swh/web/browse/views/revision.py |
309 | rename swh/web/templates/{content-directory-top-navigation.html => includes/top-navigation.html} (85%) |
310 | create mode 100644 swh/web/tests/browse/views/data/revision_test_data.py |
311 | create mode 100644 swh/web/tests/browse/views/test_revision.py |
312 | |
313 | mr update: finished (24 ok) |
314 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Oct 12 2017, 5:24 PM · Built instantly
- Status
Passed