|  | 75dab21163 | make use of pointer in generic method call | 2023-08-16 15:58:59 +02:00 |  | 
				
					
						|  | 55c3444911 | sql.QueryDatat(): minor improvements, better tests | 2023-08-16 15:10:42 +02:00 |  | 
				
					
						|  | 0bfd2a6ca1 | fix type parameters for QueryData() | 2023-08-16 12:50:32 +02:00 |  | 
				
					
						|  | 53f91b4875 | new QueryData using generic Scanner interface (for assigning struct items) | 2023-08-16 10:41:43 +02:00 |  | 
				
					
						|  | d86ab50a41 | storage: Query method and QueryData function | 2023-08-15 19:02:09 +02:00 |  | 
				
					
						|  | d7096500ce | storage: sql.Exec() OK | 2023-08-15 16:45:54 +02:00 |  | 
				
					
						|  | f1ce07fd7e | storage: prepare for parallel testing of sqlite and pgsql | 2023-08-15 14:33:54 +02:00 |  | 
				
					
						|  | ecceb9803b | work in progress: sqlite storage | 2023-08-14 22:23:02 +02:00 |  | 
				
					
						|  | 89abbb79dd | server: set payload if request body present | 2023-08-14 11:05:00 +02:00 |  | 
				
					
						|  | 32acd23f26 | server: fix message / action handling | 2023-08-14 09:51:36 +02:00 |  | 
				
					
						|  | 049998d5ec | server: Sync message processor (work in progress) | 2023-08-13 22:24:43 +02:00 |  | 
				
					
						|  | ec1ab12cef | unifying data structures for message payload and server response | 2023-08-13 17:05:20 +02:00 |  | 
				
					
						|  | d03b3ab11d | work in progress: unify data structures for message payload and server response | 2023-08-13 14:44:57 +02:00 |  | 
				
					
						|  | efb09c9019 | server: put specific config in Start() (= factory) call | 2023-08-13 08:33:18 +02:00 |  | 
				
					
						|  | a8e266e039 | make listener configurable - and use for delaying client access in tests | 2023-08-12 19:10:24 +02:00 |  | 
				
					
						|  | eef9fba161 | core.Delayed(): more generally usable version | 2023-08-11 20:57:50 +02:00 |  | 
				
					
						|  | a67c31e0b5 | provide DelayedStart() (proof-of-concept): parameterized handler (factory) | 2023-08-11 17:27:26 +02:00 |  | 
				
					
						|  | 2286aef4ce | minor improvements; take server port / address from config | 2023-08-10 19:34:45 +02:00 |  | 
				
					
						|  | 1d7d1f3b1b | server: provide message processor for fine-tuned handling of remote messages - start with Async() | 2023-08-10 17:50:11 +02:00 |  | 
				
					
						|  | d1732dd851 | server message handling: simplify, with hard-coded Forward action | 2023-08-10 15:33:33 +02:00 |  | 
				
					
						|  | 399b3576b0 | server, work in progress: handling of remote (request) messages | 2023-08-10 09:36:12 +02:00 |  | 
				
					
						|  | 7c3c88cfc2 | serve: rcell: get message header from path | 2023-08-09 19:46:09 +02:00 |  | 
				
					
						|  | cbe209643c | routing and calling RCell handler basically working | 2023-08-09 19:15:47 +02:00 |  | 
				
					
						|  | 10908bbd61 | server: first basic route config | 2023-08-09 17:06:22 +02:00 |  | 
				
					
						|  | ca08bbb9c7 | server: work in progress: routing config | 2023-08-09 12:02:08 +02:00 |  | 
				
					
						|  | e2afdeb61a | server: start with routing / request handling | 2023-08-08 19:56:14 +02:00 |  | 
				
					
						|  | 064fe2c7a6 | provide Recover() (ex LogCatch) function, use in core.Step() | 2023-08-08 14:57:34 +02:00 |  | 
				
					
						|  | 9d588ce2ee | forge/rep: use log for error output; logging/log.Error: add 'err' parameter | 2023-08-07 19:50:02 +02:00 |  | 
				
					
						|  | 591191deb0 | remove obsolete 'funky' package | 2023-08-07 13:54:50 +02:00 |  | 
				
					
						|  | 0027b21a44 | forge: create scalar variable with 'var1' - defined as forge code | 2023-08-05 16:53:26 +02:00 |  | 
				
					
						|  | 98231b070b | more built-ins for code creation | 2023-08-04 22:42:22 +02:00 |  | 
				
					
						|  | 0852ba19fd | put XT definitions in separate source file; get rid of 'name' type | 2023-08-04 09:20:57 +02:00 |  | 
				
					
						|  | 86fe7ca04f | forge: refactorings of register functionality | 2023-08-03 09:40:57 +02:00 |  | 
				
					
						|  | aa953a7b10 | forge: forge code variant: anonymous code, usable as XT | 2023-08-02 16:57:40 +02:00 |  | 
				
					
						|  | b88ef658ee | forge: create: allocate variable with optional 'does' code | 2023-08-02 16:17:19 +02:00 |  | 
				
					
						|  | fa2aa23e87 | forge/rep: code: compile recursively | 2023-08-02 09:33:07 +02:00 |  | 
				
					
						|  | cea36b0320 | forge/rep: first level of parsing and compiling an JSON array OK | 2023-08-02 09:09:48 +02:00 |  | 
				
					
						|  | 434fba79d8 | forge/rep: Compile() basically working | 2023-07-31 20:02:05 +02:00 |  | 
				
					
						|  | 373c9484c8 | do not use funky.Maybe for results - stick to Go idiom with ok or error | 2023-07-31 14:47:04 +02:00 |  | 
				
					
						|  | 84d81a681a | forge/rep: code representations (work in progress) | 2023-07-31 13:44:50 +02:00 |  | 
				
					
						|  | 3866991b75 | provide 'Body' built-in for access to XT's code/data | 2023-07-30 16:12:55 +02:00 |  | 
				
					
						|  | 025ac92c6f | get rid of 'data' XT implementation + more simplifications | 2023-07-30 09:56:27 +02:00 |  | 
				
					
						|  | a8e32f86e8 | forge: code and data definitions: simplifications, provide explicit (test) code for variable definition | 2023-07-29 18:45:40 +02:00 |  | 
				
					
						|  | 465cfe7aa9 | forge: work in progress: code and data definitions | 2023-07-29 18:18:33 +02:00 |  | 
				
					
						|  | 1f27700334 | mimic Def and Const using core definitions | 2023-07-29 14:15:03 +02:00 |  | 
				
					
						|  | 08b9391559 | forge: add data manipulation definitions (Create, Get, Put) | 2023-07-29 10:33:58 +02:00 |  | 
				
					
						|  | 8e2796d531 | use new XT implementations (GoFunc, FCode, Data) | 2023-07-29 09:35:19 +02:00 |  | 
				
					
						|  | d0235d0ffe | XT: gofunc implementation | 2023-07-28 23:08:09 +02:00 |  | 
				
					
						|  | 25333f5ab2 | make XT an interface, allowing different implementations | 2023-07-28 20:01:07 +02:00 |  | 
				
					
						|  | 0bb39f022f | forge: method Const() for storing and retrieving constant values | 2023-07-28 09:45:51 +02:00 |  |