Commit Graph
596 Commits
Author SHA1 Message Date
NichtJens caeb85dcdd typo; better message 2024-04-17 12:38:41 +02:00
NichtJens 698b9438df added template for fn_cfg 2024-04-17 12:34:53 +02:00
NichtJens f1ec50753a handle multiple and all detectors 2024-04-17 11:34:49 +02:00
NichtJens 722e6e4407 added buffer config command line tool 2024-04-16 13:14:02 +02:00
NichtJens 9f8d4e1ad3 made the relative import absolute 2024-04-16 12:59:32 +02:00
NichtJens e6ce4102be allow setting file mode for json_save 2024-04-16 12:57:54 +02:00
NichtJens 5702964401 moved "broker debugger" script to tools folder 2024-04-16 12:57:19 +02:00
NichtJens e87d8e45f6 added detector_name to power on message 2024-04-04 16:42:42 +02:00
NichtJens a124f795cc txndelay was renamed to txdelay in slsdet; log end of power on procedure 2024-04-04 16:23:16 +02:00
NichtJensandAuf keinen Fall Jens f171c401a4 individual messages for advance_run_number and get_run_number 2024-04-02 10:35:05 +02:00
NichtJensandAuf keinen Fall Jens 3759d6f3e0 moved advance_run_number from ENDPOINTS_GET to ENDPOINTS_POST 2024-04-02 10:35:05 +02:00
NichtJensandAuf keinen Fall Jens 0ac57b24c1 renamed get_next_run_number -> advance_run_number 2024-04-02 10:35:05 +02:00
NichtJensandAuf keinen Fall Jens 551bfeb402 renamed get_last_run_number -> get_current_run_number 2024-04-02 10:35:05 +02:00
NichtJensandAuf keinen Fall Jens ee4c0e182a renamed utility get_current_run_number -> get_run_number 2024-04-02 10:35:05 +02:00
NichtJensandAuf keinen Fall Jens d1ef504807 renamed get_allowed_detectors_list -> get_allowed_detectors 2024-04-02 10:35:05 +02:00
NichtJensandAuf keinen Fall Jens 0782f62eaa renamed get_running_detectors_list -> get_running_detectors 2024-04-02 10:35:05 +02:00
NichtJensandAuf keinen Fall Jens 62f5616894 only return message if there is no extra info 2024-04-02 10:35:05 +02:00
NichtJensandAuf keinen Fall Jens 03cea14c65 turned status="pass" into "error" 2024-04-02 10:35:05 +02:00
NichtJensandAuf keinen Fall Jens 792be2a188 renamed status: failed -> error 2024-04-02 10:35:05 +02:00
NichtJensandAuf keinen Fall Jens 92795a7b63 also return the exception type; also log the traceback 2024-04-02 10:35:05 +02:00
NichtJensandAuf keinen Fall Jens d2172f236d removed useless/fake zeros from take pedestal return dict 2024-04-02 10:35:05 +02:00
NichtJensandAuf keinen Fall Jens f286899c69 consistent return dicts with status and message 2024-04-02 10:35:05 +02:00
NichtJensandAuf keinen Fall Jens 5d450760fc status -> message; state -> status 2024-04-02 10:35:05 +02:00
NichtJensandAuf keinen Fall Jens 3b3f2e58ec moved get_dap_settings and get_detector_settings into ENDPOINTS_GET 2024-04-02 10:35:05 +02:00
NichtJens 9e6a039166 spaces 2024-03-22 13:11:01 +01:00
NichtJens 0a6d4b90aa use SSD tmp storage (if raw files are removed) 2024-03-22 11:45:10 +01:00
NichtJens 99a2a400ac attach get_detector_temperatures endpoint 2024-03-22 11:26:17 +01:00
NichtJens 22754ceff9 added get_detector_temperatures endpoint 2024-03-22 11:25:51 +01:00
NichtJens 898ecf5023 removed useless copy 2024-03-22 10:42:00 +01:00
NichtJens 0f72f475b5 test if tests cover all get endpoints 2024-03-03 13:31:27 +01:00
NichtJens 8f9ddb151c split test into smaller tests 2024-03-03 13:31:19 +01:00
NichtJens 7075354286 less self 2024-03-03 13:31:16 +01:00
NichtJens 83236bcce9 added a run script 2024-03-03 13:31:13 +01:00
NichtJens 4a1ff5c0f9 added REST API test 2024-03-03 13:31:04 +01:00
NichtJens c6c2c00a79 moved broken tests into tests-legacy 2024-03-03 13:30:57 +01:00
augustin_sandAuf keinen Fall Jens a93dda4f1e moved log format to config 2024-02-28 14:56:54 +01:00
augustin_sandAuf keinen Fall Jens 314c9008e1 mimic config usage of broker in slow broker 2024-02-28 14:31:18 +01:00
augustin_sandAuf keinen Fall Jens 45c7c4a2f8 unused const 2024-02-28 14:15:53 +01:00
augustin_sandAuf keinen Fall Jens c57314a3ee moved example files into separate folder 2024-02-28 12:24:25 +01:00
augustin_sandAuf keinen Fall Jens 5b69437e94 some formatting for easier reading 2024-02-28 12:20:50 +01:00
augustin_sandAuf keinen Fall Jens ab4a6a500e use exceptions for error handling 2024-02-28 11:47:33 +01:00
augustin_sandAuf keinen Fall Jens f75009cd01 use helper to format exceptions for printing 2024-02-28 11:13:39 +01:00
augustin_sandAuf keinen Fall Jens 63f43ae1f9 added helper to format exceptions for printing 2024-02-27 19:55:55 +01:00
augustin_sandAuf keinen Fall Jens 61ce9ed9cc use _logger.exception("...") instead of _logger.error(f"... (due to {e})") 2024-02-27 19:48:54 +01:00
augustin_sandAuf keinen Fall Jens ade477c901 use _logger.exception("...") instead of _logger.error(f"... (due to {e})") 2024-02-27 19:26:50 +01:00
augustin_sandAuf keinen Fall Jens 96497ac6a8 removed _logger where it is not used (anymore) 2024-02-27 11:58:31 +01:00
augustin_sandAuf keinen Fall Jens 0371a7209b actually read the data 2024-02-23 16:38:03 +01:00
augustin_sandAuf keinen Fall Jens 5e47aa1636 set the file name for the special case 2024-02-21 01:04:46 +01:00
augustin_sandAuf keinen Fall Jens 80282eb5b7 str.join and subprocess.run expect sequence of strings 2024-02-21 01:04:10 +01:00
augustin_sandAuf keinen Fall Jens 1e3c1e9e0a moved unused code out of code base 2024-02-19 19:14:41 +01:00