-
Notifications
You must be signed in to change notification settings - Fork 0
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
api delete breeder endpoint #140
Commits on Nov 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for af815b2 - Browse repository at this point
Copy the full SHA af815b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d2336e - Browse repository at this point
Copy the full SHA 5d2336eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fb697c - Browse repository at this point
Copy the full SHA 3fb697cView commit details -
api - implement basic deletion endpoint
Essentially reverting all airflow dag definitions and cleaning up everthing from DBs. Might not be thorough in the sense that a running dag can run another iteration until it picks up the dag config deletion.
Configuration menu - View commit details
-
Copy full SHA for 2cb1805 - Browse repository at this point
Copy the full SHA 2cb1805View commit details -
api - refine query execution for result return
Sometimes we want the result of the query. Make it optional.
Configuration menu - View commit details
-
Copy full SHA for a6d064c - Browse repository at this point
Copy the full SHA a6d064cView commit details -
api - archive db define queries to systemcatalog
For deletion, we need to consult the system catalog of the archive db, because we only get the breeder name as request parameter to identify the resources to be deleted.
Configuration menu - View commit details
-
Copy full SHA for 03761d0 - Browse repository at this point
Copy the full SHA 03761d0View commit details -
api - deletion endpoint with catalog queries
This is the deletion endpoint with the system catalogues queried for regex matched names. We want to clean up those and are doing so.
Configuration menu - View commit details
-
Copy full SHA for efa3390 - Browse repository at this point
Copy the full SHA efa3390View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d3a3d9 - Browse repository at this point
Copy the full SHA 7d3a3d9View commit details -
api - correct remove meta data method name
Accidental duplication of create meta data instead of remove.
Configuration menu - View commit details
-
Copy full SHA for c007226 - Browse repository at this point
Copy the full SHA c007226View commit details -
api - delete breeder correct response once more
Requires response keyword argument.
Configuration menu - View commit details
-
Copy full SHA for f46aaaa - Browse repository at this point
Copy the full SHA f46aaaaView commit details -
api - delete defuse parameter strictness
For now, let's not have openapi stub generator check that request parameters are there, because that glitches in unclear way.
Configuration menu - View commit details
-
Copy full SHA for df27ca6 - Browse repository at this point
Copy the full SHA df27ca6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dd87cd - Browse repository at this point
Copy the full SHA 4dd87cdView commit details -
api - change deletion endpoint to param based
Request body seems to not be couraged by flask/connexion generator framework.
Configuration menu - View commit details
-
Copy full SHA for 471b44f - Browse repository at this point
Copy the full SHA 471b44fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 084bc0d - Browse repository at this point
Copy the full SHA 084bc0dView commit details -
api - repair archive db state cleanup
Use cascading object dropping to get rid of triggers for now.
Configuration menu - View commit details
-
Copy full SHA for aa9009f - Browse repository at this point
Copy the full SHA aa9009fView commit details