Page MenuHomeSoftware Heritage

Build 873

Lint

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

Build Log 3074 (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, 3:20 PM · Built for 3 s
Status
Passed
1 empty logs are hidden. Show all logs.

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

1mr list: failed to chdir to /home/temp-drydock/drydock/workingcopy-173/repo/swh-loader-mercurial/: No such file or directory
2W: unknown repository 'swh-environment', you might want to remove it
3ctags_to_db (test_converters.TestConverters) ... ok
4db_to_author (test_converters.TestConverters) ... ok
5db_to_ctags (test_converters.TestConverters) ... ok
6db_to_git_headers (test_converters.TestConverters) ... ok
7db_to_language (test_converters.TestConverters) ... ok
8db_to_mimetype (test_converters.TestConverters) ... ok
9db_to_release (test_converters.TestConverters) ... ok
10db_to_revision (test_converters.TestConverters) ... ok
11
12----------------------------------------------------------------------
13Ran 8 tests in 1.128s
14
15OK
16

Update environment from working copy

When
Completed at Feb 9 2017, 3:19 PM · Built for 30 s
Status
Passed

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

1mr checkout: command failed
2mr update: command failed
3

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

159 * [new tag] v0.0.75 -> v0.0.75
160 * [new tag] v0.0.76 -> v0.0.76
161Updating 318e268..d06879a
162Fast-forward
163 MANIFEST.in | 1 +
164 debian/control | 10 +-
165 requirements-swh.txt | 2 +
166 requirements.txt | 10 +-
167 setup.py | 14 +-
168 swh/web/ui/apidoc.py | 205 +++-----
169 swh/web/ui/converters.py | 4 +-
170 swh/web/ui/main.py | 19 +-
171 swh/web/ui/renderers.py | 17 +-
172 swh/web/ui/static/css/jquery.dataTables.min.css | 1 -
173 swh/web/ui/static/css/style.css | 183 ++++---
174 swh/web/ui/static/img/icons/swh-logo-32x32.png | Bin 0 -> 2126 bytes
175 .../static/img/icons/swh-logo-archive-180x180.png | Bin 0 -> 16349 bytes
176 .../static/img/icons/swh-logo-archive-192x192.png | Bin 0 -> 17289 bytes
177 .../static/img/icons/swh-logo-archive-270x270.png | Bin 0 -> 24005 bytes
178 swh/web/ui/static/img/swh-logo-archive.png | Bin 0 -> 45564 bytes
179 swh/web/ui/static/img/swh-logo-archive.svg | 160 +++++++
180 swh/web/ui/static/img/swh-logo.png | Bin 47353 -> 0 bytes
181 swh/web/ui/static/lib/README | 2 -
182 swh/web/ui/static/lib/core.js | 1 -
183 swh/web/ui/static/lib/jquery.dataTables.min.js | 1 -
184 swh/web/ui/static/lib/jquery.flot.min.js | 1 -
185 swh/web/ui/static/lib/jquery.flot.selection.min.js | 1 -
186 swh/web/ui/static/lib/jquery.flot.time.min.js | 1 -
187 swh/web/ui/static/lib/jquery.flot.tooltip.min.js | 1 -
188 swh/web/ui/static/lib/lib-typedarrays.js | 1 -
189 swh/web/ui/static/lib/sha1.js | 1 -
190 swh/web/ui/static/lib/sha256.js | 1 -
191 swh/web/ui/static/robots.txt | 2 +
192 swh/web/ui/templates/api-endpoints.html | 26 +-
193 swh/web/ui/templates/api.html | 2 +-
194 swh/web/ui/templates/apidoc.html | 53 ++-
195 .../ui/templates/includes/apidoc-header-toc.html | 30 +-
196 swh/web/ui/templates/includes/apidoc-header.html | 175 ++++---
197 swh/web/ui/templates/includes/apidoc-header.md | 294 ++++++------
198 swh/web/ui/templates/includes/search-form.html | 9 +-
199 swh/web/ui/templates/layout.html | 57 ++-
200 swh/web/ui/templates/origin.html | 9 +-
201 swh/web/ui/tests/test_apidoc.py | 23 +-
202 swh/web/ui/tests/test_app.py | 4 +-
203 swh/web/ui/tests/test_converters.py | 8 +-
204 swh/web/ui/tests/test_renderers.py | 19 +-
205 swh/web/ui/tests/test_utils.py | 147 +++---
206 swh/web/ui/tests/views/test_api.py | 238 +++++----
207 swh/web/ui/tests/views/test_main.py | 16 +-
208 swh/web/ui/utils.py | 59 ++-
209 swh/web/ui/views/api.py | 529 ++++++++++-----------
210 swh/web/ui/views/browse.py | 23 +-
211 swh/web/ui/views/main.py | 8 +-
212 49 files changed, 1284 insertions(+), 1084 deletions(-)
213 create mode 100644 requirements-swh.txt
214 delete mode 120000 swh/web/ui/static/css/jquery.dataTables.min.css
215 create mode 100644 swh/web/ui/static/img/icons/swh-logo-32x32.png
216 create mode 100644 swh/web/ui/static/img/icons/swh-logo-archive-180x180.png
217 create mode 100644 swh/web/ui/static/img/icons/swh-logo-archive-192x192.png
218 create mode 100644 swh/web/ui/static/img/icons/swh-logo-archive-270x270.png
219 create mode 100644 swh/web/ui/static/img/swh-logo-archive.png
220 create mode 100644 swh/web/ui/static/img/swh-logo-archive.svg
221 delete mode 100644 swh/web/ui/static/img/swh-logo.png
222 delete mode 100644 swh/web/ui/static/lib/README
223 delete mode 120000 swh/web/ui/static/lib/core.js
224 delete mode 120000 swh/web/ui/static/lib/jquery.dataTables.min.js
225 delete mode 120000 swh/web/ui/static/lib/jquery.flot.min.js
226 delete mode 120000 swh/web/ui/static/lib/jquery.flot.selection.min.js
227 delete mode 120000 swh/web/ui/static/lib/jquery.flot.time.min.js
228 delete mode 120000 swh/web/ui/static/lib/jquery.flot.tooltip.min.js
229 delete mode 120000 swh/web/ui/static/lib/lib-typedarrays.js
230 delete mode 120000 swh/web/ui/static/lib/sha1.js
231 delete mode 120000 swh/web/ui/static/lib/sha256.js
232 create mode 100644 swh/web/ui/static/robots.txt
233
234mr update: /home/temp-drydock/drydock/workingcopy-173/repo/swh-environment/swh-storage
235mr update: /home/temp-drydock/drydock/workingcopy-173/repo/swh-environment/swh-storage
236From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage
237 fed8afb..08b0802 master -> origin/master
238 * [new tag] v0.0.78 -> v0.0.78
239Updating fed8afb..08b0802
240Fast-forward
241 MANIFEST.in | 1 +
242 requirements-swh.txt | 3 ++
243 requirements.txt | 6 +--
244 setup.py | 14 ++---
245 sql/archiver/swh-archiver-data.sql | 1 +
246 sql/archiver/swh-archiver-schema.sql | 94 +++++++++++++++++++++++++++++++-
247 sql/archiver/upgrades/006.sql | 100 +++++++++++++++++++++++++++++++++++
248 sql/swh-func.sql | 50 ++++++++----------
249 sql/swh-schema.sql | 2 +-
250 sql/upgrades/100.sql | 58 ++++++++++++++++++++
251 swh/storage/tests/test_storage.py | 10 ++--
252 11 files changed, 293 insertions(+), 46 deletions(-)
253 create mode 100644 requirements-swh.txt
254 create mode 100644 sql/archiver/upgrades/006.sql
255 create mode 100644 sql/upgrades/100.sql
256
257mr update: finished (22 ok; 2 failed)
258

Clone on Software Heritage Worker

When
Completed at Feb 9 2017, 3:19 PM · Built instantly
Status
Passed

Event Timeline