Persist devices and PNDs in filesystem and reload on startup
-
Review changes -
-
Download -
Patches
-
Plain diff
Description
Persist added devices in the filesystem and load them on startup.
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
-
Bug fix (non-breaking change which fixes an issue) -
New feature (non-breaking change which adds functionality) -
Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
-
My code follows the code style of this project. -
My change requires a change to the documentation. -
I have updated the documentation accordingly. -
I have read the CONTRIBUTING document. -
I have added tests to cover my changes. -
All new and existing tests passed.
Supersedes !170 (closed)
Edited by Ghost User
Merge request reports
Compare and
- version 5399ac0a05
- version 52f4bdc5d2
- version 51379adb61
- version 504174c4c5
- version 493fe675ac
- version 48f42d8573
- version 47252906e5
- version 464016e34d
- version 45ff292874
- version 446454101f
- version 4397caf9b4
- version 42eae115f8
- version 41a3e7ae29
- version 40dbcf757c
- version 3973aef6f9
- version 386636be70
- version 37ba7b51c2
- version 3668ea9ce3
- version 3554964cca
- version 34b0a25d4f
- version 33022e78a8
- version 325903e5eb
- version 312c022651
- version 30a9eec6ae
- version 299971a6f4
- version 280827870e
- version 27b21b57ae
- version 26a0b58726
- version 25dc1c09b1
- version 24afc2de00
- version 23eebbed64
- version 229a0d5e02
- version 21140f8062
- version 20c1ac82ba
- version 19e5a99432
- version 183c5cbca6
- version 175548a867
- version 16cd4b4641
- version 15bacea581
- version 1464827933
- version 136fd1d8b7
- version 128d45564d
- version 1117284888
- version 1077f7bc64
- version 96eeb5ed3
- version 8c4965ad6
- version 7e438dc59
- version 64f2f5d82
- version 5a59ab58a
- version 40a7ec3d7
- version 39ee0a9a8
- version 23a47699e
- version 11994f9ac
- develop (base)
- latest versionf502f23597 commits,
- version 5399ac0a0596 commits,
- version 52f4bdc5d295 commits,
- version 51379adb6194 commits,
- version 504174c4c593 commits,
- version 493fe675ac92 commits,
- version 48f42d857391 commits,
- version 47252906e590 commits,
- version 464016e34d89 commits,
- version 45ff29287488 commits,
- version 446454101f87 commits,
- version 4397caf9b486 commits,
- version 42eae115f885 commits,
- version 41a3e7ae2984 commits,
- version 40dbcf757c83 commits,
- version 3973aef6f981 commits,
- version 386636be7080 commits,
- version 37ba7b51c278 commits,
- version 3668ea9ce377 commits,
- version 3554964cca76 commits,
- version 34b0a25d4f75 commits,
- version 33022e78a874 commits,
- version 325903e5eb73 commits,
- version 312c02265172 commits,
- version 30a9eec6ae70 commits,
- version 299971a6f469 commits,
- version 280827870e68 commits,
- version 27b21b57ae67 commits,
- version 26a0b5872666 commits,
- version 25dc1c09b165 commits,
- version 24afc2de0062 commits,
- version 23eebbed6461 commits,
- version 229a0d5e0260 commits,
- version 21140f806259 commits,
- version 20c1ac82ba58 commits,
- version 19e5a9943257 commits,
- version 183c5cbca655 commits,
- version 175548a86754 commits,
- version 16cd4b464153 commits,
- version 15bacea58152 commits,
- version 146482793351 commits,
- version 136fd1d8b750 commits,
- version 128d45564d49 commits,
- version 111728488840 commits,
- version 1077f7bc6439 commits,
- version 96eeb5ed338 commits,
- version 8c4965ad637 commits,
- version 7e438dc5936 commits,
- version 64f2f5d8235 commits,
- version 5a59ab58a26 commits,
- version 40a7ec3d75 commits,
- version 39ee0a9a84 commits,
- version 23a47699e3 commits,
- version 11994f9ac1 commit,
18 files
+ 797
− 112
Compare changes
- Side-by-side
- Inline
Files
18+ 1
− 0
@@ -25,6 +25,7 @@ func TestApiIntegration(t *testing.T) {
@@ -25,6 +25,7 @@ func TestApiIntegration(t *testing.T) {
Loading