gitbutler/crates/gitbutler-core/src/projects
Sebastian Thiel bb7824e7c0 assure that root-causes are always provided instead of "Something went wrong". (#2886)
In the previous commit it was stated that the 'unfolding' of errors might
have been intentional to surface root causes of error messages.

However, this might have been wrong, and this commit brings back root-causes explicitly,
while erroring on the side of caution. That is, "Something went wrong" probably won't
be shown anymore, instead, possibly too much will be displayed and we'd rather tune
that down once it becomes clear which messages are needed, or should be improved.

Overall, I think it's best to show more, and then tune errors with custom context
where needed.
2024-04-23 11:32:53 +02:00
..
controller.rs assure that root-causes are always provided instead of "Something went wrong". (#2886) 2024-04-23 11:32:53 +02:00
project.rs clarify some TODOs to avoid keeping them for too long 2024-04-21 11:35:26 +02:00
storage.rs rm use_diff_context feature flag from project 2024-04-17 07:17:36 +02:00