a1dd2cfce7
require works well in sqlalchemy storage
2014-01-27 17:16:05 +01:00
d3f42efe85
typo
2014-01-25 18:38:51 +01:00
cbfb5a45b0
Merge branch 'master' into orm
2014-01-25 10:22:17 +01:00
3b3e5216fe
cache
2014-01-25 10:15:25 +01:00
gwen
21a67971c5
typo propertive -> property
2014-01-24 09:17:46 +01:00
3b0b3cdfd9
p8p
2014-01-20 14:58:48 +01:00
661f844ce6
sqlalchemy has a storage
2014-01-20 14:53:14 +01:00
c84d13a1c6
we can serialize Config now
2013-09-22 20:57:52 +02:00
abbb7a274e
update doc
2013-09-14 14:44:50 +02:00
28ea4f0e90
update doc
2013-09-10 21:04:12 +02:00
3dc72c505c
support no expire in getcache
2013-09-07 22:37:13 +02:00
77c1ccf40b
add 'cache' property
2013-09-07 17:25:22 +02:00
f8b0a53c3f
cache is always a dictionary in memory
2013-09-07 10:31:39 +02:00
c8876ab184
comment storage
2013-09-06 23:53:19 +02:00
22bfbb9fa4
storage no more in setting.py, code is now in storage/__init__.py
2013-09-06 23:15:36 +02:00
aeeaf6ec14
impl_get_information and impl_set_information are, now, persistent in storage
2013-09-03 10:38:38 +02:00
gwen
fbf05ba5e4
python 3 compatibility
...
remove __eq__ and __ne__ in Option
2013-08-28 21:13:42 +02:00
3be005e82e
add test test/test_dereference.py + memoryleaks in optiondescription's cache
2013-08-27 21:36:52 +02:00
gwen
a894a5e27b
rename API add_owner -> addowner
2013-08-27 16:12:53 +02:00
acd27fb56c
huge use of weakrefs to remove memoryleaks due to circular references
2013-08-27 11:39:32 +02:00
36def6533f
store session in dictionary storage
2013-08-27 09:46:52 +02:00
0bc47b1cf9
ConstError in tiramisu/error.py
...
storage_type is now unique
rename _const => _NameSpace
can change storage's options in set_storage
storage :
add Setting object in storage
rename enumerate to list_sessions
rename delete to delete_session
auto-create owner when load sqlite3 storage and in getowner
2013-08-26 21:48:42 +02:00
6b9d5aed59
add enumerate and delete method for manage storage
2013-08-25 21:57:11 +02:00
dcb12dac02
can change storage with set_storage, storage's name is store in storage object and storage is create with get_storage
2013-08-25 20:49:24 +02:00
1ddd88fc99
some corrections in sqlite3 storage
2013-08-21 23:21:28 +02:00
b6bb685ca5
key is now always path and change opt by path dictionary storage
2013-08-21 22:21:50 +02:00
gwen
acca6d5a27
documentation update and docstrings
2013-08-21 17:21:09 +02:00
cc569efcc7
pep8
2013-08-20 23:00:20 +02:00
0d5a447eb3
add persistent option for db
2013-08-20 22:45:11 +02:00