b92c087cfcmaster/slave, multi... in the glossary
gwen
2013-08-27 16:35:15 +0200
a894a5e27brename API add_owner -> addowner
gwen
2013-08-27 16:12:53 +0200
b341844450first steps with tiramisu doc
gwen
2013-08-27 15:54:10 +0200
acd27fb56chuge use of weakrefs to remove memoryleaks due to circular references
Emmanuel Garette
2013-08-27 11:39:32 +0200
36def6533fstore session in dictionary storage
Emmanuel Garette
2013-08-27 09:46:52 +0200
fb1eba39easave storage with get_storage list_sessions and delete_session is now in setting directly
Emmanuel Garette
2013-08-26 21:54:41 +0200
0bc47b1cf9ConstError in tiramisu/error.py storage_type is now unique rename _const => _NameSpace can change storage's options in set_storage
Emmanuel Garette
2013-08-26 21:48:42 +0200
6b9d5aed59add enumerate and delete method for manage storage
Emmanuel Garette
2013-08-25 21:57:11 +0200
dc2c173b44revert change in append of Multi object for sqlite3 storage
Emmanuel Garette
2013-08-25 20:51:29 +0200
dcb12dac02can change storage with set_storage, storage's name is store in storage object and storage is create with get_storage
Emmanuel Garette
2013-08-25 20:49:24 +0200
36ed6f874fadd some tests for values cannot use __setitem__ to set value for an option in append, len should not greater than master option
Emmanuel Garette
2013-08-25 18:06:07 +0200
f482737a47add test to known if has a value + some corrections
Emmanuel Garette
2013-08-24 23:10:35 +0200
e4c129efc5getowner need now an option
Emmanuel Garette
2013-08-24 22:32:54 +0200
4c27cb586din __setattr__, name should never be object's variable name remove context in type_ find's option find_first_context return AttributError if no results
Emmanuel Garette
2013-08-24 21:26:10 +0200
6708fe4522is not config in other, __neq__ should return True
Emmanuel Garette
2013-08-24 18:04:19 +0200
a7d784ba3eis not config in other, __neq__ should return True
Emmanuel Garette
2013-08-24 18:04:11 +0200
196d270cc9_calc_requirement is a set, not a tuple
Emmanuel Garette
2013-08-24 16:34:08 +0200
c2b16d2605add _path in reset for performance + more tests
Emmanuel Garette
2013-08-24 16:30:46 +0200
5beade8b2cMerge branch 'master' of ssh://git.labs.libre-entreprise.org/gitroot/tiramisu
Emmanuel Garette
2013-08-23 16:49:27 +0200
f235986879automatic API documentation
gwen
2013-08-23 11:42:22 +0200
0db7ef72a6automatic API documentation
gwen
2013-08-23 11:16:26 +0200
62553aba1ftest invalid owner in setowner
Emmanuel Garette
2013-08-23 09:29:42 +0200
ac62931525add test for recursive path in requirement
Emmanuel Garette
2013-08-22 22:57:32 +0200
f8422c03e8reqpath is get from option, so reqpath ever exists, cannot raise AttributeError
Emmanuel Garette
2013-08-22 22:52:29 +0200
04aa4e6bf1never same calculated properties has properties (only in cache)
Emmanuel Garette
2013-08-22 22:46:02 +0200
3a6296f7e0documentation on the tests
gwen
2013-08-22 17:51:25 +0200
3d67e35447documentation on the tests
gwen
2013-08-22 12:17:10 +0200
747d994762documentation on the requirements and docstring updates
gwen
2013-08-22 11:08:26 +0200
1ddd88fc99some corrections in sqlite3 storage
Emmanuel Garette
2013-08-21 23:21:28 +0200
b6bb685ca5key is now always path and change opt by path dictionary storage
Emmanuel Garette
2013-08-21 22:21:50 +0200
de44daafeb- can reset directly custom settings for an option: setting[option].reset() - option properties are now tuple in internal, and change it to set when needed (that coping data)
Emmanuel Garette
2013-07-13 10:42:10 +0200
c53d574ac2can't use RESERVED address in IPOption and NetworkOption
Emmanuel Garette
2013-07-11 23:06:26 +0200
1c951558daadd new option's type: PortOption
Emmanuel Garette
2013-07-11 23:05:33 +0200
c06659012bConfig: __str__ raise if no str/unicode value
Emmanuel Garette
2013-07-03 21:56:19 +0200
0afb521766support multi requirement with inverse for same option
Emmanuel Garette
2013-07-03 15:04:15 +0200
b80bef0f7estring.format with numeric parameters
gwen
2013-07-02 15:05:50 +0200
4b5d9b4229__str__ method could return unicode object, force to decode in str
Emmanuel Garette
2013-07-01 16:49:10 +0200
b8bfa02e02Remove 'build_actions' in 'apply_requires', now 'validate_requires_arg' build requires with tuple of tuple
Emmanuel Garette
2013-07-01 11:55:32 +0200
9b134c3aa7requirement are now a dictionary (not anymore a tuple)
Emmanuel Garette
2013-06-29 18:41:14 +0200
e501c6d12dsupport multi requires with inverse set to True
Emmanuel Garette
2013-06-28 11:59:51 +0200
75f7e7ce5dcallback with option in params which is in an hidden optiondescription
Emmanuel Garette
2013-06-26 16:26:42 +0200
32de14b731validate_requires_arg return requires list
Emmanuel Garette
2013-06-26 16:25:02 +0200
3c0629e6a9better raise message if try to launch impl_get_information/impl_set_information in uncompatible class
Emmanuel Garette
2013-06-14 17:52:57 +0200
23f6d2228fadd symlink test
Emmanuel Garette
2013-06-13 22:07:58 +0200
4d15c91383symlink support for getowner and raise if option in master/slave
Emmanuel Garette
2013-06-13 22:06:49 +0200
c2471320c3apply_requires: add property if any property raise PropertyError if same_action is False
Emmanuel Garette
2013-06-13 14:43:51 +0200
755b2312c2allow None in requirement
Emmanuel Garette
2013-06-13 12:15:46 +0200
fd02a954caadd sort, reverse, insert and extend in Multi
Emmanuel Garette
2013-06-12 22:48:22 +0200
9c47eb32d5ConfigError, not PropertiesOptionError if cannot access to option in carry_out_calculation
Emmanuel Garette
2013-06-12 17:07:29 +0200