Releases: arteria-project/arteria-siswrap
Releases · arteria-project/arteria-siswrap
Fixes broken pip install
The pip install process was broken due to a change in the name of the README file.
Adding index checking endpoint and more
Adding a end-point to check the undetermined indices in a run, and setting up a vagrant based test environment. In addition to this stdout
and stderr
from jobs will now always be sent when checking their status - even when the job has been completed successfully. These are passed as stdout
and stderr
in the returning json response.
Sisyphus aeacus reporting jobs available
Now the Sisyphus aeacus-report and aeacus-stats functionalities are available through the API. Endpoints are:
/api/1.0/aeacusstats/run/
/api/1.0/aeacusreports/run/
v1.0.2
New minor release that now lets siswrap return a message that includes stdout and stderr from the underlying process if it has failed.
Bug fixes
Fixed 2 minor bugs:
- We no longer strip the sisyphus supplemendary files (which caused problems with sisyphus)
:
are note allowed in file names on windows which caused trouble on smb shares. We therefore use a different date format now.