|
91322dae3a
|
forge: Exec() basically working
|
2023-07-21 19:47:57 +02:00 |
|
|
503990f180
|
define and set up ForgeEnv
|
2023-07-21 17:22:30 +02:00 |
|
|
1487629123
|
forge (work in progress): copy ptr package from go-schema
|
2023-07-21 12:58:49 +02:00 |
|
|
fc5f140059
|
re-arrange definitions in scopes source code
|
2023-07-21 10:33:04 +02:00 |
|
|
b6325392a8
|
rename lib to core; move lib code (mainly interfaces) to top-level scopes package
|
2023-07-21 10:12:20 +02:00 |
|
|
d7e96f4f3d
|
move RunApp() to app component
|
2023-07-21 09:48:23 +02:00 |
|
|
e35e7796ac
|
move testing to common
|
2023-07-21 09:32:11 +02:00 |
|
|
a64f621997
|
new package 'commmon' - move funky, stack, voc
|
2023-07-21 09:14:06 +02:00 |
|
|
ec6172f07e
|
work in progress: add some 'Forge' (Forth by Go) functionality
|
2023-07-20 19:51:43 +02:00 |
|
|
3f16eb44ca
|
rename Either methods, functions, fields
|
2023-07-18 08:49:23 +02:00 |
|
|
c54562b998
|
add new funky type
|
2023-07-17 19:45:48 +02:00 |
|
|
de6535a273
|
put iterator in separate source file; rename tests (unit->lib)
|
2023-07-17 19:22:47 +02:00 |
|
|
3a5225e0d6
|
iterator simplifications
|
2023-07-17 10:43:11 +02:00 |
|
|
9c9992065b
|
add simple generic Iterator definition and implementation
|
2023-07-17 10:27:51 +02:00 |
|
|
d3c85de61f
|
add generic functional stuff: Maybe
|
2023-07-17 09:29:16 +02:00 |
|
|
40a94ce350
|
work in progress: client component
|
2023-07-15 09:02:52 +02:00 |
|
|
8fac8579ef
|
client improvements; + error logging
|
2023-07-12 14:24:20 +02:00 |
|
|
235ba65c64
|
fix logging for unit tests
|
2023-07-08 08:20:47 +02:00 |
|
|
e072e493a1
|
action handling: smarter testing with handler generator
|
2023-07-07 19:38:33 +02:00 |
|
|
2908b82f29
|
action handling: minor improvements, tests
|
2023-07-07 19:28:50 +02:00 |
|
|
5aa1cc07b6
|
do the real matching: message <-> pattern
|
2023-07-07 13:10:41 +02:00 |
|
|
a2a47293a8
|
store pattern as a slice of strings
|
2023-07-07 12:59:35 +02:00 |
|
|
4c174217d1
|
work in progess: action handling; start with simple test
|
2023-07-07 11:41:25 +02:00 |
|
|
4ad87d635c
|
payload improvements: methods, conversions
|
2023-07-05 15:10:52 +02:00 |
|
|
31bdedc031
|
produce payload object from JSON
|
2023-07-05 12:03:46 +02:00 |
|
|
b4d9338353
|
message with payload (serializable as JSON)
|
2023-07-05 09:40:00 +02:00 |
|
|
b813dd40db
|
message interface and implementation bascically working
|
2023-07-04 16:55:25 +02:00 |
|
|
8d8b64f8e7
|
work in progress: message: interfaces, implementations
|
2023-07-04 07:46:05 +02:00 |
|
|
b1cd65ea05
|
move address implementation to separate source file
|
2023-07-03 12:21:02 +02:00 |
|
|
e1bc2322f3
|
Address: interface and implementation
|
2023-07-02 14:54:38 +02:00 |
|
|
ea91a0486e
|
server: minor improvements of logger middleware
|
2023-07-01 19:33:13 +02:00 |
|
|
4e06072d96
|
use zerolog logger for gin server
|
2023-07-01 14:18:11 +02:00 |
|
|
c6ac480ad7
|
client component (Send) basically working
|
2023-06-30 10:11:17 +02:00 |
|
|
c6d5fafa7d
|
start working on client component
|
2023-06-29 22:36:26 +02:00 |
|
|
bed55a63a2
|
minor renamings; use generic functions for access to state and config data via type assertions
|
2023-06-29 17:39:48 +02:00 |
|
|
fb423d795d
|
work in progress: server component (using gin)
|
2023-06-29 12:24:47 +02:00 |
|
|
7fcf4749ab
|
logging: provide (and use) functions with context information
|
2023-06-28 16:34:11 +02:00 |
|
|
86d6f2cfcb
|
work in progress: logging: setting up context-dependent events
|
2023-06-28 11:21:28 +02:00 |
|
|
ea393bbb58
|
pretty listing of log data for testing
|
2023-06-27 19:49:07 +02:00 |
|
|
68f937042c
|
check log: count and optionally print log records
|
2023-06-27 17:32:07 +02:00 |
|
|
9dc12deb19
|
remove all print statemens - use log.Debug() (or Info()) where appropriate
|
2023-06-27 10:19:13 +02:00 |
|
|
e063bb1b03
|
logging config: +level; avoid import cycle
|
2023-06-27 08:55:26 +02:00 |
|
|
8dad97f6be
|
work in progress: logging config: evaluate Level setting
|
2023-06-26 21:00:53 +02:00 |
|
|
348478c220
|
more on logging...
|
2023-06-26 19:39:23 +02:00 |
|
|
4549cb3be3
|
improve logging set-up: return pointer, log set-up errors
|
2023-06-26 14:07:47 +02:00 |
|
|
2295213a4a
|
logging set-up basically working
|
2023-06-26 11:22:46 +02:00 |
|
|
fe4cdbb3b8
|
work in progress: logging with zerolog
|
2023-06-26 10:29:57 +02:00 |
|
|
82deb2c7f2
|
more minor config improvements
|
2023-06-25 14:54:23 +02:00 |
|
|
c241c8ff73
|
config: rename items in etc; more flexible Add/AddAction methods
|
2023-06-25 10:49:28 +02:00 |
|
|
2712f3cb38
|
redefine logging Config to Cfg
|
2023-06-24 10:37:24 +02:00 |
|