Properties
Properties
- Buildable
- B572: rDSTO7ef1700db038: storage: Add tool information on language api endpoints
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Dec 2 2016, 4:29 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 Dec 2 2016, 4:29 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_ctags (test_converters.TestConverters) ... ok |
5 | db_to_git_headers (test_converters.TestConverters) ... ok |
6 | db_to_language (test_converters.TestConverters) ... ok |
7 | db_to_mimetype (test_converters.TestConverters) ... ok |
8 | db_to_release (test_converters.TestConverters) ... ok |
9 | db_to_revision (test_converters.TestConverters) ... ok |
10 | |
11 | ---------------------------------------------------------------------- |
12 | Ran 8 tests in 0.627s |
13 | |
14 | OK |
15 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Dec 2 2016, 4:29 PM · Built for 18 s
- Status
Passed
1 empty logs are hidden. Show all logs.
91 | sql/swh-func.sql | 256 +++++++++-- |
---|---|
92 | sql/swh-init.sql | 2 +- |
93 | sql/swh-schema.sql | 59 +-- |
94 | sql/upgrades/091.sql | 40 ++ |
95 | sql/upgrades/092.sql | 29 ++ |
96 | sql/upgrades/093.sql | 61 +++ |
97 | sql/upgrades/094.sql | 25 ++ |
98 | sql/upgrades/095.sql | 25 ++ |
99 | sql/upgrades/096.sql | 38 ++ |
100 | sql/upgrades/097.sql | 490 +++++++++++++++++++++ |
101 | swh/storage/api/client.py | 7 + |
102 | swh/storage/api/server.py | 6 + |
103 | swh/storage/converters.py | 70 +++ |
104 | swh/storage/db.py | 50 ++- |
105 | swh/storage/exc.py | 2 +- |
106 | swh/storage/storage.py | 93 ++-- |
107 | swh/storage/tests/test_converters.py | 81 ++++ |
108 | swh/storage/tests/test_storage.py | 437 ++++++++++++++++-- |
109 | 21 files changed, 1688 insertions(+), 149 deletions(-) |
110 | create mode 100644 sql/json/indexer_configuration.tool_configuration.schema.json |
111 | create mode 100644 sql/upgrades/091.sql |
112 | create mode 100644 sql/upgrades/092.sql |
113 | create mode 100644 sql/upgrades/093.sql |
114 | create mode 100644 sql/upgrades/094.sql |
115 | create mode 100644 sql/upgrades/095.sql |
116 | create mode 100644 sql/upgrades/096.sql |
117 | create mode 100644 sql/upgrades/097.sql |
118 | |
119 | mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-web-ui |
120 | mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-web-ui |
121 | From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui |
122 | bfdd9f9..49c7f4e master -> origin/master |
123 | * [new tag] v0.0.47 -> v0.0.47 |
124 | * [new tag] v0.0.48 -> v0.0.48 |
125 | * [new tag] v0.0.49 -> v0.0.49 |
126 | Updating bfdd9f9..49c7f4e |
127 | Fast-forward |
128 | swh/web/ui/static/css/style.css | 11 ++++-- |
129 | swh/web/ui/templates/browse.html | 6 +++ |
130 | .../ui/templates/includes/home-search-symbol.html | 43 ++++++++++++++++++++++ |
131 | swh/web/ui/templates/includes/search-form.html | 28 -------------- |
132 | swh/web/ui/templates/search.html | 9 ++++- |
133 | swh/web/ui/templates/symbols.html | 43 ++++++++++++++++------ |
134 | swh/web/ui/views/api.py | 6 +-- |
135 | swh/web/ui/views/browse.py | 5 +++ |
136 | 8 files changed, 104 insertions(+), 47 deletions(-) |
137 | create mode 100644 swh/web/ui/templates/includes/home-search-symbol.html |
138 | |
139 | mr update: finished (21 ok) |
140 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Dec 2 2016, 4:29 PM · Built instantly
- Status
Passed