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 |
193 | From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui |
---|---|
194 | 4e4cda3..318e268 master -> origin/master |
195 | * [new tag] v0.0.50 -> v0.0.50 |
196 | * [new tag] v0.0.51 -> v0.0.51 |
197 | * [new tag] v0.0.52 -> v0.0.52 |
198 | * [new tag] v0.0.53 -> v0.0.53 |
199 | * [new tag] v0.0.54 -> v0.0.54 |
200 | * [new tag] v0.0.55 -> v0.0.55 |
201 | * [new tag] v0.0.56 -> v0.0.56 |
202 | * [new tag] v0.0.57 -> v0.0.57 |
203 | * [new tag] v0.0.58 -> v0.0.58 |
204 | * [new tag] v0.0.59 -> v0.0.59 |
205 | * [new tag] v0.0.60 -> v0.0.60 |
206 | * [new tag] v0.0.61 -> v0.0.61 |
207 | * [new tag] v0.0.62 -> v0.0.62 |
208 | * [new tag] v0.0.63 -> v0.0.63 |
209 | * [new tag] v0.0.64 -> v0.0.64 |
210 | * [new tag] v0.0.65 -> v0.0.65 |
211 | * [new tag] v0.0.67 -> v0.0.67 |
212 | * [new tag] v0.0.68 -> v0.0.68 |
213 | Updating 4e4cda3..318e268 |
214 | Fast-forward |
215 | Makefile.local | 8 +- |
216 | README | 59 +---- |
217 | debian/control | 17 +- |
218 | requirements.txt | 5 +- |
219 | resources/test/webapp.ini | 26 -- |
220 | resources/test/webapp.yml | 29 +++ |
221 | swh/web/ui/apidoc.py | 203 +++++++++++----- |
222 | swh/web/ui/backend.py | 16 +- |
223 | swh/web/ui/converters.py | 59 ++++- |
224 | swh/web/ui/main.py | 73 ++++-- |
225 | swh/web/ui/renderers.py | 65 +++-- |
226 | swh/web/ui/service.py | 13 +- |
227 | swh/web/ui/static/css/style.css | 183 ++++++++++++++- |
228 | swh/web/ui/static/img/arrow-up-small.png | Bin 0 -> 868 bytes |
229 | swh/web/ui/static/img/swh-logo.png | Bin 0 -> 47353 bytes |
230 | swh/web/ui/templates/api-endpoints.html | 61 +++++ |
231 | swh/web/ui/templates/api.html | 11 +- |
232 | swh/web/ui/templates/apidoc.html | 59 ++++- |
233 | .../ui/templates/includes/apidoc-header-toc.html | 26 ++ |
234 | swh/web/ui/templates/includes/apidoc-header.html | 109 +++++++++ |
235 | swh/web/ui/templates/includes/apidoc-header.md | 209 +++++++++++++++++ |
236 | swh/web/ui/templates/layout.html | 71 +++--- |
237 | swh/web/ui/tests/test_apidoc.py | 5 + |
238 | swh/web/ui/tests/test_app.py | 15 +- |
239 | swh/web/ui/tests/test_backend.py | 5 +- |
240 | swh/web/ui/tests/test_converters.py | 60 +++-- |
241 | swh/web/ui/tests/test_renderers.py | 35 ++- |
242 | swh/web/ui/tests/test_service.py | 15 +- |
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