EpistasisLab / Aliro

Aliro: AI-Driven Data Science
https://epistasislab.github.io/Aliro
GNU General Public License v3.0
222 stars 63 forks source link

Fix code executions #605

Closed jay-m-dev closed 10 months ago

jay-m-dev commented 10 months ago

Added new code run API endpoint in the machine. Refactored /executions endpoint in the lab. Added new /executions/:id/files endpoint in the lab to upload files generated by executions Added execution file upload client (sendExecResults) in the machine. Added new integration tests to test code executions:

jay-m-dev commented 10 months ago

Closing this PR. Will open a new one so tests can run on the new PR (enabled it on commit d834ea4)