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.
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