Page MenuHomeSoftware Heritage

Build 789

Lint

When
Completed at Nov 30 2016, 2:56 PM · Built for 4 s
Status
Passed
1 empty logs are hidden. Show all logs.

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

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

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.

Build Log 2853 (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_git_headers (test_converters.TestConverters) ... ok
5db_to_release (test_converters.TestConverters) ... ok
6db_to_revision (test_converters.TestConverters) ... ok
7
8----------------------------------------------------------------------
9Ran 5 tests in 1.139s
10
11OK
12

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.

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

43
44mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-loader-svn
45mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-loader-svn
46Already up-to-date.
47
48mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-loader-git
49mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-loader-git
50Already up-to-date.
51
52mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-loader-dir
53mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-loader-dir
54Already up-to-date.
55
56mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-model
57mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-model
58Already up-to-date.
59
60mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-py-template
61mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-py-template
62Already up-to-date.
63
64mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-scheduler
65mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-scheduler
66Already up-to-date.
67
68mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-objstorage
69mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-objstorage
70Already up-to-date.
71
72mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-storage-testdata
73mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-storage-testdata
74Already up-to-date.
75
76mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-storage
77mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-storage
78From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage
79 7f27e14..ebcfd49 master -> origin/master
80 * [new tag] v0.0.73 -> v0.0.73
81 * [new tag] v0.0.74 -> v0.0.74
82Updating 7f27e14..ebcfd49
83Fast-forward
84 sql/swh-func.sql | 14 +++++++-----
85 sql/swh-init.sql | 2 +-
86 sql/swh-schema.sql | 13 +++--------
87 sql/upgrades/095.sql | 25 ++++++++++++++++++++
88 sql/upgrades/096.sql | 38 +++++++++++++++++++++++++++++++
89 swh/storage/api/client.py | 4 ++--
90 swh/storage/db.py | 23 +++++++++++++++----
91 swh/storage/exc.py | 2 +-
92 swh/storage/storage.py | 8 ++++---
93 swh/storage/tests/test_storage.py | 48 +++++++++++++++++++--------------------
94 10 files changed, 126 insertions(+), 51 deletions(-)
95 create mode 100644 sql/upgrades/095.sql
96 create mode 100644 sql/upgrades/096.sql
97
98mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-web-ui
99mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-web-ui
100From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui
101 cb898c0..492442a master -> origin/master
102 * [new tag] v0.0.40 -> v0.0.40
103 * [new tag] v0.0.41 -> v0.0.41
104 * [new tag] v0.0.42 -> v0.0.42
105 * [new tag] v0.0.43 -> v0.0.43
106 * [new tag] v0.0.44 -> v0.0.44
107 * [new tag] v0.0.45 -> v0.0.45
108Updating cb898c0..492442a
109Fast-forward
110 debian/control | 7 +-
111 requirements.txt | 3 +-
112 swh/web/ui/apidoc.py | 2 +-
113 swh/web/ui/backend.py | 26 ++-
114 swh/web/ui/main.py | 9 +-
115 swh/web/ui/renderers.py | 124 ++++++++++++-
116 swh/web/ui/service.py | 30 +++-
117 swh/web/ui/static/css/pygment.css | 64 +++++++
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
141mr update: finished (21 ok)
142

Clone on Software Heritage Worker

When
Completed at Nov 30 2016, 2:56 PM · Built instantly
Status
Passed

Event Timeline