Properties
Properties
- Buildable
- B41: Diff 20
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Apr 29 2016, 4:11 PM · Built for 4 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 Apr 29 2016, 4:11 PM · Built for 4 s
- Status
Passed
260 | enrich_release_1 (ui.tests.test_utils.UtilsTestCase) ... ok |
---|---|
261 | enrich_release_2 (ui.tests.test_utils.UtilsTestCase) ... ok |
262 | enrich_release_3 (ui.tests.test_utils.UtilsTestCase) ... ok |
263 | enrich_release_4 (ui.tests.test_utils.UtilsTestCase) ... ok |
264 | enrich_revision_with_children_and_parent_no_dir (ui.tests.test_utils.UtilsTestCase) ... ok |
265 | enrich_revision_without_children_or_parent (ui.tests.test_utils.UtilsTestCase) ... ok |
266 | filter_endpoints_1 (ui.tests.test_utils.UtilsTestCase) ... ok |
267 | filter_endpoints_2 (ui.tests.test_utils.UtilsTestCase) ... ok |
268 | filter_field_keys_dict (ui.tests.test_utils.UtilsTestCase) ... ok |
269 | filter_field_keys_dict_unknown_keys (ui.tests.test_utils.UtilsTestCase) ... ok |
270 | filter_field_keys_list (ui.tests.test_utils.UtilsTestCase) ... ok |
271 | filter_field_keys_list_unknown_keys (ui.tests.test_utils.UtilsTestCase) ... ok |
272 | filter_field_keys_other (ui.tests.test_utils.UtilsTestCase) ... ok |
273 | fmap (ui.tests.test_utils.UtilsTestCase) ... ok |
274 | parse_timestamp (ui.tests.test_utils.UtilsTestCase) ... ok |
275 | person_to_string (ui.tests.test_utils.UtilsTestCase) ... ok |
276 | prepare_data_for_view (ui.tests.test_utils.UtilsTestCase) ... ok |
277 | prepare_data_for_view_default_encoding (ui.tests.test_utils.UtilsTestCase) ... ok |
278 | prepare_data_for_view_ko_cannot_decode (ui.tests.test_utils.UtilsTestCase) ... ok |
279 | |
280 | ---------------------------------------------------------------------- |
281 | Ran 276 tests in 1.442s |
282 | |
283 | OK |
284 |
1 | api_revision {'sha1_git': 'rev-id'} |
---|---|
2 | api_revision_log {'sha1_git': 'rev-id'} |
3 | api_revision_history {'sha1_git': '123', 'sha1_git_root': 'sha1_git_root'} |
4 | api_revision_history {'sha1_git': '456', 'sha1_git_root': 'sha1_git_root'} |
5 | api_revision {'sha1_git': 'rev-id'} |
6 | api_revision_log {'sha1_git': 'rev-id'} |
7 | api_person {'person_id': '1'} |
8 | api_person {'person_id': '2'} |
9 | api_directory {'sha1_git': '123'} |
10 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Apr 29 2016, 4:11 PM · Built for 9 s
- Status
Passed
1 empty logs are hidden. Show all logs.
78 | swh/web/ui/service.py | 20 ++ |
---|---|
79 | swh/web/ui/static/css/bootstrap-responsive.min.css | 9 + |
80 | swh/web/ui/static/{ => css}/style.css | 3 + |
81 | swh/web/ui/static/js/filedrop.js | 146 +++++++++++ |
82 | swh/web/ui/static/lib/core.js | 1 + |
83 | swh/web/ui/static/lib/lib-typedarrays.js | 1 + |
84 | swh/web/ui/static/lib/sha1.js | 1 + |
85 | swh/web/ui/static/lib/sha256.js | 1 + |
86 | swh/web/ui/templates/layout.html | 5 +- |
87 | swh/web/ui/templates/upload_and_search.html | 106 ++++++-- |
88 | swh/web/ui/tests/test_backend.py | 39 +++ |
89 | swh/web/ui/tests/test_service.py | 48 ++++ |
90 | swh/web/ui/tests/views/test_browse.py | 288 +++++++++------------ |
91 | swh/web/ui/views/browse.py | 103 ++++---- |
92 | 18 files changed, 552 insertions(+), 237 deletions(-) |
93 | create mode 100644 swh/web/ui/static/css/bootstrap-responsive.min.css |
94 | rename swh/web/ui/static/{ => css}/style.css (93%) |
95 | create mode 100644 swh/web/ui/static/js/filedrop.js |
96 | create mode 120000 swh/web/ui/static/lib/core.js |
97 | create mode 120000 swh/web/ui/static/lib/lib-typedarrays.js |
98 | create mode 120000 swh/web/ui/static/lib/sha1.js |
99 | create mode 120000 swh/web/ui/static/lib/sha256.js |
100 | |
101 | mr update: finished (18 ok) |
102 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Apr 29 2016, 4:10 PM · Built instantly
- Status
Passed