Properties
Properties
- Buildable
- B809: rDSTO627bde4fa62e: swh.storage.listener: Subscribe to new origin notifications
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Failed
Lint
Lint
- When
- Completed at Mar 21 2017, 2:26 PM · Built for 16 s
- Status
Failed
1 | python3 -m flake8 swh bin/swh-storage-add-dir |
---|---|
2 | swh/storage/db.py:403:80: E501 line too long (82 > 79 characters) |
3 | swh/storage/vault/cookers/revision_git.py:149:18: W503 line break before binary operator |
4 | swh/storage/vault/cookers/revision_git.py:150:18: W503 line break before binary operator |
5 | ../Makefile.python:25: recipe for target 'check' failed |
6 |
Python tests
Python tests
- When
- Completed at Mar 21 2017, 2:26 PM · Built for 7 s
- Status
Failed
1 empty logs are hidden. Show all logs.
1 | W: unknown repository 'swh-environment', you might want to remove it |
---|---|
2 | Failure: ImportError (No module named 'pyblake2') ... ERROR |
3 | Failure: ImportError (No module named 'pyblake2') ... ERROR |
4 | Failure: ImportError (No module named 'pyblake2') ... ERROR |
5 | Failure: ImportError (No module named 'pyblake2') ... ERROR |
6 | Failure: ImportError (No module named 'pyblake2') ... ERROR |
7 | |
8 | ====================================================================== |
9 | ERROR: Failure: ImportError (No module named 'pyblake2') |
10 | ---------------------------------------------------------------------- |
11 | Traceback (most recent call last): |
12 | File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest |
13 | raise self.exc_val.with_traceback(self.tb) |
14 | File "/usr/lib/python3/dist-packages/nose/loader.py", line 414, in loadTestsFromName |
15 | addr.filename, addr.module) |
16 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in importFromPath |
17 | return self.importFromDir(dir_path, fqname) |
18 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in importFromDir |
19 | mod = load_module(part_fqname, fh, filename, desc) |
20 | File "/usr/lib/python3.4/imp.py", line 235, in load_module |
21 | return load_source(name, filename, file) |
22 | File "/usr/lib/python3.4/imp.py", line 171, in load_source |
23 | module = methods.load() |
24 | File "<frozen importlib._bootstrap>", line 1220, in load |
25 | File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked |
26 | File "<frozen importlib._bootstrap>", line 1129, in _exec |
27 | File "<frozen importlib._bootstrap>", line 1471, in exec_module |
28 | File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed |
29 | File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-storage/swh/storage/tests/test_api_client.py", line 9, in <module> |
30 | from swh.storage.tests.test_storage import CommonTestStorage |
31 | File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-storage/swh/storage/__init__.py", line 6, in <module> |
32 | from . import storage |
33 | File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-storage/swh/storage/storage.py", line 13, in <module> |
34 | from . import converters |
35 | File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-storage/swh/storage/converters.py", line 9, in <module> |
36 | from swh.model import identifiers |
37 | File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-model/swh/model/identifiers.py", line 10, in <module> |
38 | from .hashutil import hash_data, hash_git_data |
39 | File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-model/swh/model/hashutil.py", line 48, in <module> |
40 | import pyblake2 |
41 | ImportError: No module named 'pyblake2' |
42 | |
43 | ====================================================================== |
44 | ERROR: Failure: ImportError (No module named 'pyblake2') |
45 | ---------------------------------------------------------------------- |
46 | Traceback (most recent call last): |
47 | File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest |
48 | raise self.exc_val.with_traceback(self.tb) |
49 | File "/usr/lib/python3/dist-packages/nose/loader.py", line 414, in loadTestsFromName |
50 | addr.filename, addr.module) |
51 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in importFromPath |
52 | return self.importFromDir(dir_path, fqname) |
53 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in importFromDir |
54 | mod = load_module(part_fqname, fh, filename, desc) |
55 | File "/usr/lib/python3.4/imp.py", line 235, in load_module |
56 | return load_source(name, filename, file) |
57 | File "/usr/lib/python3.4/imp.py", line 171, in load_source |
58 | module = methods.load() |
59 | File "<frozen importlib._bootstrap>", line 1220, in load |
60 | File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked |
61 | File "<frozen importlib._bootstrap>", line 1129, in _exec |
62 | File "<frozen importlib._bootstrap>", line 1471, in exec_module |
63 | File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed |
64 | File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-storage/swh/storage/tests/test_archiver.py", line 17, in <module> |
65 | from swh.model import hashutil |
66 | File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-model/swh/model/hashutil.py", line 48, in <module> |
67 | import pyblake2 |
68 | ImportError: No module named 'pyblake2' |
69 | |
70 | ====================================================================== |
71 | ERROR: Failure: ImportError (No module named 'pyblake2') |
72 | ---------------------------------------------------------------------- |
73 | Traceback (most recent call last): |
74 | File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest |
75 | raise self.exc_val.with_traceback(self.tb) |
76 | File "/usr/lib/python3/dist-packages/nose/loader.py", line 414, in loadTestsFromName |
77 | addr.filename, addr.module) |
78 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in importFromPath |
79 | return self.importFromDir(dir_path, fqname) |
80 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in importFromDir |
81 | mod = load_module(part_fqname, fh, filename, desc) |
82 | File "/usr/lib/python3.4/imp.py", line 235, in load_module |
83 | return load_source(name, filename, file) |
84 | File "/usr/lib/python3.4/imp.py", line 171, in load_source |
85 | module = methods.load() |
86 | File "<frozen importlib._bootstrap>", line 1220, in load |
87 | File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked |
88 | File "<frozen importlib._bootstrap>", line 1129, in _exec |
89 | File "<frozen importlib._bootstrap>", line 1471, in exec_module |
90 | File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed |
91 | File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-storage/swh/storage/tests/test_converters.py", line 11, in <module> |
92 | from swh.storage import converters |
93 | File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-storage/swh/storage/__init__.py", line 6, in <module> |
94 | from . import storage |
95 | File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-storage/swh/storage/storage.py", line 13, in <module> |
96 | from . import converters |
97 | File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-storage/swh/storage/converters.py", line 9, in <module> |
98 | from swh.model import identifiers |
99 | File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-model/swh/model/identifiers.py", line 10, in <module> |
100 | from .hashutil import hash_data, hash_git_data |
101 | File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-model/swh/model/hashutil.py", line 48, in <module> |
102 | import pyblake2 |
103 | ImportError: No module named 'pyblake2' |
104 | |
105 | ====================================================================== |
106 | ERROR: Failure: ImportError (No module named 'pyblake2') |
107 | ---------------------------------------------------------------------- |
108 | Traceback (most recent call last): |
109 | File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest |
110 | raise self.exc_val.with_traceback(self.tb) |
111 | File "/usr/lib/python3/dist-packages/nose/loader.py", line 414, in loadTestsFromName |
112 | addr.filename, addr.module) |
113 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in importFromPath |
114 | return self.importFromDir(dir_path, fqname) |
115 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in importFromDir |
116 | mod = load_module(part_fqname, fh, filename, desc) |
117 | File "/usr/lib/python3.4/imp.py", line 235, in load_module |
118 | return load_source(name, filename, file) |
119 | File "/usr/lib/python3.4/imp.py", line 171, in load_source |
120 | module = methods.load() |
121 | File "<frozen importlib._bootstrap>", line 1220, in load |
122 | File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked |
123 | File "<frozen importlib._bootstrap>", line 1129, in _exec |
124 | File "<frozen importlib._bootstrap>", line 1471, in exec_module |
125 | File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed |
126 | File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-storage/swh/storage/tests/test_db.py", line 13, in <module> |
127 | from swh.model.hashutil import hash_to_bytes |
128 | File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-model/swh/model/hashutil.py", line 48, in <module> |
129 | import pyblake2 |
130 | ImportError: No module named 'pyblake2' |
131 | |
132 | ====================================================================== |
133 | ERROR: Failure: ImportError (No module named 'pyblake2') |
134 | ---------------------------------------------------------------------- |
135 | Traceback (most recent call last): |
136 | File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest |
137 | raise self.exc_val.with_traceback(self.tb) |
138 | File "/usr/lib/python3/dist-packages/nose/loader.py", line 414, in loadTestsFromName |
139 | addr.filename, addr.module) |
140 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in importFromPath |
141 | return self.importFromDir(dir_path, fqname) |
142 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in importFromDir |
143 | mod = load_module(part_fqname, fh, filename, desc) |
144 | File "/usr/lib/python3.4/imp.py", line 235, in load_module |
145 | return load_source(name, filename, file) |
146 | File "/usr/lib/python3.4/imp.py", line 171, in load_source |
147 | module = methods.load() |
148 | File "<frozen importlib._bootstrap>", line 1220, in load |
149 | File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked |
150 | File "<frozen importlib._bootstrap>", line 1129, in _exec |
151 | File "<frozen importlib._bootstrap>", line 1471, in exec_module |
152 | File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed |
153 | File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-storage/swh/storage/tests/test_storage.py", line 22, in <module> |
154 | from swh.model import identifiers |
155 | File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-model/swh/model/identifiers.py", line 10, in <module> |
156 | from .hashutil import hash_data, hash_git_data |
157 | File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-model/swh/model/hashutil.py", line 48, in <module> |
158 | import pyblake2 |
159 | ImportError: No module named 'pyblake2' |
160 | |
161 | ---------------------------------------------------------------------- |
162 | Ran 5 tests in 1.293s |
163 | |
164 | FAILED (errors=5) |
165 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Mar 21 2017, 2:26 PM · Built for 27 s
- Status
Passed
1 empty logs are hidden. Show all logs.
1 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/snippets |
---|---|
2 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/snippets |
3 | Already up-to-date. |
4 | |
5 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-fetcher-googlecode |
6 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-fetcher-googlecode |
7 | Already up-to-date. |
8 | |
9 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-cloner-git |
10 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-cloner-git |
11 | Already up-to-date. |
12 | |
13 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-core |
14 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-core |
15 | From ssh://forge.softwareheritage.org/diffusion/DCORE/swh-core |
16 | 5db856c..d5543ef master -> origin/master |
17 | Updating 5db856c..d5543ef |
18 | Fast-forward |
19 | swh/core/hashutil.py | 170 ------------------------------------- |
20 | swh/core/tests/test_hashutil.py | 182 ---------------------------------------- |
21 | 2 files changed, 352 deletions(-) |
22 | delete mode 100644 swh/core/hashutil.py |
23 | delete mode 100644 swh/core/tests/test_hashutil.py |
24 | |
25 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-indexer |
26 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-indexer |
27 | From ssh://forge.softwareheritage.org/diffusion/78/swh-indexer |
28 | 54f8eca..b560a31 master -> origin/master |
29 | Updating 54f8eca..b560a31 |
30 | Fast-forward |
31 | debian/control | 1 + |
32 | requirements-swh.txt | 1 + |
33 | swh/indexer/__init__.py | 1 + |
34 | swh/indexer/ctags.py | 4 +- |
35 | swh/indexer/fossology_license.py | 4 +- |
36 | swh/indexer/indexer.py | 4 +- |
37 | swh/indexer/mimetype.py | 8 +-- |
38 | swh/indexer/orchestrator.py | 14 ++-- |
39 | swh/indexer/producer.py | 50 ++++++++----- |
40 | swh/indexer/rehash.py | 147 +++++++++++++++++++++++++++++++++++++++ |
41 | swh/indexer/tasks.py | 13 +++- |
42 | 11 files changed, 213 insertions(+), 34 deletions(-) |
43 | create mode 100644 swh/indexer/rehash.py |
44 | |
45 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-lister-bitbucket |
46 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-lister-bitbucket |
47 | Already up-to-date. |
48 | |
49 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-journal |
50 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-journal |
51 | From ssh://forge.softwareheritage.org/diffusion/DJNL/swh-journal |
52 | 3831d5f..f71cc5a master -> origin/master |
53 | Updating 3831d5f..f71cc5a |
54 | Fast-forward |
55 | swh/journal/client.py | 2 +- |
56 | 1 file changed, 1 insertion(+), 1 deletion(-) |
57 | |
58 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-lister-github |
59 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-lister-github |
60 | Already up-to-date. |
61 | |
62 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-loader-antelink |
63 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-loader-antelink |
64 | Already up-to-date. |
65 | |
66 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-loader-core |
67 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-loader-core |
68 | Already up-to-date. |
69 | |
70 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-loader-debian |
71 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-loader-debian |
72 | Already up-to-date. |
73 | |
74 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-loader-dir |
75 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-loader-dir |
76 | Already up-to-date. |
77 | |
78 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-loader-mercurial |
79 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-loader-mercurial |
80 | Already up-to-date. |
81 | |
82 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-loader-git |
83 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-loader-git |
84 | From ssh://forge.softwareheritage.org/diffusion/DLDG/swh-loader-git |
85 | 16075cb..a582b76 master -> origin/master |
86 | * [new tag] v0.0.31 -> v0.0.31 |
87 | Updating 16075cb..a582b76 |
88 | Fast-forward |
89 | debian/control | 2 +- |
90 | swh/loader/git/converters.py | 27 +++++++++++++----- |
91 | swh/loader/git/loader.py | 49 +++++++++++++++++++++++++++------ |
92 | swh/loader/git/tests/test_converters.py | 3 ++ |
93 | swh/loader/git/updater.py | 48 ++++++++++++++++++++++++++++++++ |
94 | 5 files changed, 113 insertions(+), 16 deletions(-) |
95 | |
96 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-loader-svn |
97 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-loader-svn |
98 | From ssh://forge.softwareheritage.org/diffusion/DLDSVN/swh-loader-svn |
99 | ffae957..04d7f15 master -> origin/master |
100 | * [new tag] v0.0.25 -> v0.0.25 |
101 | Updating ffae957..04d7f15 |
102 | Fast-forward |
103 | debian/control | 6 ++-- |
104 | requirements-swh.txt | 2 +- |
105 | swh/loader/svn/converters.py | 48 +-------------------------- |
106 | swh/loader/svn/loader.py | 6 ++-- |
107 | swh/loader/svn/tests/test_converters.py | 58 --------------------------------- |
108 | swh/loader/svn/tests/test_loader.py | 46 +++++++++++++------------- |
109 | swh/loader/svn/utils.py | 2 +- |
110 | 7 files changed, 32 insertions(+), 136 deletions(-) |
111 | |
112 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-mirror-forge |
113 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-mirror-forge |
114 | Already up-to-date. |
115 | |
116 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-loader-tar |
117 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-loader-tar |
118 | Already up-to-date. |
119 | |
120 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-model |
121 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-model |
122 | From ssh://forge.softwareheritage.org/diffusion/DMOD/swh-model |
123 | 3e325ca..a42c75e master -> origin/master |
124 | Updating 3e325ca..a42c75e |
125 | Fast-forward |
126 | debian/control | 1 + |
127 | requirements-swh.txt | 1 + |
128 | swh/model/hashutil.py | 83 ++++++++++++++++++++++++++++------------ |
129 | swh/model/tests/test_hashutil.py | 31 +++++++++++++++ |
130 | 4 files changed, 92 insertions(+), 24 deletions(-) |
131 | |
132 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-py-template |
133 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-py-template |
134 | Already up-to-date. |
135 | |
136 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-objstorage |
137 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-objstorage |
138 | From ssh://forge.softwareheritage.org/diffusion/DOBJS/swh-objstorage |
139 | a48a64f..d316d17 master -> origin/master |
140 | Updating a48a64f..d316d17 |
141 | Fast-forward |
142 | debian/control | 1 + |
143 | requirements-swh.txt | 1 + |
144 | swh/objstorage/cloud/objstorage_azure.py | 6 +++--- |
145 | swh/objstorage/cloud/objstorage_cloud.py | 4 ++-- |
146 | swh/objstorage/multiplexer/filter/id_filter.py | 4 ++-- |
147 | swh/objstorage/objstorage.py | 6 +++--- |
148 | swh/objstorage/objstorage_pathslicing.py | 20 +++++++++++--------- |
149 | swh/objstorage/tests/objstorage_testing.py | 6 +++--- |
150 | swh/objstorage/tests/test_checker.py | 6 +++--- |
151 | swh/objstorage/tests/test_multiplexer_filter.py | 12 ++++++------ |
152 | swh/objstorage/tests/test_objstorage_pathslicing.py | 4 ++-- |
153 | 11 files changed, 37 insertions(+), 33 deletions(-) |
154 | |
155 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-scheduler |
156 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-scheduler |
157 | Already up-to-date. |
158 | |
159 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-storage-testdata |
160 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-storage-testdata |
161 | From ssh://forge.softwareheritage.org/diffusion/DSTOT/swh-storage-testdata |
162 | 9211ffa..36ae27d master -> origin/master |
163 | Updating 9211ffa..36ae27d |
164 | Fast-forward |
165 | dumps/swh-archiver.dump | Bin 18407 -> 20873 bytes |
166 | dumps/swh-archiver.sql | 88 +++++++++++++++++++++++++++++-- |
167 | dumps/swh.dump | Bin 185669 -> 186008 bytes |
168 | dumps/swh.sql | 135 +++++++++++++++++++++++++++--------------------- |
169 | 4 files changed, 160 insertions(+), 63 deletions(-) |
170 | |
171 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-storage |
172 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-storage |
173 | From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage |
174 | cb03a7d..627bde4 master -> origin/master |
175 | Updating cb03a7d..627bde4 |
176 | Fast-forward |
177 | sql/swh-func.sql | 50 +++----- |
178 | sql/swh-schema.sql | 2 +- |
179 | sql/upgrades/102.sql | 183 +++++++++++++++++++++++++++++ |
180 | swh/storage/db.py | 40 ++++--- |
181 | swh/storage/listener.py | 1 + |
182 | swh/storage/storage.py | 42 ++++--- |
183 | swh/storage/tests/test_api_client.py | 4 +- |
184 | swh/storage/tests/test_storage.py | 66 ++++++----- |
185 | swh/storage/vault/api/cooking_tasks.py | 5 +- |
186 | swh/storage/vault/api/server.py | 17 ++- |
187 | swh/storage/vault/cookers/base.py | 44 +++---- |
188 | swh/storage/vault/cookers/directory.py | 4 +- |
189 | swh/storage/vault/cookers/revision_flat.py | 9 +- |
190 | swh/storage/vault/cookers/revision_git.py | 34 ++++-- |
191 | 14 files changed, 343 insertions(+), 158 deletions(-) |
192 | create mode 100644 sql/upgrades/102.sql |
193 | |
194 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-web-ui |
195 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-web-ui |
196 | From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui |
197 | 0e37496..67b1cf5 master -> origin/master |
198 | * [new tag] v0.0.81 -> v0.0.81 |
199 | Updating 0e37496..67b1cf5 |
200 | Fast-forward |
201 | debian/control | 1 + |
202 | requirements-swh.txt | 1 + |
203 | swh/web/ui/converters.py | 2 +- |
204 | swh/web/ui/query.py | 10 +-- |
205 | swh/web/ui/service.py | 6 +- |
206 | swh/web/ui/tests/test_backend.py | 109 ++++++++++++++++---------------- |
207 | swh/web/ui/tests/test_converters.py | 84 +++++++++++++------------ |
208 | swh/web/ui/tests/test_query.py | 14 ++--- |
209 | swh/web/ui/tests/test_service.py | 122 +++++++++++++++++++----------------- |
210 | swh/web/ui/views/browse.py | 4 -- |
211 | 10 files changed, 180 insertions(+), 173 deletions(-) |
212 | |
213 | mr update: finished (24 ok) |
214 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Mar 21 2017, 2:26 PM · Built instantly
- Status
Passed