Page MenuHomeSoftware Heritage

Build 1371

Lint

When
Completed at Oct 10 2017, 4:01 PM · Built for 9 s
Status
Passed
1 empty logs are hidden. Show all logs.

Build Log 4473 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

1python3 -m flake8 swh bin/swh-storage-add-dir
2

Python tests

When
Completed at Oct 10 2017, 4:01 PM · Built for 14 s
Status
Passed
1 empty logs are hidden. Show all logs.

Build Log 4472 (remote - stderr)
25 - 50 - 100 - Unlimited Lines

1W: unknown repository 'swh-loader-antelink', you might want to remove it
2W: unknown repository 'swh-cloner-git', you might want to remove it
3W: unknown repository 'swh-environment', you might want to remove it
4W: unknown repository 'swh-lister-github', you might want to remove it
5W: unknown repository 'swh-web-ui', you might want to remove it
6W: unknown repository 'swh-lister-bitbucket', you might want to remove it
7W: unknown repository 'swh-fetcher-googlecode', you might want to remove it
8ctags_to_db (test_converters.TestConverters) ... ok
9db_to_author (test_converters.TestConverters) ... ok
10db_to_ctags (test_converters.TestConverters) ... ok
11db_to_fossology_license (test_converters.TestConverters) ... ok
12db_to_git_headers (test_converters.TestConverters) ... ok
13db_to_language (test_converters.TestConverters) ... ok
14db_to_metadata (test_converters.TestConverters) ... ok
15db_to_mimetype (test_converters.TestConverters) ... ok
16db_to_release (test_converters.TestConverters) ... ok
17db_to_revision (test_converters.TestConverters) ... ok
18
19----------------------------------------------------------------------
20Ran 10 tests in 9.278s
21
22OK
23

Update environment from working copy

When
Completed at Oct 10 2017, 4:00 PM · Built for 36 s
Status
Passed
1 empty logs are hidden. Show all logs.

Build Log 4469 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

1mr checkout: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-docs
2mr checkout: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-docs
3Cloning into 'swh-docs'...
4
5mr checkout: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-deposit
6mr checkout: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-deposit
7Cloning into 'swh-deposit'...
8
9mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-archiver
10mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-archiver
11From ssh://forge.softwareheritage.org/source/swh-archiver
12 2432048..4eaa417 master -> origin/master
13Updating 2432048..4eaa417
14Fast-forward
15 docs/.gitignore | 3 +++
16 docs/Makefile | 1 +
17 docs/_static/.placeholder | 0
18 docs/_templates/.placeholder | 0
19 docs/conf.py | 1 +
20 docs/index.rst | 15 +++++++++++++++
21 requirements.txt | 1 +
22 swh/archiver/db.py | 3 ++-
23 swh/archiver/director.py | 2 ++
24 swh/archiver/worker.py | 12 +++++++-----
25 10 files changed, 32 insertions(+), 6 deletions(-)
26 create mode 100644 docs/.gitignore
27 create mode 100644 docs/Makefile
28 create mode 100644 docs/_static/.placeholder
29 create mode 100644 docs/_templates/.placeholder
30 create mode 100644 docs/conf.py
31 create mode 100644 docs/index.rst
32
33mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/snippets
34mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/snippets
35From ssh://forge.softwareheritage.org/diffusion/59/code-snippets
36 b76a337..c026ae0 master -> origin/master
37Updating b76a337..c026ae0
38Fast-forward
39 ardumont/group_by_exception.py | 35 +++++++++++++++++----
40 ardumont/kibana_fetch_logs.py | 70 +++++++++++++++++++++++++++++++++++-------
41 ardumont/reschedule_errors.py | 32 ++++++++++++++-----
42 3 files changed, 113 insertions(+), 24 deletions(-)
43
44mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-journal
45mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-journal
46From ssh://forge.softwareheritage.org/diffusion/DJNL/swh-journal
47 1358fa4..2a215cc master -> origin/master
48Updating 1358fa4..2a215cc
49Fast-forward
50 docs/.gitignore | 3 +++
51 docs/Makefile | 1 +
52 docs/_static/.placeholder | 0
53 docs/_templates/.placeholder | 0
54 docs/conf.py | 1 +
55 docs/index.rst | 15 +++++++++++++++
56 6 files changed, 20 insertions(+)
57 create mode 100644 docs/.gitignore
58 create mode 100644 docs/Makefile
59 create mode 100644 docs/_static/.placeholder
60 create mode 100644 docs/_templates/.placeholder
61 create mode 100644 docs/conf.py
62 create mode 100644 docs/index.rst
63
64mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-core
65mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-core
66From ssh://forge.softwareheritage.org/diffusion/DCORE/swh-core
67 1c0167c..7035bbd master -> origin/master
68 * [new tag] v0.0.34 -> v0.0.34
69Updating 1c0167c..7035bbd
70Fast-forward
71 docs/.gitignore | 3 +++
72 docs/Makefile | 1 +
73 docs/_static/.placeholder | 0
74 docs/_templates/.placeholder | 0
75 docs/conf.py | 1 +
76 docs/index.rst | 15 +++++++++++++++
77 swh/core/config.py | 21 +++++++++++----------
78 swh/core/logger.py | 4 ++--
79 swh/core/serializers.py | 20 ++++++++++++--------
80 9 files changed, 45 insertions(+), 20 deletions(-)
81 create mode 100644 docs/.gitignore
82 create mode 100644 docs/Makefile
83 create mode 100644 docs/_static/.placeholder
84 create mode 100644 docs/_templates/.placeholder
85 create mode 100644 docs/conf.py
86 create mode 100644 docs/index.rst
87
88mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-lister
89mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-lister
90From ssh://forge.softwareheritage.org/source/swh-lister
91 b6bdab7..6c8e16a master -> origin/master
92Updating b6bdab7..6c8e16a
93Fast-forward
94 docs/.gitignore | 3 +++
95 docs/Makefile | 1 +
96 docs/_static/.placeholder | 0
97 docs/_templates/.placeholder | 0
98 docs/conf.py | 1 +
99 docs/index.rst | 15 +++++++++++
100 requirements.txt | 1 +
101 swh/lister/core/abstractattribute.py | 14 ++++++-----
102 swh/lister/core/indexing_lister.py | 40 +++++++++++++++--------------
103 swh/lister/core/lister_base.py | 34 ++++++++++++++-----------
104 swh/lister/core/lister_transports.py | 49 +++++++++++++++++++++++++++++-------
105 swh/lister/core/tasks.py | 12 +++++----
106 swh/lister/github/lister.py | 3 ++-
107 swh/lister/github/models.py | 4 ++-
108 swh/lister/github/tasks.py | 2 +-
109 15 files changed, 122 insertions(+), 57 deletions(-)
110 create mode 100644 docs/.gitignore
111 create mode 100644 docs/Makefile
112 create mode 100644 docs/_static/.placeholder
113 create mode 100644 docs/_templates/.placeholder
114 create mode 100644 docs/conf.py
115 create mode 100644 docs/index.rst
116
117mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-loader-debian
118mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-loader-debian
119From ssh://forge.softwareheritage.org/diffusion/DLDDEB/swh-loader-debian
120 2bc0a6e..29f5df1 master -> origin/master
121Updating 2bc0a6e..29f5df1
122Fast-forward
123 docs/.gitignore | 3 ++
124 docs/Makefile | 1 +
125 docs/_static/.placeholder | 0
126 docs/_templates/.placeholder | 0
127 docs/conf.py | 1 +
128 docs/index.rst | 15 ++++++
129 swh/loader/debian/converters.py | 96 +++++++++++++++++++---------------
130 swh/loader/debian/listers/snapshot.py | 56 ++++++++++----------
131 swh/loader/debian/loader.py | 97 ++++++++++++++++++++++-------------
132 9 files changed, 166 insertions(+), 103 deletions(-)
133 create mode 100644 docs/.gitignore
134 create mode 100644 docs/Makefile
135 create mode 100644 docs/_static/.placeholder
136 create mode 100644 docs/_templates/.placeholder
137 create mode 100644 docs/conf.py
138 create mode 100644 docs/index.rst
139
140mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-loader-core
141mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-loader-core
142From ssh://forge.softwareheritage.org/diffusion/60/swh-loader-core
143 f0fb67e..4d89181 master -> origin/master
144 * [new tag] v0.0.15 -> v0.0.15
145 * [new tag] v0.0.16 -> v0.0.16
146Updating f0fb67e..4d89181
147Fast-forward
148 README.md | 13 ++
149 debian/control | 6 +-
150 debian/rules | 7 +-
151 docs/.gitignore | 4 +
152 docs/Makefile | 6 +
153 docs/_static/.placeholder | 0
154 docs/_templates/.placeholder | 0
155 docs/conf.py | 1 +
156 docs/index.rst | 15 ++
157 requirements-swh.txt | 2 +-
158 swh/loader/core/converters.py | 137 ++------------
159 swh/loader/core/loader.py | 316 ++++++++++++++++++++-----------
160 swh/loader/core/tests/__init__.py | 0
161 swh/loader/core/tests/test_converters.py | 303 +++++------------------------
162 14 files changed, 310 insertions(+), 500 deletions(-)
163 create mode 100644 README.md
164 create mode 100644 docs/.gitignore
165 create mode 100644 docs/Makefile
166 create mode 100644 docs/_static/.placeholder
167 create mode 100644 docs/_templates/.placeholder
168 create mode 100644 docs/conf.py
169 create mode 100644 docs/index.rst
170 create mode 100644 swh/loader/core/tests/__init__.py
171
172mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-indexer
173mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-indexer
174From ssh://forge.softwareheritage.org/diffusion/78/swh-indexer
175 71aecce..a03975e master -> origin/master
176Updating 71aecce..a03975e
177Fast-forward
178 docs/.gitignore | 3 +
179 docs/Makefile | 1 +
180 docs/_static/.placeholder | 0
181 docs/_templates/.placeholder | 0
182 docs/conf.py | 1 +
183 docs/index.rst | 15 +++++
184 swh/indexer/indexer.py | 122 +++++++++++++++++++++----------------
185 swh/indexer/language.py | 1 +
186 swh/indexer/metadata.py | 53 +++++++++-------
187 swh/indexer/metadata_dictionary.py | 35 ++++++-----
188 swh/indexer/mimetype.py | 11 ++++
189 swh/indexer/orchestrator.py | 34 +++++------
190 swh/indexer/rehash.py | 36 +++++------
191 13 files changed, 186 insertions(+), 126 deletions(-)
192 create mode 100644 docs/.gitignore
193 create mode 100644 docs/Makefile
194 create mode 100644 docs/_static/.placeholder
195 create mode 100644 docs/_templates/.placeholder
196 create mode 100644 docs/conf.py
197 create mode 100644 docs/index.rst
198
199mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-loader-dir
200mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-loader-dir
201From ssh://forge.softwareheritage.org/diffusion/DLDDIR/swh-loader-dir
202 badc8d3..df6f46f master -> origin/master
203 * [new branch] migrate-to-swh-model-from-disk -> origin/migrate-to-swh-model-from-disk
204 * [new tag] v0.0.28 -> v0.0.28
205 * [new tag] v0.0.27 -> v0.0.27
206Updating badc8d3..df6f46f
207Fast-forward
208 README | 96 -----------------
209 README.md | 96 +++++++++++++++++
210 debian/control | 10 +-
211 debian/rules | 7 +-
212 docs/.gitignore | 4 +
213 docs/Makefile | 6 ++
214 docs/_static/.placeholder | 0
215 docs/_templates/.placeholder | 0
216 docs/conf.py | 1 +
217 docs/index.rst | 15 +++
218 requirements-swh.txt | 4 +-
219 resources/dir.ini | 15 ---
220 resources/dir.yml | 17 +++
221 resources/loader/dir.ini | 35 ------
222 resources/loader/dir.yml | 35 ++++++
223 swh/loader/dir/loader.py | 196 +++++++++++++++++-----------------
224 swh/loader/dir/tasks.py | 7 +-
225 swh/loader/dir/tests/test_loader.py | 206 +++++++++++++++++++++++++++++++++---
226 18 files changed, 476 insertions(+), 274 deletions(-)
227 delete mode 100644 README
228 create mode 100644 README.md
229 create mode 100644 docs/.gitignore
230 create mode 100644 docs/Makefile
231 create mode 100644 docs/_static/.placeholder
232 create mode 100644 docs/_templates/.placeholder
233 create mode 100644 docs/conf.py
234 create mode 100644 docs/index.rst
235 delete mode 100644 resources/dir.ini
236 create mode 100644 resources/dir.yml
237 delete mode 100644 resources/loader/dir.ini
238 create mode 100644 resources/loader/dir.yml
239
240mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-loader-mercurial
241mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-loader-mercurial
242From ssh://forge.softwareheritage.org/source/swh-loader-mercurial
243 6cc321b..4bb1978 master -> origin/master
244Updating 6cc321b..4bb1978
245Fast-forward
246 docs/.gitignore | 3 +++
247 docs/Makefile | 1 +
248 docs/_static/.placeholder | 0
249 docs/_templates/.placeholder | 0
250 docs/conf.py | 1 +
251 docs/index.rst | 15 +++++++++++++++
252 requirements.txt | 2 ++
253 swh/loader/mercurial/base.py | 9 +++++----
254 swh/loader/mercurial/slow_loader.py | 2 +-
255 9 files changed, 28 insertions(+), 5 deletions(-)
256 create mode 100644 docs/.gitignore
257 create mode 100644 docs/Makefile
258 create mode 100644 docs/_static/.placeholder
259 create mode 100644 docs/_templates/.placeholder
260 create mode 100644 docs/conf.py
261 create mode 100644 docs/index.rst
262
263mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-loader-git
264mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-loader-git
265From ssh://forge.softwareheritage.org/diffusion/DLDG/swh-loader-git
266 af7b3c4..ab53bd8 master -> origin/master
267 * [new branch] bulk-git-loader -> origin/bulk-git-loader
268 * [new tag] v0.0.33 -> v0.0.33
269Updating af7b3c4..ab53bd8
270Fast-forward
271 docs/.gitignore | 3 +++
272 docs/Makefile | 1 +
273 docs/_static/.placeholder | 0
274 docs/_templates/.placeholder | 0
275 docs/conf.py | 1 +
276 docs/index.rst | 15 +++++++++++++++
277 scratch/analyse-profile.py | 42 ------------------------------------------
278 swh/loader/git/base.py | 28 +++++++++++++++-------------
279 swh/loader/git/updater.py | 19 +++++++++++++------
280 9 files changed, 48 insertions(+), 61 deletions(-)
281 create mode 100644 docs/.gitignore
282 create mode 100644 docs/Makefile
283 create mode 100644 docs/_static/.placeholder
284 create mode 100644 docs/_templates/.placeholder
285 create mode 100644 docs/conf.py
286 create mode 100644 docs/index.rst
287 delete mode 100755 scratch/analyse-profile.py
288
289mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-mirror-forge
290mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-mirror-forge
291From ssh://forge.softwareheritage.org/source/swh-mirror-forge
292 665fa92..dc8f1de master -> origin/master
293Updating 665fa92..dc8f1de
294Fast-forward
295 docs/.gitignore | 3 +++
296 docs/Makefile | 1 +
297 docs/_static/.placeholder | 0
298 docs/_templates/.placeholder | 0
299 docs/conf.py | 1 +
300 docs/index.rst | 15 +++++++++++++++
301 6 files changed, 20 insertions(+)
302 create mode 100644 docs/.gitignore
303 create mode 100644 docs/Makefile
304 create mode 100644 docs/_static/.placeholder
305 create mode 100644 docs/_templates/.placeholder
306 create mode 100644 docs/conf.py
307 create mode 100644 docs/index.rst
308
309mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-loader-tar
310mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-loader-tar
311From ssh://forge.softwareheritage.org/diffusion/DLDTAR/swh-loader-tar
312 beaccc8..dda57d0 master -> origin/master
313 * [new tag] v0.0.27 -> v0.0.27
314 * [new tag] v0.0.26 -> v0.0.26
315Updating beaccc8..dda57d0
316Fast-forward
317 README | 224 ++++++++-------------
318 debian/control | 6 +-
319 debian/rules | 7 +-
320 docs/.gitignore | 4 +
321 docs/Makefile | 6 +
322 docs/_static/.placeholder | 0
323 docs/_templates/.placeholder | 0
324 docs/conf.py | 1 +
325 docs/index.rst | 15 ++
326 requirements-swh.txt | 2 +-
327 resources/loader/tar.ini | 39 ----
328 resources/producer/{tar-gnu.ini => tar-gnu.yml} | 14 +-
329 .../producer/{tar-old-gnu.ini => tar-old-gnu.yml} | 14 +-
330 swh/loader/tar/loader.py | 95 ++++-----
331 swh/loader/tar/producer.py | 4 +-
332 swh/loader/tar/tarball.py | 7 +-
333 swh/loader/tar/tasks.py | 11 +-
334 swh/loader/tar/tests/test_loader.py | 212 +++++++++++++++++++
335 18 files changed, 402 insertions(+), 259 deletions(-)
336 create mode 100644 docs/.gitignore
337 create mode 100644 docs/Makefile
338 create mode 100644 docs/_static/.placeholder
339 create mode 100644 docs/_templates/.placeholder
340 create mode 100644 docs/conf.py
341 create mode 100644 docs/index.rst
342 delete mode 100644 resources/loader/tar.ini
343 rename resources/producer/{tar-gnu.ini => tar-gnu.yml} (69%)
344 rename resources/producer/{tar-old-gnu.ini => tar-old-gnu.yml} (65%)
345 create mode 100644 swh/loader/tar/tests/test_loader.py
346
347mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-loader-svn
348mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-loader-svn
349From ssh://forge.softwareheritage.org/diffusion/DLDSVN/swh-loader-svn
350 54045a6..466c1e0 master -> origin/master
351 * [new tag] v0.0.29 -> v0.0.29
352 * [new tag] v0.0.27 -> v0.0.27
353 * [new tag] v0.0.28 -> v0.0.28
354Updating 54045a6..466c1e0
355Fast-forward
356 bin/swh-hashtree | 34 ++++-
357 debian/control | 10 +-
358 debian/rules | 7 +-
359 docs/.gitignore | 3 +
360 docs/Makefile | 1 +
361 docs/_static/.placeholder | 0
362 docs/_templates/.placeholder | 0
363 docs/conf.py | 1 +
364 docs/index.rst | 15 ++
365 requirements-swh.txt | 4 +-
366 setup.py | 2 +-
367 swh/loader/svn/converters.py | 4 +-
368 swh/loader/svn/loader.py | 120 ++++++++-------
369 swh/loader/svn/ra.py | 284 +++++++++++-------------------------
370 swh/loader/svn/svn.py | 72 ++++-----
371 swh/loader/svn/tasks.py | 3 +-
372 swh/loader/svn/tests/test_base.py | 3 +
373 swh/loader/svn/tests/test_loader.py | 122 ++++++++++++++--
374 swh/loader/svn/tests/test_utils.py | 162 --------------------
375 swh/loader/svn/utils.py | 102 -------------
376 20 files changed, 366 insertions(+), 583 deletions(-)
377 create mode 100644 docs/.gitignore
378 create mode 100644 docs/Makefile
379 create mode 100644 docs/_static/.placeholder
380 create mode 100644 docs/_templates/.placeholder
381 create mode 100644 docs/conf.py
382 create mode 100644 docs/index.rst
383
384mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-model
385mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-model
386From ssh://forge.softwareheritage.org/diffusion/DMOD/swh-model
387 8aa5c3a..34228c5 master -> origin/master
388 * [new tag] v0.0.18 -> v0.0.18
389Updating 8aa5c3a..34228c5
390Fast-forward
391 debian/control | 5 +-
392 docs/.gitignore | 3 +
393 docs/Makefile | 1 +
394 docs/_static/.placeholder | 0
395 docs/_templates/.placeholder | 0
396 docs/conf.py | 1 +
397 docs/data-model.rst | 13 +
398 docs/index.rst | 20 +
399 swh/model/from_disk.py | 346 +++++++++++
400 swh/model/git.py | 587 ------------------
401 swh/model/hashutil.py | 53 +-
402 swh/model/identifiers.py | 147 ++---
403 swh/model/merkle.py | 286 +++++++++
404 swh/model/tests/generate_testdata_from_disk.py | 92 +++
405 swh/model/tests/test_from_disk.py | 789 +++++++++++++++++++++++++
406 swh/model/tests/test_git.py | 734 -----------------------
407 swh/model/tests/test_git_slow.py | 404 -------------
408 swh/model/tests/test_hashutil.py | 6 +-
409 swh/model/tests/test_merkle.py | 229 +++++++
410 19 files changed, 1910 insertions(+), 1806 deletions(-)
411 create mode 100644 docs/.gitignore
412 create mode 100644 docs/Makefile
413 create mode 100644 docs/_static/.placeholder
414 create mode 100644 docs/_templates/.placeholder
415 create mode 100644 docs/conf.py
416 create mode 100644 docs/data-model.rst
417 create mode 100644 docs/index.rst
418 create mode 100644 swh/model/from_disk.py
419 delete mode 100644 swh/model/git.py
420 create mode 100644 swh/model/merkle.py
421 create mode 100644 swh/model/tests/generate_testdata_from_disk.py
422 create mode 100644 swh/model/tests/test_from_disk.py
423 delete mode 100644 swh/model/tests/test_git.py
424 delete mode 100644 swh/model/tests/test_git_slow.py
425 create mode 100644 swh/model/tests/test_merkle.py
426
427mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-py-template
428mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-py-template
429From ssh://forge.softwareheritage.org/diffusion/DTPL/swh-py-template
430 f09909b..8089353 master -> origin/master
431Updating f09909b..8089353
432Fast-forward
433 docs/.gitignore | 3 +++
434 docs/Makefile | 1 +
435 docs/_static/.placeholder | 0
436 docs/_templates/.placeholder | 0
437 docs/conf.py | 1 +
438 docs/index.rst | 15 +++++++++++++++
439 6 files changed, 20 insertions(+)
440 create mode 100644 docs/.gitignore
441 create mode 100644 docs/Makefile
442 create mode 100644 docs/_static/.placeholder
443 create mode 100644 docs/_templates/.placeholder
444 create mode 100644 docs/conf.py
445 create mode 100644 docs/index.rst
446
447mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-scheduler
448mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-scheduler
449From ssh://forge.softwareheritage.org/diffusion/DSCH/swh-scheduler
450 3194c2b..d5f2d51 master -> origin/master
451 * [new tag] v0.0.16 -> v0.0.16
452Updating 3194c2b..d5f2d51
453Fast-forward
454 debian/control | 4 +-
455 docs/.gitignore | 3 +
456 docs/Makefile | 1 +
457 docs/_static/.placeholder | 0
458 docs/_templates/.placeholder | 0
459 docs/conf.py | 1 +
460 docs/index.rst | 15 ++++
461 requirements-swh.txt | 2 +-
462 sql/swh-scheduler-schema.sql | 28 ++++---
463 sql/updates/05.sql | 144 ++++++++++++++++++++++++++++++++++
464 sql/updates/06.sql | 23 ++++++
465 swh/scheduler/backend.py | 82 +++++++++++--------
466 swh/scheduler/tests/test_scheduler.py | 2 +
467 13 files changed, 258 insertions(+), 47 deletions(-)
468 create mode 100644 docs/.gitignore
469 create mode 100644 docs/Makefile
470 create mode 100644 docs/_static/.placeholder
471 create mode 100644 docs/_templates/.placeholder
472 create mode 100644 docs/conf.py
473 create mode 100644 docs/index.rst
474 create mode 100644 sql/updates/05.sql
475 create mode 100644 sql/updates/06.sql
476
477mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-vault
478mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-vault
479From ssh://forge.softwareheritage.org/diffusion/DVAU/swh-vault
480 6f4441b..df617d2 master -> origin/master
481Updating 6f4441b..df617d2
482Fast-forward
483 debian/control | 19 ++-
484 docs/.gitignore | 3 +
485 docs/Makefile | 1 +
486 docs/_static/.placeholder | 0
487 docs/_templates/.placeholder | 0
488 docs/conf.py | 1 +
489 docs/index.rst | 15 ++
490 requirements-swh.txt | 2 +-
491 setup.py | 1 +
492 sql/swh-vault-schema.sql | 2 +
493 swh/vault/api/server.py | 12 +-
494 swh/vault/backend.py | 81 +++++++++--
495 swh/vault/cache.py | 62 ++++-----
496 swh/vault/cookers/base.py | 14 +-
497 swh/vault/cooking_tasks.py | 4 +-
498 swh/vault/tests/test_backend.py | 290 +++++++++++++++++++++++++++++++++++++++
499 swh/vault/tests/test_cache.py | 76 ++++++++++
500 swh/vault/tests/test_cookers.py | 272 ++++++++++++++++++++++++++++++++++++
501 swh/vault/tests/vault_testing.py | 63 +++++++++
502 19 files changed, 855 insertions(+), 63 deletions(-)
503 create mode 100644 docs/.gitignore
504 create mode 100644 docs/Makefile
505 create mode 100644 docs/_static/.placeholder
506 create mode 100644 docs/_templates/.placeholder
507 create mode 100644 docs/conf.py
508 create mode 100644 docs/index.rst
509 create mode 100644 swh/vault/tests/test_backend.py
510 create mode 100644 swh/vault/tests/test_cache.py
511 create mode 100644 swh/vault/tests/test_cookers.py
512 create mode 100644 swh/vault/tests/vault_testing.py
513
514mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-objstorage
515mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-objstorage
516From ssh://forge.softwareheritage.org/diffusion/DOBJS/swh-objstorage
517 7e0ba66..8a1808c master -> origin/master
518Updating 7e0ba66..8a1808c
519Fast-forward
520 docs/.gitignore | 3 ++
521 docs/Makefile | 1 +
522 docs/_static/.placeholder | 0
523 docs/_templates/.placeholder | 0
524 docs/conf.py | 1 +
525 docs/index.rst | 15 ++++++
526 swh/objstorage/__init__.py | 2 +
527 swh/objstorage/api/client.py | 8 +++-
528 swh/objstorage/api/server.py | 7 +++
529 swh/objstorage/cloud/objstorage_azure.py | 16 ++++++-
530 swh/objstorage/cloud/objstorage_cloud.py | 8 +++-
531 swh/objstorage/multiplexer/__init__.py | 2 +-
532 swh/objstorage/multiplexer/filter/__init__.py | 17 +++----
533 swh/objstorage/multiplexer/filter/filter.py | 3 ++
534 .../multiplexer/filter/read_write_filter.py | 3 ++
535 .../multiplexer/multiplexer_objstorage.py | 33 ++++++++-----
536 swh/objstorage/objstorage.py | 20 ++++++++
537 swh/objstorage/objstorage_in_memory.py | 55 ++++++++++++++++++++++
538 swh/objstorage/objstorage_pathslicing.py | 15 +++++-
539 swh/objstorage/tests/objstorage_testing.py | 31 ++++++++++++
540 swh/objstorage/tests/server_testing.py | 2 +-
541 swh/objstorage/tests/test_objstorage_api.py | 1 +
542 swh/objstorage/tests/test_objstorage_azure.py | 9 ++++
543 swh/objstorage/tests/test_objstorage_cloud.py | 10 ++++
544 swh/objstorage/tests/test_objstorage_in_memory.py | 16 +++++++
545 .../tests/test_objstorage_multiplexer.py | 12 +++++
546 26 files changed, 262 insertions(+), 28 deletions(-)
547 create mode 100644 docs/.gitignore
548 create mode 100644 docs/Makefile
549 create mode 100644 docs/_static/.placeholder
550 create mode 100644 docs/_templates/.placeholder
551 create mode 100644 docs/conf.py
552 create mode 100644 docs/index.rst
553 create mode 100644 swh/objstorage/objstorage_in_memory.py
554 create mode 100644 swh/objstorage/tests/test_objstorage_in_memory.py
555
556mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-storage-testdata
557mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-storage-testdata
558From ssh://forge.softwareheritage.org/diffusion/DSTOT/swh-storage-testdata
559 1023cae..082d26c master -> origin/master
560Updating 1023cae..082d26c
561Fast-forward
562 dumps/swh-archiver.dump | Bin 11883 -> 11883 bytes
563 dumps/swh-archiver.sql | 6 +-
564 dumps/swh-scheduler.dump | Bin 23686 -> 26328 bytes
565 dumps/swh-scheduler.sql | 195 ++++++++++-----
566 dumps/swh.dump | Bin 191465 -> 200398 bytes
567 dumps/swh.sql | 359 +++++++++++++++++++++++----
568 svn-folders/pkg-gourmet-with-external-id.tgz | Bin 0 -> 35440 bytes
569 7 files changed, 449 insertions(+), 111 deletions(-)
570 create mode 100644 svn-folders/pkg-gourmet-with-external-id.tgz
571
572mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-storage
573mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-storage
574From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage
575 464d5bc..2022da2 master -> origin/master
576Updating 464d5bc..2022da2
577Fast-forward
578 debian/control | 15 +-
579 debian/rules | 5 +-
580 docs/.gitignore | 3 +
581 docs/Makefile | 1 +
582 docs/_static/.placeholder | 0
583 docs/_templates/.placeholder | 0
584 docs/conf.py | 1 +
585 docs/index.rst | 15 ++
586 setup.py | 4 +
587 sql/swh-func.sql | 55 +++--
588 sql/swh-indexes.sql | 4 +
589 sql/swh-schema.sql | 9 +-
590 sql/upgrades/108.sql | 58 +++++
591 sql/upgrades/109.sql | 33 +++
592 swh/storage/converters.py | 65 +++---
593 swh/storage/db.py | 3 +
594 swh/storage/schemata/distribution.py | 244 +++++++++++++++++++++
595 swh/storage/storage.py | 396 ++++++++++++++++++++---------------
596 swh/storage/tests/test_storage.py | 142 +++++++------
597 19 files changed, 769 insertions(+), 284 deletions(-)
598 create mode 100644 docs/.gitignore
599 create mode 100644 docs/Makefile
600 create mode 100644 docs/_static/.placeholder
601 create mode 100644 docs/_templates/.placeholder
602 create mode 100644 docs/conf.py
603 create mode 100644 docs/index.rst
604 create mode 100644 sql/upgrades/108.sql
605 create mode 100644 sql/upgrades/109.sql
606 create mode 100644 swh/storage/schemata/distribution.py
607
608mr checkout: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-web
609mr checkout: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-web
610Cloning into 'swh-web'...
611
612mr update: finished (24 ok)
613

Clone on Software Heritage Worker

When
Completed at Oct 10 2017, 4:00 PM · Built instantly
Status
Passed

Event Timeline