3 Commits

Author SHA1 Message Date
657721adc6 Update dart-git and stop using the Result class
Instead we're going to move back to standard exceptions.

Using a custom Result class has created far far more problems
- The Stacktraces aren't always right
- Sometimes one forgets to check the Result error
- All other exception throwing code needing to be converted to Results
- Non idiomatic Dart code

I think it's better to just go back to exceptions. They have their
problems, but overall, I think it's a better approach.
2023-11-24 14:03:30 +01:00
271284b7fe Move api tests to git_setup 2022-06-26 15:25:20 +02:00
f6c9dcc7cb Move the Github/GitLab APIs to git_setup
Only used for the setup.
2022-06-26 15:13:59 +02:00