17 Commits

Author SHA1 Message Date
4cbb7a9bb0 filePathsForDates: Avoid logging when not found
Not really useful.

Fixes #679
2023-12-06 07:26:42 +01:00
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
ca98da4029 Update deps and fix linting issues 2023-01-20 16:14:08 +01:00
271284b7fe Move api tests to git_setup 2022-06-26 15:25:20 +02:00
a322879077 make fmt 2022-06-26 15:15:11 +02:00
f6c9dcc7cb Move the Github/GitLab APIs to git_setup
Only used for the setup.
2022-06-26 15:13:59 +02:00
abbfbba961 Add a high level test for renaming a Note
Now that GitJournal is following a redux style, writing tests for the
domain logic is much easier.
2022-01-21 16:27:48 +01:00
7293118a17 avoid_print 2022-01-19 15:49:50 +01:00
5b1c608f36 Logger: formatting 2021-12-10 11:38:30 +01:00
6230e2b3df Rename AppSettings to AppConfig
I just want all the 'Settings' classes to the UI. In the end it really
doesn't matter. This was probably a waste of 5 minutes.
2021-10-27 20:47:57 +02:00
a4edab0b6b History: Simplify the code
This is much much easier to understand.
2021-09-30 18:15:25 +02:00
c4ef1f569b Use flutter_lint
Instead of picking lint values. This way I don't need to routinely
looking at extra lints to enable.
2021-09-21 15:42:13 +02:00
33a731a3d7 Add reuse licensing to files in lib 2021-09-15 13:06:43 +02:00
283ec6f35e Logger: Avoid printing the time
I haven't once looked at it.
2021-09-08 15:55:48 +02:00
a2de0b2243 Remove extra log 2021-08-30 22:46:15 +02:00
ff0a85b1fa fix debug mode logs 2021-08-30 22:46:15 +02:00
3a71cca202 Move logging code to its own folder 2021-07-30 14:39:13 +02:00