Commit fb6e2d7
committed
Squashed commit of the following:
commit d36a0a6ede6f257b1bc2b518ba82c61888ede219
Author: Timo Wolters <85983987+TimoWolters@users.noreply.github.com>
Date: Thu Aug 12 14:14:12 2021 +0200
Update FileConfigurationStorage.cs
The default configuration will be returned instead of throwing an exception. This should help make the application more resilient during startup.
commit deabce5
Author: Timo Wolters <85983987+TimoWolters@users.noreply.github.com>
Date: Thu Aug 12 13:44:19 2021 +0200
Updating to LibGit2Sharp Prelease
The prerelease version should be able to handle missing dlls better than the official release based on libgit2/libgit2sharp#1741
commit 98808bc
Author: Timo Wolters <85983987+TimoWolters@users.noreply.github.com>
Date: Thu Aug 12 12:59:09 2021 +0200
Fixed issues with failing integration tests. Enabled integration tests in Github Actions again.
Bugfix: Integration tests will no longer execute in parallel to avoid accessing shared resources.
Bugfix: Fixed an issue with misleading messages during initial setup.1 parent b5081b3 commit fb6e2d7
8 files changed
Lines changed: 68 additions & 8 deletions
File tree
- .github/workflows
- src/LotsenApp.Client.Configuration.File
- test/LotsenApp.Client.Electron.Test
- tools
- LotsenApp.Development.Setup
- LotsenApp.LicenseManager
- Assets
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
| 97 | + | |
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
| |||
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
67 | 69 | | |
68 | 70 | | |
69 | 71 | | |
70 | | - | |
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
| 75 | + | |
| 76 | + | |
74 | 77 | | |
75 | 78 | | |
76 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
| 24 | + | |
27 | 25 | | |
28 | 26 | | |
29 | 27 | | |
30 | | - | |
| 28 | + | |
31 | 29 | | |
32 | 30 | | |
33 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
654 | 654 | | |
655 | 655 | | |
656 | 656 | | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
657 | 668 | | |
658 | 669 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48780 | 48780 | | |
48781 | 48781 | | |
48782 | 48782 | | |
| 48783 | + | |
| 48784 | + | |
| 48785 | + | |
| 48786 | + | |
| 48787 | + | |
| 48788 | + | |
| 48789 | + | |
| 48790 | + | |
| 48791 | + | |
| 48792 | + | |
| 48793 | + | |
| 48794 | + | |
| 48795 | + | |
| 48796 | + | |
| 48797 | + | |
| 48798 | + | |
| 48799 | + | |
| 48800 | + | |
| 48801 | + | |
| 48802 | + | |
| 48803 | + | |
| 48804 | + | |
| 48805 | + | |
| 48806 | + | |
| 48807 | + | |
| 48808 | + | |
| 48809 | + | |
| 48810 | + | |
| 48811 | + | |
| 48812 | + | |
| 48813 | + | |
| 48814 | + | |
| 48815 | + | |
| 48816 | + | |
| 48817 | + | |
| 48818 | + | |
| 48819 | + | |
| 48820 | + | |
| 48821 | + | |
| 48822 | + | |
| 48823 | + | |
| 48824 | + | |
| 48825 | + | |
48783 | 48826 | | |
48784 | 48827 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments