Commit Graph

562 Commits

Author SHA1 Message Date
NichtJens c6c2c00a79 moved broken tests into tests-legacy 2024-03-03 13:30:57 +01:00
augustin_s a93dda4f1e moved log format to config 2024-02-28 14:56:54 +01:00
augustin_s 314c9008e1 mimic config usage of broker in slow broker 2024-02-28 14:31:18 +01:00
augustin_s 45c7c4a2f8 unused const 2024-02-28 14:15:53 +01:00
augustin_s c57314a3ee moved example files into separate folder 2024-02-28 12:24:25 +01:00
augustin_s 5b69437e94 some formatting for easier reading 2024-02-28 12:20:50 +01:00
augustin_s ab4a6a500e use exceptions for error handling 2024-02-28 11:47:33 +01:00
augustin_s f75009cd01 use helper to format exceptions for printing 2024-02-28 11:13:39 +01:00
augustin_s 63f43ae1f9 added helper to format exceptions for printing 2024-02-27 19:55:55 +01:00
augustin_s 61ce9ed9cc use _logger.exception("...") instead of _logger.error(f"... (due to {e})") 2024-02-27 19:48:54 +01:00
augustin_s ade477c901 use _logger.exception("...") instead of _logger.error(f"... (due to {e})") 2024-02-27 19:26:50 +01:00
augustin_s 96497ac6a8 removed _logger where it is not used (anymore) 2024-02-27 11:58:31 +01:00
augustin_s 0371a7209b actually read the data 2024-02-23 16:38:03 +01:00
augustin_s 5e47aa1636 set the file name for the special case 2024-02-21 01:04:46 +01:00
augustin_s 80282eb5b7 str.join and subprocess.run expect sequence of strings 2024-02-21 01:04:10 +01:00
augustin_s 1e3c1e9e0a moved unused code out of code base 2024-02-19 19:14:41 +01:00
augustin_s eabc740240 extended logging message 2024-02-13 15:51:23 +01:00
augustin_s 8b72231e9c simplified pulse ID handling: loop for retry, no re-packing request, exceptions for error handling 2024-02-13 15:48:22 +01:00
augustin_s f9f6e1fee5 removed useless keyword arguments 2024-02-13 15:42:23 +01:00
augustin_s 93bceba874 improved clarity in error messages, logging 2024-02-12 23:22:33 +01:00
augustin_s 1da1da5b17 use idiomatic boolness of python containers; some ordering for easier reading 2024-02-12 19:33:47 +01:00
augustin_s 087dfc9410 consistent argparse wording 2024-02-12 19:33:05 +01:00
augustin_s f1c7975f66 language 2024-02-12 16:08:37 +01:00
augustin_s 7ec7cd169a assign request to variable 2024-02-12 15:55:37 +01:00
augustin_s 1734a42506 removed useless keyword arguments 2024-02-12 15:55:16 +01:00
augustin_s ff985a6e01 naming 2024-02-12 14:55:48 +01:00
augustin_s 3205869b4f took pedestal retrieval out of process_request_internal 2024-02-12 14:29:10 +01:00
augustin_s 4cc9fda767 removed useless keyword arguments 2024-02-12 13:47:13 +01:00
augustin_s c8e7a2c37b split error handling out of long function 2024-02-12 13:43:23 +01:00
augustin_s 1fde092439 forgotten "as e" 2024-02-12 13:36:41 +01:00
augustin_s 0db3168eca added write_start function; clarity in logging and comments; formatting 2024-02-12 13:32:31 +01:00
augustin_s 5d2a3ed26b top to bottom function order for exectuable scripts 2024-02-12 12:52:59 +01:00
augustin_s eb63e5c91c made the structure of data_request more apparent 2024-02-12 12:37:05 +01:00
augustin_s 466bdd6ef0 consistent structure for executable scripts 2024-02-12 12:33:39 +01:00
augustin_s 14e84b90e2 removed unused variables 2024-02-12 12:26:48 +01:00
augustin_s 92c5d597b2 consistent structure for executable scripts 2024-02-12 12:24:03 +01:00
augustin_s 63b527b04d top to bottom function order for exectuable scripts 2024-02-12 12:20:09 +01:00
augustin_s 14d6c05021 consistently name the main entry point run() 2024-02-12 12:16:59 +01:00
augustin_s 05ad9a0c50 a space 2024-02-11 23:52:32 +01:00
augustin_s b8d8aedb89 made loop a bit clearer 2024-02-11 23:49:34 +01:00
augustin_s 8cc0f8c031 close the file ASAP 2024-02-11 23:44:28 +01:00
augustin_s 3497eeb7c6 do not needlessly rename function arguments 2024-02-11 23:42:05 +01:00
augustin_s 9daf48be12 consistent naming 2024-02-11 22:34:10 +01:00
augustin_s 36cc26d57a close the file ASAP 2024-02-11 22:32:33 +01:00
augustin_s 9d88809224 cleanup 2024-02-11 22:24:28 +01:00
augustin_s 920f550768 cleanup 2024-02-11 19:08:36 +01:00
augustin_s 64c0d976c4 consistency 2024-02-11 17:41:57 +01:00
augustin_s 121223df1a clearer intent regarding file names; command as tuple to avoid potentially breaking split; language 2024-02-11 17:34:45 +01:00
augustin_s 64f886e3fd use idiomatic boolness of python containers 2024-02-11 14:27:19 +01:00
augustin_s 9512f6ea9f grouped operations for easier reading 2024-02-11 13:45:04 +01:00