Properties
Properties
- Buildable
- B285: rDSTOf4341d00bf16: d/control: Fix potential issue on debian package
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Jul 19 2016, 3:08 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 Jul 19 2016, 3:08 PM · Built for 1 s
- Status
Passed
1 empty logs are hidden. Show all logs.
1 | W: unknown repository 'swh-environment', you might want to remove it |
---|---|
2 | W: unknown repository 'swh-loader-vcs', you might want to remove it |
3 | db_to_author (test_converters.TestConverters) ... ok |
4 | db_to_git_headers (test_converters.TestConverters) ... ok |
5 | db_to_release (test_converters.TestConverters) ... ok |
6 | db_to_revision (test_converters.TestConverters) ... ok |
7 | |
8 | ---------------------------------------------------------------------- |
9 | Ran 4 tests in 0.571s |
10 | |
11 | OK |
12 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Jul 19 2016, 3:08 PM · Built for 14 s
- Status
Passed
1 empty logs are hidden. Show all logs.
168 | swh/storage/tests/test_objstorage_pathslicing.py | 76 ----- |
---|---|
169 | swh/storage/tests/test_storage.py | 53 +++ |
170 | 46 files changed, 469 insertions(+), 2360 deletions(-) |
171 | delete mode 100755 bin/swh-objstorage-add-dir |
172 | delete mode 100755 bin/swh-objstorage-fsck |
173 | create mode 100644 sql/archiver/Makefile |
174 | create mode 100644 sql/archiver/swh-archiver-data.sql |
175 | create mode 100644 sql/archiver/swh-archiver-schema.sql |
176 | create mode 100644 sql/upgrades/070.sql |
177 | delete mode 100644 swh/storage/api/common.py |
178 | create mode 100644 swh/storage/archiver/storage.py |
179 | delete mode 100644 swh/storage/checker/__init__.py |
180 | delete mode 100644 swh/storage/checker/checker.py |
181 | create mode 100644 swh/storage/common.py |
182 | delete mode 100644 swh/storage/objstorage/__init__.py |
183 | delete mode 100644 swh/storage/objstorage/api/__init__.py |
184 | delete mode 100644 swh/storage/objstorage/api/client.py |
185 | delete mode 100644 swh/storage/objstorage/api/server.py |
186 | delete mode 100644 swh/storage/objstorage/multiplexer/__init__.py |
187 | delete mode 100644 swh/storage/objstorage/multiplexer/filter/__init__.py |
188 | delete mode 100644 swh/storage/objstorage/multiplexer/filter/filter.py |
189 | delete mode 100644 swh/storage/objstorage/multiplexer/filter/id_filter.py |
190 | delete mode 100644 swh/storage/objstorage/multiplexer/filter/read_write_filter.py |
191 | delete mode 100644 swh/storage/objstorage/multiplexer/multiplexer_objstorage.py |
192 | delete mode 100644 swh/storage/objstorage/objstorage.py |
193 | delete mode 100644 swh/storage/objstorage/objstorage_pathslicing.py |
194 | delete mode 100644 swh/storage/tests/objstorage_testing.py |
195 | delete mode 100644 swh/storage/tests/test_checker.py |
196 | delete mode 100644 swh/storage/tests/test_multiplexer_filter.py |
197 | delete mode 100644 swh/storage/tests/test_objstorage_api.py |
198 | delete mode 100644 swh/storage/tests/test_objstorage_multiplexer.py |
199 | delete mode 100644 swh/storage/tests/test_objstorage_pathslicing.py |
200 | |
201 | mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-web-ui |
202 | mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-web-ui |
203 | From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui |
204 | 2b9a9c6..2fff31f master -> origin/master |
205 | * [new tag] v0.0.30 -> v0.0.30 |
206 | * [new tag] v0.0.31 -> v0.0.31 |
207 | Updating 2b9a9c6..2fff31f |
208 | Fast-forward |
209 | debian/control | 11 +- |
210 | debian/rules | 5 +- |
211 | requirements.txt | 4 +- |
212 | swh/web/ui/backend.py | 28 ++ |
213 | swh/web/ui/service.py | 54 ++- |
214 | swh/web/ui/static/js/calendar.js | 373 +++++++++++++++++++++ |
215 | swh/web/ui/static/js/filedrop.js | 52 ++- |
216 | swh/web/ui/static/lib/jquery.flot.min.js | 1 + |
217 | swh/web/ui/static/lib/jquery.flot.selection.min.js | 1 + |
218 | swh/web/ui/static/lib/jquery.flot.time.min.js | 1 + |
219 | swh/web/ui/static/lib/jquery.flot.tooltip.min.js | 1 + |
220 | swh/web/ui/static/lib/jquery.js | 1 + |
221 | swh/web/ui/templates/origin.html | 15 +- |
222 | swh/web/ui/templates/revision-log.html | 7 + |
223 | swh/web/ui/templates/revision.html | 7 + |
224 | .../{upload_and_search.html => search.html} | 12 +- |
225 | swh/web/ui/tests/test_backend.py | 122 +++++++ |
226 | swh/web/ui/tests/test_service.py | 247 ++++++++++++-- |
227 | swh/web/ui/tests/test_upload.py | 148 -------- |
228 | swh/web/ui/tests/test_utils.py | 288 ++++++++++++---- |
229 | swh/web/ui/tests/views/test_api.py | 210 ++++++++++-- |
230 | swh/web/ui/tests/views/test_browse.py | 42 ++- |
231 | swh/web/ui/upload.py | 79 ----- |
232 | swh/web/ui/utils.py | 120 ++++++- |
233 | swh/web/ui/views/api.py | 77 +++-- |
234 | swh/web/ui/views/browse.py | 76 ++++- |
235 | 26 files changed, 1529 insertions(+), 453 deletions(-) |
236 | create mode 100644 swh/web/ui/static/js/calendar.js |
237 | create mode 120000 swh/web/ui/static/lib/jquery.flot.min.js |
238 | create mode 120000 swh/web/ui/static/lib/jquery.flot.selection.min.js |
239 | create mode 120000 swh/web/ui/static/lib/jquery.flot.time.min.js |
240 | create mode 120000 swh/web/ui/static/lib/jquery.flot.tooltip.min.js |
241 | create mode 120000 swh/web/ui/static/lib/jquery.js |
242 | rename swh/web/ui/templates/{upload_and_search.html => search.html} (89%) |
243 | delete mode 100644 swh/web/ui/tests/test_upload.py |
244 | delete mode 100644 swh/web/ui/upload.py |
245 | |
246 | mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-storage-testdata |
247 | mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-storage-testdata |
248 | From ssh://forge.softwareheritage.org/diffusion/DSTOT/swh-storage-testdata |
249 | ed34e78..1a2c272 master -> origin/master |
250 | * [new branch] reschedule-svn-failed-task -> origin/reschedule-svn-failed-task |
251 | Updating ed34e78..1a2c272 |
252 | Fast-forward |
253 | Makefile | 17 +- |
254 | dumps/swh-archiver.dump | Bin 0 -> 8218 bytes |
255 | dumps/swh-archiver.sql | 257 +++++++++++++++++++++++++++++++ |
256 | dumps/swh.dump | Bin 100692 -> 100373 bytes |
257 | dumps/swh.sql | 64 +++++--- |
258 | svn-folders/pkg-gourmet-with-updates.tgz | Bin 0 -> 29298 bytes |
259 | svn-folders/pkg-gourmet.tgz | Bin 0 -> 28325 bytes |
260 | 7 files changed, 310 insertions(+), 28 deletions(-) |
261 | create mode 100644 dumps/swh-archiver.dump |
262 | create mode 100644 dumps/swh-archiver.sql |
263 | create mode 100644 svn-folders/pkg-gourmet-with-updates.tgz |
264 | create mode 100644 svn-folders/pkg-gourmet.tgz |
265 | |
266 | mr update: finished (19 ok) |
267 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Jul 19 2016, 3:08 PM · Built instantly
- Status
Passed