97 Commits

Author SHA1 Message Date
Julius Unverfehrt
251fea4094 Adjusted readme and config to the actual changes. pika_encapsulation_30 2022-03-15 15:02:25 +01:00
Julius Unverfehrt
d00a0aadc0 Merge branch 'master' of ssh://git.iqser.com:2222/rr/pyinfra into pika_encapsulation 2022-03-15 14:06:21 +01:00
Julius Unverfehrt
ded29bb8d0 blackkkkkkkkkkkkkkkk pika_encapsulation_29 2022-03-15 14:02:37 +01:00
Julius Unverfehrt
de3899c69f Judgement Day - The Great Refactoring 2022-03-15 14:00:53 +01:00
Julius Unverfehrt
48eb2bb792 blacky pika_encapsulation_28 2022-03-15 13:30:53 +01:00
Julius Unverfehrt
38fb073291 update mock client/publish 2022-03-15 13:29:46 +01:00
Julius Unverfehrt
8744cdeb6d quickfix consumer.consume_and_publish bug 2022-03-15 13:29:19 +01:00
Matthias Bisping
0ce30cafbf updated serving logic for new queue, visior and storage logic pika_encapsulation_27 2022-03-15 11:42:04 +01:00
Matthias Bisping
5ac5fbf50b changed callback signature to expect a dict with a key 'data' 2022-03-15 11:41:18 +01:00
Matthias Bisping
4c7c4b466e set dead letter queue related params pika_encapsulation_26 2022-03-15 09:46:39 +01:00
Matthias Bisping
f8b60aad16 added republishing logic pika_encapsulation_25 2022-03-14 20:22:57 +01:00
Matthias Bisping
a40f07139a removed obsolete import pika_encapsulation_24 2022-03-14 19:10:08 +01:00
Matthias Bisping
d3605b0913 removed obsolete code pika_encapsulation_23 2022-03-14 19:09:50 +01:00
Matthias Bisping
9130b9fc75 test refac pika_encapsulation_22 2022-03-14 19:05:59 +01:00
Matthias Bisping
1205adecdb removed obsolete import pika_encapsulation_21 2022-03-14 14:49:59 +01:00
Matthias Bisping
59d0de97e3 applied black pika_encapsulation_20 2022-03-14 14:49:21 +01:00
Matthias Bisping
f78a6894bc applied black pika_encapsulation_19 2022-03-14 14:49:03 +01:00
Matthias Bisping
32740a914f removed obsolete code pika_encapsulation_18 2022-03-14 14:47:47 +01:00
Matthias Bisping
f21cbc141e consumer with visitor test fixed (added connection.close() in case of pika queue manager) pika_encapsulation_17 2022-03-14 14:47:27 +01:00
Matthias Bisping
c415dcd8e6 consumer with visitor test WIP 2 pika_encapsulation_16 2022-03-14 13:56:54 +01:00
Matthias Bisping
ccad97992d consumer with visitor test WIP pika_encapsulation_15 2022-03-14 13:53:37 +01:00
Matthias Bisping
b4b060ac0e added compression / decompression; jsons put on storage rather than only result data pika_encapsulation_14 2022-03-11 11:43:27 +01:00
Matthias Bisping
66a27d26d3 fixed duplicate function name pika_encapsulation_13 2022-03-11 10:24:51 +01:00
Matthias Bisping
4f9c5626b5 file extensions are now assumed to be part of the request pika_encapsulation_12 2022-03-11 10:23:14 +01:00
Julius Unverfehrt
91980ff3ed add retry for prometheus endpoint metric getter pika_encapsulation_11 2022-03-11 10:09:39 +01:00
Matthias Bisping
963132afb1 added test for side-effect of storage response strategy pika_encapsulation_10 2022-03-10 16:41:53 +01:00
Matthias Bisping
896918570e added response strategies to queue visitor pika_encapsulation_9 2022-03-10 16:09:40 +01:00
Matthias Bisping
f0ffc8fb8b added tests for body processing with visitor pika_encapsulation_8 2022-03-10 15:10:34 +01:00
Matthias Bisping
8d6dd9e552 added tests for queue visitor pika_encapsulation_7 2022-03-10 14:43:19 +01:00
Matthias Bisping
eadefc9b14 pytest automation for testing all queue managers pika_encapsulation_6 2022-03-10 13:28:22 +01:00
Matthias Bisping
1347fb57f8 test refac pika_encapsulation_5 2022-03-10 13:05:42 +01:00
Matthias Bisping
ce1217c191 adapted queue manager mock for new queue manager interface pika_encapsulation_4 2022-03-10 13:02:59 +01:00
Matthias Bisping
9aff168f0d renaming 2022-03-10 13:02:28 +01:00
Julius Unverfehrt
08f2746afc Pull request #19: Prometheus tunneling
Merge in RR/pyinfra from prometheus-tunneling to pika_encapsulation

Squashed commit of the following:

commit 350448ec0f14849844deaa1a86ba4397ab3ebf3c
Author: Julius Unverfehrt <julius.unverfehrt@iqser.com>
Date:   Wed Mar 9 16:52:02 2022 +0100

    quickfix

commit ee88be4c80abdf597013c743ce2d490ad2b3e029
Author: Julius Unverfehrt <julius.unverfehrt@iqser.com>
Date:   Wed Mar 9 15:26:19 2022 +0100

    added prometheus endpoint to tunnel metrics from analysis endpoint
pika_encapsulation_3
2022-03-10 08:24:03 +01:00
Clarissa Dietrich
c34a1ce849 Pull request #18: refactor README
Merge in RR/pyinfra from readme to master

* commit '5cb3632b3cbecc2996edd862994dee27ff9d0883':
  refactor README
master_28
2022-03-08 16:18:50 +01:00
cdietrich
5cb3632b3c refactor README readme_2 2022-03-08 16:15:27 +01:00
Matthias Bisping
21592342d5 pika queue manager works now in basic version pika_encapsulation_2 2022-03-08 13:37:40 +01:00
Julius Unverfehrt
be0a4fe58f Pull request #17: RED-3463: Add tests
Merge in RR/pyinfra from add_tests to master

Squashed commit of the following:

commit aa99d15c0487304a06bb36d990765fdca28bb651
Author: Julius Unverfehrt <julius.unverfehrt@iqser.com>
Date:   Fri Mar 4 13:05:27 2022 +0100

    RED-3463: Add some important tests

commit 666bb067ae19ee221ee9a4437f5a2c0bc749b3a6
Author: Julius Unverfehrt <julius.unverfehrt@iqser.com>
Date:   Fri Mar 4 09:57:03 2022 +0100

    blackkky

commit f6ce3be25e32f0c612b76a88e83b473a4d9ce605
Author: Julius Unverfehrt <julius.unverfehrt@iqser.com>
Date:   Fri Mar 4 09:56:25 2022 +0100

    added tests for processor and analyzer

commit b08f2742742c52400d9b8c984025c66f25c2bede
Author: cdietrich <clarissa.dietrich@iqser.com>
Date:   Fri Mar 4 08:19:55 2022 +0100

    add tests

commit 7a37b73db0567d6bbb5d854c73c7bdf57fa34043
Merge: a3056c0 cc0c1bb
Author: cdietrich <clarissa.dietrich@iqser.com>
Date:   Thu Mar 3 11:58:03 2022 +0100

    Merge branch 'master' of ssh://git.iqser.com:2222/rr/pyinfra

commit a3056c0df73091ee766491331f07e3a0377e7887
Author: cdietrich <clarissa.dietrich@iqser.com>
Date:   Thu Mar 3 10:24:54 2022 +0100

    refactor save response as file
master_27
2022-03-04 13:10:25 +01:00
Clarissa Dietrich
cc0c1bb999 Pull request #16: refactor save response as file
Merge in RR/pyinfra from response to master

Squashed commit of the following:

commit a3056c0df73091ee766491331f07e3a0377e7887
Author: cdietrich <clarissa.dietrich@iqser.com>
Date:   Thu Mar 3 10:24:54 2022 +0100

    refactor save response as file
0.1.5 master_25
2022-03-03 10:27:05 +01:00
Clarissa Dietrich
2a1d6c4973 Pull request #15: fix endpoint regex
Merge in RR/pyinfra from fix_endpoint_regex to master

* commit '344c92c4d2e46d5adbfa385e4516322df86406e3':
  fix endpoint regex
master_24
2022-03-02 16:25:28 +01:00
cdietrich
344c92c4d2 fix endpoint regex fix_endpoint_regex_2 2022-03-02 15:39:20 +01:00
Julius Unverfehrt
d08f2d5d77 Quickrefactor for response type flag 0.1.4 master_22 2022-03-02 13:15:12 +01:00
Julius Unverfehrt
a6beeeec10 Pull request #14: Response formatting
Merge in RR/pyinfra from response-formatting to master

* commit 'bc5cc8c1322fddcaab05f84d9d9bd5958838ac87':
  blacky
  Adjust pyinfra to give standart image-service response
0.1.3 master_20
2022-03-02 09:38:30 +01:00
Julius Unverfehrt
bc5cc8c132 blacky response-formatting_2 2022-03-02 09:35:12 +01:00
Julius Unverfehrt
7a21a64a56 Adjust pyinfra to give standart image-service response 2022-03-02 09:34:38 +01:00
Julius Unverfehrt
8def5ed4d6 Readme update WIP master_19 2022-03-01 13:23:29 +01:00
Julius Unverfehrt
030d71c7ee Readme update WIP master_18 2022-03-01 13:21:54 +01:00
Julius Unverfehrt
985301330d Quickfix endpoint parsing bug 0.1.2 master_16 2022-03-01 10:39:53 +01:00
Julius Unverfehrt
55be1c345b Pull request #13: Add storage save response
Merge in RR/pyinfra from add-storage-save-response to master

Squashed commit of the following:

commit cb96b7943c388f020d11e97e7e1f8402efa2dd12
Author: Julius Unverfehrt <Julius.Unverfehrt@iqser.com>
Date:   Mon Feb 28 16:06:29 2022 +0100

    improved config

commit 607e938f16a39215c81c88bb76377bcc90282011
Author: Julius Unverfehrt <Julius.Unverfehrt@iqser.com>
Date:   Mon Feb 28 15:57:21 2022 +0100

    response save on storage logic added

commit 7b66bcaafe32e80a64ad09ef424c28fe1f73cd23
Author: Julius Unverfehrt <Julius.Unverfehrt@iqser.com>
Date:   Mon Feb 28 15:22:19 2022 +0100

    tidy up & black

commit 15a5687bac5bac599d162c86f5cec2cd945c5039
Author: Julius Unverfehrt <Julius.Unverfehrt@iqser.com>
Date:   Mon Feb 28 15:20:50 2022 +0100

    response save on storage logic added WIP
0.1.1 master_14
2022-02-28 16:12:57 +01:00
Julius Unverfehrt
6990840f64 ignore 0.1.0 master_12 2022-02-28 09:14:05 +01:00