Emmanuel Garette
|
4e0f0a5b70
|
config_error is an exception, raise directly config_error
|
2013-09-25 10:22:31 +02:00 |
Emmanuel Garette
|
06baff2f3b
|
add warning ability
|
2013-09-24 23:19:20 +02:00 |
gwen
|
5ba97c5928
|
Merge branch 'master' of ssh://git.labs.libre-entreprise.org/gitroot/tiramisu
|
2013-09-24 10:34:12 +02:00 |
gwen
|
8bebbf483e
|
add storage automatic api doc
|
2013-09-24 10:34:03 +02:00 |
Emmanuel Garette
|
a08af2383d
|
comment config
|
2013-09-23 22:55:54 +02:00 |
Emmanuel Garette
|
3fc89be40e
|
comment tiramisu/autolib.py + some modification
|
2013-09-23 22:40:10 +02:00 |
Emmanuel Garette
|
26e3651848
|
update french translation
|
2013-09-23 21:00:45 +02:00 |
Emmanuel Garette
|
8a7078d3b0
|
gpl to lgpl
|
2013-09-22 22:33:09 +02:00 |
Emmanuel Garette
|
4a44068a23
|
Merge branch 'master' into lgpl
Conflicts:
setup.py
|
2013-09-22 22:01:19 +02:00 |
Emmanuel Garette
|
d2f101b7bb
|
didnot getattr a second time in find if not needed
|
2013-09-22 21:54:07 +02:00 |
Emmanuel Garette
|
ff7714d8d3
|
add find test value in a multi's option
|
2013-09-22 21:31:37 +02:00 |
Emmanuel Garette
|
051f1c8774
|
tiramisu/config.py:
- find byvalue support Multi
tiramisu/value.py:
- Multi's pop comment
|
2013-09-22 21:23:12 +02:00 |
Emmanuel Garette
|
c84d13a1c6
|
we can serialize Config now
|
2013-09-22 20:57:52 +02:00 |
Emmanuel Garette
|
972dff0a1c
|
serialize new callback
|
2013-09-20 23:47:40 +02:00 |
Emmanuel Garette
|
ae4df32d0e
|
error if change slave len for default's slave option
|
2013-09-19 23:02:15 +02:00 |
Emmanuel Garette
|
28c416dd84
|
add allow_reserved in IPOption
|
2013-09-19 21:51:55 +02:00 |
Emmanuel Garette
|
30c376e3ea
|
add doc/config.png
|
2013-09-19 21:39:41 +02:00 |
Emmanuel Garette
|
90ae9aa70d
|
refactore carry_out_calculation + test + documentation
|
2013-09-19 21:39:41 +02:00 |
gwen
|
30ff0fb72b
|
Merge branch 'master' of ssh://git.labs.libre-entreprise.org/gitroot/tiramisu
|
2013-09-17 14:03:03 +02:00 |
Emmanuel Garette
|
866364059c
|
dont change anything if config_error
|
2013-09-17 09:10:08 +02:00 |
Emmanuel Garette
|
7165f73292
|
add metaconfig
|
2013-09-17 09:02:10 +02:00 |
Emmanuel Garette
|
57f4dd8d3f
|
allow mandatory value (see 9ddf100118 for more details)
|
2013-09-16 20:51:13 +02:00 |
gwen
|
8def6c85d7
|
double negation in error msg
|
2013-09-16 15:24:46 +02:00 |
gwen
|
653eb776bf
|
Merge branch 'master' of ssh://git.labs.libre-entreprise.org/gitroot/tiramisu
|
2013-09-16 15:21:18 +02:00 |
gwen
|
ffc9d086f9
|
double negation in error msg
|
2013-09-16 15:21:08 +02:00 |
Emmanuel Garette
|
9ddf100118
|
when we get an option's value, we need it's values to calculate properties (ie for mandatory's option)
if a disabled option has a callback to an other disabled value, it's raise ConfigError
now only raise if option has no other propertiesError
|
2013-09-16 15:07:34 +02:00 |
gwen
|
327cce6fed
|
merge Makefile
|
2013-09-16 14:52:42 +02:00 |
Emmanuel Garette
|
3ffbb4ab8f
|
Makefile for non-gnu version of basename
|
2013-09-16 14:43:58 +02:00 |
Daniel Dehennin
|
1249e1e2bc
|
Incorrect filename for gettext catablog
* Makefile: Do not use basename option “-s” as it's not compatible with,
at least, Ubuntu Precise Pangolin.
|
2013-09-16 14:41:12 +02:00 |
Emmanuel Garette
|
e929745ebf
|
corrections in setup.py
|
2013-09-16 14:02:55 +02:00 |
Emmanuel Garette
|
abbb7a274e
|
update doc
|
2013-09-14 14:44:50 +02:00 |
gwen
|
3afcf0322c
|
adds storage in setup
|
2013-09-12 09:10:16 +02:00 |
gwen
|
b492874cbe
|
version for setup.py
|
2013-09-11 20:53:49 +02:00 |
Emmanuel Garette
|
28ea4f0e90
|
update doc
|
2013-09-10 21:04:12 +02:00 |
Daniel Dehennin
|
b070fa8a83
|
Storages are not installed
* setup.py: Add storages to packages.
|
2013-09-09 09:52:40 +02:00 |
Emmanuel Garette
|
3dc72c505c
|
support no expire in getcache
|
2013-09-07 22:37:13 +02:00 |
Emmanuel Garette
|
632de1cffb
|
comment tiramisu/setting.py
|
2013-09-07 22:16:50 +02:00 |
Emmanuel Garette
|
371f094dcb
|
comment tiramisu/setting.py
|
2013-09-07 21:47:17 +02:00 |
Emmanuel Garette
|
77c1ccf40b
|
add 'cache' property
|
2013-09-07 17:25:22 +02:00 |
Emmanuel Garette
|
f8b0a53c3f
|
cache is always a dictionary in memory
|
2013-09-07 10:31:39 +02:00 |
Emmanuel Garette
|
c8876ab184
|
comment storage
|
2013-09-06 23:53:19 +02:00 |
Emmanuel Garette
|
22bfbb9fa4
|
storage no more in setting.py, code is now in storage/__init__.py
|
2013-09-06 23:15:36 +02:00 |
gwen
|
18fc5db4ac
|
lists in sets
|
2013-09-06 09:05:19 +02:00 |
gwen
|
e73f3e0e6c
|
doc
|
2013-09-05 16:56:02 +02:00 |
Emmanuel Garette
|
dc688ad644
|
ro/rw_append/remove are now 'set' type
|
2013-09-04 09:09:45 +02:00 |
gwen
|
02873f2836
|
Merge branch 'master' of ssh://git.labs.libre-entreprise.org/gitroot/tiramisu
|
2013-09-04 09:05:25 +02:00 |
gwen
|
9983739b2b
|
pep8 line too long
|
2013-09-04 09:05:12 +02:00 |
Emmanuel Garette
|
3b733d1b4f
|
support cache consistencies + no consistencies for a symlink + test
|
2013-09-03 22:41:18 +02:00 |
gwen
|
fc9f6ce816
|
Merge branch 'master' of ssh://git.labs.libre-entreprise.org/gitroot/tiramisu
|
2013-09-03 11:01:37 +02:00 |
gwen
|
f9fde44b3b
|
docstrings
|
2013-09-03 11:01:07 +02:00 |