Properties
Properties
- Buildable
- B460: rDSTO8c1070404aa7: Fix typo and remove unused parameter
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Sep 6 2016, 4:19 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 Sep 6 2016, 4:19 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 | db_to_author (test_converters.TestConverters) ... ok |
3 | db_to_git_headers (test_converters.TestConverters) ... ok |
4 | db_to_release (test_converters.TestConverters) ... ok |
5 | db_to_revision (test_converters.TestConverters) ... ok |
6 | |
7 | ---------------------------------------------------------------------- |
8 | Ran 4 tests in 0.971s |
9 | |
10 | OK |
11 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Sep 6 2016, 4:19 PM · Built for 16 s
- Status
Passed
1 empty logs are hidden. Show all logs.
108 | dumps/swh.dump | Bin 117865 -> 122848 bytes |
---|---|
109 | dumps/swh.sql | 263 +++++++++++++++++++++++++++++++++++------------- |
110 | 4 files changed, 195 insertions(+), 70 deletions(-) |
111 | |
112 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-web-ui |
113 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-web-ui |
114 | From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui |
115 | 9e216bb..75fcb40 master -> origin/master |
116 | * [new tag] v0.0.34 -> v0.0.34 |
117 | * [new tag] v0.0.35 -> v0.0.35 |
118 | Updating 9e216bb..75fcb40 |
119 | Fast-forward |
120 | debian/control | 4 +- |
121 | requirements.txt | 2 +- |
122 | swh/web/ui/backend.py | 44 +++-- |
123 | swh/web/ui/converters.py | 61 +++--- |
124 | swh/web/ui/service.py | 54 ++++-- |
125 | swh/web/ui/static/css/style.css | 38 ++++ |
126 | swh/web/ui/static/js/calendar.js | 38 ++-- |
127 | swh/web/ui/templates/api.html | 2 +- |
128 | swh/web/ui/templates/browse.html | 56 ++++++ |
129 | swh/web/ui/templates/home.html | 9 - |
130 | swh/web/ui/templates/includes/home-directory.html | 111 +++++++++++ |
131 | swh/web/ui/templates/includes/home-origin.html | 57 ++++++ |
132 | swh/web/ui/templates/includes/home-revision.html | 66 +++++++ |
133 | .../ui/templates/{ => includes}/search-form.html | 40 ++-- |
134 | swh/web/ui/templates/layout.html | 86 +++++--- |
135 | swh/web/ui/templates/origin.html | 60 +++--- |
136 | swh/web/ui/templates/search.html | 2 +- |
137 | swh/web/ui/tests/test_backend.py | 86 +++++--- |
138 | swh/web/ui/tests/test_converters.py | 32 +++ |
139 | swh/web/ui/tests/test_service.py | 180 ++++++++++------- |
140 | swh/web/ui/tests/test_utils.py | 6 +- |
141 | swh/web/ui/tests/views/test_api.py | 216 +++++++++++++++------ |
142 | swh/web/ui/tests/views/test_browse.py | 78 +++++--- |
143 | swh/web/ui/tests/views/test_main.py | 16 +- |
144 | swh/web/ui/utils.py | 65 ++++--- |
145 | swh/web/ui/views/api.py | 137 +++++++++---- |
146 | swh/web/ui/views/browse.py | 60 ++++-- |
147 | swh/web/ui/views/main.py | 4 +- |
148 | 28 files changed, 1169 insertions(+), 441 deletions(-) |
149 | create mode 100644 swh/web/ui/templates/browse.html |
150 | delete mode 100644 swh/web/ui/templates/home.html |
151 | create mode 100644 swh/web/ui/templates/includes/home-directory.html |
152 | create mode 100644 swh/web/ui/templates/includes/home-origin.html |
153 | create mode 100644 swh/web/ui/templates/includes/home-revision.html |
154 | rename swh/web/ui/templates/{ => includes}/search-form.html (64%) |
155 | |
156 | mr update: finished (20 ok) |
157 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Sep 6 2016, 4:19 PM · Built instantly
- Status
Passed