State on swh-web-ui coverage:
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Dec 4 2015
Dec 3 2015
cf. T226 as it was done at the same time.
Related: cd66f96..39319e0
Since T223, controller has been split in 2 and both api and views (T224) are covered the unit test way.
Introduced by T224 for testing views, Flask-Testing is a new test dependency (dependent on flask but not flask-api).
Only the upper layer of the views, not the layer underneath (service).
Nov 27 2015
Also add flask-api in requirements.txt.
This is debian packaging independent.
Nov 26 2015
Nov 25 2015
Introduced by T109
Beware, for deployment, we'll need to install first flask-api...
Nov 24 2015
Here is a rapid pros/cons on flask-api for the moment:
Nov 23 2015
The bulk import of Debian packages from snapshot.debian.org is robust since rDLDDEB9ce8e449eeb4.
This work started in the rDLDDEB repo.
Nov 19 2015
Nov 18 2015
For the moment, only sha1 will effectively work.
Because swh.storage.storage.content_get only deals with sha1 at the moment.
T209 is opened to deal with it.
Nov 17 2015
Nov 16 2015
Nov 13 2015
swh-web-ui is now using mocks (standard lib in python3 - unittest.mock).
Nov 9 2015
For now, upload the file, compute its sha1, dismiss the content, check if sha1 in swh storage exists.
Answers the query.