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
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
5b913983eb
refactoring: move; added null value param to bufferize
2022-05-09 14:50:54 +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
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
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
3ae4fd8986
refactoring / formatting
2022-05-06 19:57:33 +02:00
Matthias Bisping
ec650464a8
bufferize test
2022-05-06 19:56:43 +02:00
Matthias Bisping
ed69011bf6
removed comment out lines
2022-05-06 19:16:17 +02:00
Matthias Bisping
5760a6f354
fixed buffer issue: buffer can overflow when called lazily, for some reason. looking into it next.
2022-05-06 19:15:02 +02:00
Matthias Bisping
dca3eaaa54
fixed buffering and result streaming: all items are yielded individually and computed on demand now
2022-05-06 12:14:09 +02:00
Matthias Bisping
1b04c46853
removed code related to eager endpoint
2022-05-05 17:25:42 +02:00
Matthias Bisping
68c24c863f
removed eager endpoint (/process)
2022-05-05 17:21:47 +02:00
Matthias Bisping
bd5fe82e06
refactoring: rename
2022-05-05 15:47:25 +02:00
Matthias Bisping
b62652957a
refactoring: pipeline
2022-05-05 15:15:05 +02:00
Matthias Bisping
a7a44267f1
refactoring: added pipeline class
2022-05-05 12:49:49 +02:00
Matthias Bisping
7a1db32c3b
refactoring: rename
2022-05-05 11:22:17 +02:00
Matthias Bisping
456fb1db06
refactoring: move
2022-05-05 10:23:51 +02:00
Matthias Bisping
e221b00933
refactoring: Sender, Receiver
2022-05-05 10:17:38 +02:00
Matthias Bisping
24313241a8
sync
2022-05-04 17:46:35 +02:00
Matthias Bisping
531ff8d3e0
refactoring; fixed sender
2022-05-04 16:57:08 +02:00
Matthias Bisping
00ea224379
refactoring; packer test; sender test
2022-05-04 16:41:29 +02:00
Matthias Bisping
625552ec7c
packing and bundling test params
2022-05-04 15:19:52 +02:00
Matthias Bisping
8afd87e44f
added packing and bundling test
2022-05-04 15:18:15 +02:00
Matthias Bisping
1d70fb628e
removed debug prints
2022-05-04 14:58:22 +02:00
Matthias Bisping
f32004c3a4
added packer test
2022-05-04 14:57:40 +02:00
Julius Unverfehrt
d95b483917
Pull request #35 : fix: storage data access failure now triggers dead letter queue publishing
...
Merge in RR/pyinfra from storage-data-access-failure-dead-letter-queue-fix to master
Squashed commit of the following:
commit 1f1fcdf0357fe7817b36eac7e369d5ef75ec5af4
Author: Julius Unverfehrt <julius.unverfehrt@iqser.com>
Date: Mon May 2 14:27:29 2022 +0200
fix: storage data access failure now triggers dead letter queue publishing
2022-05-02 14:55:38 +02:00
Matthias Bisping
0e47ba61c7
Pull request #34 : Aws region
...
Merge in RR/pyinfra from aws_region to master
Squashed commit of the following:
commit 7d5513e8b2e46218fe6f030abf99cc05b3fed7f5
Author: Matthias Bisping <matthias.bisping@iqser.com>
Date: Thu Apr 28 16:08:20 2022 +0200
changed test bucket
commit caba7b503edbc6147aa69f8044ac92a81e768abd
Merge: e76f0ab 52acc30
Author: Matthias Bisping <matthias.bisping@iqser.com>
Date: Thu Apr 28 15:30:57 2022 +0200
Merge branch 'master' of ssh://git.iqser.com:2222/rr/pyinfra into aws_region
commit e76f0ab1f29b774d9297453c82b3b5749ea4cb44
Author: Matthias Bisping <matthias.bisping@iqser.com>
Date: Thu Apr 28 15:30:19 2022 +0200
changed test bucket
commit 29b15be9337fb409f6a0bfbb29026baa4bbe7236
Author: Matthias Bisping <matthias.bisping@iqser.com>
Date: Thu Apr 28 15:08:43 2022 +0200
added aws region to config
2022-04-28 16:29:15 +02:00
Matthias Bisping
52acc3080e
Pull request #33 : added aws region to config
...
Merge in RR/pyinfra from aws_region to master
Squashed commit of the following:
commit 29b15be9337fb409f6a0bfbb29026baa4bbe7236
Author: Matthias Bisping <matthias.bisping@iqser.com>
Date: Thu Apr 28 15:08:43 2022 +0200
added aws region to config
2022-04-28 15:13:21 +02:00
Matthias Bisping
ab5839a126
refactoring; extended partial posting by image payload data
2022-04-27 16:29:52 +02:00
Matthias Bisping
c9bfc767a8
Pull request #32 : restructuring: moved test out of module scope
...
Merge in RR/pyinfra from partial_responses to master
Squashed commit of the following:
commit afd67d87a6349c4b97453a12274c6ccf5e976339
Author: Matthias Bisping <matthias.bisping@iqser.com>
Date: Tue Apr 26 12:48:12 2022 +0200
updated test container dockerfile for new location of tests directory
commit 37881da08ebedf0f2d0c6c2b267bdb47818a0da1
Author: Matthias Bisping <matthias.bisping@iqser.com>
Date: Tue Apr 26 12:45:12 2022 +0200
restructuring: moved test out of module scope
2022-04-26 13:12:54 +02:00
Matthias Bisping
64624a3fd3
refactoring: moved conftest up a dir
2022-04-26 12:52:24 +02:00
Matthias Bisping
37881da08e
restructuring: moved test out of module scope
2022-04-26 12:45:12 +02:00