Commit graph

197 commits

Author SHA1 Message Date
8e743131cd feat: reorganise code 2024-04-24 15:39:17 +02:00
7f2d6b03e0 fix: sub dynamic in sub dynamic family 2024-02-20 21:44:06 +01:00
1a5e4e37d1 api: get leader from leadership 2023-12-11 19:38:59 +01:00
90564d4983 dynoptiondescription inside dynoptiondescription 2023-12-04 17:46:46 +01:00
059c5f7407 undefined is no more a valid value and Calculation could be a valid value 2023-11-18 21:12:13 +01:00
0b1d1ef3f1 add value.get() to optiondescription (instead of value.dict()) 2023-11-15 21:41:04 +01:00
3641eb39d8 TiramisuOption.list() with follower 2023-06-26 19:25:57 +02:00
50f0f67629 todict for tiramisu 4 2023-06-19 17:19:07 +02:00
0a4e1445db feature(api) cfg.option(xxxx).option.yyy() => cfg.option(xxxx).yyy() 2023-05-16 22:50:38 +02:00
fe2b6fb6a2 fix(api) test option is an optiondescription with a symlink 2023-05-16 22:11:55 +02:00
6805cecfd5 reorganize 2023-05-11 15:44:48 +02:00
30cd543a21 APIError => ConfigError 2023-04-27 11:44:52 +02:00
1d18cc74b7 remove subconfig 2023-04-27 11:36:07 +02:00
4b76e3314e remote storage, so session and async too 2023-04-26 15:17:28 +02:00
30dea54470 2021/2023 2023-04-12 12:33:44 +02:00
7fad2b5d7d get leader option from follower 2023-04-12 11:14:40 +02:00
ba0634f163 check optiondescription's type 2023-02-27 12:32:40 +01:00
302be618ce follower in symlink 2023-01-24 22:31:32 +01:00
ece7537b89 rst to md doc conversion 2022-11-13 21:18:50 +01:00
Emmanuel Garette
026e665ab0 api: unify walk option 2022-10-01 19:44:48 +02:00
Emmanuel Garette
7f78728ad1 add isdynamic function 2022-05-22 14:45:02 +02:00
Emmanuel Garette
8658fdd6ca option's informations avalaible in config 2022-01-09 19:10:09 +01:00
Emmanuel Garette
64017d5cd4 import/export informations 2021-05-18 18:53:14 +02:00
Emmanuel Garette
acc86bc49f Add ParamSelfInformation 2021-03-06 19:23:35 +01:00
Emmanuel Garette
7ebad5724e 2020/2021 2021-02-24 20:30:04 +01:00
Emmanuel Garette
6910371779 Add ParamInformation and callback can be a coroutine 2020-10-03 14:29:15 +02:00
Emmanuel Garette
afeedc1db6 config_bag and name not already exists 2020-08-15 00:23:48 +02:00
Emmanuel Garette
96c76286db get dependencies in API 2020-08-04 16:35:40 +02:00
Emmanuel Garette
f7bd6e3a47 add support in calculation when option is in a dynoptiondescription 2020-04-11 13:13:35 +02:00
Emmanuel Garette
2d2e8a63fb add new argument in config.new() 2020-03-16 15:38:41 +01:00
Emmanuel Garette
f1651848d2 can create a config with a mix_config 2020-03-04 15:39:47 +01:00
Emmanuel Garette
ad6ed0a648 storage in groupconfig 2020-02-18 22:10:33 +01:00
Emmanuel Garette
3bef45c9db New Postgres storage 2020-01-30 16:10:54 +01:00
Emmanuel Garette
1861dc59d4 add leader_to_list to dict message 2019-12-28 12:30:32 +01:00
Emmanuel Garette
52ddd76b1a corrections in dict and todict 2019-12-25 20:44:56 +01:00
Emmanuel Garette
503d4b2cca async version of tiramisu 2019-12-24 15:25:12 +01:00
Emmanuel Garette
d9c0b18404 'new' config allow storage 2019-12-08 08:14:36 +01:00
Emmanuel Garette
358a49c0e2 can get uncalculated property + can add storage when init mixconfig 2019-12-02 10:37:21 +01:00
Emmanuel Garette
7325f6e12f add index to properties/permissives 2019-11-19 18:39:44 +01:00
Emmanuel Garette
5c3a133928 consistency is now simple validation 2019-10-27 16:53:25 +01:00
Emmanuel Garette
c75425c03a Merge branch 'master' into develop 2019-10-20 08:24:48 +02:00
Emmanuel Garette
a7e4399ae5 get information with default attribute when information is set to an option 2019-10-16 07:42:18 +02:00
Emmanuel Garette
ba5cc57166 get_type not exists for optiondescription, change it to impl_get_group_type 2019-10-16 07:34:03 +02:00
Emmanuel Garette
06ad839468 add parents method to MetaConfig 2019-09-02 14:11:36 +02:00
Emmanuel Garette
bb2ecc94d9 add Calculation to properties 2019-09-01 09:41:53 +02:00
Emmanuel Garette
7c641961d3 better validation with parent + deepconfig 2019-08-28 15:55:10 +02:00
Emmanuel Garette
c15dac8093 unrestraint in subconfig 2019-08-24 08:14:54 +02:00
Emmanuel Garette
b6ec77aa23 better way to manage follower in MetaConfig 2019-08-07 08:38:32 +02:00
Emmanuel Garette
2d7d237e19 Config could have multiple parents 2019-08-05 22:31:56 +02:00
Emmanuel Garette
113b7a3410 todict works with Metaconfig 2019-08-03 21:03:23 +02:00