Proper error logging #16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
A lot of actions can produce errors, e.g. parsing packages, generating package archives etc.
All of these errors should be handled properly, with actions being retried as needed depending on what kind of error occured. The errors should also be logged in the database to allow an admin user to inspect them. This will be especially useful once I start work on the web ui, where an admin interface can provide access to this data.