Properties
Properties
- Buildable
- B564: rDSTOebcfd49997f9: storage: Actually use the index for searching expression
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Nov 30 2016, 2:56 PM · Built for 4 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 30 2016, 2:56 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 1.139s |
10 | |
11 | OK |
12 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Nov 30 2016, 2:56 PM · Built for 11 s
- Status
Passed
1 empty logs are hidden. Show all logs.
93 | swh/storage/tests/test_storage.py | 48 +++++++++++++++++++-------------------- |
---|---|
94 | 10 files changed, 126 insertions(+), 51 deletions(-) |
95 | create mode 100644 sql/upgrades/095.sql |
96 | create mode 100644 sql/upgrades/096.sql |
97 | |
98 | mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-web-ui |
99 | mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-web-ui |
100 | From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui |
101 | cb898c0..492442a master -> origin/master |
102 | * [new tag] v0.0.40 -> v0.0.40 |
103 | * [new tag] v0.0.41 -> v0.0.41 |
104 | * [new tag] v0.0.42 -> v0.0.42 |
105 | * [new tag] v0.0.43 -> v0.0.43 |
106 | * [new tag] v0.0.44 -> v0.0.44 |
107 | * [new tag] v0.0.45 -> v0.0.45 |
108 | Updating cb898c0..492442a |
109 | Fast-forward |
110 | debian/control | 7 +- |
111 | requirements.txt | 3 +- |
112 | swh/web/ui/apidoc.py | 2 +- |
113 | swh/web/ui/backend.py | 26 ++- |
114 | swh/web/ui/main.py | 9 +- |
115 | swh/web/ui/renderers.py | 124 ++++++++++++- |
116 | swh/web/ui/service.py | 30 +++- |
117 | swh/web/ui/static/css/pygment.css | 64 +++++++ |
118 | swh/web/ui/static/js/search.js | 14 +- |
119 | swh/web/ui/templates/browse.html | 21 +-- |
120 | swh/web/ui/templates/content.html | 14 +- |
121 | swh/web/ui/templates/includes/home-content.html | 10 ++ |
122 | swh/web/ui/templates/includes/search-form.html | 38 +++- |
123 | swh/web/ui/templates/layout.html | 3 +- |
124 | swh/web/ui/templates/search.html | 2 +- |
125 | swh/web/ui/templates/symbols.html | 36 ++++ |
126 | swh/web/ui/tests/test_app.py | 4 +- |
127 | swh/web/ui/tests/test_backend.py | 81 ++++++++- |
128 | swh/web/ui/tests/test_renderers.py | 93 +++++++++- |
129 | swh/web/ui/tests/test_service.py | 64 ++++++- |
130 | swh/web/ui/tests/test_utils.py | 54 ++++++ |
131 | swh/web/ui/tests/views/test_api.py | 211 ++++++++++++++++++++-- |
132 | swh/web/ui/tests/views/test_browse.py | 223 +++++++++++++++++++++++- |
133 | swh/web/ui/utils.py | 16 +- |
134 | swh/web/ui/views/api.py | 130 ++++++++++---- |
135 | swh/web/ui/views/browse.py | 128 ++++++++++++-- |
136 | 26 files changed, 1257 insertions(+), 150 deletions(-) |
137 | create mode 100644 swh/web/ui/static/css/pygment.css |
138 | create mode 100644 swh/web/ui/templates/includes/home-content.html |
139 | create mode 100644 swh/web/ui/templates/symbols.html |
140 | |
141 | mr update: finished (21 ok) |
142 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Nov 30 2016, 2:56 PM · Built instantly
- Status
Passed