Page MenuHomeSoftware Heritage

Build 816

Lint

When
Completed at Jan 26 2017, 3:13 PM · Built for 5 s
Status
Passed
1 empty logs are hidden. Show all logs.

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

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

Python tests

When
Completed at Jan 26 2017, 3:13 PM · Built for 4 s
Status
Passed
1 empty logs are hidden. Show all logs.

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

1W: unknown repository 'swh-environment', you might want to remove it
2ctags_to_db (test_converters.TestConverters) ... ok
3db_to_author (test_converters.TestConverters) ... ok
4db_to_ctags (test_converters.TestConverters) ... ok
5db_to_git_headers (test_converters.TestConverters) ... ok
6db_to_language (test_converters.TestConverters) ... ok
7db_to_mimetype (test_converters.TestConverters) ... ok
8db_to_release (test_converters.TestConverters) ... ok
9db_to_revision (test_converters.TestConverters) ... ok
10
11----------------------------------------------------------------------
12Ran 8 tests in 2.005s
13
14OK
15

Update environment from working copy

When
Completed at Jan 26 2017, 3:13 PM · Built for 26 s
Status
Passed
1 empty logs are hidden. Show all logs.

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

125 dumps/swh.sql | 53 +++++++++++++++++++-------------------------
126 4 files changed, 63 insertions(+), 47 deletions(-)
127
128mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-storage
129mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-storage
130From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage
131 e4d5aec..fed8afb master -> origin/master
132 * [new tag] v0.0.78 -> v0.0.78
133 * [new tag] v0.0.77 -> v0.0.77
134Updating e4d5aec..fed8afb
135Fast-forward
136 debian/control | 6 +-
137 requirements.txt | 7 +-
138 sql/Makefile | 17 +-
139 sql/swh-indexes.sql | 272 ++++++++++++++++++++++++++++++++
140 sql/swh-schema.sql | 318 ++++++++------------------------------
141 sql/swh-triggers.sql | 124 +++++++++++++++
142 sql/upgrades/098.sql | 9 ++
143 sql/upgrades/099.sql | 30 ++++
144 swh/storage/api/client.py | 61 +-------
145 swh/storage/api/server.py | 13 +-
146 swh/storage/db.py | 13 +-
147 swh/storage/storage.py | 11 +-
148 swh/storage/tests/test_storage.py | 22 +++
149 swh/storage/vault/api/client.py | 54 +------
150 swh/storage/vault/api/server.py | 9 +-
151 15 files changed, 574 insertions(+), 392 deletions(-)
152 create mode 100644 sql/swh-indexes.sql
153 create mode 100644 sql/swh-triggers.sql
154 create mode 100644 sql/upgrades/098.sql
155 create mode 100644 sql/upgrades/099.sql
156
157mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-web-ui
158mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-web-ui
159From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui
160 b84a083..318e268 master -> origin/master
161 * [new tag] v0.0.50 -> v0.0.50
162 * [new tag] v0.0.52 -> v0.0.52
163 * [new tag] v0.0.53 -> v0.0.53
164 * [new tag] v0.0.54 -> v0.0.54
165 * [new tag] v0.0.55 -> v0.0.55
166 * [new tag] v0.0.56 -> v0.0.56
167 * [new tag] v0.0.57 -> v0.0.57
168 * [new tag] v0.0.58 -> v0.0.58
169 * [new tag] v0.0.59 -> v0.0.59
170 * [new tag] v0.0.60 -> v0.0.60
171 * [new tag] v0.0.61 -> v0.0.61
172 * [new tag] v0.0.62 -> v0.0.62
173 * [new tag] v0.0.63 -> v0.0.63
174 * [new tag] v0.0.64 -> v0.0.64
175 * [new tag] v0.0.65 -> v0.0.65
176 * [new tag] v0.0.67 -> v0.0.67
177 * [new tag] v0.0.68 -> v0.0.68
178Updating b84a083..318e268
179Fast-forward
180 Makefile.local | 4 +
181 README | 59 +----
182 debian/control | 17 +-
183 requirements.txt | 5 +-
184 resources/test/webapp.yml | 10 +
185 swh/web/ui/apidoc.py | 203 +++++++++++-----
186 swh/web/ui/backend.py | 16 +-
187 swh/web/ui/converters.py | 59 ++++-
188 swh/web/ui/main.py | 63 +++--
189 swh/web/ui/renderers.py | 65 +++--
190 swh/web/ui/service.py | 13 +-
191 swh/web/ui/static/css/style.css | 183 ++++++++++++++-
192 swh/web/ui/static/img/arrow-up-small.png | Bin 0 -> 868 bytes
193 swh/web/ui/static/img/swh-logo.png | Bin 0 -> 47353 bytes
194 swh/web/ui/templates/api-endpoints.html | 61 +++++
195 swh/web/ui/templates/api.html | 11 +-
196 swh/web/ui/templates/apidoc.html | 59 ++++-
197 .../ui/templates/includes/apidoc-header-toc.html | 26 ++
198 swh/web/ui/templates/includes/apidoc-header.html | 109 +++++++++
199 swh/web/ui/templates/includes/apidoc-header.md | 209 +++++++++++++++++
200 swh/web/ui/templates/layout.html | 71 +++---
201 swh/web/ui/tests/test_apidoc.py | 5 +
202 swh/web/ui/tests/test_app.py | 15 +-
203 swh/web/ui/tests/test_backend.py | 5 +-
204 swh/web/ui/tests/test_converters.py | 60 +++--
205 swh/web/ui/tests/test_renderers.py | 35 ++-
206 swh/web/ui/tests/test_service.py | 15 +-
207 swh/web/ui/tests/test_utils.py | 86 ++++---
208 swh/web/ui/tests/views/test_api.py | 154 +++++-------
209 swh/web/ui/tests/views/test_browse.py | 38 +--
210 swh/web/ui/tests/views/test_main.py | 2 +-
211 swh/web/ui/utils.py | 19 +-
212 swh/web/ui/views/api.py | 261 +++++++++++++++------
213 swh/web/ui/views/browse.py | 33 ++-
214 swh/web/ui/views/main.py | 2 +-
215 35 files changed, 1454 insertions(+), 519 deletions(-)
216 create mode 100644 swh/web/ui/static/img/arrow-up-small.png
217 create mode 100644 swh/web/ui/static/img/swh-logo.png
218 create mode 100644 swh/web/ui/templates/api-endpoints.html
219 create mode 100644 swh/web/ui/templates/includes/apidoc-header-toc.html
220 create mode 100644 swh/web/ui/templates/includes/apidoc-header.html
221 create mode 100644 swh/web/ui/templates/includes/apidoc-header.md
222
223mr update: finished (21 ok)
224

Clone on Software Heritage Worker

When
Completed at Jan 26 2017, 3:13 PM · Built instantly
Status
Passed

Event Timeline