- 17 May, 2017 2 commits
-
-
J. Fernando Sánchez authored
-
J. Fernando Sánchez authored
Closes gsi-upm/senpy#34
-
- 16 May, 2017 1 commit
-
-
Ian Wood authored
-
- 10 Apr, 2017 6 commits
-
-
J. Fernando Sánchez authored
-
J. Fernando Sánchez authored
'25-validation-errors' '27-add-method-to-get-list-of-plugins' '28-fix-multiprocessing-issues'
-
J. Fernando Sánchez authored
Closes #28 for python 2. Apparently, process pools are not contexts in python 2.7. On the other hand, in py2 you cannot pickle instance methods, so you have to implement Pool tasks as independent functions.
-
J. Fernando Sánchez authored
Closes #28 Added: * Async test (still missing one that includes the IOLoop) * Async plugin under tests. To manually try async functionalities: ``` senpy -f tests/ ```
-
J. Fernando Sánchez authored
Closes #28
-
J. Fernando Sánchez authored
It turns out setting "plugins" as a @list in the context causes the "plugins" property to expand to its full name. Removing the type causes a regression of #17, which I initially missed because the test in #17 was wrong. Closes #26
-
- 07 Apr, 2017 2 commits
-
-
J. Fernando Sánchez authored
Closes #26 There was no need to add @list, and it was causing JSON-LD to expand the URI of 'plugins'
-
J. Fernando Sánchez authored
Closes #25
-
- 04 Apr, 2017 9 commits
-
-
J. Fernando Sánchez authored
-
J. Fernando Sánchez authored
-
J. Fernando Sánchez authored
Closes #20
-
militarpancho authored
-
militarpancho authored
-
J. Fernando Sánchez authored
-
J. Fernando Sánchez authored
-
J. Fernando Sánchez authored
-
drevicko authored
In index.html, there is a suggestion to try out the api with a link to "/api". Clicking that link results in a json error report - not ideal. Instead, I added text suggesting that a use can find example api url's after clickgin "Analyse!".
-
- 03 Apr, 2017 2 commits
-
-
J. Fernando Sánchez authored
Closes #21
-
J. Fernando Sánchez authored
* Alabaster theme * Restructured * Simplified introduction * Reference to entries/models * Fixed examples
-
- 30 Mar, 2017 1 commit
-
-
J. Fernando Sánchez authored
Closes #22
-
- 28 Mar, 2017 1 commit
-
-
militarpancho authored
-
- 14 Mar, 2017 4 commits
-
-
J. Fernando Sánchez authored
* Improved debugging (back to using Flask's built-in mechanisms) * Recursive model loading from json * Added DEVPORT to Makefile * Accept json-ld input. Closes #16 * Improved Exception handling in client * Modified default plugin selection to only include analysis plugins * More tests
-
J. Fernando Sánchez authored
-
J. Fernando Sánchez authored
Closes #18
-
J. Fernando Sánchez authored
Closes #17
-
- 13 Mar, 2017 1 commit
-
-
J. Fernando Sánchez authored
Closes #15
-
- 08 Mar, 2017 3 commits
-
-
J. Fernando Sánchez authored
-
J. Fernando Sánchez authored
Closes #13
-
J. Fernando Sánchez authored
Closes #12 * Shows only analysis plugins by default on /api/plugins * Adds a plugin_type parameter to get other types of plugins * default_plugin chosen from analysis plugins
-
- 02 Mar, 2017 1 commit
-
-
drevicko authored
pip install needs the VERSION file - `make version` will create that file I also added the -U flag to pip install to force install (this is important if the user is playing with the code or trying out different older versions, as pip will not install if it thinks the git repo represents a version already installed or older than the one installed)
-
- 01 Mar, 2017 6 commits
-
-
J. Fernando Sánchez authored
Installing depends on the VERSION file, so it raies an error if it is installed in some other way. ReadTheDocs installs the package so it can generate code docs. This commit adds a default version 0.0
-
J. Fernando Sánchez authored
Since __init__ is imported by setup.py, future may not be installed yet. Other options would be: * Read VERSION -> and that code has to be duplicated in setup.py and senpy (to avoid the import, once again) * Eval version.py * Do without versioning :)
-
J. Fernando Sánchez authored
-
J. Fernando Sánchez authored
Doing docker push without a tag makes the client upload **ALL** the images it has for that repo.
-
J. Fernando Sánchez authored
-
J. Fernando Sánchez authored
Should fix #11
-
- 28 Feb, 2017 1 commit
-
-
J. Fernando Sánchez authored
* Client now raises an exception on error * Added conversion to the documentation
-