Properties
Properties
- Buildable
- B585: rDSTOa8c0e134de7f: sql/swh-schema: reorder fields according to production database
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Jan 17 2017, 1:14 PM · Built for 6 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 17 2017, 1:14 PM · Built for 14 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 10.510s |
13 | |
14 | OK |
15 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Jan 17 2017, 1:14 PM · Built for 12 s
- Status
Passed
1 empty logs are hidden. Show all logs.
168 | bin/swh-objstorage-azure | 5 +- |
---|---|
169 | swh/objstorage/__init__.py | 9 ++++ |
170 | swh/objstorage/api/client.py | 12 ++--- |
171 | swh/objstorage/api/server.py | 2 +- |
172 | swh/objstorage/checker.py | 56 ++++++++++++++-------- |
173 | swh/objstorage/tests/test_objstorage_api.py | 2 +- |
174 | .../tests/test_objstorage_instantiation.py | 4 +- |
175 | 7 files changed, 57 insertions(+), 33 deletions(-) |
176 | |
177 | mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-storage-testdata |
178 | mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-storage-testdata |
179 | From ssh://forge.softwareheritage.org/diffusion/DSTOT/swh-storage-testdata |
180 | 8a58ca4..e32f585 master -> origin/master |
181 | Updating 8a58ca4..e32f585 |
182 | Fast-forward |
183 | dumps/swh-archiver.dump | Bin 10675 -> 11449 bytes |
184 | dumps/swh-archiver.sql | 57 +- |
185 | dumps/swh.dump | Bin 174356 -> 191266 bytes |
186 | dumps/swh.sql | 1047 ++++++++++++++------- |
187 | svn-folders/pkg-gourmet-with-eol-corner-cases.tgz | Bin 0 -> 34692 bytes |
188 | 5 files changed, 752 insertions(+), 352 deletions(-) |
189 | create mode 100644 svn-folders/pkg-gourmet-with-eol-corner-cases.tgz |
190 | |
191 | mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-storage |
192 | mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-storage |
193 | From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage |
194 | 7ef1700..a8c0e13 master -> origin/master |
195 | * [new tag] v0.0.75 -> v0.0.75 |
196 | * [new tag] v0.0.76 -> v0.0.76 |
197 | Updating 7ef1700..a8c0e13 |
198 | Fast-forward |
199 | debian/control | 4 +- |
200 | requirements.txt | 2 +- |
201 | sql/Makefile | 17 +- |
202 | sql/swh-func.sql | 102 ++++++----- |
203 | sql/swh-indexes.sql | 272 ++++++++++++++++++++++++++++++ |
204 | sql/swh-init.sql | 8 + |
205 | sql/swh-schema.sql | 318 +++++++---------------------------- |
206 | sql/swh-triggers.sql | 124 ++++++++++++++ |
207 | sql/upgrades/097.sql | 108 ++++++++++-- |
208 | sql/upgrades/098.sql | 9 + |
209 | sql/upgrades/099.sql | 30 ++++ |
210 | swh/storage/__init__.py | 25 ++- |
211 | swh/storage/api/client.py | 12 +- |
212 | swh/storage/api/server.py | 23 ++- |
213 | swh/storage/archiver/worker.py | 2 +- |
214 | swh/storage/db.py | 21 ++- |
215 | swh/storage/provenance/tasks.py | 16 +- |
216 | swh/storage/storage.py | 19 ++- |
217 | swh/storage/tests/test_api_client.py | 19 ++- |
218 | swh/storage/tests/test_archiver.py | 2 +- |
219 | swh/storage/tests/test_storage.py | 32 +++- |
220 | swh/storage/vault/api/server.py | 16 +- |
221 | 22 files changed, 791 insertions(+), 390 deletions(-) |
222 | create mode 100644 sql/swh-indexes.sql |
223 | create mode 100644 sql/swh-triggers.sql |
224 | create mode 100644 sql/upgrades/098.sql |
225 | create mode 100644 sql/upgrades/099.sql |
226 | |
227 | mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-web-ui |
228 | mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-web-ui |
229 | From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui |
230 | 49c7f4e..7ed6b19 master -> origin/master |
231 | * [new tag] v0.0.50 -> v0.0.50 |
232 | * [new tag] v0.0.51 -> v0.0.51 |
233 | * [new tag] v0.0.52 -> v0.0.52 |
234 | * [new tag] v0.0.53 -> v0.0.53 |
235 | * [new tag] v0.0.54 -> v0.0.54 |
236 | Updating 49c7f4e..7ed6b19 |
237 | Fast-forward |
238 | Makefile.local | 8 +- |
239 | resources/test/webapp.ini | 26 --- |
240 | resources/test/webapp.yml | 19 ++ |
241 | swh/web/ui/apidoc.py | 37 ++-- |
242 | swh/web/ui/backend.py | 5 +- |
243 | swh/web/ui/converters.py | 2 +- |
244 | swh/web/ui/main.py | 12 +- |
245 | swh/web/ui/service.py | 6 +- |
246 | swh/web/ui/static/css/style.css | 8 + |
247 | swh/web/ui/templates/api-endpoints.html | 42 ++++ |
248 | swh/web/ui/templates/api.html | 11 +- |
249 | swh/web/ui/templates/includes/apidoc-header.html | 176 ++++++++++++++++ |
250 | swh/web/ui/templates/includes/apidoc-header.md | 253 +++++++++++++++++++++++ |
251 | swh/web/ui/tests/test_backend.py | 4 +- |
252 | swh/web/ui/tests/test_service.py | 16 +- |
253 | swh/web/ui/tests/test_utils.py | 47 +++++ |
254 | swh/web/ui/tests/views/test_api.py | 12 +- |
255 | swh/web/ui/tests/views/test_browse.py | 15 +- |
256 | swh/web/ui/utils.py | 5 +- |
257 | swh/web/ui/views/api.py | 44 ++-- |
258 | swh/web/ui/views/browse.py | 17 +- |
259 | 21 files changed, 664 insertions(+), 101 deletions(-) |
260 | delete mode 100644 resources/test/webapp.ini |
261 | create mode 100644 resources/test/webapp.yml |
262 | create mode 100644 swh/web/ui/templates/api-endpoints.html |
263 | create mode 100644 swh/web/ui/templates/includes/apidoc-header.html |
264 | create mode 100644 swh/web/ui/templates/includes/apidoc-header.md |
265 | |
266 | mr update: finished (21 ok) |
267 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Jan 17 2017, 1:13 PM · Built instantly
- Status
Passed