Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
jay-m-dev opened this issue Sep 12, 2023 · 2 comments
Closed

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

jay-m-dev opened this issue Sep 12, 2023 · 2 comments
Assignees
Milestone

Comments

@jay-m-dev
Copy link
Contributor

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
Copy link
Contributor Author

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 jay-m-dev pinned this issue Sep 12, 2023
@jay-m-dev
Copy link
Contributor Author

solution to this issue has been merged.

@jay-m-dev jay-m-dev unpinned this issue Sep 18, 2023
@jay-m-dev jay-m-dev added this to the Aliro v0.20 milestone Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant