Commit Graph

100 Commits (d482001cdcc5e5ab4a7e5538f709d326e9b2a086)
 

Author SHA1 Message Date
Ruakij d482001cdc Merge branch 'f_docker' into dev 3 years ago
Ruakij a681bbd2d2 Removed sudo as container runs as root anyways 3 years ago
Ruakij d9ee804c3b Removed src-references as hats the workdir 3 years ago
Ruakij e320d8670b Add installation of package tcpdump 3 years ago
Ruakij 2d824543d1 fixed cmd 3 years ago
Ruakij 6e080907d1 Merge branch 'code-smell_handling' into dev 3 years ago
Ruakij 91c3aca9e2 Add function to get handshakeStage from keyInfo 3 years ago
Ruakij 31ab10c3e1 Fix wrong var-name 3 years ago
Ruakij 8ff7211f0f Revert "Extract packetType handling in own function"
This reverts commit 227ba127f8.
3 years ago
Ruakij 2ae85ababb Extract keyInfo reading to helper-file 3 years ago
Ruakij 227ba127f8 Extract packetType handling in own function 3 years ago
Ruakij 8417de5756 Extract checks with if-statements 3 years ago
Ruakij 54eadf3bc3 Fixed Regex codesmells 3 years ago
Ruakij e39ebaac23 Fixed Regex codesmell 3 years ago
Ruakij 54d627d469 Fix typo 3 years ago
Ruakij ca3c37be0f Activating strict-mode 3 years ago
Ruakij 96b52e63a0 Add exit-handler with error-detection 3 years ago
Ruakij 3c5e941cba Creating & Attaching streams / Error-logger 3 years ago
Ruakij a468d7a57b Start tcpdump process 3 years ago
Ruakij 4ad5eba7e0 Change tag-srtting to recursive by field
This will properly set e.g. arrays
3 years ago
Ruakij 2646c9787e Changed key-checking to value-checking
This includes e.g. gettings, originally not included in keys
3 years ago
Ruakij 873f00b21b Remove deleting point and rename point to something useable 3 years ago
Ruakij 271554719e Remove wrong hint 3 years ago
Ruakij e18de63d7c Revert "Move catch into then-onRejected to fix resolving then anyways."
This reverts commit 2356040572.
3 years ago
Ruakij 2356040572 Move catch into then-onRejected to fix resolving then anyways. 3 years ago
Ruakij b0bbf0c71a Fixed wrong option-subname 3 years ago
Ruakij 37b78e7373 Fixed wrong logging-mode used 3 years ago
Ruakij c5e1bb4c64 Added info-log "ok" 3 years ago
Ruakij 3c29ed2000 Implemented CheckWriteApi by writing and then deleting a TestPoint 3 years ago
Ruakij ddf39b9433 Fixed require 3 years ago
Ruakij 3a927688d0 Changed fatal to error and added error handling to promise catch in main 3 years ago
Ruakij c51cfc1b14 Fixed missing require 3 years ago
Ruakij e1b2a7e016 Added influx checkBucket 3 years ago
Ruakij fc5900b0ba Added influx checkHealth 3 years ago
Ruakij 354ca32a61 Merge branch 'dev' into f_influx-checks 3 years ago
Ruakij d10e9bb2c6 Create influx-client 3 years ago
Ruakij 44cd3288cf Fixed stram not being in object-mode 3 years ago
Ruakij 3af4bb7cc6 Fixed wrong push 3 years ago
Ruakij 2a662e0bd1 Changed constructor to take influxDb 3 years ago
Ruakij d7a9530b68 Cleaned up Promise 3 years ago
Ruakij 7de2250983 Added client-apis 3 years ago
Ruakij bb3d843895 Fixed wrong joining 3 years ago
Ruakij 9472ed9198 Fix wrong usage of join()
Default splitter is ',' but we want nothing
3 years ago
Ruakij dcd0ce8111 Added lib string-argv to extract bin and args from cmd 3 years ago
Ruakij 1a9ced0bb8 Changed exec to only wrap spawn 3 years ago
Ruakij d77e3f8844 Fixed naming 3 years ago
Ruakij e715cc1cac Removed unused env-vars for now 3 years ago
Ruakij cf1b300f6a Changed documentation to remarks section 3 years ago
Ruakij 450f162cda Implemented InfluxPointWriter for writing into influx with stream 3 years ago
Ruakij 7ebcf573b9 Implemented stream to transform packets to datapoints 3 years ago