- Added task to only copy the job file. It does not run it.
- Uses channels 2.0. Only supports python 3.
- Corrected Channels version in requirements.
- Added django-filter to the REST API. Filtering in the URL is now possible. E.g.: http://localhost:8001/api/jobs/?title=Test%20Job
- Local Wrapper uses process.comunicate
- Local Wrapper does no support Live Log ever.
- Fixed CI tests.
- Local wrapper runs in all DBs without truncation.
- Fixed Local wrapper truncate the log.
- Fix issue with python 2.7
- Creates the remote directory if it does not exist.
- Updated DOC with the
remote
argument.
- All ready to be released
- Tasks have an attribute to run locally or remotelly.
- LocalWrapper and RemoteWrapper are in the wrapper package.
- Improved documentation
- Publication ready
- Add django admin interface.
- Add migrations folder.
- Add log policies for submitting tasks.
- Add return value for modified files.
- Add port number to Server model.
- Add task to submit jobs.
- Add status updates to task.
- Fix unicode error when submitting jobs.
- Fix verbose/related names for models.
- First release on PyPI.