Issues
Issues copied to clipboard
Unable to delete CaC projects if Git Repo unavailable
Severity
1 customer reported, can be recreated
Version
2024.2.9313
Latest Version
None
What happened?
User deleted a repository for their config-as-code project, and when they tried to remove the project it stated that there was an uninitialised branch, which once it was past this error the process then errored on "missing resource". Engineering investigated and found that we are still looking for the project summary from GIT, even though this is available in the database. This can be changed to avoid this problem.
Reproduction
- Have a version controlled project
- Delete the repository that the project is based on
- Attempt to delete the project
Error and Stacktrace
2024-08-27 09:17:39.5146 1 10 ERROR Error getting summary for { Id: "Projects-285"...
More Information
Internal slack link Internal ticket link
Workaround
No response