Properties
Properties
- Buildable
- B563: rDSTOba29d1880dc9: Add index on ctags' name column
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Nov 29 2016, 5:26 PM · Built for 3 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 Nov 29 2016, 5:26 PM · Built for 2 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_git_headers (test_converters.TestConverters) ... ok |
5 | db_to_release (test_converters.TestConverters) ... ok |
6 | db_to_revision (test_converters.TestConverters) ... ok |
7 | |
8 | ---------------------------------------------------------------------- |
9 | Ran 5 tests in 0.778s |
10 | |
11 | OK |
12 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Nov 29 2016, 5:26 PM · Built for 15 s
- Status
Passed
1 empty logs are hidden. Show all logs.
139 | swh/web/ui/templates/browse.html | 21 +- |
---|---|
140 | swh/web/ui/templates/content.html | 14 +- |
141 | swh/web/ui/templates/includes/home-content.html | 10 + |
142 | swh/web/ui/templates/includes/search-form.html | 38 ++- |
143 | swh/web/ui/templates/layout.html | 3 +- |
144 | swh/web/ui/templates/search.html | 2 +- |
145 | swh/web/ui/templates/symbols.html | 37 +++ |
146 | swh/web/ui/tests/test_apidoc.py | 351 +++++------------------- |
147 | swh/web/ui/tests/test_app.py | 16 +- |
148 | swh/web/ui/tests/test_backend.py | 79 +++++- |
149 | swh/web/ui/tests/test_renderers.py | 62 ++++- |
150 | swh/web/ui/tests/test_service.py | 97 ++++++- |
151 | swh/web/ui/tests/test_utils.py | 81 ++++++ |
152 | swh/web/ui/tests/views/test_api.py | 171 +++++++++++- |
153 | swh/web/ui/tests/views/test_browse.py | 197 ++++++++++++- |
154 | swh/web/ui/utils.py | 31 ++- |
155 | swh/web/ui/views/api.py | 141 ++++++++-- |
156 | swh/web/ui/views/browse.py | 121 ++++++-- |
157 | 28 files changed, 1508 insertions(+), 480 deletions(-) |
158 | create mode 100644 swh/web/ui/static/css/pygment.css |
159 | create mode 100644 swh/web/ui/templates/includes/home-content.html |
160 | create mode 100644 swh/web/ui/templates/symbols.html |
161 | |
162 | mr update: finished (21 ok) |
163 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Nov 29 2016, 5:26 PM · Built instantly
- Status
Passed