Properties
Properties
- Buildable
- B583: rDSTOe4d5aecf2913: archiver.worker: fix typo
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Jan 3 2017, 4:31 PM · Built for 5 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 Jan 3 2017, 4:31 PM · Built for 12 s
- Status
Passed
1 empty logs are hidden. Show all logs.
1 | W: unknown repository 'swh-environment', you might want to remove it |
---|---|
2 | ctags_to_db (test_converters.TestConverters) ... ok |
3 | db_to_author (test_converters.TestConverters) ... ok |
4 | db_to_ctags (test_converters.TestConverters) ... ok |
5 | db_to_git_headers (test_converters.TestConverters) ... ok |
6 | db_to_language (test_converters.TestConverters) ... ok |
7 | db_to_mimetype (test_converters.TestConverters) ... ok |
8 | db_to_release (test_converters.TestConverters) ... ok |
9 | db_to_revision (test_converters.TestConverters) ... ok |
10 | |
11 | ---------------------------------------------------------------------- |
12 | Ran 8 tests in 9.359s |
13 | |
14 | OK |
15 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Jan 3 2017, 4:31 PM · Built for 21 s
- Status
Passed
1 empty logs are hidden. Show all logs.
156 | swh/objstorage/checker.py | 56 ++++++++++++++-------- |
---|---|
157 | swh/objstorage/tests/test_objstorage_api.py | 2 +- |
158 | .../tests/test_objstorage_instantiation.py | 4 +- |
159 | 6 files changed, 56 insertions(+), 32 deletions(-) |
160 | |
161 | mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-py-template |
162 | mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-py-template |
163 | Already up-to-date. |
164 | |
165 | mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-scheduler |
166 | mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-scheduler |
167 | Already up-to-date. |
168 | |
169 | mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-storage-testdata |
170 | mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-storage-testdata |
171 | From ssh://forge.softwareheritage.org/diffusion/DSTOT/swh-storage-testdata |
172 | 37dc77c..e59a742 master -> origin/master |
173 | Updating 37dc77c..e59a742 |
174 | Fast-forward |
175 | dumps/swh.dump | Bin 174065 -> 190149 bytes |
176 | dumps/swh.sql | 1095 ++++++++++++++------- |
177 | svn-folders/pkg-gourmet-with-eol-corner-cases.tgz | Bin 0 -> 34692 bytes |
178 | 3 files changed, 748 insertions(+), 347 deletions(-) |
179 | create mode 100644 svn-folders/pkg-gourmet-with-eol-corner-cases.tgz |
180 | |
181 | mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-web-ui |
182 | mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-web-ui |
183 | From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui |
184 | 492442a..b84a083 master -> origin/master |
185 | * [new tag] v0.0.51 -> v0.0.51 |
186 | * [new tag] v0.0.46 -> v0.0.46 |
187 | * [new tag] v0.0.47 -> v0.0.47 |
188 | * [new tag] v0.0.48 -> v0.0.48 |
189 | * [new tag] v0.0.49 -> v0.0.49 |
190 | Updating 492442a..b84a083 |
191 | Fast-forward |
192 | Makefile.local | 4 +- |
193 | debian/control | 2 + |
194 | requirements.txt | 1 + |
195 | resources/test/webapp.ini | 26 ------- |
196 | resources/test/webapp.yml | 19 +++++ |
197 | swh/web/ui/backend.py | 7 +- |
198 | swh/web/ui/main.py | 12 ++- |
199 | swh/web/ui/service.py | 6 +- |
200 | swh/web/ui/static/css/jquery.dataTables.min.css | 1 + |
201 | swh/web/ui/static/css/style.css | 11 ++- |
202 | swh/web/ui/static/lib/jquery.dataTables.min.js | 1 + |
203 | swh/web/ui/templates/browse.html | 6 ++ |
204 | swh/web/ui/templates/content.html | 12 ++- |
205 | .../ui/templates/includes/home-search-symbol.html | 43 +++++++++++ |
206 | swh/web/ui/templates/includes/search-form.html | 28 ------- |
207 | swh/web/ui/templates/layout.html | 5 +- |
208 | swh/web/ui/templates/search.html | 55 ++++++++------ |
209 | swh/web/ui/templates/symbols.html | 87 +++++++++++++++++----- |
210 | swh/web/ui/tests/test_backend.py | 6 +- |
211 | swh/web/ui/tests/test_service.py | 16 ++-- |
212 | swh/web/ui/tests/views/test_browse.py | 10 +-- |
213 | swh/web/ui/views/api.py | 8 +- |
214 | swh/web/ui/views/browse.py | 10 ++- |
215 | 23 files changed, 238 insertions(+), 138 deletions(-) |
216 | delete mode 100644 resources/test/webapp.ini |
217 | create mode 100644 resources/test/webapp.yml |
218 | create mode 120000 swh/web/ui/static/css/jquery.dataTables.min.css |
219 | create mode 120000 swh/web/ui/static/lib/jquery.dataTables.min.js |
220 | create mode 100644 swh/web/ui/templates/includes/home-search-symbol.html |
221 | |
222 | mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-storage |
223 | mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-storage |
224 | From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage |
225 | ebcfd49..e4d5aec master -> origin/master |
226 | * [new tag] v0.0.75 -> v0.0.75 |
227 | * [new tag] v0.0.76 -> v0.0.76 |
228 | Updating ebcfd49..e4d5aec |
229 | Fast-forward |
230 | debian/control | 4 +- |
231 | requirements.txt | 2 +- |
232 | sql/clusters.dot | 12 +- |
233 | sql/swh-data.sql | 11 +- |
234 | sql/swh-func.sql | 309 ++++++++++++++----- |
235 | sql/swh-init.sql | 8 + |
236 | sql/swh-schema.sql | 60 ++-- |
237 | sql/upgrades/097.sql | 568 +++++++++++++++++++++++++++++++++++ |
238 | swh/storage/__init__.py | 25 +- |
239 | swh/storage/api/client.py | 12 +- |
240 | swh/storage/api/server.py | 23 +- |
241 | swh/storage/archiver/worker.py | 2 +- |
242 | swh/storage/converters.py | 70 +++++ |
243 | swh/storage/db.py | 45 ++- |
244 | swh/storage/provenance/tasks.py | 16 +- |
245 | swh/storage/storage.py | 94 +++--- |
246 | swh/storage/tests/test_api_client.py | 19 +- |
247 | swh/storage/tests/test_archiver.py | 2 +- |
248 | swh/storage/tests/test_converters.py | 81 +++++ |
249 | swh/storage/tests/test_storage.py | 358 +++++++++++++++++++--- |
250 | swh/storage/vault/api/server.py | 16 +- |
251 | 21 files changed, 1490 insertions(+), 247 deletions(-) |
252 | create mode 100644 sql/upgrades/097.sql |
253 | |
254 | mr update: finished (21 ok) |
255 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Jan 3 2017, 4:30 PM · Built instantly
- Status
Passed