Commit Graph

43 Commits (8a516d927e1621eb3e6c11e36a6f45395d65e80e)

Author SHA1 Message Date
J. Fernando Sánchez 8a516d927e Multiple changes in the API, schemas and UI
Check out the CHANGELOG.md file for more information
5 years ago
J. Fernando Sánchez c8f6f5613d Change CI to include `make push`
This replaces the makes for each python version with a simple `make push`.
It will also add a "main image" for each version, i.e. `gsiupm/senpy:1.0.0` in
addition to `gsiupm/senpy:1.0.0-python2.7` and `gsiupm/senpy:1.0.0-python3.5`.
6 years ago
J. Fernando Sánchez 4675d9acf1 Avoid testing tags twice 6 years ago
J. Fernando Sánchez 701f46b9f1 Push latest in the fix-makefiles branch too 6 years ago
J. Fernando Sánchez 390225df45 Fixed typo in .gitlab-ci 7 years ago
J. Fernando Sánchez 79e107bdcd Fixed mistake in .pypirc 7 years ago
J. Fernando Sánchez c6e79fa50d Changed pypi repository 7 years ago
J. Fernando Sánchez f6bf7459a8 Added push to github in fix-makefiles 7 years ago
J. Fernando Sánchez 97cd443c16 Push in fix-makefiles too 7 years ago
J. Fernando Sánchez ea536c0daf Added fix-makefiles to deploy rules 7 years ago
J. Fernando Sánchez 3e3f5555ff Fixed py2 problems and other improvements
We've changed the way plugins are activated, and removed the notion of
deactivated plugins.
Now plugins activate asynchronously.
When calling a plugin, it will be activated if it wasn't, and the call will wait
for the plugin to be fully activated.
7 years ago
J. Fernando Sánchez 312e7f7f12 Avoid python temporary files in pip tests 7 years ago
J. Fernando Sánchez 1104e816cb Push pip for tags without a preceding v 7 years ago
J. Fernando Sánchez c9bc485535 Merge branch '36-estimate-vad' 7 years ago
J. Fernando Sánchez 147fd4a333 Fixed IMAGENAME 7 years ago
J. Fernando Sánchez e31bca7016 Push to dockerhub instead of private registry 7 years ago
J. Fernando Sánchez 7637498517 Added push to github 7 years ago
J. Fernando Sánchez 8c70433312 Added push to github 7 years ago
J. Fernando Sánchez ce83fb3981 Added k8s deployment 7 years ago
J. Fernando Sánchez bd984a1437 Fix 5 7 years ago
J. Fernando Sánchez e741b565a1 Fix 4 7 years ago
J. Fernando Sánchez 668a803d89 Will anything break this time? We shall see 7 years ago
J. Fernando Sánchez 9daae8dda7 Please, please, please let it pass!
Am I a complete moron?
7 years ago
J. Fernando Sánchez c72094b94b Fixed IMAGE names in GL CI 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 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