Properties
Properties
- Buildable
- B573: rDSTO6a2639795b59: storage: Add tool information on mimetype api endpoints
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Dec 2 2016, 4:29 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 Dec 2 2016, 4:29 PM · Built for 1 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_mimetype (test_converters.TestConverters) ... ok |
7 | db_to_release (test_converters.TestConverters) ... ok |
8 | db_to_revision (test_converters.TestConverters) ... ok |
9 | |
10 | ---------------------------------------------------------------------- |
11 | Ran 7 tests in 0.691s |
12 | |
13 | OK |
14 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Dec 2 2016, 4:29 PM · Built for 19 s
- Status
Passed
1 empty logs are hidden. Show all logs.
194 | swh/web/ui/templates/includes/search-form.html | 10 +- |
---|---|
195 | swh/web/ui/templates/layout.html | 6 +- |
196 | swh/web/ui/templates/search.html | 57 +-- |
197 | swh/web/ui/templates/symbols.html | 83 ++++ |
198 | swh/web/ui/tests/test_app.py | 4 +- |
199 | swh/web/ui/tests/test_backend.py | 184 ++++++++- |
200 | swh/web/ui/tests/test_converters.py | 21 ++ |
201 | swh/web/ui/tests/test_renderers.py | 93 ++++- |
202 | swh/web/ui/tests/test_service.py | 285 +++++++++++++- |
203 | swh/web/ui/tests/test_utils.py | 105 +++++- |
204 | swh/web/ui/tests/views/test_api.py | 418 ++++++++++++++++++++- |
205 | swh/web/ui/tests/views/test_browse.py | 227 ++++++++++- |
206 | swh/web/ui/utils.py | 47 ++- |
207 | swh/web/ui/views/api.py | 227 +++++++++-- |
208 | swh/web/ui/views/browse.py | 134 ++++++- |
209 | 33 files changed, 2284 insertions(+), 179 deletions(-) |
210 | create mode 120000 swh/web/ui/static/css/jquery.dataTables.min.css |
211 | create mode 100644 swh/web/ui/static/css/pygment.css |
212 | create mode 120000 swh/web/ui/static/lib/jquery.dataTables.min.js |
213 | create mode 100644 swh/web/ui/templates/includes/home-content.html |
214 | create mode 100644 swh/web/ui/templates/includes/home-search-symbol.html |
215 | create mode 100644 swh/web/ui/templates/symbols.html |
216 | |
217 | mr update: finished (21 ok) |
218 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Dec 2 2016, 4:29 PM · Built instantly
- Status
Passed