Properties
Properties
- Buildable
- B562: rDSTO641ad5c24368: storage: Use strict equality on ctags search
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Nov 29 2016, 5:26 PM · 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 Nov 29 2016, 5:26 PM · Built for 2 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.729s |
10 | |
11 | OK |
12 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Nov 29 2016, 5:26 PM · Built for 16 s
- Status
Passed
1 empty logs are hidden. Show all logs.
75 | |
---|---|
76 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-scheduler |
77 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-scheduler |
78 | Already up-to-date. |
79 | |
80 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-py-template |
81 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-py-template |
82 | Already up-to-date. |
83 | |
84 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-storage |
85 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-storage |
86 | From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage |
87 | f454e44..ba29d18 master -> origin/master |
88 | * [new tag] v0.0.71 -> v0.0.71 |
89 | * [new tag] v0.0.72 -> v0.0.72 |
90 | * [new tag] v0.0.73 -> v0.0.73 |
91 | Updating f454e44..ba29d18 |
92 | Fast-forward |
93 | ...er_configuration.tool_configuration.schema.json | 11 ++ |
94 | sql/swh-func.sql | 35 ++++++- |
95 | sql/swh-init.sql | 2 +- |
96 | sql/swh-schema.sql | 3 +- |
97 | sql/upgrades/092.sql | 29 ++++++ |
98 | sql/upgrades/093.sql | 61 +++++++++++ |
99 | sql/upgrades/094.sql | 25 +++++ |
100 | sql/upgrades/095.sql | 25 +++++ |
101 | sql/upgrades/096.sql | 38 +++++++ |
102 | swh/storage/api/client.py | 7 ++ |
103 | swh/storage/api/server.py | 6 ++ |
104 | swh/storage/db.py | 22 ++++ |
105 | swh/storage/exc.py | 2 +- |
106 | swh/storage/storage.py | 20 ++++ |
107 | swh/storage/tests/test_storage.py | 111 +++++++++++++++++++++ |
108 | 15 files changed, 390 insertions(+), 7 deletions(-) |
109 | create mode 100644 sql/json/indexer_configuration.tool_configuration.schema.json |
110 | create mode 100644 sql/upgrades/092.sql |
111 | create mode 100644 sql/upgrades/093.sql |
112 | create mode 100644 sql/upgrades/094.sql |
113 | create mode 100644 sql/upgrades/095.sql |
114 | create mode 100644 sql/upgrades/096.sql |
115 | |
116 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-storage-testdata |
117 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-storage-testdata |
118 | From ssh://forge.softwareheritage.org/diffusion/DSTOT/swh-storage-testdata |
119 | 5208f4f..37dc77c master -> origin/master |
120 | Updating 5208f4f..37dc77c |
121 | Fast-forward |
122 | dumps/swh.dump | Bin 171813 -> 174065 bytes |
123 | dumps/swh.sql | 409 +++++++++++++++++++++++++++++++++------------------------ |
124 | 2 files changed, 234 insertions(+), 175 deletions(-) |
125 | |
126 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-web-ui |
127 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-web-ui |
128 | From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui |
129 | 258b7c2..d75acbd master -> origin/master |
130 | * [new tag] v0.0.44 -> v0.0.44 |
131 | * [new tag] v0.0.37 -> v0.0.37 |
132 | * [new tag] v0.0.38 -> v0.0.38 |
133 | * [new tag] v0.0.39 -> v0.0.39 |
134 | * [new tag] v0.0.40 -> v0.0.40 |
135 | * [new tag] v0.0.41 -> v0.0.41 |
136 | * [new tag] v0.0.42 -> v0.0.42 |
137 | * [new tag] v0.0.43 -> v0.0.43 |
138 | Updating 258b7c2..d75acbd |
139 | Fast-forward |
140 | README-dev.md | 9 +- |
141 | debian/control | 8 +- |
142 | requirements.txt | 3 +- |
143 | swh/web/ui/apidoc.py | 6 +- |
144 | swh/web/ui/backend.py | 74 +++++- |
145 | swh/web/ui/converters.py | 11 +- |
146 | swh/web/ui/main.py | 9 +- |
147 | swh/web/ui/renderers.py | 98 ++++++- |
148 | swh/web/ui/service.py | 121 ++++++++- |
149 | swh/web/ui/static/css/pygment.css | 64 +++++ |
150 | swh/web/ui/static/js/search.js | 14 +- |
151 | swh/web/ui/templates/browse.html | 21 +- |
152 | swh/web/ui/templates/content.html | 14 +- |
153 | swh/web/ui/templates/includes/home-content.html | 10 + |
154 | swh/web/ui/templates/includes/search-form.html | 38 ++- |
155 | swh/web/ui/templates/layout.html | 3 +- |
156 | swh/web/ui/templates/search.html | 2 +- |
157 | swh/web/ui/templates/symbols.html | 37 +++ |
158 | swh/web/ui/tests/test_backend.py | 181 ++++++++++++- |
159 | swh/web/ui/tests/test_converters.py | 21 ++ |
160 | swh/web/ui/tests/test_renderers.py | 62 ++++- |
161 | swh/web/ui/tests/test_service.py | 281 +++++++++++++++++++- |
162 | swh/web/ui/tests/test_utils.py | 132 +++++++++- |
163 | swh/web/ui/tests/views/test_api.py | 336 +++++++++++++++++++++++- |
164 | swh/web/ui/tests/views/test_browse.py | 197 +++++++++++++- |
165 | swh/web/ui/utils.py | 62 ++++- |
166 | swh/web/ui/views/api.py | 221 ++++++++++++++-- |
167 | swh/web/ui/views/browse.py | 121 +++++++-- |
168 | 28 files changed, 2012 insertions(+), 144 deletions(-) |
169 | create mode 100644 swh/web/ui/static/css/pygment.css |
170 | create mode 100644 swh/web/ui/templates/includes/home-content.html |
171 | create mode 100644 swh/web/ui/templates/symbols.html |
172 | |
173 | mr update: finished (21 ok) |
174 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Nov 29 2016, 5:26 PM · Built instantly
- Status
Passed