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.
169 | * [new tag] v0.0.45 -> v0.0.45 |
---|---|
170 | * [new tag] v0.0.46 -> v0.0.46 |
171 | * [new tag] v0.0.47 -> v0.0.47 |
172 | * [new tag] v0.0.48 -> v0.0.48 |
173 | * [new tag] v0.0.49 -> v0.0.49 |
174 | Updating 258b7c2..49c7f4e |
175 | Fast-forward |
176 | README-dev.md | 9 +- |
177 | debian/control | 10 +- |
178 | requirements.txt | 4 +- |
179 | swh/web/ui/apidoc.py | 6 +- |
180 | swh/web/ui/backend.py | 71 +++- |
181 | swh/web/ui/converters.py | 11 +- |
182 | swh/web/ui/main.py | 9 +- |
183 | swh/web/ui/renderers.py | 125 +++++- |
184 | swh/web/ui/service.py | 122 +++++- |
185 | swh/web/ui/static/css/jquery.dataTables.min.css | 1 + |
186 | swh/web/ui/static/css/pygment.css | 64 ++++ |
187 | swh/web/ui/static/css/style.css | 11 +- |
188 | swh/web/ui/static/js/search.js | 14 +- |
189 | swh/web/ui/static/lib/jquery.dataTables.min.js | 1 + |
190 | swh/web/ui/templates/browse.html | 27 +- |
191 | swh/web/ui/templates/content.html | 24 +- |
192 | swh/web/ui/templates/includes/home-content.html | 10 + |
193 | .../ui/templates/includes/home-search-symbol.html | 43 +++ |
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