Properties
Properties
- Buildable
- B297: Diff 261
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Jul 21 2016, 6:13 PM · Built for 2 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 Jul 21 2016, 6:13 PM · 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 | W: unknown repository 'swh-loader-vcs', you might want to remove it |
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 4 tests in 0.439s |
10 | |
11 | OK |
12 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Jul 21 2016, 6:13 PM · Built for 7 s
- Status
Passed
1 empty logs are hidden. Show all logs.
80 | |
---|---|
81 | mr update: /home/temp-drydock/drydock/workingcopy-158/repo/swh-environment/swh-scheduler |
82 | mr update: /home/temp-drydock/drydock/workingcopy-158/repo/swh-environment/swh-scheduler |
83 | Already up-to-date. |
84 | |
85 | mr update: /home/temp-drydock/drydock/workingcopy-158/repo/swh-environment/swh-storage-testdata |
86 | mr update: /home/temp-drydock/drydock/workingcopy-158/repo/swh-environment/swh-storage-testdata |
87 | From ssh://forge.softwareheritage.org/diffusion/DSTOT/swh-storage-testdata |
88 | 4ef17ff..bd2cc5e master -> origin/master |
89 | * [new branch] reschedule-svn-failed-task -> origin/reschedule-svn-failed-task |
90 | Updating 4ef17ff..bd2cc5e |
91 | Fast-forward |
92 | Makefile | 17 ++- |
93 | dumps/swh-archiver.dump | Bin 0 -> 7203 bytes |
94 | dumps/swh-archiver.sql | 236 +++++++++++++++++++++++++++++++ |
95 | dumps/swh.dump | Bin 100692 -> 100373 bytes |
96 | dumps/swh.sql | 64 +++++---- |
97 | svn-folders/pkg-gourmet-with-updates.tgz | Bin 29756 -> 29298 bytes |
98 | 6 files changed, 289 insertions(+), 28 deletions(-) |
99 | create mode 100644 dumps/swh-archiver.dump |
100 | create mode 100644 dumps/swh-archiver.sql |
101 | |
102 | mr update: /home/temp-drydock/drydock/workingcopy-158/repo/swh-environment/swh-storage |
103 | mr update: /home/temp-drydock/drydock/workingcopy-158/repo/swh-environment/swh-storage |
104 | From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage |
105 | 50ae16f..134ac77 master -> origin/master |
106 | * [new tag] v0.0.45 -> v0.0.45 |
107 | * [new tag] v0.0.46 -> v0.0.46 |
108 | Updating 50ae16f..134ac77 |
109 | Fast-forward |
110 | debian/control | 4 +- |
111 | requirements.txt | 2 +- |
112 | sql/archiver/Makefile | 41 +++++++++ |
113 | sql/archiver/swh-archiver-data.sql | 2 + |
114 | sql/archiver/swh-archiver-schema.sql | 48 ++++++++++ |
115 | sql/swh-schema.sql | 25 ------ |
116 | sql/upgrades/070.sql | 15 ++++ |
117 | swh/storage/archiver/copier.py | 22 +++-- |
118 | swh/storage/archiver/director.py | 145 ++++++++++++++++++++---------- |
119 | swh/storage/archiver/storage.py | 89 ++++++++++++++++++ |
120 | swh/storage/archiver/tasks.py | 8 +- |
121 | swh/storage/archiver/worker.py | 60 ++++++++----- |
122 | swh/storage/common.py | 32 +++++++ |
123 | swh/storage/db.py | 2 +- |
124 | swh/storage/storage.py | 30 +------ |
125 | swh/storage/tests/manual_test_archiver.py | 13 +-- |
126 | swh/storage/tests/test_archiver.py | 76 +++++++++++----- |
127 | 17 files changed, 442 insertions(+), 172 deletions(-) |
128 | create mode 100644 sql/archiver/Makefile |
129 | create mode 100644 sql/archiver/swh-archiver-data.sql |
130 | create mode 100644 sql/archiver/swh-archiver-schema.sql |
131 | create mode 100644 sql/upgrades/070.sql |
132 | create mode 100644 swh/storage/archiver/storage.py |
133 | create mode 100644 swh/storage/common.py |
134 | |
135 | mr update: /home/temp-drydock/drydock/workingcopy-158/repo/swh-environment/swh-web-ui |
136 | mr update: /home/temp-drydock/drydock/workingcopy-158/repo/swh-environment/swh-web-ui |
137 | From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui |
138 | c347901..2137c95 master -> origin/master |
139 | * [new tag] v0.0.32 -> v0.0.32 |
140 | * [new tag] v0.0.30 -> v0.0.30 |
141 | * [new tag] v0.0.31 -> v0.0.31 |
142 | Updating c347901..2137c95 |
143 | Fast-forward |
144 | debian/control | 13 +- |
145 | debian/rules | 5 +- |
146 | requirements.txt | 4 +- |
147 | swh/web/ui/backend.py | 9 + |
148 | swh/web/ui/service.py | 29 +- |
149 | swh/web/ui/static/js/calendar.js | 373 +++++++++++++++++++++ |
150 | swh/web/ui/static/lib/jquery.flot.min.js | 1 + |
151 | swh/web/ui/static/lib/jquery.flot.selection.min.js | 1 + |
152 | swh/web/ui/static/lib/jquery.flot.time.min.js | 1 + |
153 | swh/web/ui/static/lib/jquery.flot.tooltip.min.js | 1 + |
154 | swh/web/ui/static/lib/jquery.js | 1 + |
155 | swh/web/ui/templates/origin.html | 15 +- |
156 | .../{upload_and_search.html => search.html} | 0 |
157 | swh/web/ui/tests/test_backend.py | 36 ++ |
158 | swh/web/ui/tests/test_service.py | 89 +++-- |
159 | swh/web/ui/tests/test_upload.py | 148 -------- |
160 | swh/web/ui/tests/test_utils.py | 7 +- |
161 | swh/web/ui/tests/views/test_api.py | 88 +++-- |
162 | swh/web/ui/tests/views/test_browse.py | 28 +- |
163 | swh/web/ui/upload.py | 79 ----- |
164 | swh/web/ui/utils.py | 11 +- |
165 | swh/web/ui/views/api.py | 38 +-- |
166 | swh/web/ui/views/browse.py | 10 +- |
167 | 23 files changed, 647 insertions(+), 340 deletions(-) |
168 | create mode 100644 swh/web/ui/static/js/calendar.js |
169 | create mode 120000 swh/web/ui/static/lib/jquery.flot.min.js |
170 | create mode 120000 swh/web/ui/static/lib/jquery.flot.selection.min.js |
171 | create mode 120000 swh/web/ui/static/lib/jquery.flot.time.min.js |
172 | create mode 120000 swh/web/ui/static/lib/jquery.flot.tooltip.min.js |
173 | create mode 120000 swh/web/ui/static/lib/jquery.js |
174 | rename swh/web/ui/templates/{upload_and_search.html => search.html} (100%) |
175 | delete mode 100644 swh/web/ui/tests/test_upload.py |
176 | delete mode 100644 swh/web/ui/upload.py |
177 | |
178 | mr update: finished (19 ok) |
179 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Jul 21 2016, 6:13 PM · Built instantly
- Status
Passed