1
0
mirror of https://github.com/altlinux/gpupdate.git synced 2025-10-19 23:33:27 +03:00
Commit Graph

13 Commits

Author SHA1 Message Date
8d351dde63 storage.sqlite_cache: Logging improved 2020-07-29 17:44:53 +04:00
d9afe438bc storage.sqlite_cache: Logging improved 2020-07-28 12:05:19 +04:00
9fff2e33d1 Source files licensing information changed 2020-02-11 15:23:09 +04:00
1eb6c0e648 Removed cache_dir() invocations on storage instantiation
This call (which ensures the directory will be created if missing)
may cause errors because it's called on module import, not on class
instantiation.

This prevents other functions from being properly unit-tested and
also makes debugging problematic.
2020-01-17 15:36:01 +04:00
NIR
70a05f1bbb Merge branch 'master' into milestone1 2020-01-15 16:42:13 +04:00
c37ecee456 Use util.paths in order to eliminate dependency on variable definitions 2020-01-15 16:24:10 +04:00
Evgeny Sinelnikov
cc46597505 Replace cache directory to /var/cache/gpupdate 2020-01-14 22:31:49 +04:00
fbb6e8b2c8 Licensing information corrected
Now it is "BaseALT Ltd." instead of specifying each author.
2020-01-13 19:23:22 +04:00
e0b8b0eb2c storage module: Licensing information added in header 2020-01-10 19:01:34 +04:00
df603f92a5 storage.sqlite_cache: logging wrapped 2019-12-26 00:59:54 +04:00
303207fb79 Dynamic cache mapping - SQLAlchemy and singletons is &^$&#&! 2019-12-03 05:16:31 +04:00
72f77c4429 Initial SQLite3 cache implementation 2019-12-03 03:56:04 +04:00
647cbaf31e Settings storage functionality implemented (half-)properly 2019-12-02 20:34:30 +04:00