Properties
Properties
- Buildable
- B616: Diff 430
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Feb 9 2017, 12:36 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 Feb 9 2017, 12:36 PM · Built for 6 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_language (test_converters.TestConverters) ... ok |
7 | db_to_mimetype (test_converters.TestConverters) ... ok |
8 | db_to_release (test_converters.TestConverters) ... ok |
9 | db_to_revision (test_converters.TestConverters) ... ok |
10 | |
11 | ---------------------------------------------------------------------- |
12 | Ran 8 tests in 2.117s |
13 | |
14 | OK |
15 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Feb 9 2017, 12:36 PM · Built for 13 s
- Status
Passed
1 empty logs are hidden. Show all logs.
266 | swh/web/ui/templates/api-endpoints.html | 69 +++ |
---|---|
267 | swh/web/ui/templates/api.html | 11 +- |
268 | swh/web/ui/templates/apidoc.html | 90 ++- |
269 | .../ui/templates/includes/apidoc-header-toc.html | 8 + |
270 | swh/web/ui/templates/includes/apidoc-header.html | 106 ++++ |
271 | swh/web/ui/templates/includes/apidoc-header.md | 199 +++++++ |
272 | swh/web/ui/templates/includes/search-form.html | 9 +- |
273 | swh/web/ui/templates/layout.html | 94 +-- |
274 | swh/web/ui/templates/origin.html | 9 +- |
275 | swh/web/ui/tests/test_apidoc.py | 26 +- |
276 | swh/web/ui/tests/test_app.py | 15 +- |
277 | swh/web/ui/tests/test_backend.py | 5 +- |
278 | swh/web/ui/tests/test_converters.py | 66 ++- |
279 | swh/web/ui/tests/test_renderers.py | 54 +- |
280 | swh/web/ui/tests/test_service.py | 15 +- |
281 | swh/web/ui/tests/test_utils.py | 149 +++-- |
282 | swh/web/ui/tests/views/test_api.py | 382 ++++++------ |
283 | swh/web/ui/tests/views/test_browse.py | 38 +- |
284 | swh/web/ui/tests/views/test_main.py | 16 +- |
285 | swh/web/ui/utils.py | 68 ++- |
286 | swh/web/ui/views/api.py | 660 ++++++++++++--------- |
287 | swh/web/ui/views/browse.py | 30 +- |
288 | swh/web/ui/views/main.py | 8 +- |
289 | 54 files changed, 2199 insertions(+), 1065 deletions(-) |
290 | delete mode 120000 swh/web/ui/static/css/jquery.dataTables.min.css |
291 | create mode 100644 swh/web/ui/static/img/arrow-up-small.png |
292 | create mode 100644 swh/web/ui/static/img/icons/swh-logo-32x32.png |
293 | create mode 100644 swh/web/ui/static/img/icons/swh-logo-archive-180x180.png |
294 | create mode 100644 swh/web/ui/static/img/icons/swh-logo-archive-192x192.png |
295 | create mode 100644 swh/web/ui/static/img/icons/swh-logo-archive-270x270.png |
296 | create mode 100644 swh/web/ui/static/img/swh-logo-archive.png |
297 | create mode 100644 swh/web/ui/static/img/swh-logo-archive.svg |
298 | delete mode 100644 swh/web/ui/static/lib/README |
299 | delete mode 120000 swh/web/ui/static/lib/core.js |
300 | delete mode 120000 swh/web/ui/static/lib/jquery.dataTables.min.js |
301 | delete mode 120000 swh/web/ui/static/lib/jquery.flot.min.js |
302 | delete mode 120000 swh/web/ui/static/lib/jquery.flot.selection.min.js |
303 | delete mode 120000 swh/web/ui/static/lib/jquery.flot.time.min.js |
304 | delete mode 120000 swh/web/ui/static/lib/jquery.flot.tooltip.min.js |
305 | delete mode 120000 swh/web/ui/static/lib/lib-typedarrays.js |
306 | delete mode 120000 swh/web/ui/static/lib/sha1.js |
307 | delete mode 120000 swh/web/ui/static/lib/sha256.js |
308 | create mode 100644 swh/web/ui/static/robots.txt |
309 | create mode 100644 swh/web/ui/templates/api-endpoints.html |
310 | create mode 100644 swh/web/ui/templates/includes/apidoc-header-toc.html |
311 | create mode 100644 swh/web/ui/templates/includes/apidoc-header.html |
312 | create mode 100644 swh/web/ui/templates/includes/apidoc-header.md |
313 | |
314 | mr update: finished (24 ok) |
315 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Feb 9 2017, 12:36 PM · Built instantly
- Status
Passed