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

ORT runs cannot be deleted #123

Closed
Etsija opened this issue Apr 22, 2024 · 6 comments
Closed

ORT runs cannot be deleted #123

Etsija opened this issue Apr 22, 2024 · 6 comments
Labels
api Issues related to the API. enhancement New feature or request.
Milestone

Comments

@Etsija
Copy link
Contributor

Etsija commented Apr 22, 2024

Related to this PR, there really should be an endpoint to delete ORT runs from the database. Currently, not being able to delete runs leads to cascading delete failure:

We have a hierarchy Organization -> Product -> Repository -> Run. Because runs cannot be deleted, none of the items going up in hierarchy can, either.

@mnonnenmacher mnonnenmacher added bosch-roadmap enhancement New feature or request. labels Apr 22, 2024
@mnonnenmacher
Copy link
Contributor

@Etsija We are planning to work on that but first have to finish some other topics. I can't give you a date but this will definitely be implemented.

@mnonnenmacher mnonnenmacher added this to the 1.0.0 milestone May 24, 2024
@Etsija

This comment was marked as outdated.

@mnonnenmacher

This comment was marked as outdated.

@mnonnenmacher mnonnenmacher removed this from the 1.0.0 milestone Aug 22, 2024
@sschuberth
Copy link
Contributor

Sorry, I can't give you an estimate.

Is there an update that allows you to commit to a time-line by now @mnonnenmacher?

@mnonnenmacher mnonnenmacher added this to the 1.0.0 milestone Sep 30, 2024
@sschuberth sschuberth added the api Issues related to the API. label Nov 26, 2024
@sschuberth
Copy link
Contributor

The REST API endpoint was implemented by #1494. I've created #1505 as a follow-up.

@wkl3nk
Copy link
Contributor

wkl3nk commented Nov 28, 2024

With the 2nd of 2 commits, now the endpoints for deleting ORT runs are fully functional. See 2696a26 (new endpoints and deletion in database) and c25ebd7 (deletion of generated reports in storage)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Issues related to the API. enhancement New feature or request.
Projects
Status: Done
Development

No branches or pull requests

4 participants