Åke Forslund
0782064819
Write settings dict to disk more frequently
...
==== Tech Notes ====
After an intent has been handled the settings will be stored if any changes are detected.
A force option was added to the .store method of the settings class which always writes the dict to disk even if no changes has been made. This is used during shutdown.
2017-09-01 10:45:05 -05:00
Michael Nguyen
48b26d1fbd
added new test and put back is_stored property
2017-08-01 13:52:51 -05:00
Michael Nguyen
05852f30ef
removed logger messages
2017-07-28 15:08:33 -05:00
Michael Nguyen
0c0bc6fd34
fixed bugs
2017-07-28 13:42:18 -05:00
Michael Nguyen
1e8ee03674
fixed pep8 issues
2017-07-27 16:38:24 -05:00
Michael Nguyen
37ada28dbd
refactored skill settings and fixed test
2017-07-27 16:28:32 -05:00
Michael Nguyen
6eb1c194cb
add try except
2017-07-11 18:19:21 -05:00
Michael Nguyen
00bde77400
fixed test
2017-07-11 16:19:05 -05:00
Michael Nguyen
b891e03511
implement patch functionality, chaged json structure
2017-07-11 15:25:43 -05:00
Michael Nguyen
bf48d7b6fb
[WIP] need to implement PATCH
2017-07-06 12:40:21 -05:00
Michael Nguyen
01d8a0caf7
[WIP] need to add PATCH for settingsmeta.json
2017-06-30 17:36:04 -05:00
Michael Nguyen
d3621b7fca
[WIP] refactored
2017-06-28 17:31:35 -05:00
Michael Nguyen
344d53cc7e
[WIP]
2017-06-28 11:35:25 -05:00
Michael Nguyen
e3b4e7c6e3
[WIP] modify settings.py to post metadata to api, and get settings form api
2017-06-28 11:32:19 -05:00
Åke Forslund
5ac2e5f51e
Check if settings have changed with simple hash
2017-06-22 08:36:33 +02:00
Åke Forslund
bcd7776a38
Fix grammar issue.
2017-05-20 08:31:39 +02:00
Åke Forslund
0ef94689bf
Add docstrings.
2017-05-20 08:31:07 +02:00
Åke Forslund
e79dee92e9
Only store settings object after new write
2017-05-20 08:30:31 +02:00
Åke Forslund
b6a34f8cee
Add skill settings to skills
2017-05-20 08:29:05 +02:00