Skip to content

Latest commit

 

History

History
69 lines (47 loc) · 1.61 KB

CHANGELOG.md

File metadata and controls

69 lines (47 loc) · 1.61 KB

Change Log

0.4.0 (2020.03.30)

Features

  • Updated documentation
  • Updated readme

Future features

  • Improve logging (container stats to CSV)
  • Add SLOC and execution time in response JSON
  • Attempt to improve polling performance/refactor code

Done

  • Tested all endpoints and fixed most of the bugs

0.3.0 (2020.03.30)

Features

  • 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

To-do

  • 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)

Features

  • Achieved initial functionality
  • Added all the endpoints
  • Updated container image

To-do

  • 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

Done

  • Removed 1024 container file limits
  • Prevented sleep commands from locking up main thread
  • Detached the container for polling

0.1.0 (2019.11.09)

Features

  • Created initial project structure.