Properties
Properties
- Buildable
- B875: rDSTOa95a3c424c74: Add new entry for language indexer tool
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Failed
Lint
Lint
- When
- Completed at Jun 1 2017, 4:58 PM · Built for 1 s
- Status
Failed
1 | /usr/bin/python3: No module named flake8 |
---|---|
2 | make: *** [check] Error 1 |
3 |
1 | python3 -m flake8 swh bin/swh-storage-add-dir |
---|---|
2 | ../Makefile.python:25: recipe for target 'check' failed |
3 |
Python tests
Python tests
- When
- Completed at Jun 1 2017, 4:58 PM · Built for 8 s
- Status
Failed
1 empty logs are hidden. Show all logs.
1 | W: unknown repository 'swh-environment', you might want to remove it |
---|---|
2 | W: unknown repository 'swh-lister-github', you might want to remove it |
3 | W: unknown repository 'swh-lister-bitbucket', you might want to remove it |
4 | Failure: ImportError (No module named 'aiohttp') ... ERROR |
5 | Failure: ImportError (No module named 'aiohttp') ... ERROR |
6 | Failure: ImportError (No module named 'aiohttp') ... ERROR |
7 | ctags_to_db (test_converters.TestConverters) ... ok |
8 | db_to_author (test_converters.TestConverters) ... ok |
9 | db_to_ctags (test_converters.TestConverters) ... ok |
10 | db_to_fossology_license (test_converters.TestConverters) ... ok |
11 | db_to_git_headers (test_converters.TestConverters) ... ok |
12 | db_to_language (test_converters.TestConverters) ... ok |
13 | db_to_mimetype (test_converters.TestConverters) ... ok |
14 | db_to_release (test_converters.TestConverters) ... ok |
15 | db_to_revision (test_converters.TestConverters) ... ok |
16 | |
17 | ====================================================================== |
18 | ERROR: Failure: ImportError (No module named 'aiohttp') |
19 | ---------------------------------------------------------------------- |
20 | Traceback (most recent call last): |
21 | File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest |
22 | raise self.exc_val.with_traceback(self.tb) |
23 | File "/usr/lib/python3/dist-packages/nose/loader.py", line 414, in loadTestsFromName |
24 | addr.filename, addr.module) |
25 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in importFromPath |
26 | return self.importFromDir(dir_path, fqname) |
27 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in importFromDir |
28 | mod = load_module(part_fqname, fh, filename, desc) |
29 | File "/usr/lib/python3.4/imp.py", line 235, in load_module |
30 | return load_source(name, filename, file) |
31 | File "/usr/lib/python3.4/imp.py", line 171, in load_source |
32 | module = methods.load() |
33 | File "<frozen importlib._bootstrap>", line 1220, in load |
34 | File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked |
35 | File "<frozen importlib._bootstrap>", line 1129, in _exec |
36 | File "<frozen importlib._bootstrap>", line 1471, in exec_module |
37 | File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed |
38 | File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-storage/swh/storage/tests/server_testing.py", line 7, in <module> |
39 | import aiohttp |
40 | ImportError: No module named 'aiohttp' |
41 | |
42 | ====================================================================== |
43 | ERROR: Failure: ImportError (No module named 'aiohttp') |
44 | ---------------------------------------------------------------------- |
45 | Traceback (most recent call last): |
46 | File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest |
47 | raise self.exc_val.with_traceback(self.tb) |
48 | File "/usr/lib/python3/dist-packages/nose/loader.py", line 414, in loadTestsFromName |
49 | addr.filename, addr.module) |
50 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in importFromPath |
51 | return self.importFromDir(dir_path, fqname) |
52 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in importFromDir |
53 | mod = load_module(part_fqname, fh, filename, desc) |
54 | File "/usr/lib/python3.4/imp.py", line 235, in load_module |
55 | return load_source(name, filename, file) |
56 | File "/usr/lib/python3.4/imp.py", line 171, in load_source |
57 | module = methods.load() |
58 | File "<frozen importlib._bootstrap>", line 1220, in load |
59 | File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked |
60 | File "<frozen importlib._bootstrap>", line 1129, in _exec |
61 | File "<frozen importlib._bootstrap>", line 1471, in exec_module |
62 | File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed |
63 | File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-storage/swh/storage/tests/test_api_client.py", line 10, in <module> |
64 | from swh.storage.tests.server_testing import ServerTestFixture |
65 | File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-storage/swh/storage/tests/server_testing.py", line 7, in <module> |
66 | import aiohttp |
67 | ImportError: No module named 'aiohttp' |
68 | |
69 | ====================================================================== |
70 | ERROR: Failure: ImportError (No module named 'aiohttp') |
71 | ---------------------------------------------------------------------- |
72 | Traceback (most recent call last): |
73 | File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest |
74 | raise self.exc_val.with_traceback(self.tb) |
75 | File "/usr/lib/python3/dist-packages/nose/loader.py", line 414, in loadTestsFromName |
76 | addr.filename, addr.module) |
77 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in importFromPath |
78 | return self.importFromDir(dir_path, fqname) |
79 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in importFromDir |
80 | mod = load_module(part_fqname, fh, filename, desc) |
81 | File "/usr/lib/python3.4/imp.py", line 235, in load_module |
82 | return load_source(name, filename, file) |
83 | File "/usr/lib/python3.4/imp.py", line 171, in load_source |
84 | module = methods.load() |
85 | File "<frozen importlib._bootstrap>", line 1220, in load |
86 | File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked |
87 | File "<frozen importlib._bootstrap>", line 1129, in _exec |
88 | File "<frozen importlib._bootstrap>", line 1471, in exec_module |
89 | File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed |
90 | File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-storage/swh/storage/tests/test_archiver.py", line 19, in <module> |
91 | from server_testing import ServerTestFixtureAsync |
92 | File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-storage/swh/storage/tests/server_testing.py", line 7, in <module> |
93 | import aiohttp |
94 | ImportError: No module named 'aiohttp' |
95 | |
96 | ---------------------------------------------------------------------- |
97 | Ran 12 tests in 1.892s |
98 | |
99 | FAILED (errors=3) |
100 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Jun 1 2017, 4:58 PM · Built for 41 s
- Status
Passed
1 empty logs are hidden. Show all logs.
1 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-cloner-git |
---|---|
2 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-cloner-git |
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-core |
10 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-core |
11 | From ssh://forge.softwareheritage.org/diffusion/DCORE/swh-core |
12 | d5543ef..806f583 master -> origin/master |
13 | * [new tag] v0.0.32 -> v0.0.32 |
14 | * [new tag] v0.0.30 -> v0.0.30 |
15 | * [new tag] v0.0.31 -> v0.0.31 |
16 | Updating d5543ef..806f583 |
17 | Fast-forward |
18 | debian/control | 3 +- |
19 | requirements.txt | 1 + |
20 | swh/core/api.py | 56 ++++++++++++++++++------- |
21 | swh/core/api_async.py | 56 +++++++++++++++++++++++++ |
22 | swh/core/logger.py | 110 +++++++++++++++++++++++++++++++++++++++++--------- |
23 | 5 files changed, 190 insertions(+), 36 deletions(-) |
24 | create mode 100644 swh/core/api_async.py |
25 | |
26 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/snippets |
27 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/snippets |
28 | From ssh://forge.softwareheritage.org/diffusion/59/code-snippets |
29 | 2a47cb7..49ffa63 master -> origin/master |
30 | Updating 2a47cb7..49ffa63 |
31 | Fast-forward |
32 | ardumont/dispatch.py | 34 ++++++++++++ |
33 | ardumont/graph_bar.py | 47 ++++++++++++++++ |
34 | ardumont/read_from_archive.py | 34 ++++++++++++ |
35 | ardumont/send-batch-sha1s.sh | 30 +++++++++++ |
36 | olasd/azure/create-vm.sh | 14 +++-- |
37 | olasd/azure/provision-vm.sh | 57 +++++++++++++------- |
38 | sql/swh-graph/dump-swh-graph.sql | 7 +++ |
39 | sql/swh-graph/swh-graph.out | 114 +++++++++------------------------------ |
40 | 8 files changed, 222 insertions(+), 115 deletions(-) |
41 | create mode 100755 ardumont/dispatch.py |
42 | create mode 100755 ardumont/graph_bar.py |
43 | create mode 100755 ardumont/read_from_archive.py |
44 | create mode 100755 ardumont/send-batch-sha1s.sh |
45 | mode change 100644 => 100755 olasd/azure/create-vm.sh |
46 | mode change 100644 => 100755 olasd/azure/provision-vm.sh |
47 | create mode 100644 sql/swh-graph/dump-swh-graph.sql |
48 | |
49 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-indexer |
50 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-indexer |
51 | From ssh://forge.softwareheritage.org/diffusion/78/swh-indexer |
52 | b560a31..6371109 master -> origin/master |
53 | * [new tag] v0.0.18 -> v0.0.18 |
54 | * [new tag] v0.0.19 -> v0.0.19 |
55 | * [new tag] v0.0.20 -> v0.0.20 |
56 | * [new tag] v0.0.21 -> v0.0.21 |
57 | * [new tag] v0.0.22 -> v0.0.22 |
58 | * [new tag] v0.0.23 -> v0.0.23 |
59 | * [new tag] v0.0.24 -> v0.0.24 |
60 | * [new tag] v0.0.25 -> v0.0.25 |
61 | * [new tag] v0.0.26 -> v0.0.26 |
62 | * [new tag] v0.0.27 -> v0.0.27 |
63 | * [new tag] v0.0.28 -> v0.0.28 |
64 | Updating b560a31..6371109 |
65 | Fast-forward |
66 | swh/indexer/__init__.py | 4 +- |
67 | swh/indexer/ctags.py | 20 +++--- |
68 | swh/indexer/fossology_license.py | 59 ++++++++++------- |
69 | swh/indexer/indexer.py | 85 +++++++++++++++++------- |
70 | swh/indexer/language.py | 61 ++++++++++++++---- |
71 | swh/indexer/mimetype.py | 86 ++++++++++++------------- |
72 | swh/indexer/orchestrator.py | 136 ++++++++++++++++++++++++--------------- |
73 | swh/indexer/producer.py | 34 +++++++--- |
74 | swh/indexer/rehash.py | 82 +++++++++++++++++------ |
75 | swh/indexer/tasks.py | 8 ++- |
76 | 10 files changed, 374 insertions(+), 201 deletions(-) |
77 | |
78 | mr checkout: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-lister |
79 | mr checkout: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-lister |
80 | Cloning into 'swh-lister'... |
81 | |
82 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-journal |
83 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-journal |
84 | Already up-to-date. |
85 | |
86 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-loader-debian |
87 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-loader-debian |
88 | Already up-to-date. |
89 | |
90 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-loader-antelink |
91 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-loader-antelink |
92 | Already up-to-date. |
93 | |
94 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-loader-core |
95 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-loader-core |
96 | From ssh://forge.softwareheritage.org/diffusion/60/swh-loader-core |
97 | e2c8bd8..f0fb67e master -> origin/master |
98 | * [new tag] v0.0.14 -> v0.0.14 |
99 | Updating e2c8bd8..f0fb67e |
100 | Fast-forward |
101 | debian/control | 6 +++--- |
102 | requirements-swh.txt | 4 ++-- |
103 | swh/loader/core/converters.py | 4 +++- |
104 | swh/loader/core/tests/test_converters.py | 12 +++++++++++- |
105 | 4 files changed, 19 insertions(+), 7 deletions(-) |
106 | |
107 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-loader-dir |
108 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-loader-dir |
109 | From ssh://forge.softwareheritage.org/diffusion/DLDDIR/swh-loader-dir |
110 | 56b0a86..5b6b262 master -> origin/master |
111 | * [new tag] v0.0.25 -> v0.0.25 |
112 | Updating 56b0a86..5b6b262 |
113 | Fast-forward |
114 | debian/control | 10 +++++----- |
115 | requirements-swh.txt | 6 +++--- |
116 | 2 files changed, 8 insertions(+), 8 deletions(-) |
117 | |
118 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-loader-git |
119 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-loader-git |
120 | From ssh://forge.softwareheritage.org/diffusion/DLDG/swh-loader-git |
121 | a582b76..4d98e01 master -> origin/master |
122 | Updating a582b76..4d98e01 |
123 | Fast-forward |
124 | debian/control | 8 ++++---- |
125 | requirements-swh.txt | 4 ++-- |
126 | swh/loader/git/converters.py | 2 +- |
127 | swh/loader/git/tests/test_converters.py | 9 ++++++--- |
128 | 4 files changed, 13 insertions(+), 10 deletions(-) |
129 | |
130 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-loader-mercurial |
131 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-loader-mercurial |
132 | From ssh://forge.softwareheritage.org/source/swh-loader-mercurial |
133 | 09caf66..dbd3c73 master -> origin/master |
134 | Updating 09caf66..dbd3c73 |
135 | Fast-forward |
136 | swh/foo/bar.py | 4 - |
137 | swh/loader/mercurial/archive_extract.py | 45 ++++ |
138 | swh/loader/mercurial/base.py | 457 ++++++++++++++++++++++++++++++++ |
139 | swh/loader/mercurial/bundle_loader.py | 322 ++++++++++++++++++++++ |
140 | swh/loader/mercurial/converters.py | 90 +++++++ |
141 | swh/loader/mercurial/slow_loader.py | 416 +++++++++++++++++++++++++++++ |
142 | 6 files changed, 1330 insertions(+), 4 deletions(-) |
143 | delete mode 100644 swh/foo/bar.py |
144 | create mode 100644 swh/loader/mercurial/archive_extract.py |
145 | create mode 100644 swh/loader/mercurial/base.py |
146 | create mode 100644 swh/loader/mercurial/bundle_loader.py |
147 | create mode 100644 swh/loader/mercurial/converters.py |
148 | create mode 100644 swh/loader/mercurial/slow_loader.py |
149 | |
150 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-loader-svn |
151 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-loader-svn |
152 | From ssh://forge.softwareheritage.org/diffusion/DLDSVN/swh-loader-svn |
153 | 04d7f15..6db09cb master -> origin/master |
154 | Updating 04d7f15..6db09cb |
155 | Fast-forward |
156 | debian/control | 12 ++++++------ |
157 | requirements-swh.txt | 6 +++--- |
158 | 2 files changed, 9 insertions(+), 9 deletions(-) |
159 | |
160 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-loader-tar |
161 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-loader-tar |
162 | From ssh://forge.softwareheritage.org/diffusion/DLDTAR/swh-loader-tar |
163 | a1a4ea2..86e4e26 master -> origin/master |
164 | * [new tag] v0.0.24 -> v0.0.24 |
165 | Updating a1a4ea2..86e4e26 |
166 | Fast-forward |
167 | debian/control | 10 +++++----- |
168 | requirements-swh.txt | 6 +++--- |
169 | 2 files changed, 8 insertions(+), 8 deletions(-) |
170 | |
171 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-mirror-forge |
172 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-mirror-forge |
173 | Already up-to-date. |
174 | |
175 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-model |
176 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-model |
177 | From ssh://forge.softwareheritage.org/diffusion/DMOD/swh-model |
178 | a42c75e..6f89adf master -> origin/master |
179 | * [new tag] v0.0.16 -> v0.0.16 |
180 | * [new tag] v0.0.15 -> v0.0.15 |
181 | Updating a42c75e..6f89adf |
182 | Fast-forward |
183 | debian/changelog | 2 +- |
184 | swh/model/git.py | 14 ++++++------- |
185 | swh/model/hashutil.py | 2 +- |
186 | swh/model/identifiers.py | 9 ++------ |
187 | swh/model/tests/test_git.py | 42 ++++++++++++++++++++++++-------------- |
188 | swh/model/tests/test_hashutil.py | 2 ++ |
189 | swh/model/tests/test_validators.py | 4 ++-- |
190 | 7 files changed, 42 insertions(+), 33 deletions(-) |
191 | |
192 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-py-template |
193 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-py-template |
194 | Already up-to-date. |
195 | |
196 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-scheduler |
197 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-scheduler |
198 | From ssh://forge.softwareheritage.org/diffusion/DSCH/swh-scheduler |
199 | aaa5dfd..07ea766 master -> origin/master |
200 | * [new tag] v0.0.13 -> v0.0.13 |
201 | Updating aaa5dfd..07ea766 |
202 | Fast-forward |
203 | bin/swh-worker-control | 269 +++++++++++++++++++++++++++++++++ |
204 | debian/control | 4 +- |
205 | debian/copyright | 1 - |
206 | requirements-swh.txt | 2 +- |
207 | setup.py | 2 +- |
208 | swh/scheduler/celery_backend/config.py | 31 ++-- |
209 | 6 files changed, 287 insertions(+), 22 deletions(-) |
210 | create mode 100755 bin/swh-worker-control |
211 | |
212 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-objstorage |
213 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-objstorage |
214 | From ssh://forge.softwareheritage.org/diffusion/DOBJS/swh-objstorage |
215 | d316d17..051a468 master -> origin/master |
216 | * [new tag] v0.0.18 -> v0.0.18 |
217 | Updating d316d17..051a468 |
218 | Fast-forward |
219 | requirements.txt | 3 +- |
220 | swh/objstorage/api/client.py | 20 +++- |
221 | swh/objstorage/api/server.py | 133 ++++++++++++--------- |
222 | swh/objstorage/objstorage.py | 64 +++++++++- |
223 | swh/objstorage/objstorage_pathslicing.py | 33 ++++- |
224 | swh/objstorage/tests/objstorage_testing.py | 37 ++++++ |
225 | swh/objstorage/tests/server_testing.py | 5 +- |
226 | swh/objstorage/tests/test_multiplexer_filter.py | 1 - |
227 | swh/objstorage/tests/test_objstorage_api.py | 4 +- |
228 | .../tests/test_objstorage_instantiation.py | 7 +- |
229 | 10 files changed, 237 insertions(+), 70 deletions(-) |
230 | |
231 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-storage-testdata |
232 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-storage-testdata |
233 | From ssh://forge.softwareheritage.org/diffusion/DSTOT/swh-storage-testdata |
234 | 36ae27d..10e1a68 master -> origin/master |
235 | Updating 36ae27d..10e1a68 |
236 | Fast-forward |
237 | dumps/swh.dump | Bin 186008 -> 186026 bytes |
238 | dumps/swh.sql | 150 ++++++++++++++++++++++++++++++++++++--------------------- |
239 | 2 files changed, 95 insertions(+), 55 deletions(-) |
240 | |
241 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-storage |
242 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-storage |
243 | From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage |
244 | 9be297b..5ff3979 master -> origin/master |
245 | * [new tag] v0.0.83 -> v0.0.83 |
246 | Updating 9be297b..5ff3979 |
247 | Fast-forward |
248 | debian/control | 7 +- |
249 | docs/vault-blueprint.md | 139 ---------- |
250 | requirements-swh.txt | 3 +- |
251 | requirements.txt | 1 + |
252 | sql/swh-data.sql | 3 + |
253 | sql/swh-func.sql | 194 +++++++------- |
254 | sql/swh-indexes.sql | 8 +- |
255 | sql/swh-schema.sql | 41 +-- |
256 | sql/swh-triggers.sql | 20 +- |
257 | sql/upgrades/103.sql | 95 +++++++ |
258 | sql/upgrades/104.sql | 167 ++++++++++++ |
259 | sql/upgrades/105.sql | 31 +++ |
260 | swh/storage/api/client.py | 3 + |
261 | swh/storage/api/server.py | 6 + |
262 | swh/storage/converters.py | 38 ++- |
263 | swh/storage/db.py | 78 ++++-- |
264 | swh/storage/listener.py | 30 +-- |
265 | swh/storage/storage.py | 99 ++++--- |
266 | swh/storage/tests/server_testing.py | 107 ++++++-- |
267 | swh/storage/tests/test_archiver.py | 8 +- |
268 | swh/storage/tests/test_converters.py | 55 +++- |
269 | swh/storage/tests/test_db.py | 4 +- |
270 | swh/storage/tests/test_storage.py | 401 +++++++++++++++++------------ |
271 | swh/storage/vault/api/client.py | 27 -- |
272 | swh/storage/vault/api/cooking_tasks.py | 27 -- |
273 | swh/storage/vault/api/server.py | 98 ------- |
274 | swh/storage/vault/cache.py | 53 ---- |
275 | swh/storage/vault/conf.yaml | 0 |
276 | swh/storage/vault/cookers/__init__.py | 14 - |
277 | swh/storage/vault/cookers/base.py | 221 ---------------- |
278 | swh/storage/vault/cookers/directory.py | 24 -- |
279 | swh/storage/vault/cookers/revision_flat.py | 33 --- |
280 | swh/storage/vault/cookers/revision_git.py | 204 --------------- |
281 | 33 files changed, 972 insertions(+), 1267 deletions(-) |
282 | delete mode 100644 docs/vault-blueprint.md |
283 | create mode 100644 sql/upgrades/103.sql |
284 | create mode 100644 sql/upgrades/104.sql |
285 | create mode 100644 sql/upgrades/105.sql |
286 | delete mode 100644 swh/storage/vault/api/client.py |
287 | delete mode 100644 swh/storage/vault/api/cooking_tasks.py |
288 | delete mode 100644 swh/storage/vault/api/server.py |
289 | delete mode 100644 swh/storage/vault/cache.py |
290 | delete mode 100644 swh/storage/vault/conf.yaml |
291 | delete mode 100644 swh/storage/vault/cookers/__init__.py |
292 | delete mode 100644 swh/storage/vault/cookers/base.py |
293 | delete mode 100644 swh/storage/vault/cookers/directory.py |
294 | delete mode 100644 swh/storage/vault/cookers/revision_flat.py |
295 | delete mode 100644 swh/storage/vault/cookers/revision_git.py |
296 | |
297 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-web-ui |
298 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-web-ui |
299 | From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui |
300 | 67b1cf5..3471862 master -> origin/master |
301 | * [new tag] v0.0.82 -> v0.0.82 |
302 | Updating 67b1cf5..3471862 |
303 | Fast-forward |
304 | debian/control | 7 ++++--- |
305 | requirements-swh.txt | 4 ++-- |
306 | swh/web/ui/converters.py | 2 +- |
307 | swh/web/ui/main.py | 35 ++++++++++++++++++++++++++--------- |
308 | swh/web/ui/tests/test_app.py | 10 ++++++++-- |
309 | swh/web/ui/tests/test_converters.py | 7 ++++++- |
310 | 6 files changed, 47 insertions(+), 18 deletions(-) |
311 | |
312 | mr update: finished (23 ok) |
313 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Jun 1 2017, 4:58 PM · Built instantly
- Status
Passed