Page MenuHomeSoftware Heritage

Build 795

Lint

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

Build Log 2894 (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 2 s
Status
Passed
1 empty logs are hidden. Show all logs.

Build Log 2893 (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_git_headers (test_converters.TestConverters) ... ok
5db_to_release (test_converters.TestConverters) ... ok
6db_to_revision (test_converters.TestConverters) ... ok
7
8----------------------------------------------------------------------
9Ran 5 tests in 1.021s
10
11OK
12

Update environment from working copy

When
Completed at Dec 2 2016, 4:29 PM · Built for 34 s
Status
Passed

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

1mr update: command failed
2mr update: command failed
3mr update: command failed
4mr update: command failed
5mr update: command failed
6mr update: command failed
7

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

100mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-scheduler
101mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-scheduler
102ssh_exchange_identification: Connection closed by remote host
103fatal: Could not read from remote repository.
104
105Please make sure you have the correct access rights
106and the repository exists.
107
108mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-storage
109mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-storage
110ssh_exchange_identification: Connection closed by remote host
111fatal: Could not read from remote repository.
112
113Please make sure you have the correct access rights
114and the repository exists.
115
116mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-loader-svn
117mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-loader-svn
118Already up-to-date.
119
120mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-loader-tar
121mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-loader-tar
122Already up-to-date.
123
124mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-model
125mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-model
126Already up-to-date.
127
128mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-storage-testdata
129mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-storage-testdata
130From ssh://forge.softwareheritage.org/diffusion/DSTOT/swh-storage-testdata
131 3f0a871..8a58ca4 master -> origin/master
132Updating 3f0a871..8a58ca4
133Fast-forward
134 dumps/swh.dump | Bin 146486 -> 174356 bytes
135 dumps/swh.sql | 1874 +++++++++++++++++++++++++++++++++++++++++++++++++-------
136 2 files changed, 1651 insertions(+), 223 deletions(-)
137
138mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-web-ui
139mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-web-ui
140From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui
141 258b7c2..49c7f4e master -> origin/master
142 * [new tag] v0.0.37 -> v0.0.37
143 * [new tag] v0.0.38 -> v0.0.38
144 * [new tag] v0.0.39 -> v0.0.39
145 * [new tag] v0.0.40 -> v0.0.40
146 * [new tag] v0.0.41 -> v0.0.41
147 * [new tag] v0.0.42 -> v0.0.42
148 * [new tag] v0.0.43 -> v0.0.43
149 * [new tag] v0.0.44 -> v0.0.44
150 * [new tag] v0.0.45 -> v0.0.45
151 * [new tag] v0.0.46 -> v0.0.46
152 * [new tag] v0.0.47 -> v0.0.47
153 * [new tag] v0.0.48 -> v0.0.48
154 * [new tag] v0.0.49 -> v0.0.49
155Updating 258b7c2..49c7f4e
156Fast-forward
157 README-dev.md | 9 +-
158 debian/control | 10 +-
159 requirements.txt | 4 +-
160 swh/web/ui/apidoc.py | 6 +-
161 swh/web/ui/backend.py | 71 +++-
162 swh/web/ui/converters.py | 11 +-
163 swh/web/ui/main.py | 9 +-
164 swh/web/ui/renderers.py | 125 +++++-
165 swh/web/ui/service.py | 122 +++++-
166 swh/web/ui/static/css/jquery.dataTables.min.css | 1 +
167 swh/web/ui/static/css/pygment.css | 64 ++++
168 swh/web/ui/static/css/style.css | 11 +-
169 swh/web/ui/static/js/search.js | 14 +-
170 swh/web/ui/static/lib/jquery.dataTables.min.js | 1 +
171 swh/web/ui/templates/browse.html | 27 +-
172 swh/web/ui/templates/content.html | 24 +-
173 swh/web/ui/templates/includes/home-content.html | 10 +
174 .../ui/templates/includes/home-search-symbol.html | 43 +++
175 swh/web/ui/templates/includes/search-form.html | 10 +-
176 swh/web/ui/templates/layout.html | 6 +-
177 swh/web/ui/templates/search.html | 57 +--
178 swh/web/ui/templates/symbols.html | 83 ++++
179 swh/web/ui/tests/test_app.py | 4 +-
180 swh/web/ui/tests/test_backend.py | 184 ++++++++-
181 swh/web/ui/tests/test_converters.py | 21 ++
182 swh/web/ui/tests/test_renderers.py | 93 ++++-
183 swh/web/ui/tests/test_service.py | 285 +++++++++++++-
184 swh/web/ui/tests/test_utils.py | 105 +++++-
185 swh/web/ui/tests/views/test_api.py | 418 ++++++++++++++++++++-
186 swh/web/ui/tests/views/test_browse.py | 227 ++++++++++-
187 swh/web/ui/utils.py | 47 ++-
188 swh/web/ui/views/api.py | 227 +++++++++--
189 swh/web/ui/views/browse.py | 134 ++++++-
190 33 files changed, 2284 insertions(+), 179 deletions(-)
191 create mode 120000 swh/web/ui/static/css/jquery.dataTables.min.css
192 create mode 100644 swh/web/ui/static/css/pygment.css
193 create mode 120000 swh/web/ui/static/lib/jquery.dataTables.min.js
194 create mode 100644 swh/web/ui/templates/includes/home-content.html
195 create mode 100644 swh/web/ui/templates/includes/home-search-symbol.html
196 create mode 100644 swh/web/ui/templates/symbols.html
197
198mr update: finished (15 ok; 6 failed)
199

Clone on Software Heritage Worker

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

Event Timeline