Page MenuHomeSoftware Heritage

Build 788

Lint

When
Completed at Nov 29 2016, 5:26 PM · Built for 3 s
Status
Passed
1 empty logs are hidden. Show all logs.

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

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

Python tests

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

Build Log 2847 (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.778s
10
11OK
12

Update environment from working copy

When
Completed at Nov 29 2016, 5:26 PM · Built for 15 s
Status
Passed
1 empty logs are hidden. Show all logs.

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

64mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-model
65Already up-to-date.
66
67mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-scheduler
68mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-scheduler
69Already up-to-date.
70
71mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-objstorage
72mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-objstorage
73Already up-to-date.
74
75mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-py-template
76mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-py-template
77Already up-to-date.
78
79mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-storage-testdata
80mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-storage-testdata
81From ssh://forge.softwareheritage.org/diffusion/DSTOT/swh-storage-testdata
82 5208f4f..37dc77c master -> origin/master
83Updating 5208f4f..37dc77c
84Fast-forward
85 dumps/swh.dump | Bin 171813 -> 174065 bytes
86 dumps/swh.sql | 409 +++++++++++++++++++++++++++++++++------------------------
87 2 files changed, 234 insertions(+), 175 deletions(-)
88
89mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-storage
90mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-storage
91From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage
92 3dafd17..ba29d18 master -> origin/master
93 * [new tag] v0.0.71 -> v0.0.71
94 * [new tag] v0.0.72 -> v0.0.72
95 * [new tag] v0.0.73 -> v0.0.73
96Updating 3dafd17..ba29d18
97Fast-forward
98 sql/swh-func.sql | 32 +++++++++--
99 sql/swh-init.sql | 2 +-
100 sql/swh-schema.sql | 3 +-
101 sql/upgrades/093.sql | 61 +++++++++++++++++++++
102 sql/upgrades/094.sql | 25 +++++++++
103 sql/upgrades/095.sql | 25 +++++++++
104 sql/upgrades/096.sql | 38 +++++++++++++
105 swh/storage/api/client.py | 7 +++
106 swh/storage/api/server.py | 6 +++
107 swh/storage/db.py | 22 ++++++++
108 swh/storage/exc.py | 2 +-
109 swh/storage/storage.py | 20 +++++++
110 swh/storage/tests/test_storage.py | 111 ++++++++++++++++++++++++++++++++++++++
111 13 files changed, 348 insertions(+), 6 deletions(-)
112 create mode 100644 sql/upgrades/093.sql
113 create mode 100644 sql/upgrades/094.sql
114 create mode 100644 sql/upgrades/095.sql
115 create mode 100644 sql/upgrades/096.sql
116
117mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-web-ui
118mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-web-ui
119From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui
120 0afc244..d75acbd master -> origin/master
121 * [new tag] v0.0.44 -> v0.0.44
122 * [new tag] v0.0.39 -> v0.0.39
123 * [new tag] v0.0.40 -> v0.0.40
124 * [new tag] v0.0.41 -> v0.0.41
125 * [new tag] v0.0.42 -> v0.0.42
126 * [new tag] v0.0.43 -> v0.0.43
127Updating 0afc244..d75acbd
128Fast-forward
129 README-dev.md | 7 +
130 debian/control | 7 +-
131 requirements.txt | 3 +-
132 swh/web/ui/apidoc.py | 228 ++++++++++-----
133 swh/web/ui/backend.py | 38 +++
134 swh/web/ui/main.py | 9 +-
135 swh/web/ui/renderers.py | 103 ++++++-
136 swh/web/ui/service.py | 43 +++
137 swh/web/ui/static/css/pygment.css | 64 +++++
138 swh/web/ui/static/js/search.js | 14 +-
139 swh/web/ui/templates/browse.html | 21 +-
140 swh/web/ui/templates/content.html | 14 +-
141 swh/web/ui/templates/includes/home-content.html | 10 +
142 swh/web/ui/templates/includes/search-form.html | 38 ++-
143 swh/web/ui/templates/layout.html | 3 +-
144 swh/web/ui/templates/search.html | 2 +-
145 swh/web/ui/templates/symbols.html | 37 +++
146 swh/web/ui/tests/test_apidoc.py | 351 +++++-------------------
147 swh/web/ui/tests/test_app.py | 16 +-
148 swh/web/ui/tests/test_backend.py | 79 +++++-
149 swh/web/ui/tests/test_renderers.py | 62 ++++-
150 swh/web/ui/tests/test_service.py | 97 ++++++-
151 swh/web/ui/tests/test_utils.py | 81 ++++++
152 swh/web/ui/tests/views/test_api.py | 171 +++++++++++-
153 swh/web/ui/tests/views/test_browse.py | 197 ++++++++++++-
154 swh/web/ui/utils.py | 31 ++-
155 swh/web/ui/views/api.py | 141 ++++++++--
156 swh/web/ui/views/browse.py | 121 ++++++--
157 28 files changed, 1508 insertions(+), 480 deletions(-)
158 create mode 100644 swh/web/ui/static/css/pygment.css
159 create mode 100644 swh/web/ui/templates/includes/home-content.html
160 create mode 100644 swh/web/ui/templates/symbols.html
161
162mr update: finished (21 ok)
163

Clone on Software Heritage Worker

When
Completed at Nov 29 2016, 5:26 PM · Built instantly
Status
Passed

Event Timeline