Page MenuHomeSoftware Heritage

Build 790

Lint

When
Completed at Dec 1 2016, 10:32 AM · Built for 3 s
Status
Passed
1 empty logs are hidden. Show all logs.

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

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

Python tests

When
Completed at Dec 1 2016, 10:32 AM · Built for 2 s
Status
Passed
1 empty logs are hidden. Show all logs.

Build Log 2863 (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 0.611s
10
11OK
12

Update environment from working copy

When
Completed at Dec 1 2016, 10:32 AM · Built for 18 s
Status
Passed

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

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

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

74mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-loader-dir
75Already up-to-date.
76
77mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-storage
78mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-storage
79ssh_exchange_identification: Connection closed by remote host
80fatal: Could not read from remote repository.
81
82Please make sure you have the correct access rights
83and the repository exists.
84
85mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-loader-svn
86mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-loader-svn
87Already up-to-date.
88
89mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-model
90mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-model
91Already up-to-date.
92
93mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-scheduler
94mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-scheduler
95Already up-to-date.
96
97mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-loader-git
98mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-loader-git
99From ssh://forge.softwareheritage.org/diffusion/DLDG/swh-loader-git
100 d222d5e..d6c853f master -> origin/master
101Updating d222d5e..d6c853f
102Fast-forward
103 swh/loader/git/base.py | 38 +++++++++++++++++++++++++++++++
104 swh/loader/git/loader.py | 5 +++++
105 swh/loader/git/updater.py | 57 +++++++++++++++++------------------------------
106 3 files changed, 64 insertions(+), 36 deletions(-)
107
108mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-storage-testdata
109mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-storage-testdata
110From ssh://forge.softwareheritage.org/diffusion/DSTOT/swh-storage-testdata
111 7a268a0..8a58ca4 master -> origin/master
112Updating 7a268a0..8a58ca4
113Fast-forward
114 dumps/swh.dump | Bin 171607 -> 174356 bytes
115 dumps/swh.sql | 460 +++++++++++++++++++++++++++++++++++----------------------
116 2 files changed, 283 insertions(+), 177 deletions(-)
117
118mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-web-ui
119mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-web-ui
120From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui
121 258b7c2..bfdd9f9 master -> origin/master
122 * [new tag] v0.0.46 -> v0.0.46
123 * [new tag] v0.0.37 -> v0.0.37
124 * [new tag] v0.0.38 -> v0.0.38
125 * [new tag] v0.0.39 -> v0.0.39
126 * [new tag] v0.0.40 -> v0.0.40
127 * [new tag] v0.0.41 -> v0.0.41
128 * [new tag] v0.0.42 -> v0.0.42
129 * [new tag] v0.0.43 -> v0.0.43
130 * [new tag] v0.0.44 -> v0.0.44
131 * [new tag] v0.0.45 -> v0.0.45
132Updating 258b7c2..bfdd9f9
133Fast-forward
134 README-dev.md | 9 +-
135 debian/control | 10 +-
136 requirements.txt | 4 +-
137 swh/web/ui/apidoc.py | 6 +-
138 swh/web/ui/backend.py | 71 +++-
139 swh/web/ui/converters.py | 11 +-
140 swh/web/ui/main.py | 9 +-
141 swh/web/ui/renderers.py | 125 ++++++-
142 swh/web/ui/service.py | 122 ++++++-
143 swh/web/ui/static/css/jquery.dataTables.min.css | 1 +
144 swh/web/ui/static/css/pygment.css | 64 ++++
145 swh/web/ui/static/js/search.js | 14 +-
146 swh/web/ui/static/lib/jquery.dataTables.min.js | 1 +
147 swh/web/ui/templates/browse.html | 21 +-
148 swh/web/ui/templates/content.html | 24 +-
149 swh/web/ui/templates/includes/home-content.html | 10 +
150 swh/web/ui/templates/includes/search-form.html | 38 ++-
151 swh/web/ui/templates/layout.html | 6 +-
152 swh/web/ui/templates/search.html | 50 +--
153 swh/web/ui/templates/symbols.html | 64 ++++
154 swh/web/ui/tests/test_app.py | 4 +-
155 swh/web/ui/tests/test_backend.py | 184 ++++++++++-
156 swh/web/ui/tests/test_converters.py | 21 ++
157 swh/web/ui/tests/test_renderers.py | 93 +++++-
158 swh/web/ui/tests/test_service.py | 285 +++++++++++++++-
159 swh/web/ui/tests/test_utils.py | 105 +++++-
160 swh/web/ui/tests/views/test_api.py | 418 +++++++++++++++++++++++-
161 swh/web/ui/tests/views/test_browse.py | 227 ++++++++++++-
162 swh/web/ui/utils.py | 47 ++-
163 swh/web/ui/views/api.py | 223 +++++++++++--
164 swh/web/ui/views/browse.py | 129 +++++++-
165 31 files changed, 2222 insertions(+), 174 deletions(-)
166 create mode 120000 swh/web/ui/static/css/jquery.dataTables.min.css
167 create mode 100644 swh/web/ui/static/css/pygment.css
168 create mode 120000 swh/web/ui/static/lib/jquery.dataTables.min.js
169 create mode 100644 swh/web/ui/templates/includes/home-content.html
170 create mode 100644 swh/web/ui/templates/symbols.html
171
172mr update: finished (17 ok; 4 failed)
173

Clone on Software Heritage Worker

When
Completed at Dec 1 2016, 10:32 AM · Built instantly
Status
Passed

Event Timeline