Properties
Properties
- Buildable
- B1048: rDSTO91e1e5e291f6: Drop doctests from build as they mess up flask
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Oct 12 2017, 6:42 PM · Built for 12 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 Oct 12 2017, 6:42 PM · Built for 8 s
- Status
Passed
1 empty logs are hidden. Show all logs.
1 | W: unknown repository 'swh-loader-antelink', you might want to remove it |
---|---|
2 | W: unknown repository 'swh-cloner-git', you might want to remove it |
3 | W: unknown repository 'swh-environment', you might want to remove it |
4 | W: unknown repository 'swh-lister-github', you might want to remove it |
5 | W: unknown repository 'swh-web-ui', you might want to remove it |
6 | W: unknown repository 'swh-lister-bitbucket', you might want to remove it |
7 | W: unknown repository 'swh-fetcher-googlecode', you might want to remove it |
8 | ctags_to_db (test_converters.TestConverters) ... ok |
9 | db_to_author (test_converters.TestConverters) ... ok |
10 | db_to_ctags (test_converters.TestConverters) ... ok |
11 | db_to_fossology_license (test_converters.TestConverters) ... ok |
12 | db_to_git_headers (test_converters.TestConverters) ... ok |
13 | db_to_language (test_converters.TestConverters) ... ok |
14 | db_to_metadata (test_converters.TestConverters) ... ok |
15 | db_to_mimetype (test_converters.TestConverters) ... ok |
16 | db_to_release (test_converters.TestConverters) ... ok |
17 | db_to_revision (test_converters.TestConverters) ... ok |
18 | |
19 | ---------------------------------------------------------------------- |
20 | Ran 10 tests in 3.457s |
21 | |
22 | OK |
23 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Oct 12 2017, 6:42 PM · Built for 25 s
- Status
Passed
1 empty logs are hidden. Show all logs.
244 | 4 files changed, 10 insertions(+), 12 deletions(-) |
---|---|
245 | create mode 100644 swh/__init__.py |
246 | |
247 | mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-objstorage |
248 | mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-objstorage |
249 | From ssh://forge.softwareheritage.org/diffusion/DOBJS/swh-objstorage |
250 | 8a1808c..77b54b4 master -> origin/master |
251 | * [new tag] v0.0.23 -> v0.0.23 |
252 | Updating 8a1808c..77b54b4 |
253 | Fast-forward |
254 | debian/rules | 7 +++---- |
255 | setup.py | 10 ++-------- |
256 | swh/__init__.py | 1 + |
257 | 3 files changed, 6 insertions(+), 12 deletions(-) |
258 | create mode 100644 swh/__init__.py |
259 | |
260 | mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-model |
261 | mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-model |
262 | From ssh://forge.softwareheritage.org/diffusion/DMOD/swh-model |
263 | 34228c5..0b7f217 master -> origin/master |
264 | * [new tag] v0.0.19 -> v0.0.19 |
265 | Updating 34228c5..0b7f217 |
266 | Fast-forward |
267 | debian/control | 2 +- |
268 | debian/rules | 10 +++++----- |
269 | setup.py | 7 ++----- |
270 | swh/__init__.py | 1 + |
271 | 4 files changed, 9 insertions(+), 11 deletions(-) |
272 | create mode 100644 swh/__init__.py |
273 | |
274 | mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-storage-testdata |
275 | mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-storage-testdata |
276 | Already up-to-date. |
277 | |
278 | mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-vault |
279 | mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-vault |
280 | From ssh://forge.softwareheritage.org/diffusion/DVAU/swh-vault |
281 | df617d2..1edcd77 master -> origin/master |
282 | Updating df617d2..1edcd77 |
283 | Fast-forward |
284 | debian/control | 2 +- |
285 | debian/rules | 8 +++++--- |
286 | swh/__init__.py | 1 + |
287 | 3 files changed, 7 insertions(+), 4 deletions(-) |
288 | create mode 100644 swh/__init__.py |
289 | |
290 | mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-web |
291 | mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-web |
292 | From ssh://forge.softwareheritage.org/source/swh-web |
293 | ef06e5c..bb4aea9 master -> origin/master |
294 | Updating ef06e5c..bb4aea9 |
295 | Fast-forward |
296 | debian/control | 2 +- |
297 | debian/rules | 11 +- |
298 | docs/uri-scheme.rst | 43 ++ |
299 | setup.py | 10 +- |
300 | swh/__init__.py | 1 + |
301 | swh/web/__init__.py | 0 |
302 | swh/web/browse/urls.py | 1 + |
303 | swh/web/browse/utils.py | 12 + |
304 | swh/web/browse/views/origin.py | 6 +- |
305 | swh/web/browse/views/revision.py | 176 +++++ |
306 | swh/web/common/utils.py | 27 +- |
307 | swh/web/static/css/style.css | 46 ++ |
308 | swh/web/templates/content.html | 2 +- |
309 | swh/web/templates/directory.html | 8 +- |
310 | .../top-navigation.html} | 2 +- |
311 | swh/web/templates/origin.html | 2 +- |
312 | swh/web/templates/revision-log.html | 177 +---- |
313 | swh/web/templates/revision.html | 119 +-- |
314 | .../tests/browse/views/data/revision_test_data.py | 859 +++++++++++++++++++++ |
315 | swh/web/tests/browse/views/test_origin.py | 2 +- |
316 | swh/web/tests/browse/views/test_revision.py | 159 ++++ |
317 | swh/web/tests/common/test_utils.py | 5 + |
318 | 22 files changed, 1391 insertions(+), 279 deletions(-) |
319 | create mode 100644 swh/__init__.py |
320 | create mode 100644 swh/web/__init__.py |
321 | create mode 100644 swh/web/browse/views/revision.py |
322 | rename swh/web/templates/{content-directory-top-navigation.html => includes/top-navigation.html} (85%) |
323 | create mode 100644 swh/web/tests/browse/views/data/revision_test_data.py |
324 | create mode 100644 swh/web/tests/browse/views/test_revision.py |
325 | |
326 | mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-storage |
327 | mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-storage |
328 | From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage |
329 | 1964eaf..91e1e5e master -> origin/master |
330 | * [new tag] v0.0.89 -> v0.0.89 |
331 | * [new tag] v0.0.90 -> v0.0.90 |
332 | Updating 1964eaf..91e1e5e |
333 | Fast-forward |
334 | debian/rules | 5 +++-- |
335 | requirements.txt | 1 - |
336 | setup.py | 11 +++-------- |
337 | swh/__init__.py | 1 + |
338 | swh/storage/converters.py | 2 +- |
339 | 5 files changed, 8 insertions(+), 12 deletions(-) |
340 | create mode 100644 swh/__init__.py |
341 | |
342 | mr update: finished (24 ok) |
343 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Oct 12 2017, 6:42 PM · Built instantly
- Status
Passed