Properties
Properties
- Buildable
- B392: Diff 347
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Aug 19 2016, 2:40 PM · Built for 2 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 Aug 19 2016, 2:40 PM · Built for 2 s
- Status
Passed
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-loader-vcs', you might want to remove it |
3 | db_to_author (test_converters.TestConverters) ... ok |
4 | db_to_git_headers (test_converters.TestConverters) ... ok |
5 | db_to_release (test_converters.TestConverters) ... ok |
6 | db_to_revision (test_converters.TestConverters) ... ok |
7 | |
8 | ---------------------------------------------------------------------- |
9 | Ran 4 tests in 0.898s |
10 | |
11 | OK |
12 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Aug 19 2016, 2:40 PM · Built for 13 s
- Status
Passed
1 empty logs are hidden. Show all logs.
76 | mr update: /home/temp-drydock/drydock/workingcopy-162/repo/swh-environment/swh-loader-svn |
---|---|
77 | mr update: /home/temp-drydock/drydock/workingcopy-162/repo/swh-environment/swh-loader-svn |
78 | From ssh://forge.softwareheritage.org/diffusion/DLDSVN/swh-loader-svn |
79 | 837fbc1..134385e reschedule-svn-failed-task -> origin/reschedule-svn-failed-task |
80 | * [new tag] v0.0.12 -> v0.0.12 |
81 | * [new tag] v0.0.13 -> v0.0.13 |
82 | Already up-to-date. |
83 | |
84 | mr update: /home/temp-drydock/drydock/workingcopy-162/repo/swh-environment/swh-objstorage |
85 | mr update: /home/temp-drydock/drydock/workingcopy-162/repo/swh-environment/swh-objstorage |
86 | From ssh://forge.softwareheritage.org/diffusion/DOBJS/swh-objstorage |
87 | 9850ab4..b8b6e1c master -> origin/master |
88 | * [new tag] v0.0.2 -> v0.0.2 |
89 | Updating 9850ab4..b8b6e1c |
90 | Fast-forward |
91 | debian/changelog | 6 +- |
92 | setup.py | 1 + |
93 | swh/objstorage/api/client.py | 81 +---------- |
94 | swh/objstorage/cloud/__init__.py | 3 + |
95 | swh/objstorage/cloud/objstorage_cloud.py | 150 +++++++++++++++++++++ |
96 | swh/objstorage/multiplexer/filter/filter.py | 34 +++-- |
97 | swh/objstorage/multiplexer/filter/id_filter.py | 17 +-- |
98 | .../multiplexer/filter/read_write_filter.py | 1 - |
99 | .../multiplexer/multiplexer_objstorage.py | 72 +++------- |
100 | swh/objstorage/objstorage.py | 36 ++++- |
101 | swh/objstorage/objstorage_pathslicing.py | 79 +---------- |
102 | swh/objstorage/tests/objstorage_testing.py | 10 +- |
103 | swh/objstorage/tests/test_objstorage.py | 17 --- |
104 | .../tests/test_objstorage_pathslicing.py | 12 +- |
105 | 14 files changed, 248 insertions(+), 271 deletions(-) |
106 | create mode 100644 swh/objstorage/cloud/__init__.py |
107 | create mode 100644 swh/objstorage/cloud/objstorage_cloud.py |
108 | delete mode 100644 swh/objstorage/tests/test_objstorage.py |
109 | |
110 | mr update: /home/temp-drydock/drydock/workingcopy-162/repo/swh-environment/swh-py-template |
111 | mr update: /home/temp-drydock/drydock/workingcopy-162/repo/swh-environment/swh-py-template |
112 | Already up-to-date. |
113 | |
114 | mr update: /home/temp-drydock/drydock/workingcopy-162/repo/swh-environment/swh-scheduler |
115 | mr update: /home/temp-drydock/drydock/workingcopy-162/repo/swh-environment/swh-scheduler |
116 | Already up-to-date. |
117 | |
118 | mr update: /home/temp-drydock/drydock/workingcopy-162/repo/swh-environment/swh-storage-testdata |
119 | mr update: /home/temp-drydock/drydock/workingcopy-162/repo/swh-environment/swh-storage-testdata |
120 | Already up-to-date. |
121 | |
122 | mr update: /home/temp-drydock/drydock/workingcopy-162/repo/swh-environment/swh-web-ui |
123 | mr update: /home/temp-drydock/drydock/workingcopy-162/repo/swh-environment/swh-web-ui |
124 | From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui |
125 | a4607b8..430575d master -> origin/master |
126 | Updating a4607b8..430575d |
127 | Fast-forward |
128 | resources/test/webapp.ini | 4 +- |
129 | swh/web/ui/apidoc.py | 279 ++++++++++-- |
130 | swh/web/ui/backend.py | 8 +- |
131 | swh/web/ui/converters.py | 2 + |
132 | swh/web/ui/main.py | 28 +- |
133 | swh/web/ui/renderers.py | 198 ++++----- |
134 | swh/web/ui/service.py | 30 +- |
135 | swh/web/ui/templates/api.html | 207 +-------- |
136 | swh/web/ui/templates/apidoc.html | 84 ++++ |
137 | swh/web/ui/templates/origin.html | 2 +- |
138 | swh/web/ui/tests/test_apidoc.py | 299 +++++++++++++ |
139 | swh/web/ui/tests/test_app.py | 18 +- |
140 | swh/web/ui/tests/test_backend.py | 14 +- |
141 | swh/web/ui/tests/test_renderers.py | 270 ++++++------ |
142 | swh/web/ui/tests/test_service.py | 61 +-- |
143 | swh/web/ui/tests/views/test_api.py | 426 ++---------------- |
144 | swh/web/ui/tests/views/test_browse.py | 20 + |
145 | swh/web/ui/views/api.py | 799 ++++++++++++---------------------- |
146 | swh/web/ui/views/browse.py | 15 +- |
147 | swh/web/ui/views/errorhandler.py | 8 +- |
148 | 20 files changed, 1278 insertions(+), 1494 deletions(-) |
149 | create mode 100644 swh/web/ui/templates/apidoc.html |
150 | create mode 100644 swh/web/ui/tests/test_apidoc.py |
151 | |
152 | mr update: /home/temp-drydock/drydock/workingcopy-162/repo/swh-environment/swh-storage |
153 | mr update: /home/temp-drydock/drydock/workingcopy-162/repo/swh-environment/swh-storage |
154 | From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage |
155 | b5780ee..7d7f403 master -> origin/master |
156 | * [new tag] v0.0.48 -> v0.0.48 |
157 | Updating b5780ee..7d7f403 |
158 | Fast-forward |
159 | debian/control | 9 ++- |
160 | debian/rules | 12 +++- |
161 | docs/vault-blueprint.md | 139 +++++++++++++++++++++++++++++++++++++++ |
162 | requirements.txt | 2 +- |
163 | sql/swh-schema.sql | 127 ++++++++++++++++++++++++++++++++++- |
164 | sql/upgrades/074.sql | 112 +++++++++++++++++++++++++++++++ |
165 | swh/storage/archiver/director.py | 29 ++++---- |
166 | swh/storage/archiver/storage.py | 33 ++++++++-- |
167 | swh/storage/db.py | 79 ++++++++++++++++++++-- |
168 | swh/storage/listener.py | 100 ++++++++++++++++++++++++++++ |
169 | 10 files changed, 605 insertions(+), 37 deletions(-) |
170 | create mode 100644 docs/vault-blueprint.md |
171 | create mode 100644 sql/upgrades/074.sql |
172 | create mode 100644 swh/storage/listener.py |
173 | |
174 | mr update: finished (20 ok) |
175 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Aug 19 2016, 2:40 PM · Built instantly
- Status
Passed