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

139 correct the update and delete routines for services #143

Merged

Conversation

andrptrc
Copy link
Contributor

The rules for deletion are the following:

  • if you delete a Pipeline it deletes its PipelineSteps, PipelineExecutions and Tasks
  • if you update a Pipeline and remove a step, it will delete the PipelineStep from db
  • if you delete a service and it is part of a pipeline you must first delete or update the pipeline in consequence
  • if you delete a PipelineExecution, the Tasks linked to it are also removed

@andrptrc andrptrc linked an issue Nov 22, 2023 that may be closed by this pull request
Copy link

github-actions bot commented Nov 22, 2023

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
1872 1066 57% 0% 🟢

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: b983478 by action🐍

@andrptrc andrptrc merged commit 8759832 into main Nov 22, 2023
4 checks passed
@andrptrc andrptrc deleted the 139-correct-the-update-and-delete-routines-for-services branch November 22, 2023 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Correct the update and delete routines for services
2 participants