Commit Graph

559 Commits (master)
 

Author SHA1 Message Date
J. Fernando Sánchez 15d456d048 Testing docker in travis 7 years ago
J. Fernando Sánchez fef06d4333 Fixed image creation issue with GL CI 7 years ago
J. Fernando Sánchez 454aa61fba Fixed CI problem 7 years ago
J. Fernando Sánchez ba2e18125c Deployment changes
* Docker all the things!
* Make all the things!
* Fixed version.sh
7 years ago
J. Fernando Sánchez 9f6a6f5ecd Loads of changes!
* Added conversion plugins (API might change!)
* Added conversion to the analysis pipeline
* Changed behaviour of --default-plugins (it adds conversion plugins regardless)
* Added emotionModel [sic] and emotionConversion models

//TODO add conversion tests
//TODO add conversion to docs
7 years ago
J. Fernando Sánchez 3cea7534ef New versioning
Use git to automatically fetch the version
7 years ago
J. Fernando Sánchez 7eaf303124 Added coverage tests 7 years ago
J. Fernando Sánchez b4ca5f4a7c Several fixes and changes
* Added interactive debugging
* Better exception logging
* More tests for errors
* Added ONBUILD to dockerfile
  Now creating new images based on senpy's is as easy as:
  ```from senpy:<version>```. This will automatically mount the code to
  /senpy-plugins and install all dependencies
* Added /data as a VOLUME
* Added `--use-wheel` to pip install both on the image and in the
  auto-install function.
* Closes #9

Break compatibilitity:

* Removed ability to (de)activate plugins through the web
7 years ago
J. Fernando Sánchez 3311af2167 Bumped to v0.7.1 7 years ago
J. Fernando Sánchez a4694dff2c Merge branch 'gitlabci' 7 years ago
J. Fernando Sánchez 6cb669cdb1 Added docker auth to docker push job 7 years ago
J. Fernando Sánchez 506feec13d Fixed docker push 7 years ago
J. Fernando Sánchez 2e3a6b7c84 TAGNAME->SLUG and cache in .eggs 7 years ago
J. Fernando Sánchez 7cc8b562f4 Moved before_script to images 7 years ago
J. Fernando Sánchez 528bbcac35 Added gitlab-ci docker build jobs 7 years ago
J. Fernando Sánchez 068241fb72 CI_REGISTRY_NAME 7 years ago
J. Fernando Sánchez 39d86a2050 Configured runner to mount socket 7 years ago
J. Fernando Sánchez 5371c83ab0 speeding up testing of the CI pipeline 7 years ago
J. Fernando Sánchez 673992dbe8 Docker dind service made global 7 years ago
J. Fernando Sánchez eb3a42c247 Updated gitlabci 7 years ago
J. Fernando Sánchez 20357d2a0d Added gitlab CI 7 years ago
J. Fernando Sánchez e9d7980e42 Merge branch 'jsonplay' into 'master'
Jsonplay

Closes #8

See merge request !9
7 years ago
J. Fernando Sánchez 908090f634 Released v0.7
Bug-fixes and improvements:
* Closes #5
* Closes #1
* Adds Client (beta)
* Added several schemas
* Lighter string representation -> should avoid delays in the analysis
  with plugins that have 'heavy' attributes

Backwards-incompatible changes:
* Context in headers by default
* All schemas include a "@type" argument that is used for autodetection
  in the client

... And possibly many more, this is still <1.0
7 years ago
militarpancho 9ea177a780 Added shelfmixin to emotion-wnaffect. This closes #2 7 years ago
militarpancho cb963dc438 Playground improved. This closes #8 7 years ago
militarpancho bb0b0fadc2 Added affect description 7 years ago
militarpancho 477cb18db1 Added tabs to choose view for the response. #8 7 years ago
J. Fernando Sánchez fbf0384985 Replaced gevent with threading
* Replaced gevent (testing)
* Trying the slim python image (1/3 of previous size)
7 years ago
militarpancho 7a2c016cc6 added jsoneditor javascript plugin in relation with issue #8 7 years ago
J. Fernando Sánchez b072121e20 Added Model string representation
This should help with performance issues with models that have large
private variables.
7 years ago
militarpancho 076813cb1a Added sentiment-140 7 years ago
militarpancho 51b4737c43 Change paths to wordnet files. Deleted loading from local path to load dictionarios from absolute paths 7 years ago
militarpancho 140ea9c159 Added some documentation and changes to .senpy files. 7 years ago
militarpancho 7250f56f17 Plugins names updated 7 years ago
militarpancho b40ac19130 Documentation more improved meaningCloud 7 years ago
militarpancho 37b130abaa Documentation improved meaningCloud 7 years ago
militarpancho 99e13f32e5 meaningCloud documentation improved 7 years ago
militarpancho 71d976acb2 Added documentation to meaningCloud plugin 7 years ago
militarpancho c57cfff0cc Added polarityValue to meaningCloud plugin 7 years ago
militarpancho f9c4e4bd59 Fixed some bugs 7 years ago
militarpancho 7b583f504c Added apikey aliase to Affect plugin 7 years ago
militarpancho 6f3c08f8aa Fixed syntax error 7 years ago
militarpancho 67ff20440a Change module name 7 years ago
militarpancho 82e3062a6b Added meaningCloud to affect 7 years ago
militarpancho 864ca75b8f affect plugin added 7 years ago
militarpancho ac5ac2d06b Readme fixed 7 years ago
militarpancho 1f5188c251 Readme to use plugin 7 years ago
militarpancho 90b55a4b27 Added meaningCloud plugin 7 years ago
J. Fernando Sánchez ceed9b97d0 Entries should be a set instead of lists
This allows for better framing when two entries have the same @id
7 years ago
J. Fernando Sánchez 2dbdb58b06 Fixed bug with sdist's name convention 7 years ago