v0.2.0
Bartender is a middleware web service to schedule jobs on various infrastructures.
Added
- arq scheduler, a scheduler that uses Redis as a queue and multiple workers (#21)
- Download output files in background (#26)
- Routes to retrieve job output files and directories (#44 #55)
- Create readthedocs/sphinx site (#13)
- Markdown linter to CI and/or pre-commit (#28)
- Code of conduct and contributing guidelines ((https://github.com/i-VRESSE/bartender/issues/#27)
- Allow consumer web application to intercept social logins (#52)
- Require role for submitting job (#22)
Changed
- Update dependencies, most notably fastapi and sqlalchemy (#64)