Properties
Properties
- Buildable
- B454: Diff 386
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Sep 2 2016, 5:09 PM · Built for 3 s
- Status
Passed
1 empty logs are hidden. Show all logs.
1 | python3 -m flake8 swh bin/swh-web-ui-dev |
---|---|
2 |
Python tests
Python tests
- When
- Completed at Sep 2 2016, 5:09 PM · Built for 3 s
- Status
Passed
1 empty logs are hidden. Show all logs.
285 | lookup_revision_through_with_revision_by (ui.tests.test_service.ServiceTestCase) ... ok |
---|---|
286 | lookup_revision_with_context (ui.tests.test_service.ServiceTestCase) ... ok |
287 | lookup_revision_with_context_by (ui.tests.test_service.ServiceTestCase) ... ok |
288 | lookup_revision_with_context_by_ko (ui.tests.test_service.ServiceTestCase) ... ok |
289 | lookup_revision_with_context_ko_not_a_sha1_1 (ui.tests.test_service.ServiceTestCase) ... ok |
290 | lookup_revision_with_context_ko_not_a_sha1_2 (ui.tests.test_service.ServiceTestCase) ... ok |
291 | lookup_revision_with_context_ko_root_sha1_git_does_not_exist (ui.tests.test_service.ServiceTestCase) ... ok |
292 | lookup_revision_with_context_ko_sha1_git_does_not_exist (ui.tests.test_service.ServiceTestCase) ... ok |
293 | lookup_revision_with_context_sha1_git_root_already_retrieved_as_dict (ui.tests.test_service.ServiceTestCase) ... ok |
294 | search_hash_does_not_exist (ui.tests.test_service.ServiceTestCase) ... ok |
295 | search_hash_exist (ui.tests.test_service.ServiceTestCase) ... ok |
296 | stat_counters (ui.tests.test_service.ServiceTestCase) ... ok |
297 | enrich_content_with_sha1 (ui.tests.test_utils.UtilsTestCase) ... ok |
298 | enrich_content_without_sha1 (ui.tests.test_utils.UtilsTestCase) ... ok |
299 | enrich_directory_no_type (ui.tests.test_utils.UtilsTestCase) ... ok |
300 | enrich_directory_with_context_and_type_dir (ui.tests.test_utils.UtilsTestCase) ... ok |
301 | enrich_directory_with_context_and_type_file (ui.tests.test_utils.UtilsTestCase) ... ok |
302 | enrich_entity_identity (ui.tests.test_utils.UtilsTestCase) ... ok |
303 | enrich_entity_with_sha1 (ui.tests.test_utils.UtilsTestCase) ... ok |
304 | enrich_release_0 (ui.tests.test_utils.UtilsTestCase) ... ok |
305 | enrich_release_1 (ui.tests.test_utils.UtilsTestCase) ... ok |
306 | enrich_release_2 (ui.tests.test_utils.UtilsTestCase) ... ok |
307 | enrich_release_3 (ui.tests.test_utils.UtilsTestCase) ... ok |
308 | enrich_release_4 (ui.tests.test_utils.UtilsTestCase) ... ok |
309 | enrich_revision_context_empty_prev_list (ui.tests.test_utils.UtilsTestCase) ... ok |
310 | enrich_revision_context_some_prev_list (ui.tests.test_utils.UtilsTestCase) ... ok |
311 | enrich_revision_no_context (ui.tests.test_utils.UtilsTestCase) ... ok |
312 | enrich_revision_with_children_and_parent_no_dir (ui.tests.test_utils.UtilsTestCase) ... ok |
313 | enrich_revision_with_invalid_message (ui.tests.test_utils.UtilsTestCase) ... ok |
314 | enrich_revision_with_no_message (ui.tests.test_utils.UtilsTestCase) ... ok |
315 | enrich_revision_without_children_or_parent (ui.tests.test_utils.UtilsTestCase) ... ok |
316 | filter_endpoints_1 (ui.tests.test_utils.UtilsTestCase) ... ok |
317 | filter_endpoints_2 (ui.tests.test_utils.UtilsTestCase) ... ok |
318 | filter_field_keys_dict (ui.tests.test_utils.UtilsTestCase) ... ok |
319 | filter_field_keys_dict_unknown_keys (ui.tests.test_utils.UtilsTestCase) ... ok |
320 | filter_field_keys_list (ui.tests.test_utils.UtilsTestCase) ... ok |
321 | filter_field_keys_list_unknown_keys (ui.tests.test_utils.UtilsTestCase) ... ok |
322 | filter_field_keys_other (ui.tests.test_utils.UtilsTestCase) ... ok |
323 | fmap (ui.tests.test_utils.UtilsTestCase) ... ok |
324 | parse_timestamp (ui.tests.test_utils.UtilsTestCase) ... ok |
325 | person_to_string (ui.tests.test_utils.UtilsTestCase) ... ok |
326 | prepare_data_for_view (ui.tests.test_utils.UtilsTestCase) ... ok |
327 | prepare_data_for_view_default_encoding (ui.tests.test_utils.UtilsTestCase) ... ok |
328 | prepare_data_for_view_ko_cannot_decode (ui.tests.test_utils.UtilsTestCase) ... ok |
329 | |
330 | ---------------------------------------------------------------------- |
331 | Ran 328 tests in 1.319s |
332 | |
333 | OK |
334 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Sep 2 2016, 5:09 PM · Built for 6 s
- Status
Passed
1 empty logs are hidden. Show all logs.
79 | debian/control | 4 +- |
---|---|
80 | requirements.txt | 2 +- |
81 | swh/web/ui/backend.py | 28 ++++- |
82 | swh/web/ui/converters.py | 43 ++++---- |
83 | swh/web/ui/service.py | 33 ++++-- |
84 | swh/web/ui/static/css/style.css | 38 +++++++ |
85 | swh/web/ui/static/js/calendar.js | 38 +++---- |
86 | swh/web/ui/templates/api.html | 2 +- |
87 | swh/web/ui/templates/browse.html | 56 ++++++++++ |
88 | swh/web/ui/templates/home.html | 9 -- |
89 | swh/web/ui/templates/includes/home-directory.html | 111 +++++++++++++++++++ |
90 | swh/web/ui/templates/includes/home-origin.html | 57 ++++++++++ |
91 | swh/web/ui/templates/includes/home-revision.html | 66 ++++++++++++ |
92 | .../ui/templates/{ => includes}/search-form.html | 40 ++++--- |
93 | swh/web/ui/templates/layout.html | 86 +++++++++------ |
94 | swh/web/ui/templates/origin.html | 60 ++++++----- |
95 | swh/web/ui/templates/search.html | 2 +- |
96 | swh/web/ui/tests/test_backend.py | 63 ++++++++--- |
97 | swh/web/ui/tests/test_converters.py | 5 + |
98 | swh/web/ui/tests/test_service.py | 117 ++++++++++++--------- |
99 | swh/web/ui/tests/views/test_api.py | 80 ++++++++++---- |
100 | swh/web/ui/tests/views/test_browse.py | 53 ++++++---- |
101 | swh/web/ui/tests/views/test_main.py | 16 +-- |
102 | swh/web/ui/views/api.py | 40 ++++++- |
103 | swh/web/ui/views/browse.py | 9 +- |
104 | swh/web/ui/views/main.py | 4 +- |
105 | 26 files changed, 785 insertions(+), 277 deletions(-) |
106 | create mode 100644 swh/web/ui/templates/browse.html |
107 | delete mode 100644 swh/web/ui/templates/home.html |
108 | create mode 100644 swh/web/ui/templates/includes/home-directory.html |
109 | create mode 100644 swh/web/ui/templates/includes/home-origin.html |
110 | create mode 100644 swh/web/ui/templates/includes/home-revision.html |
111 | rename swh/web/ui/templates/{ => includes}/search-form.html (64%) |
112 | |
113 | mr update: /home/temp-drydock/drydock/workingcopy-174/repo/swh-environment/swh-storage |
114 | mr update: /home/temp-drydock/drydock/workingcopy-174/repo/swh-environment/swh-storage |
115 | From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage |
116 | fc0f589..157c129 master -> origin/master |
117 | * [new tag] v0.0.53 -> v0.0.53 |
118 | Updating fc0f589..157c129 |
119 | Fast-forward |
120 | swh/storage/api/client.py | 4 ++++ |
121 | swh/storage/api/server.py | 6 ++++++ |
122 | swh/storage/db.py | 22 ++++++++++++++++++++ |
123 | swh/storage/storage.py | 18 ++++++++++++++++- |
124 | swh/storage/tests/test_storage.py | 42 +++++++++++++++++++++++++++++++++++++++ |
125 | 5 files changed, 91 insertions(+), 1 deletion(-) |
126 | |
127 | mr update: finished (20 ok) |
128 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Sep 2 2016, 5:09 PM · Built instantly
- Status
Passed