Matthias Bisping
|
092a0e2964
|
renaming
|
2022-05-13 17:16:27 +02:00 |
|
Matthias Bisping
|
40777ae609
|
refactoring: simplyfing lazy processor to queued function WIP
|
2022-05-13 16:59:50 +02:00 |
|
Matthias Bisping
|
2434e0ea55
|
refactoring; stream buffer tests
|
2022-05-13 16:38:20 +02:00 |
|
Matthias Bisping
|
08ad83b6a5
|
renaming
|
2022-05-13 15:04:01 +02:00 |
|
Matthias Bisping
|
9870aa38d1
|
renaming
|
2022-05-13 15:02:05 +02:00 |
|
Matthias Bisping
|
3b7605772e
|
refactoring
|
2022-05-13 12:42:07 +02:00 |
|
Matthias Bisping
|
1acf16dc91
|
refactoring: flat stream buffer now takes over stream buffer flushing
|
2022-05-13 12:29:18 +02:00 |
|
Matthias Bisping
|
c09e5df23e
|
refactoring: introduced flat stream buffer class
|
2022-05-13 12:13:59 +02:00 |
|
Matthias Bisping
|
bfdce62ccf
|
refactoring; renaming
|
2022-05-12 19:46:29 +02:00 |
|
Matthias Bisping
|
1552cd10cc
|
refactoring: further simplififyied queue consuming
|
2022-05-12 19:26:22 +02:00 |
|
Matthias Bisping
|
8b0c2d4e07
|
refactoring: further simplified queue consuming function; added one -> many test fixture param
|
2022-05-12 17:55:45 +02:00 |
|
Matthias Bisping
|
461c0fe6a6
|
refactoring: simplified queue consuming function
|
2022-05-12 17:29:20 +02:00 |
|
Matthias Bisping
|
9b5fc4ff77
|
refactoring: made queued buffer coupler into a function
|
2022-05-12 17:19:52 +02:00 |
|
Matthias Bisping
|
e3793e5c7c
|
refactoring: split stream processor into two functions; moved queue streaming Nothing check from caller to stream function
|
2022-05-12 17:12:26 +02:00 |
|
Matthias Bisping
|
1a04dfb426
|
renaming
|
2022-05-12 14:42:42 +02:00 |
|
Matthias Bisping
|
e151d2005b
|
refactoring
|
2022-05-11 17:01:56 +02:00 |
|
Matthias Bisping
|
da2572b8be
|
refactoring
|
2022-05-11 16:59:41 +02:00 |
|
Matthias Bisping
|
eb8ace4ddd
|
refactoring
|
2022-05-11 16:38:36 +02:00 |
|
Matthias Bisping
|
096068367f
|
fixed recursion issue
|
2022-05-11 12:40:03 +02:00 |
|
Matthias Bisping
|
7bd35dce67
|
refactoring: introduced queue-buffer-coupler; introduced recursion depth issie -- fixing next
|
2022-05-11 12:39:36 +02:00 |
|
Matthias Bisping
|
1eb4dbc657
|
refactoring: split queue processor into output buffer and queue streamer
|
2022-05-11 10:54:27 +02:00 |
|
Matthias Bisping
|
ccf7a7379d
|
refactoring: introduced queue wrapper
|
2022-05-11 10:44:50 +02:00 |
|
Matthias Bisping
|
b1a318872e
|
refactoring
|
2022-05-11 10:16:36 +02:00 |
|
Matthias Bisping
|
abc56e6d9f
|
refactoring: factored out queue processor fom lazy bufferizer
|
2022-05-11 10:07:34 +02:00 |
|
Matthias Bisping
|
c8579a8ad0
|
renaming
|
2022-05-10 12:49:36 +02:00 |
|
Matthias Bisping
|
c68e19e6e4
|
refactoring rest stream processor
|
2022-05-10 12:40:19 +02:00 |
|
Matthias Bisping
|
de0deaa2f4
|
renaming
|
2022-05-10 12:19:42 +02:00 |
|
Matthias Bisping
|
83ce7692e6
|
renaming; adjusted and added tests for lazy bufferize (formerlay on-demand processor)
|
2022-05-10 12:18:20 +02:00 |
|
Matthias Bisping
|
949413af4a
|
fixed bug in compute_next of on demand processor that skipped all but the first return value of 1 -> n functions
|
2022-05-10 11:07:58 +02:00 |
|
Matthias Bisping
|
3dba896038
|
removed obsolete imports
|
2022-05-09 14:52:33 +02:00 |
|
Matthias Bisping
|
453281d48d
|
re-order imports
|
2022-05-09 14:52:07 +02:00 |
|
Matthias Bisping
|
5b913983eb
|
refactoring: move; added null value param to bufferize
|
2022-05-09 14:50:54 +02:00 |
|
Matthias Bisping
|
c2ed6d78b7
|
reintroduced buffering wrapper with Nothing item as flushing signal. buffering is controlled via chunking in the REST receiver on client side
|
2022-05-09 14:23:12 +02:00 |
|
Matthias Bisping
|
f29bd7d4d3
|
removed need for bufferize wrapper by composing with first(chunks(...)) and applying to on-demand processor execution chain; broke mock pipeline, fixing next
|
2022-05-09 11:06:14 +02:00 |
|
Matthias Bisping
|
ec620abf54
|
lazy pipeline test
|
2022-05-09 01:17:53 +02:00 |
|
Matthias Bisping
|
5b30a32fff
|
added client pipeline without webserver backend
|
2022-05-09 00:43:21 +02:00 |
|
Matthias Bisping
|
c092e7bcab
|
refactoring; server pipeline WIP
|
2022-05-08 18:36:15 +02:00 |
|
Matthias Bisping
|
1d09337378
|
endpoint suffixes passed to stream processor
|
2022-05-08 17:28:55 +02:00 |
|
Matthias Bisping
|
8c1ad64464
|
refactoring; additional buffer test
|
2022-05-07 00:29:58 +02:00 |
|
Matthias Bisping
|
1e21913e37
|
processor test; refactoring
|
2022-05-07 00:23:22 +02:00 |
|
Matthias Bisping
|
132a1a1b50
|
renaming
|
2022-05-06 23:46:21 +02:00 |
|
Matthias Bisping
|
f99d779c29
|
refactoring
|
2022-05-06 23:39:29 +02:00 |
|
Matthias Bisping
|
f428372511
|
renaming
|
2022-05-06 23:19:25 +02:00 |
|
Matthias Bisping
|
54359501f9
|
renaming
|
2022-05-06 23:19:03 +02:00 |
|
Matthias Bisping
|
cbba561116
|
replaced eager endpoint in sender test
|
2022-05-06 23:18:37 +02:00 |
|
Matthias Bisping
|
1daaf2b904
|
refactoring
|
2022-05-06 23:13:48 +02:00 |
|
Matthias Bisping
|
866df2dee3
|
renaming
|
2022-05-06 23:07:46 +02:00 |
|
Matthias Bisping
|
962b398a9c
|
refactoring: added processor adapter and streamer
|
2022-05-06 22:49:59 +02:00 |
|
Matthias Bisping
|
3ae4fd8986
|
refactoring / formatting
|
2022-05-06 19:57:33 +02:00 |
|
Matthias Bisping
|
98af600787
|
fixed result validation case for Nothing value
|
2022-05-06 19:57:05 +02:00 |
|