Commit graph

33 commits

Author SHA1 Message Date
5cd84f356c core:service: use async:task for concurrent / parallel processing 2025-03-06 16:03:08 +01:00
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
723cc7233c config: set .env settings in process environment if not already there 2025-02-27 09:56:55 +01:00
4d9328104f web/response: set up test call for set-cookie, + minor improvements 2024-08-31 09:55:12 +02:00
5c1838b347 auth test, work in progress: get static login data from config / .env 2024-08-13 16:38:39 +02:00
3217a16002 provide config:path function for env-overridable paths (like log-path) 2024-07-18 12:22:34 +02:00
04cce1ded4 app/deme (fileserver): minor improvements, provide util:absolute-dir for docroot 2024-07-01 18:36:41 +02:00
9da223abc6 app/demo: fileserver (with docroot in env) basically working 2024-07-01 17:17:39 +02:00
19bba29a01 simplifications, remove unused code 2024-06-29 20:23:52 +02:00
ac903f1f19 config, storage: from-env for overriding settings via env-data 2024-06-29 09:55:24 +02:00
5b41d12756 use config class for storage setup (instead of prop list) 2024-06-29 09:33:02 +02:00
df9ee430af more config simplifications with config:*root* and config:*current* 2024-06-27 10:09:04 +02:00
5278b2551c simplify config setup, using *root* special variable 2024-06-27 09:16:55 +02:00
c3f4c20a75 provide shutdown for root service, calling shutdown for all child services 2024-06-25 17:35:35 +02:00
6d34ac7359 move additional config functionality from core to config 2024-06-22 10:56:31 +02:00
cec817b03a use add-config for web server and client; +env-override; + fixes 2024-06-21 11:20:35 +02:00
d3187747ef provide env-slots on child config to control overriding settings from env 2024-06-21 09:53:15 +02:00
1d08d653e9 work in progress: server - basic config, start with dummy app 2024-06-17 15:43:11 +02:00
1986c37933 scopes/core basics - work in progress 2024-06-10 08:04:33 +02:00
8611caaa8f use more general term context (instead of service) 2024-06-09 10:17:33 +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
ebd7275b8a use hash-table for storing env-data - no override slots! 2024-06-07 12:06:49 +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