Page MenuHomeSoftware Heritage

Build 874

Lint

When
Completed at Feb 9 2017, 3:20 PM · Built for 4 s
Status
Passed
1 empty logs are hidden. Show all logs.

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

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

Python tests

When
Completed at Feb 9 2017, 3:20 PM · Built for 4 s
Status
Passed
1 empty logs are hidden. Show all logs.

Build Log 3077 (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 1.712s
13
14OK
15

Update environment from working copy

When
Completed at Feb 9 2017, 3:20 PM · Built for 33 s
Status
Passed
1 empty logs are hidden. Show all logs.

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

118mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-storage
119mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-storage
120From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage
121 b5cd7f0..08b0802 master -> origin/master
122Updating b5cd7f0..08b0802
123Fast-forward
124 MANIFEST.in | 1 +
125 requirements-swh.txt | 3 ++
126 requirements.txt | 6 +--
127 setup.py | 14 ++---
128 sql/archiver/swh-archiver-data.sql | 1 +
129 sql/archiver/swh-archiver-schema.sql | 94 +++++++++++++++++++++++++++++++-
130 sql/archiver/upgrades/006.sql | 100 +++++++++++++++++++++++++++++++++++
131 swh/storage/tests/test_storage.py | 3 +-
132 8 files changed, 208 insertions(+), 14 deletions(-)
133 create mode 100644 requirements-swh.txt
134 create mode 100644 sql/archiver/upgrades/006.sql
135
136mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-web-ui
137mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-web-ui
138From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui
139 0a84869..d06879a master -> origin/master
140 * [new tag] v0.0.71 -> v0.0.71
141 * [new tag] v0.0.72 -> v0.0.72
142 * [new tag] v0.0.73 -> v0.0.73
143 * [new tag] v0.0.74 -> v0.0.74
144 * [new tag] v0.0.75 -> v0.0.75
145 * [new tag] v0.0.76 -> v0.0.76
146Updating 0a84869..d06879a
147Fast-forward
148 MANIFEST.in | 1 +
149 debian/control | 10 +-
150 requirements-swh.txt | 2 +
151 requirements.txt | 10 +-
152 setup.py | 14 +-
153 swh/web/ui/apidoc.py | 195 ++++++------------
154 swh/web/ui/converters.py | 4 +-
155 swh/web/ui/main.py | 13 ++
156 swh/web/ui/renderers.py | 7 +-
157 swh/web/ui/static/css/jquery.dataTables.min.css | 1 -
158 swh/web/ui/static/css/style.css | 65 ++++--
159 swh/web/ui/static/img/icons/swh-logo-32x32.png | Bin 0 -> 2126 bytes
160 .../static/img/icons/swh-logo-archive-180x180.png | Bin 0 -> 16349 bytes
161 .../static/img/icons/swh-logo-archive-192x192.png | Bin 0 -> 17289 bytes
162 .../static/img/icons/swh-logo-archive-270x270.png | Bin 0 -> 24005 bytes
163 swh/web/ui/static/img/swh-logo-archive.png | Bin 0 -> 45564 bytes
164 swh/web/ui/static/img/swh-logo-archive.svg | 160 +++++++++++++++
165 swh/web/ui/static/img/swh-logo.png | Bin 47353 -> 0 bytes
166 swh/web/ui/static/lib/README | 2 -
167 swh/web/ui/static/lib/core.js | 1 -
168 swh/web/ui/static/lib/jquery.dataTables.min.js | 1 -
169 swh/web/ui/static/lib/jquery.flot.min.js | 1 -
170 swh/web/ui/static/lib/jquery.flot.selection.min.js | 1 -
171 swh/web/ui/static/lib/jquery.flot.time.min.js | 1 -
172 swh/web/ui/static/lib/jquery.flot.tooltip.min.js | 1 -
173 swh/web/ui/static/lib/lib-typedarrays.js | 1 -
174 swh/web/ui/static/lib/sha1.js | 1 -
175 swh/web/ui/static/lib/sha256.js | 1 -
176 swh/web/ui/templates/api-endpoints.html | 20 +-
177 swh/web/ui/templates/api.html | 2 +-
178 swh/web/ui/templates/apidoc.html | 42 ++--
179 swh/web/ui/templates/includes/apidoc-header.html | 18 +-
180 swh/web/ui/templates/includes/apidoc-header.md | 23 ++-
181 swh/web/ui/templates/includes/search-form.html | 9 +-
182 swh/web/ui/templates/layout.html | 35 +++-
183 swh/web/ui/templates/origin.html | 9 +-
184 swh/web/ui/tests/test_apidoc.py | 20 +-
185 swh/web/ui/tests/test_app.py | 4 +-
186 swh/web/ui/tests/test_converters.py | 8 +-
187 swh/web/ui/tests/test_renderers.py | 6 +-
188 swh/web/ui/tests/test_utils.py | 113 +++++++++--
189 swh/web/ui/tests/views/test_api.py | 219 ++++++++++++---------
190 swh/web/ui/tests/views/test_main.py | 16 +-
191 swh/web/ui/utils.py | 56 ++++--
192 swh/web/ui/views/api.py | 53 +++--
193 swh/web/ui/views/browse.py | 23 +--
194 swh/web/ui/views/main.py | 2 +-
195 47 files changed, 728 insertions(+), 443 deletions(-)
196 create mode 100644 requirements-swh.txt
197 delete mode 120000 swh/web/ui/static/css/jquery.dataTables.min.css
198 create mode 100644 swh/web/ui/static/img/icons/swh-logo-32x32.png
199 create mode 100644 swh/web/ui/static/img/icons/swh-logo-archive-180x180.png
200 create mode 100644 swh/web/ui/static/img/icons/swh-logo-archive-192x192.png
201 create mode 100644 swh/web/ui/static/img/icons/swh-logo-archive-270x270.png
202 create mode 100644 swh/web/ui/static/img/swh-logo-archive.png
203 create mode 100644 swh/web/ui/static/img/swh-logo-archive.svg
204 delete mode 100644 swh/web/ui/static/img/swh-logo.png
205 delete mode 100644 swh/web/ui/static/lib/README
206 delete mode 120000 swh/web/ui/static/lib/core.js
207 delete mode 120000 swh/web/ui/static/lib/jquery.dataTables.min.js
208 delete mode 120000 swh/web/ui/static/lib/jquery.flot.min.js
209 delete mode 120000 swh/web/ui/static/lib/jquery.flot.selection.min.js
210 delete mode 120000 swh/web/ui/static/lib/jquery.flot.time.min.js
211 delete mode 120000 swh/web/ui/static/lib/jquery.flot.tooltip.min.js
212 delete mode 120000 swh/web/ui/static/lib/lib-typedarrays.js
213 delete mode 120000 swh/web/ui/static/lib/sha1.js
214 delete mode 120000 swh/web/ui/static/lib/sha256.js
215
216mr update: finished (24 ok)
217

Clone on Software Heritage Worker

When
Completed at Feb 9 2017, 3:19 PM · Built instantly
Status
Passed

Event Timeline