- Nov 16, 2015
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
Close T199
-
- Nov 13, 2015
-
-
Antoine R. Dumont authored
Close T201
-
- Nov 10, 2015
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
+ update default base_url
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
+ Improve docstrings and warnings
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
This permits to make sure the call takes place as expected. Beware though that does not permit to check the values have not been hard-coded...
-
Antoine R. Dumont authored
Improve test readability and maintenance. The setup needs some clarification though
-
Antoine R. Dumont authored
<~=~> dependency injection
-
- Nov 09, 2015
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
Still, we must enforce this before flask
-
Antoine R. Dumont authored
Sample client: ```python import requests r = requests.post( 'http://localhost:6543/api/1/uploadnsearch/', files={'file': open(filepath, 'rb')}) ``` Sample output: ```ipython3 In [125]: r.content Out[125]: b'{\n "found": true,\n "sha1": "da39a3ee5e6b4b0d3255bfef95601890afd80709"\n}' ```
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
Beware, write on server's side in temporary location which is cleaned up after hash computation. No limit is set on the upload either. Need to make sure the limit is done on deployment part before deploying this
-
Antoine R. Dumont authored
-
- Nov 04, 2015
-
-
Stefano Zacchiroli authored
reference: http://getbootstrap.com/css/#forms
-
Stefano Zacchiroli authored
-
Stefano Zacchiroli authored
-
Stefano Zacchiroli authored
in particular: avoid that everything is contained in div.title
-
Stefano Zacchiroli authored
most notably: - do not expect /about to *be* a specific string, but to contain it - remove pointless redirection test
-
Stefano Zacchiroli authored
-
Stefano Zacchiroli authored
also include in the homepage a (hyperlinked) list of available entry points
-
Stefano Zacchiroli authored
-