Properties
Properties
- Buildable
- B564: rDSTOebcfd49997f9: storage: Actually use the index for searching expression
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Nov 30 2016, 2:56 PM · Built for 4 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 30 2016, 2:56 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 1.139s |
10 | |
11 | OK |
12 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Nov 30 2016, 2:56 PM · Built for 11 s
- Status
Passed
1 empty logs are hidden. Show all logs.
118 | swh/web/ui/static/js/search.js | 14 +- |
---|---|
119 | swh/web/ui/templates/browse.html | 21 +-- |
120 | swh/web/ui/templates/content.html | 14 +- |
121 | swh/web/ui/templates/includes/home-content.html | 10 ++ |
122 | swh/web/ui/templates/includes/search-form.html | 38 +++- |
123 | swh/web/ui/templates/layout.html | 3 +- |
124 | swh/web/ui/templates/search.html | 2 +- |
125 | swh/web/ui/templates/symbols.html | 36 ++++ |
126 | swh/web/ui/tests/test_app.py | 4 +- |
127 | swh/web/ui/tests/test_backend.py | 81 ++++++++- |
128 | swh/web/ui/tests/test_renderers.py | 93 +++++++++- |
129 | swh/web/ui/tests/test_service.py | 64 ++++++- |
130 | swh/web/ui/tests/test_utils.py | 54 ++++++ |
131 | swh/web/ui/tests/views/test_api.py | 211 ++++++++++++++++++++-- |
132 | swh/web/ui/tests/views/test_browse.py | 223 +++++++++++++++++++++++- |
133 | swh/web/ui/utils.py | 16 +- |
134 | swh/web/ui/views/api.py | 130 ++++++++++---- |
135 | swh/web/ui/views/browse.py | 128 ++++++++++++-- |
136 | 26 files changed, 1257 insertions(+), 150 deletions(-) |
137 | create mode 100644 swh/web/ui/static/css/pygment.css |
138 | create mode 100644 swh/web/ui/templates/includes/home-content.html |
139 | create mode 100644 swh/web/ui/templates/symbols.html |
140 | |
141 | mr update: finished (21 ok) |
142 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Nov 30 2016, 2:56 PM · Built instantly
- Status
Passed