Properties
Properties
- Buildable
- B582: rDSTO2ff562f0324c: test: Fix wrong key from base_url to url
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Dec 31 2016, 2:49 PM · Built for 9 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 Dec 31 2016, 2:49 PM · Built for 6 s
- Status
Passed
1 empty logs are hidden. Show all logs.
1 | W: unknown repository 'swh-environment', you might want to remove it |
---|---|
2 | ctags_to_db (test_converters.TestConverters) ... ok |
3 | db_to_author (test_converters.TestConverters) ... ok |
4 | db_to_ctags (test_converters.TestConverters) ... ok |
5 | db_to_git_headers (test_converters.TestConverters) ... ok |
6 | db_to_language (test_converters.TestConverters) ... ok |
7 | db_to_mimetype (test_converters.TestConverters) ... ok |
8 | db_to_release (test_converters.TestConverters) ... ok |
9 | db_to_revision (test_converters.TestConverters) ... ok |
10 | |
11 | ---------------------------------------------------------------------- |
12 | Ran 8 tests in 2.398s |
13 | |
14 | OK |
15 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Dec 31 2016, 2:49 PM · Built for 29 s
- Status
Passed
1 empty logs are hidden. Show all logs.
144 | 9 files changed, 339 insertions(+), 382 deletions(-) |
---|---|
145 | |
146 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-objstorage |
147 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-objstorage |
148 | From ssh://forge.softwareheritage.org/diffusion/DOBJS/swh-objstorage |
149 | 53df791..4cf0ef5 master -> origin/master |
150 | * [new tag] v0.0.15 -> v0.0.15 |
151 | Updating 53df791..4cf0ef5 |
152 | Fast-forward |
153 | bin/swh-objstorage-azure | 5 +- |
154 | swh/objstorage/__init__.py | 9 ++++ |
155 | swh/objstorage/api/client.py | 12 ++--- |
156 | swh/objstorage/checker.py | 56 ++++++++++++++-------- |
157 | swh/objstorage/tests/test_objstorage_api.py | 2 +- |
158 | .../tests/test_objstorage_instantiation.py | 4 +- |
159 | 6 files changed, 56 insertions(+), 32 deletions(-) |
160 | |
161 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-py-template |
162 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-py-template |
163 | Already up-to-date. |
164 | |
165 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-scheduler |
166 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-scheduler |
167 | Already up-to-date. |
168 | |
169 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-storage |
170 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-storage |
171 | From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage |
172 | 0ccb413..2ff562f master -> origin/master |
173 | * [new tag] v0.0.75 -> v0.0.75 |
174 | * [new tag] v0.0.76 -> v0.0.76 |
175 | Updating 0ccb413..2ff562f |
176 | Fast-forward |
177 | debian/control | 4 +- |
178 | requirements.txt | 2 +- |
179 | sql/swh-data.sql | 11 +- |
180 | sql/swh-func.sql | 317 +++++++++++++------ |
181 | sql/swh-init.sql | 8 + |
182 | sql/swh-schema.sql | 60 ++-- |
183 | sql/upgrades/097.sql | 568 +++++++++++++++++++++++++++++++++++ |
184 | swh/storage/__init__.py | 25 +- |
185 | swh/storage/api/client.py | 12 +- |
186 | swh/storage/api/server.py | 23 +- |
187 | swh/storage/converters.py | 70 +++++ |
188 | swh/storage/db.py | 45 ++- |
189 | swh/storage/provenance/tasks.py | 16 +- |
190 | swh/storage/storage.py | 94 +++--- |
191 | swh/storage/tests/test_api_client.py | 19 +- |
192 | swh/storage/tests/test_archiver.py | 2 +- |
193 | swh/storage/tests/test_converters.py | 81 +++++ |
194 | swh/storage/tests/test_storage.py | 358 +++++++++++++++++++--- |
195 | swh/storage/vault/api/server.py | 16 +- |
196 | 19 files changed, 1478 insertions(+), 253 deletions(-) |
197 | create mode 100644 sql/upgrades/097.sql |
198 | |
199 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-storage-testdata |
200 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-storage-testdata |
201 | From ssh://forge.softwareheritage.org/diffusion/DSTOT/swh-storage-testdata |
202 | 8a58ca4..e59a742 master -> origin/master |
203 | Updating 8a58ca4..e59a742 |
204 | Fast-forward |
205 | dumps/swh.dump | Bin 174356 -> 190149 bytes |
206 | dumps/swh.sql | 1064 ++++++++++++++------- |
207 | svn-folders/pkg-gourmet-with-eol-corner-cases.tgz | Bin 0 -> 34692 bytes |
208 | 3 files changed, 724 insertions(+), 340 deletions(-) |
209 | create mode 100644 svn-folders/pkg-gourmet-with-eol-corner-cases.tgz |
210 | |
211 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-web-ui |
212 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-web-ui |
213 | From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui |
214 | bfdd9f9..b84a083 master -> origin/master |
215 | * [new tag] v0.0.51 -> v0.0.51 |
216 | * [new tag] v0.0.47 -> v0.0.47 |
217 | * [new tag] v0.0.48 -> v0.0.48 |
218 | * [new tag] v0.0.49 -> v0.0.49 |
219 | Updating bfdd9f9..b84a083 |
220 | Fast-forward |
221 | Makefile.local | 4 +- |
222 | resources/test/webapp.ini | 26 ------------- |
223 | resources/test/webapp.yml | 19 ++++++++++ |
224 | swh/web/ui/backend.py | 5 +-- |
225 | swh/web/ui/main.py | 12 ++++-- |
226 | swh/web/ui/service.py | 6 +-- |
227 | swh/web/ui/static/css/style.css | 11 ++++-- |
228 | swh/web/ui/templates/browse.html | 6 +++ |
229 | .../ui/templates/includes/home-search-symbol.html | 43 ++++++++++++++++++++++ |
230 | swh/web/ui/templates/includes/search-form.html | 28 -------------- |
231 | swh/web/ui/templates/search.html | 9 ++++- |
232 | swh/web/ui/templates/symbols.html | 43 ++++++++++++++++------ |
233 | swh/web/ui/tests/test_backend.py | 4 +- |
234 | swh/web/ui/tests/test_service.py | 16 ++++---- |
235 | swh/web/ui/views/api.py | 6 +-- |
236 | swh/web/ui/views/browse.py | 5 +++ |
237 | 16 files changed, 147 insertions(+), 96 deletions(-) |
238 | delete mode 100644 resources/test/webapp.ini |
239 | create mode 100644 resources/test/webapp.yml |
240 | create mode 100644 swh/web/ui/templates/includes/home-search-symbol.html |
241 | |
242 | mr update: finished (21 ok) |
243 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Dec 31 2016, 2:48 PM · Built instantly
- Status
Passed