Page MenuHomeSoftware Heritage

Build 1395

Lint

When
Completed at Oct 21 2017, 5:23 PM · Built for 7 s
Status
Passed
1 empty logs are hidden. Show all logs.

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

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

Python tests

When
Completed at Oct 21 2017, 5:23 PM · Built for 5 s
Status
Passed
1 empty logs are hidden. Show all logs.

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

1W: unknown repository 'swh-loader-antelink', you might want to remove it
2W: unknown repository 'swh-cloner-git', you might want to remove it
3W: unknown repository 'swh-environment', you might want to remove it
4W: unknown repository 'swh-lister-github', you might want to remove it
5W: unknown repository 'swh-web-ui', you might want to remove it
6W: unknown repository 'swh-lister-bitbucket', you might want to remove it
7W: unknown repository 'swh-fetcher-googlecode', you might want to remove it
8ctags_to_db (test_converters.TestConverters) ... ok
9db_to_author (test_converters.TestConverters) ... ok
10db_to_ctags (test_converters.TestConverters) ... ok
11db_to_fossology_license (test_converters.TestConverters) ... ok
12db_to_git_headers (test_converters.TestConverters) ... ok
13db_to_language (test_converters.TestConverters) ... ok
14db_to_metadata (test_converters.TestConverters) ... ok
15db_to_mimetype (test_converters.TestConverters) ... ok
16db_to_release (test_converters.TestConverters) ... ok
17db_to_revision (test_converters.TestConverters) ... ok
18
19----------------------------------------------------------------------
20Ran 10 tests in 1.610s
21
22OK
23

Update environment from working copy

When
Completed at Oct 21 2017, 5:23 PM · Built for 40 s
Status
Passed

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

1mr update: command failed
2

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

289 * [new tag] v0.0.91 -> v0.0.91
290 * [new tag] v0.0.92 -> v0.0.92
291Updating ecdb993..7e2e9a9
292Fast-forward
293 debian/control | 4 +-
294 debian/rules | 2 +-
295 docs/Makefile | 1 +
296 docs/Makefile.local | 9 ++
297 docs/archiver-blueprint.md | 230 --------------------------------
298 docs/archiver-blueprint.rst | 250 +++++++++++++++++++++++++++++++++++
299 docs/images/db-schema.svg | 1 +
300 docs/index.rst | 11 ++
301 docs/sql-storage.rst | 14 ++
302 sql/Makefile | 10 +-
303 sql/clusters.dot | 21 ++-
304 swh/storage/schemata/distribution.py | 8 +-
305 12 files changed, 319 insertions(+), 242 deletions(-)
306 create mode 100644 docs/Makefile.local
307 delete mode 100644 docs/archiver-blueprint.md
308 create mode 100644 docs/archiver-blueprint.rst
309 create mode 120000 docs/images/db-schema.svg
310 create mode 100644 docs/sql-storage.rst
311
312mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-web
313mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-web
314From ssh://forge.softwareheritage.org/source/swh-web
315 05abfb0..5840b48 master -> origin/master
316 * [new tag] v0.0.91 -> v0.0.91
317Updating 05abfb0..5840b48
318Fast-forward
319 debian/rules | 1 +
320 docs/conf.py | 14 +-
321 docs/index.rst | 4 +-
322 docs/uri-scheme-api-content.rst | 275 +++++++++++++
323 docs/uri-scheme-api-directory.rst | 85 ++++
324 docs/uri-scheme-api-origin.rst | 210 ++++++++++
325 docs/uri-scheme-api-stat.rst | 65 +++
326 docs/uri-scheme-api.rst | 15 +
327 docs/uri-scheme-browse-content.rst | 83 ++++
328 docs/uri-scheme-browse-directory.rst | 31 ++
329 docs/uri-scheme-browse-origin.rst | 481 ++++++++++++++++++++++
330 docs/uri-scheme-browse-person.rst | 10 +
331 docs/uri-scheme-browse-revision.rst | 60 +++
332 docs/uri-scheme-browse.rst | 105 +++++
333 docs/uri-scheme.rst | 530 -------------------------
334 swh/web/__init__.py | 0
335 swh/web/api/utils.py | 7 +-
336 swh/web/api/views/__init__.py | 90 -----
337 swh/web/api/views/content.py | 2 +-
338 swh/web/api/views/directory.py | 2 +-
339 swh/web/api/views/entity.py | 2 +-
340 swh/web/api/views/origin.py | 2 +-
341 swh/web/api/views/person.py | 2 +-
342 swh/web/api/views/release.py | 2 +-
343 swh/web/api/views/revision.py | 2 +-
344 swh/web/api/views/utils.py | 90 +++++
345 swh/web/browse/utils.py | 130 ++++++
346 swh/web/browse/views/content.py | 5 +-
347 swh/web/browse/views/directory.py | 11 +-
348 swh/web/browse/views/origin.py | 351 +++++++++++-----
349 swh/web/browse/views/revision.py | 100 ++---
350 swh/web/common/highlightjs.py | 1 +
351 swh/web/doc_config.py | 21 +
352 swh/web/settings/common.py | 2 +-
353 swh/web/settings/production.py | 6 +
354 swh/web/settings/tests.py | 38 ++
355 swh/web/templates/content.html | 5 -
356 swh/web/templates/directory.html | 5 +-
357 swh/web/templates/includes/top-navigation.html | 4 +
358 swh/web/templates/revision-log.html | 10 +-
359 swh/web/tests/__init__.py | 35 +-
360 swh/web/tests/api/test_api_lookup.py | 18 +-
361 swh/web/tests/browse/test_utils.py | 194 +++++++++
362 swh/web/tests/browse/views/data/__init__.py | 0
363 swh/web/tests/browse/views/test_origin.py | 4 +-
364 swh/web/tests/browse/views/test_revision.py | 18 +
365 swh/web/tests/common/test_throttling.py | 2 +-
366 swh/web/urls.py | 23 --
367 swh/web/wsgi.py | 9 -
368 49 files changed, 2277 insertions(+), 885 deletions(-)
369 create mode 100644 docs/uri-scheme-api-content.rst
370 create mode 100644 docs/uri-scheme-api-directory.rst
371 create mode 100644 docs/uri-scheme-api-origin.rst
372 create mode 100644 docs/uri-scheme-api-stat.rst
373 create mode 100644 docs/uri-scheme-api.rst
374 create mode 100644 docs/uri-scheme-browse-content.rst
375 create mode 100644 docs/uri-scheme-browse-directory.rst
376 create mode 100644 docs/uri-scheme-browse-origin.rst
377 create mode 100644 docs/uri-scheme-browse-person.rst
378 create mode 100644 docs/uri-scheme-browse-revision.rst
379 create mode 100644 docs/uri-scheme-browse.rst
380 delete mode 100644 docs/uri-scheme.rst
381 create mode 100644 swh/web/__init__.py
382 create mode 100644 swh/web/api/views/utils.py
383 create mode 100644 swh/web/doc_config.py
384 create mode 100644 swh/web/settings/tests.py
385 create mode 100644 swh/web/tests/browse/views/data/__init__.py
386
387mr update: finished (23 ok; 1 failed)
388

Clone on Software Heritage Worker

When
Completed at Oct 21 2017, 5:22 PM · Built instantly
Status
Passed

Event Timeline