Page MenuHomeSoftware Heritage

Build 845

Properties

Buildable
B616: Diff 430
Build Plan
Plan 2 Software Heritage Python tests
Status
Passed

Lint

When
Completed at Feb 9 2017, 12:36 PM · Built for 5 s
Status
Passed
1 empty logs are hidden. Show all logs.

Build Log 3048 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

1python3 -m flake8 swh bin/swh-storage-add-dir
2

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.

Build Log 3047 (remote - stderr)
25 - 50 - 100 - Unlimited Lines

1W: unknown repository 'swh-environment', you might want to remove it
2ctags_to_db (test_converters.TestConverters) ... ok
3db_to_author (test_converters.TestConverters) ... ok
4db_to_ctags (test_converters.TestConverters) ... ok
5db_to_git_headers (test_converters.TestConverters) ... ok
6db_to_language (test_converters.TestConverters) ... ok
7db_to_mimetype (test_converters.TestConverters) ... ok
8db_to_release (test_converters.TestConverters) ... ok
9db_to_revision (test_converters.TestConverters) ... ok
10
11----------------------------------------------------------------------
12Ran 8 tests in 2.117s
13
14OK
15

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.

Build Log 3042 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

216 * [new tag] v0.0.59 -> v0.0.59
217 * [new tag] v0.0.60 -> v0.0.60
218 * [new tag] v0.0.61 -> v0.0.61
219 * [new tag] v0.0.62 -> v0.0.62
220 * [new tag] v0.0.63 -> v0.0.63
221 * [new tag] v0.0.64 -> v0.0.64
222 * [new tag] v0.0.65 -> v0.0.65
223 * [new tag] v0.0.67 -> v0.0.67
224 * [new tag] v0.0.68 -> v0.0.68
225 * [new tag] v0.0.69 -> v0.0.69
226 * [new tag] v0.0.70 -> v0.0.70
227 * [new tag] v0.0.71 -> v0.0.71
228 * [new tag] v0.0.72 -> v0.0.72
229 * [new tag] v0.0.73 -> v0.0.73
230 * [new tag] v0.0.74 -> v0.0.74
231 * [new tag] v0.0.75 -> v0.0.75
232 * [new tag] v0.0.76 -> v0.0.76
233Updating b84a083..4dd5257
234Fast-forward
235 Makefile.local | 4 +
236 README | 59 +-
237 debian/control | 23 +-
238 requirements.txt | 11 +-
239 resources/test/webapp.yml | 10 +
240 swh/web/ui/apidoc.py | 334 ++++++-----
241 swh/web/ui/backend.py | 16 +-
242 swh/web/ui/converters.py | 63 +-
243 swh/web/ui/main.py | 74 ++-
244 swh/web/ui/renderers.py | 72 ++-
245 swh/web/ui/service.py | 13 +-
246 swh/web/ui/static/css/jquery.dataTables.min.css | 1 -
247 swh/web/ui/static/css/style.css | 284 ++++++++-
248 swh/web/ui/static/img/arrow-up-small.png | Bin 0 -> 868 bytes
249 swh/web/ui/static/img/icons/swh-logo-32x32.png | Bin 0 -> 2126 bytes
250 .../static/img/icons/swh-logo-archive-180x180.png | Bin 0 -> 16349 bytes
251 .../static/img/icons/swh-logo-archive-192x192.png | Bin 0 -> 17289 bytes
252 .../static/img/icons/swh-logo-archive-270x270.png | Bin 0 -> 24005 bytes
253 swh/web/ui/static/img/swh-logo-archive.png | Bin 0 -> 45564 bytes
254 swh/web/ui/static/img/swh-logo-archive.svg | 160 +++++
255 swh/web/ui/static/lib/README | 2 -
256 swh/web/ui/static/lib/core.js | 1 -
257 swh/web/ui/static/lib/jquery.dataTables.min.js | 1 -
258 swh/web/ui/static/lib/jquery.flot.min.js | 1 -
259 swh/web/ui/static/lib/jquery.flot.selection.min.js | 1 -
260 swh/web/ui/static/lib/jquery.flot.time.min.js | 1 -
261 swh/web/ui/static/lib/jquery.flot.tooltip.min.js | 1 -
262 swh/web/ui/static/lib/lib-typedarrays.js | 1 -
263 swh/web/ui/static/lib/sha1.js | 1 -
264 swh/web/ui/static/lib/sha256.js | 1 -
265 swh/web/ui/static/robots.txt | 2 +
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
314mr update: finished (24 ok)
315

Clone on Software Heritage Worker

When
Completed at Feb 9 2017, 12:36 PM · Built instantly
Status
Passed

Event Timeline