EpistasisLab / Aliro

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

Add API endpoint to upload files from code executions to the DB #604

Closed jay-m-dev closed 11 months ago

jay-m-dev commented 11 months ago

Need an API endpoint to upload files generated by code executions to the DB GridStore. Similar to the existing /api/v1/experiments/:id/files endpoint.

The existing endpoint is specific for experiment files only. We need one for codes executions. Refactoring some components of the existing endpoint may allow for code re-use.

jay-m-dev commented 11 months ago

Added PUT endpoint `/execapi/v1/executions/:id/files in development branch. This was needed to resolve issue #597. This issue will be closed when the assigned development branch (jay-m-dev/Aliro fix-code-executions) is merged.

jay-m-dev commented 11 months ago

solution to this issue has been merged.