Commit Graph

7 Commits

Author SHA1 Message Date
lakshyacis e37d52d950
storage quality fixes 2020-01-08 13:20:11 +05:30
lakshyacis fba2d6d837
storage pylint fixes 2019-09-27 17:01:08 +05:30
lakshyacis e924e9208f
storage flake8 fixes 2019-09-27 17:01:07 +05:30
lakshyacis 6f910f67c0
filesystem flake8 fixes 2019-09-27 17:01:06 +05:30
Peter Šurda 96b8cff0d1
Inventory checking performance optimisation
- caching of whether an object exists in inventory was somehow removed
since storage refactoring (or it never worked). Now existence checking
is cached in the sqlite storage backend
2018-02-02 14:33:29 +01:00
Peter Šurda 2685fe29b1
Code quality improvements 2017-06-24 12:13:35 +02:00
Peter Šurda 36b5e2c04f
Inventory storage abstraction
- can have multiple storage types for inventory
- sqlite is the old one, filesystem is a new available
2017-05-27 19:03:27 +02:00