0.4.0 (2020.03.30)
- Updated documentation
- Updated readme
- Improve logging (container stats to CSV)
- Add SLOC and execution time in response JSON
- Attempt to improve polling performance/refactor code
- Tested all endpoints and fixed most of the bugs
0.3.0 (2020.03.30)
- Added admin endpoints
- Reverted file-less method back to volumes for proper polling
- Updated docs
- Hardened the docker image
- Replaced static docker image with Dockerfile build
- Added container/exec time-outs
- Implemented setup code
- Add Done parameter to JSON response
- Implement proper polling
- Improve logging (container stats to CSV)
- Add SLOC and execution time in response JSON
- Test all endpoints and fix remaining bugs
- Improve performance as polling is cripplingly slow (on my end atleast).
0.2.0 (2020.03.11)
- Achieved initial functionality
- Added all the endpoints
- Updated container image
- Implement container/exec time-outs
- Improve logging (container stats to CSV)
- Add SLOC and execution time in response JSON
- Implement setup code
- Harden the docker image
- Implement proper polling
- Add Done parameter to JSON response
- Removed 1024 container file limits
- Prevented sleep commands from locking up main thread
- Detached the container for polling
0.1.0 (2019.11.09)
- Created initial project structure.