Properties
Properties
- Buildable
- B302: rDSTOb9b5bc43ffd9: archiver: Update get_unarchived_content to do proper batch processing
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Jul 22 2016, 4:48 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 22 2016, 4:48 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 | 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.592s |
10 | |
11 | OK |
12 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Jul 22 2016, 4:48 PM · Built for 12 s
- Status
Passed
1 empty logs are hidden. Show all logs.
164 | sql/swh-schema.sql | 26 -- |
---|---|
165 | sql/upgrades/070.sql | 15 + |
166 | swh/storage/api/client.py | 8 +- |
167 | swh/storage/api/common.py | 69 ----- |
168 | swh/storage/api/server.py | 11 +- |
169 | swh/storage/archiver/copier.py | 24 +- |
170 | swh/storage/archiver/director.py | 211 ++++++++------ |
171 | swh/storage/archiver/storage.py | 93 ++++++ |
172 | swh/storage/archiver/tasks.py | 8 +- |
173 | swh/storage/archiver/worker.py | 71 +++-- |
174 | swh/storage/checker/__init__.py | 0 |
175 | swh/storage/checker/checker.py | 171 ----------- |
176 | swh/storage/common.py | 32 +++ |
177 | swh/storage/db.py | 165 +++++++---- |
178 | swh/storage/exc.py | 12 - |
179 | swh/storage/objstorage/__init__.py | 4 - |
180 | swh/storage/objstorage/api/__init__.py | 0 |
181 | swh/storage/objstorage/api/client.py | 103 ------- |
182 | swh/storage/objstorage/api/server.py | 96 ------- |
183 | swh/storage/objstorage/objstorage.py | 119 -------- |
184 | swh/storage/objstorage/objstorage_pathslicing.py | 347 ----------------------- |
185 | swh/storage/storage.py | 51 ++-- |
186 | swh/storage/tests/manual_test_archiver.py | 13 +- |
187 | swh/storage/tests/objstorage_testing.py | 70 ----- |
188 | swh/storage/tests/test_archiver.py | 111 +++++--- |
189 | swh/storage/tests/test_checker.py | 128 --------- |
190 | swh/storage/tests/test_objstorage_api.py | 88 ------ |
191 | swh/storage/tests/test_objstorage_pathslicing.py | 76 ----- |
192 | swh/storage/tests/test_storage.py | 53 ++++ |
193 | 38 files changed, 713 insertions(+), 1643 deletions(-) |
194 | delete mode 100755 bin/swh-objstorage-add-dir |
195 | delete mode 100755 bin/swh-objstorage-fsck |
196 | create mode 100644 sql/archiver/Makefile |
197 | create mode 100644 sql/archiver/swh-archiver-data.sql |
198 | create mode 100644 sql/archiver/swh-archiver-schema.sql |
199 | create mode 100644 sql/upgrades/070.sql |
200 | delete mode 100644 swh/storage/api/common.py |
201 | create mode 100644 swh/storage/archiver/storage.py |
202 | delete mode 100644 swh/storage/checker/__init__.py |
203 | delete mode 100644 swh/storage/checker/checker.py |
204 | create mode 100644 swh/storage/common.py |
205 | delete mode 100644 swh/storage/objstorage/__init__.py |
206 | delete mode 100644 swh/storage/objstorage/api/__init__.py |
207 | delete mode 100644 swh/storage/objstorage/api/client.py |
208 | delete mode 100644 swh/storage/objstorage/api/server.py |
209 | delete mode 100644 swh/storage/objstorage/objstorage.py |
210 | delete mode 100644 swh/storage/objstorage/objstorage_pathslicing.py |
211 | delete mode 100644 swh/storage/tests/objstorage_testing.py |
212 | delete mode 100644 swh/storage/tests/test_checker.py |
213 | delete mode 100644 swh/storage/tests/test_objstorage_api.py |
214 | delete mode 100644 swh/storage/tests/test_objstorage_pathslicing.py |
215 | |
216 | mr update: /home/temp-drydock/drydock/workingcopy-155/repo/swh-environment/swh-web-ui |
217 | mr update: /home/temp-drydock/drydock/workingcopy-155/repo/swh-environment/swh-web-ui |
218 | From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui |
219 | 2b9a9c6..2137c95 master -> origin/master |
220 | * [new tag] v0.0.32 -> v0.0.32 |
221 | * [new tag] v0.0.30 -> v0.0.30 |
222 | * [new tag] v0.0.31 -> v0.0.31 |
223 | Updating 2b9a9c6..2137c95 |
224 | Fast-forward |
225 | debian/control | 13 +- |
226 | debian/rules | 5 +- |
227 | requirements.txt | 4 +- |
228 | swh/web/ui/backend.py | 28 ++ |
229 | swh/web/ui/service.py | 54 ++- |
230 | swh/web/ui/static/js/calendar.js | 373 +++++++++++++++++++++ |
231 | swh/web/ui/static/js/filedrop.js | 52 ++- |
232 | swh/web/ui/static/lib/jquery.flot.min.js | 1 + |
233 | swh/web/ui/static/lib/jquery.flot.selection.min.js | 1 + |
234 | swh/web/ui/static/lib/jquery.flot.time.min.js | 1 + |
235 | swh/web/ui/static/lib/jquery.flot.tooltip.min.js | 1 + |
236 | swh/web/ui/static/lib/jquery.js | 1 + |
237 | swh/web/ui/templates/origin.html | 15 +- |
238 | swh/web/ui/templates/revision-log.html | 7 + |
239 | swh/web/ui/templates/revision.html | 7 + |
240 | .../{upload_and_search.html => search.html} | 12 +- |
241 | swh/web/ui/tests/test_backend.py | 122 +++++++ |
242 | swh/web/ui/tests/test_service.py | 247 ++++++++++++-- |
243 | swh/web/ui/tests/test_upload.py | 148 -------- |
244 | swh/web/ui/tests/test_utils.py | 288 ++++++++++++---- |
245 | swh/web/ui/tests/views/test_api.py | 210 ++++++++++-- |
246 | swh/web/ui/tests/views/test_browse.py | 42 ++- |
247 | swh/web/ui/upload.py | 79 ----- |
248 | swh/web/ui/utils.py | 120 ++++++- |
249 | swh/web/ui/views/api.py | 77 +++-- |
250 | swh/web/ui/views/browse.py | 76 ++++- |
251 | 26 files changed, 1531 insertions(+), 453 deletions(-) |
252 | create mode 100644 swh/web/ui/static/js/calendar.js |
253 | create mode 120000 swh/web/ui/static/lib/jquery.flot.min.js |
254 | create mode 120000 swh/web/ui/static/lib/jquery.flot.selection.min.js |
255 | create mode 120000 swh/web/ui/static/lib/jquery.flot.time.min.js |
256 | create mode 120000 swh/web/ui/static/lib/jquery.flot.tooltip.min.js |
257 | create mode 120000 swh/web/ui/static/lib/jquery.js |
258 | rename swh/web/ui/templates/{upload_and_search.html => search.html} (89%) |
259 | delete mode 100644 swh/web/ui/tests/test_upload.py |
260 | delete mode 100644 swh/web/ui/upload.py |
261 | |
262 | mr update: finished (19 ok) |
263 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Jul 22 2016, 4:48 PM · Built instantly
- Status
Passed