Properties
Properties
- Buildable
- B589: rDSTO54cb088052ca: Refactor: Unify redundant behavior in api server instantiation
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Jan 26 2017, 3:13 PM · Built for 4 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 26 2017, 3:13 PM · Built for 4 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 2.471s |
| 13 | |
| 14 | OK |
| 15 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Jan 26 2017, 3:13 PM · Built for 26 s
- Status
Passed
| 1 | mr update: command failed |
|---|---|
| 2 | mr update: command failed |
| 3 |
| 243 | swh/web/ui/tests/test_utils.py | 86 ++++--- |
|---|---|
| 244 | swh/web/ui/tests/views/test_api.py | 154 +++++------- |
| 245 | swh/web/ui/tests/views/test_browse.py | 38 +-- |
| 246 | swh/web/ui/tests/views/test_main.py | 2 +- |
| 247 | swh/web/ui/utils.py | 19 +- |
| 248 | swh/web/ui/views/api.py | 261 +++++++++++++++------ |
| 249 | swh/web/ui/views/browse.py | 33 ++- |
| 250 | swh/web/ui/views/main.py | 2 +- |
| 251 | 36 files changed, 1482 insertions(+), 550 deletions(-) |
| 252 | delete mode 100644 resources/test/webapp.ini |
| 253 | create mode 100644 resources/test/webapp.yml |
| 254 | create mode 100644 swh/web/ui/static/img/arrow-up-small.png |
| 255 | create mode 100644 swh/web/ui/static/img/swh-logo.png |
| 256 | create mode 100644 swh/web/ui/templates/api-endpoints.html |
| 257 | create mode 100644 swh/web/ui/templates/includes/apidoc-header-toc.html |
| 258 | create mode 100644 swh/web/ui/templates/includes/apidoc-header.html |
| 259 | create mode 100644 swh/web/ui/templates/includes/apidoc-header.md |
| 260 | |
| 261 | mr update: /home/temp-drydock/drydock/workingcopy-173/repo/swh-environment/swh-storage |
| 262 | mr update: /home/temp-drydock/drydock/workingcopy-173/repo/swh-environment/swh-storage |
| 263 | From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage |
| 264 | d5f4640..fed8afb master -> origin/master |
| 265 | * [new tag] v0.0.77 -> v0.0.77 |
| 266 | Updating d5f4640..fed8afb |
| 267 | Fast-forward |
| 268 | debian/control | 6 +- |
| 269 | requirements.txt | 7 +- |
| 270 | sql/Makefile | 17 +- |
| 271 | sql/swh-indexes.sql | 272 +++++++++++++++++++++++++++++++ |
| 272 | sql/swh-schema.sql | 318 ++++++++----------------------------- |
| 273 | sql/swh-triggers.sql | 124 +++++++++++++++ |
| 274 | sql/upgrades/098.sql | 9 ++ |
| 275 | sql/upgrades/099.sql | 30 ++++ |
| 276 | swh/storage/api/client.py | 61 +------ |
| 277 | swh/storage/api/server.py | 13 +- |
| 278 | swh/storage/archiver/worker.py | 2 +- |
| 279 | swh/storage/db.py | 13 +- |
| 280 | swh/storage/storage.py | 11 +- |
| 281 | swh/storage/tests/test_archiver.py | 2 +- |
| 282 | swh/storage/tests/test_storage.py | 22 +++ |
| 283 | swh/storage/vault/api/client.py | 54 +------ |
| 284 | swh/storage/vault/api/server.py | 9 +- |
| 285 | 17 files changed, 576 insertions(+), 394 deletions(-) |
| 286 | create mode 100644 sql/swh-indexes.sql |
| 287 | create mode 100644 sql/swh-triggers.sql |
| 288 | create mode 100644 sql/upgrades/098.sql |
| 289 | create mode 100644 sql/upgrades/099.sql |
| 290 | |
| 291 | mr update: finished (19 ok; 2 failed) |
| 292 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Jan 26 2017, 3:13 PM · Built instantly
- Status
Passed