Page MenuHomeSoftware Heritage

Build 798

Lint

When
Completed at Dec 2 2016, 4:29 PM · Built for 3 s
Status
Passed
1 empty logs are hidden. Show all logs.

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

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

Python tests

When
Completed at Dec 2 2016, 4:29 PM · Built for 1 s
Status
Passed
1 empty logs are hidden. Show all logs.

Build Log 2907 (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_mimetype (test_converters.TestConverters) ... ok
7db_to_release (test_converters.TestConverters) ... ok
8db_to_revision (test_converters.TestConverters) ... ok
9
10----------------------------------------------------------------------
11Ran 7 tests in 0.691s
12
13OK
14

Update environment from working copy

When
Completed at Dec 2 2016, 4:29 PM · Built for 19 s
Status
Passed
1 empty logs are hidden. Show all logs.

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

119 * [new tag] v0.0.73 -> v0.0.73
120 * [new tag] v0.0.74 -> v0.0.74
121Updating 3a4616c..7ef1700
122Fast-forward
123 sql/clusters.dot | 12 +-
124 ...er_configuration.tool_configuration.schema.json | 11 +
125 sql/swh-data.sql | 43 +-
126 sql/swh-func.sql | 256 +++++++++--
127 sql/swh-init.sql | 2 +-
128 sql/swh-schema.sql | 59 +--
129 sql/upgrades/090.sql | 4 +-
130 sql/upgrades/091.sql | 40 ++
131 sql/upgrades/092.sql | 29 ++
132 sql/upgrades/093.sql | 61 +++
133 sql/upgrades/094.sql | 25 ++
134 sql/upgrades/095.sql | 25 ++
135 sql/upgrades/096.sql | 38 ++
136 sql/upgrades/097.sql | 490 +++++++++++++++++++++
137 swh/storage/api/client.py | 7 +
138 swh/storage/api/server.py | 6 +
139 swh/storage/archiver/director.py | 1 +
140 swh/storage/converters.py | 70 +++
141 swh/storage/db.py | 50 ++-
142 swh/storage/exc.py | 2 +-
143 swh/storage/listener.py | 1 +
144 swh/storage/storage.py | 93 ++--
145 swh/storage/tests/test_converters.py | 81 ++++
146 swh/storage/tests/test_storage.py | 437 ++++++++++++++++--
147 24 files changed, 1693 insertions(+), 150 deletions(-)
148 create mode 100644 sql/json/indexer_configuration.tool_configuration.schema.json
149 create mode 100644 sql/upgrades/091.sql
150 create mode 100644 sql/upgrades/092.sql
151 create mode 100644 sql/upgrades/093.sql
152 create mode 100644 sql/upgrades/094.sql
153 create mode 100644 sql/upgrades/095.sql
154 create mode 100644 sql/upgrades/096.sql
155 create mode 100644 sql/upgrades/097.sql
156
157mr update: /home/temp-drydock/drydock/workingcopy-173/repo/swh-environment/swh-web-ui
158mr update: /home/temp-drydock/drydock/workingcopy-173/repo/swh-environment/swh-web-ui
159From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui
160 258b7c2..49c7f4e master -> origin/master
161 * [new tag] v0.0.37 -> v0.0.37
162 * [new tag] v0.0.38 -> v0.0.38
163 * [new tag] v0.0.39 -> v0.0.39
164 * [new tag] v0.0.40 -> v0.0.40
165 * [new tag] v0.0.41 -> v0.0.41
166 * [new tag] v0.0.42 -> v0.0.42
167 * [new tag] v0.0.43 -> v0.0.43
168 * [new tag] v0.0.44 -> v0.0.44
169 * [new tag] v0.0.45 -> v0.0.45
170 * [new tag] v0.0.46 -> v0.0.46
171 * [new tag] v0.0.47 -> v0.0.47
172 * [new tag] v0.0.48 -> v0.0.48
173 * [new tag] v0.0.49 -> v0.0.49
174Updating 258b7c2..49c7f4e
175Fast-forward
176 README-dev.md | 9 +-
177 debian/control | 10 +-
178 requirements.txt | 4 +-
179 swh/web/ui/apidoc.py | 6 +-
180 swh/web/ui/backend.py | 71 +++-
181 swh/web/ui/converters.py | 11 +-
182 swh/web/ui/main.py | 9 +-
183 swh/web/ui/renderers.py | 125 +++++-
184 swh/web/ui/service.py | 122 +++++-
185 swh/web/ui/static/css/jquery.dataTables.min.css | 1 +
186 swh/web/ui/static/css/pygment.css | 64 ++++
187 swh/web/ui/static/css/style.css | 11 +-
188 swh/web/ui/static/js/search.js | 14 +-
189 swh/web/ui/static/lib/jquery.dataTables.min.js | 1 +
190 swh/web/ui/templates/browse.html | 27 +-
191 swh/web/ui/templates/content.html | 24 +-
192 swh/web/ui/templates/includes/home-content.html | 10 +
193 .../ui/templates/includes/home-search-symbol.html | 43 +++
194 swh/web/ui/templates/includes/search-form.html | 10 +-
195 swh/web/ui/templates/layout.html | 6 +-
196 swh/web/ui/templates/search.html | 57 +--
197 swh/web/ui/templates/symbols.html | 83 ++++
198 swh/web/ui/tests/test_app.py | 4 +-
199 swh/web/ui/tests/test_backend.py | 184 ++++++++-
200 swh/web/ui/tests/test_converters.py | 21 ++
201 swh/web/ui/tests/test_renderers.py | 93 ++++-
202 swh/web/ui/tests/test_service.py | 285 +++++++++++++-
203 swh/web/ui/tests/test_utils.py | 105 +++++-
204 swh/web/ui/tests/views/test_api.py | 418 ++++++++++++++++++++-
205 swh/web/ui/tests/views/test_browse.py | 227 ++++++++++-
206 swh/web/ui/utils.py | 47 ++-
207 swh/web/ui/views/api.py | 227 +++++++++--
208 swh/web/ui/views/browse.py | 134 ++++++-
209 33 files changed, 2284 insertions(+), 179 deletions(-)
210 create mode 120000 swh/web/ui/static/css/jquery.dataTables.min.css
211 create mode 100644 swh/web/ui/static/css/pygment.css
212 create mode 120000 swh/web/ui/static/lib/jquery.dataTables.min.js
213 create mode 100644 swh/web/ui/templates/includes/home-content.html
214 create mode 100644 swh/web/ui/templates/includes/home-search-symbol.html
215 create mode 100644 swh/web/ui/templates/symbols.html
216
217mr update: finished (21 ok)
218

Clone on Software Heritage Worker

When
Completed at Dec 2 2016, 4:29 PM · Built instantly
Status
Passed

Event Timeline