Properties
Properties
- Buildable
- B567: rDSTO0ccb41359ae6: storage: Add missing function in swh-func.sql
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Dec 1 2016, 10:32 AM · Built for 3 s
- Status
Passed
1 empty logs are hidden. Show all logs.
1 | python3 -m flake8 swh bin/swh-storage-add-dir |
---|---|
2 |
Python tests
Python tests
- When
- Completed at Dec 1 2016, 10:32 AM · Built for 1 s
- Status
Passed
1 empty logs are hidden. Show all logs.
1 | W: unknown repository 'swh-environment', you might want to remove it |
---|---|
2 | ctags_to_db (test_converters.TestConverters) ... ok |
3 | db_to_author (test_converters.TestConverters) ... ok |
4 | db_to_git_headers (test_converters.TestConverters) ... ok |
5 | db_to_release (test_converters.TestConverters) ... ok |
6 | db_to_revision (test_converters.TestConverters) ... ok |
7 | |
8 | ---------------------------------------------------------------------- |
9 | Ran 5 tests in 0.596s |
10 | |
11 | OK |
12 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Dec 1 2016, 10:32 AM · Built for 18 s
- Status
Passed
1 empty logs are hidden. Show all logs.
91 | 7a268a0..8a58ca4 master -> origin/master |
---|---|
92 | Updating 7a268a0..8a58ca4 |
93 | Fast-forward |
94 | dumps/swh.dump | Bin 171607 -> 174356 bytes |
95 | dumps/swh.sql | 460 +++++++++++++++++++++++++++++++++++---------------------- |
96 | 2 files changed, 283 insertions(+), 177 deletions(-) |
97 | |
98 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-storage |
99 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-storage |
100 | From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage |
101 | bc7f776..0ccb413 master -> origin/master |
102 | * [new tag] v0.0.71 -> v0.0.71 |
103 | * [new tag] v0.0.72 -> v0.0.72 |
104 | * [new tag] v0.0.73 -> v0.0.73 |
105 | * [new tag] v0.0.74 -> v0.0.74 |
106 | Updating bc7f776..0ccb413 |
107 | Fast-forward |
108 | sql/clusters.dot | 12 ++- |
109 | ...er_configuration.tool_configuration.schema.json | 11 ++ |
110 | sql/swh-data.sql | 32 +++++- |
111 | sql/swh-func.sql | 43 +++++++- |
112 | sql/swh-init.sql | 2 +- |
113 | sql/swh-schema.sql | 3 +- |
114 | sql/upgrades/091.sql | 40 ++++++++ |
115 | sql/upgrades/092.sql | 29 ++++++ |
116 | sql/upgrades/093.sql | 61 +++++++++++ |
117 | sql/upgrades/094.sql | 25 +++++ |
118 | sql/upgrades/095.sql | 25 +++++ |
119 | sql/upgrades/096.sql | 38 +++++++ |
120 | swh/storage/api/client.py | 7 ++ |
121 | swh/storage/api/server.py | 6 ++ |
122 | swh/storage/db.py | 22 ++++ |
123 | swh/storage/exc.py | 2 +- |
124 | swh/storage/storage.py | 20 ++++ |
125 | swh/storage/tests/test_storage.py | 111 +++++++++++++++++++++ |
126 | 18 files changed, 480 insertions(+), 9 deletions(-) |
127 | create mode 100644 sql/json/indexer_configuration.tool_configuration.schema.json |
128 | create mode 100644 sql/upgrades/091.sql |
129 | create mode 100644 sql/upgrades/092.sql |
130 | create mode 100644 sql/upgrades/093.sql |
131 | create mode 100644 sql/upgrades/094.sql |
132 | create mode 100644 sql/upgrades/095.sql |
133 | create mode 100644 sql/upgrades/096.sql |
134 | |
135 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-web-ui |
136 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-web-ui |
137 | From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui |
138 | 258b7c2..bfdd9f9 master -> origin/master |
139 | * [new tag] v0.0.46 -> v0.0.46 |
140 | * [new tag] v0.0.37 -> v0.0.37 |
141 | * [new tag] v0.0.38 -> v0.0.38 |
142 | * [new tag] v0.0.39 -> v0.0.39 |
143 | * [new tag] v0.0.40 -> v0.0.40 |
144 | * [new tag] v0.0.41 -> v0.0.41 |
145 | * [new tag] v0.0.42 -> v0.0.42 |
146 | * [new tag] v0.0.43 -> v0.0.43 |
147 | * [new tag] v0.0.44 -> v0.0.44 |
148 | * [new tag] v0.0.45 -> v0.0.45 |
149 | Updating 258b7c2..bfdd9f9 |
150 | Fast-forward |
151 | README-dev.md | 9 +- |
152 | debian/control | 10 +- |
153 | requirements.txt | 4 +- |
154 | swh/web/ui/apidoc.py | 6 +- |
155 | swh/web/ui/backend.py | 71 +++- |
156 | swh/web/ui/converters.py | 11 +- |
157 | swh/web/ui/main.py | 9 +- |
158 | swh/web/ui/renderers.py | 125 ++++++- |
159 | swh/web/ui/service.py | 122 ++++++- |
160 | swh/web/ui/static/css/jquery.dataTables.min.css | 1 + |
161 | swh/web/ui/static/css/pygment.css | 64 ++++ |
162 | swh/web/ui/static/js/search.js | 14 +- |
163 | swh/web/ui/static/lib/jquery.dataTables.min.js | 1 + |
164 | swh/web/ui/templates/browse.html | 21 +- |
165 | swh/web/ui/templates/content.html | 24 +- |
166 | swh/web/ui/templates/includes/home-content.html | 10 + |
167 | swh/web/ui/templates/includes/search-form.html | 38 ++- |
168 | swh/web/ui/templates/layout.html | 6 +- |
169 | swh/web/ui/templates/search.html | 50 +-- |
170 | swh/web/ui/templates/symbols.html | 64 ++++ |
171 | swh/web/ui/tests/test_app.py | 4 +- |
172 | swh/web/ui/tests/test_backend.py | 184 ++++++++++- |
173 | swh/web/ui/tests/test_converters.py | 21 ++ |
174 | swh/web/ui/tests/test_renderers.py | 93 +++++- |
175 | swh/web/ui/tests/test_service.py | 285 +++++++++++++++- |
176 | swh/web/ui/tests/test_utils.py | 105 +++++- |
177 | swh/web/ui/tests/views/test_api.py | 418 +++++++++++++++++++++++- |
178 | swh/web/ui/tests/views/test_browse.py | 227 ++++++++++++- |
179 | swh/web/ui/utils.py | 47 ++- |
180 | swh/web/ui/views/api.py | 223 +++++++++++-- |
181 | swh/web/ui/views/browse.py | 129 +++++++- |
182 | 31 files changed, 2222 insertions(+), 174 deletions(-) |
183 | create mode 120000 swh/web/ui/static/css/jquery.dataTables.min.css |
184 | create mode 100644 swh/web/ui/static/css/pygment.css |
185 | create mode 120000 swh/web/ui/static/lib/jquery.dataTables.min.js |
186 | create mode 100644 swh/web/ui/templates/includes/home-content.html |
187 | create mode 100644 swh/web/ui/templates/symbols.html |
188 | |
189 | mr update: finished (21 ok) |
190 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Dec 1 2016, 10:32 AM · Built instantly
- Status
Passed