anki/pylib
Damien Elmes 35c03af520 split deck config into separate SQL table
- on collection load, the schema is upgraded to 12
- on collection close, the changes are reversed so older clients
can continue to open the collection
- in the future, we could potentially skip the reversal except
when exporting/doing a full sync
- the same approach should work for decks, note types and tags in the
future too
- the deck list code needs updating to cache the deck confs for the
life of the call
2020-03-30 20:01:16 +10:00
..
anki split deck config into separate SQL table 2020-03-30 20:01:16 +10:00
tests explicitly save deck conf after mutating it 2020-03-30 12:27:52 +10:00
tools remove old finder code; add search hooks to browser & remove old one 2020-03-21 16:38:46 +10:00
.gitignore rework Fluent handling 2020-02-23 13:22:50 +10:00
.isort.cfg rework Fluent handling 2020-02-23 13:22:50 +10:00
.pylintrc rework Fluent handling 2020-02-23 13:22:50 +10:00
Makefile Merge remote-tracking branch 'danielelmes/master' into create_actions_for_windows_macos 2020-03-24 22:49:49 -03:00
mypy.ini Fixed mypy and pylint not building on Windows 2020-03-17 19:48:16 -03:00
requirements.dev switch to classes for hooks 2020-01-14 08:54:07 +10:00
setup.py fall back on stock json if orjson unavailable 2020-03-21 21:24:21 +10:00