0.0.4-dev
Pre-release
Pre-release
Nikita-Smirnov-Exactpro
released this
26 Jun 13:38
·
11 commits
to master
since this release
What's Changed
- [Th2-5208] Provided ability to use library from folder by @molotgor in #3
- added
${HOME}/python/lib
intoPYTHONPATH
environment variable - update local run with jupyter-notebook:
- updated jupyter-notebook Dockerfile:
- used
jupyter/datascience-notebook:python-3.9
- defined
PYTHONPATH
,PIP_TARGET
environment variables
- used
- updated compose:
- added
python_lib
volume
- added
- updated jupyter-notebook Dockerfile:
- added saving of current tasks
- task contains status(success, failed, in progress) and id using which task can be stopped
- added end-point
/stop
for stopping requested task - updated end-point
/result
it now requests task by id and returns file, reason for failed run or informs that task is 'in progress' depending on task status
- added
New Contributors
Full Changelog: 0.0.3-dev...0.0.4-dev