| Fri, 03 Jun 2022 02:17:12 +0200 |
Franz Glasner |
Implement iteration support that yields properly jailed configurations for each container item
v0.21
|
| Fri, 03 Jun 2022 01:38:04 +0200 |
Franz Glasner |
Tests for index sub-jail accesses
|
| Mon, 30 May 2022 14:08:40 +0200 |
Franz Glasner |
Test indexed list access in variable interpolations: ok.
|
| Mon, 30 May 2022 13:19:19 +0200 |
Franz Glasner |
Test list access with negative indexes
|
| Mon, 30 May 2022 09:31:29 +0200 |
Franz Glasner |
Enable indexed access to lists in the configuration using an access path string representation like "~NNN~"
|
| Fri, 13 May 2022 08:53:48 +0200 |
Franz Glasner |
Tests for indexed accesses (jail and non-jail)
|
| Fri, 11 Mar 2022 01:53:08 +0100 |
Franz Glasner |
Allow to disable the internal caching in configmix.
|
| Sat, 05 Mar 2022 15:26:21 +0100 |
Franz Glasner |
More unittests concerning merging and variable interpolation
|
| Fri, 14 Jan 2022 11:59:48 +0100 |
Franz Glasner |
Test defaults for interpolation errors
|
| Fri, 14 Jan 2022 11:57:06 +0100 |
Franz Glasner |
FIX: Arguments when calling .getvarl() and .getvarl_s()
|
| Thu, 13 Jan 2022 22:14:41 +0100 |
Franz Glasner |
A unittest for the assertion, that a given default must be returned as identical object and not as copy
|
| Thu, 13 Jan 2022 11:39:38 +0100 |
Franz Glasner |
Introduct a test context to more easily switch between some unittest configurations
|
| Mon, 03 Jan 2022 00:11:41 +0100 |
Franz Glasner |
Implement a C-version of Configuration.interpolate_variables
|
| Sun, 02 Jan 2022 20:43:24 +0100 |
Franz Glasner |
Do not rstrip() the remaining variable name when parsing out filters from variable names
|
| Sun, 02 Jan 2022 20:40:09 +0100 |
Franz Glasner |
Provide a C implementation of configmix.config._split_filters.
|
| Sun, 02 Jan 2022 02:04:07 +0100 |
Franz Glasner |
Provide a C-implementation of configmix.config.quote() also: fast_quote
|
| Sat, 01 Jan 2022 18:01:32 +0100 |
Franz Glasner |
Added also a fast C-implementation of configmix.config._split_ns
|
| Fri, 31 Dec 2021 21:24:16 +0100 |
Franz Glasner |
Add an optional C-implementation for configmix.config.unquote and configmix.config.pathstr2path.
|
| Mon, 20 Dec 2021 12:43:17 +0100 |
Franz Glasner |
Change Configuration.expand_variable() to Configuration.interpolate_variables()
|
| Sun, 19 Dec 2021 14:36:18 +0100 |
Franz Glasner |
FIX: Do not filter-out all False values then interpolating (zero int, boolean False)
|
| Sat, 18 Dec 2021 11:06:34 +0100 |
Franz Glasner |
Implement clear_cache() for the configuration
|
| Sat, 18 Dec 2021 01:26:41 +0100 |
Franz Glasner |
Make quote() and unquote() module globals and also export from configmix
|
| Fri, 17 Dec 2021 17:38:17 +0100 |
Franz Glasner |
FIX: Tests when calling getfirstNNNl() and friends properly
|
| Fri, 17 Dec 2021 15:56:53 +0100 |
Franz Glasner |
More unittests for interpolation
|
| Wed, 15 Dec 2021 22:59:05 +0100 |
Franz Glasner |
len-support for jailed configurations: implement a proper __len__() method
|
| Wed, 15 Dec 2021 09:14:17 +0100 |
Franz Glasner |
Tests for index-based list-style access for jails that are lists and not dicts
|
| Wed, 15 Dec 2021 09:10:01 +0100 |
Franz Glasner |
Proper boolean context for jailed configurations: __bool__()/__nonzero__()
|
| Wed, 15 Dec 2021 08:48:37 +0100 |
Franz Glasner |
Implement proper iteration support for jailed configurations
|
| Wed, 15 Dec 2021 01:01:07 +0100 |
Franz Glasner |
Tests: test for iterating the keys of a configuration
|
| Wed, 15 Dec 2021 00:51:10 +0100 |
Franz Glasner |
FIX: unittest: duplicate name of test-method removed
|