Commit graph

20 commits

Author SHA1 Message Date
a671982cc5 get rid of env-slots and env-override 'magic' 2025-02-28 10:47:43 +01:00
8555d1740b config: set all config values explicitly, with literal or (from-env ...) 2025-02-27 19:07:58 +01:00
5278b2551c simplify config setup, using *root* special variable 2024-06-27 09:16:55 +02:00
05747fa5cc remove ugly t: from deftest declarations 2024-06-23 16:11:22 +02:00
d3187747ef provide env-slots on child config to control overriding settings from env 2024-06-21 09:53:15 +02:00
27542c5c40 hierarchical config, fetch env data from root config when updating slots of child 2024-06-07 19:35:46 +02:00
81043d0e35 work in progress: config items hierarchy (root, children, parent, ...) 2024-06-07 16:34:58 +02:00
5a63a1034d move update of slot values to separate function 2024-06-07 14:00:20 +02:00
d9819cbe2e proof of concept: set / overwrite slots from env-data 2024-06-07 13:38:16 +02:00
ebd7275b8a use hash-table for storing env-data - no override slots! 2024-06-07 12:06:49 +02:00
86d05d5414 work in progress: set up steps package with tests 2024-06-05 09:56:15 +02:00
93443ae652 remove obsolete print statements 2024-06-04 15:49:13 +02:00
45089fe20b basic config processing OK: override slot values via .env file or OS environment 2024-06-04 15:32:04 +02:00
1a4be837d7 work in progress: config processing: override slot values via .env or OS environment 2024-06-04 14:10:45 +02:00
5253c83ed5 work in progress: config processing 2024-06-04 11:16:24 +02:00
d85453096e move pathname handling to new util package, and to testing package 2024-06-03 18:25:12 +02:00
8879a6ffa7 improve pathname handling: correctly handle file types and leading dots 2024-06-03 16:48:04 +02:00
476234f6c1 pathname experiments for safe access to config file(s) from tests and apps 2024-06-03 15:17:09 +02:00
8e81da1bc9 work in progess: config, test-config 2024-06-02 18:54:27 +02:00
ed3ce068c6 start with config - first step: show usage in test 2024-06-01 22:24:17 +02:00