3350 Commits

Author SHA1 Message Date
89b4353433 docs(stubs): improvements to the stubs doc strings 2024-08-30 11:31:26 +02:00
228903628b fix(ipython client): fixed magic command for resume 2024-08-30 10:20:00 +02:00
3e0e5cf9a8 fix(queue): moved queue modifications to dedicated message for the device server 2024-08-30 07:19:40 +02:00
13beb51a52 feat(endpoint): added stop_all_devices endpoint 2024-08-30 07:19:40 +02:00
9db0c03bec docs(stubs): minor improvements to the wait docstring 2024-08-30 07:19:40 +02:00
4070521e6c refactor(docs): new bec logo 2024-08-27 14:48:10 +02:00
semantic-release
e497fe63c2 2.26.0
Automatically generated by python-semantic-release
v2.26.0
2024-08-22 12:36:12 +00:00
5de3235788 feat(bec_lib): print all asap client messages during rpc 2024-08-22 14:28:40 +02:00
semantic-release
39b72a9f82 2.25.1
Automatically generated by python-semantic-release
v2.25.1
2024-08-22 12:16:40 +00:00
ca3612816b fix: try/expect CONSOLE logger changed order 2024-08-22 11:36:37 +02:00
semantic-release
108efe14c9 2.25.0
Automatically generated by python-semantic-release
v2.25.0
2024-08-22 07:43:05 +00:00
9bde68138c feat(server): added endpoint and handler to restart server through redis 2024-08-22 09:35:28 +02:00
semantic-release
05904c053f 2.24.0
Automatically generated by python-semantic-release
v2.24.0
2024-08-21 20:24:25 +00:00
b66b928689 feat(lmfit): added fallback to hinted signals; added oversampling option 2024-08-21 22:17:08 +02:00
semantic-release
31e874253b 2.23.2
Automatically generated by python-semantic-release
v2.23.2
2024-08-21 14:14:33 +00:00
343309ff5e fix(docs): scan gui config tutorial added to toc 2024-08-21 12:17:38 +02:00
semantic-release
f7984c63fc 2.23.1
Automatically generated by python-semantic-release
v2.23.1
2024-08-19 11:02:52 +00:00
5e7f630ce7 fix(serialization): added json decoder as fallback option for raw messages 2024-08-19 12:55:27 +02:00
be0d589ae8 test: wait for dap to finish 2024-08-19 11:00:15 +02:00
semantic-release
5bcc1d225a 2.23.0
Automatically generated by python-semantic-release
v2.23.0
2024-08-17 12:22:57 +00:00
7573ce1b52 feat(client): added client event for updated devices 2024-08-17 12:39:33 +02:00
semantic-release
6cf1cacd28 2.22.1
Automatically generated by python-semantic-release
v2.22.1
2024-08-16 07:01:08 +00:00
7f93933847 test: add connector unregister test with 'patterns' 2024-08-16 08:44:01 +02:00
92b5e4a50b fix: remove unused imports, add missing import 2024-08-16 08:44:01 +02:00
semantic-release
5858a3395d 2.22.0
Automatically generated by python-semantic-release
v2.22.0
2024-08-16 06:16:09 +00:00
83e00970d1 ci: use target branch instead of default pipeline branch for e2e tests 2024-08-15 19:11:40 +02:00
624c25763f test: fixed data access in dummy controller device 2024-08-15 19:11:40 +02:00
7636f4d15a fix: fixed bug in client fixture for loading configs 2024-08-15 19:11:40 +02:00
433b831302 fix(client): handle deviceconfigerrors more gracefully in the console 2024-08-15 19:11:40 +02:00
ec5abd6dde feat(device_server): gracefully handle timeouts
Failed config updates should only lead to config flush if the object initialization fails. If we simply can't connect to the signals, the device should be disabled.
2024-08-15 19:11:40 +02:00
1e805b47c6 ci: install ophyd_devices from the repo 2024-08-15 11:29:33 +02:00
a39a6c197a wip 2024-08-15 10:30:10 +02:00
49b53a95d9 test: use simpositionerwithcontroller for controller access 2024-08-15 09:22:02 +02:00
75dd67ba17 test: ensure BECClient singleton is reset 2024-08-14 20:07:22 +02:00
82ffc52176 docs: update dev docs
renamed bec_config to bec_service_config; removed pmodule instructions as they are not available anymore
2024-08-14 17:31:25 +02:00
semantic-release
bddb40cf1e 2.21.5
Automatically generated by python-semantic-release
v2.21.5
2024-08-14 12:37:02 +00:00
8ba44f6eef fix(tmux): retry tmux launch on error
Sometimes, restarting the tmux client is flaky
2024-08-14 14:12:05 +02:00
semantic-release
2e7af1df32 2.21.4
Automatically generated by python-semantic-release
v2.21.4
2024-08-14 10:25:45 +00:00
cfae8617fd fix(client): fixed client init of singleton instance 2024-08-14 11:28:40 +02:00
semantic-release
1707c977f6 2.21.3
Automatically generated by python-semantic-release
v2.21.3
2024-08-13 18:53:14 +00:00
27fa7584cd fix: fix bug in bluesky emitter get descriptor method 2024-08-13 20:45:46 +02:00
semantic-release
b3208031f8 2.21.2
Automatically generated by python-semantic-release
v2.21.2
2024-08-13 18:37:18 +00:00
4c5dd4ab40 test: fixed test for status wait 2024-08-13 20:21:06 +02:00
efc07ff4ff fix(bec_lib): raise on rpc status failure 2024-08-13 20:21:06 +02:00
semantic-release
203b76c8b9 2.21.1
Automatically generated by python-semantic-release
v2.21.1
2024-08-13 09:44:24 +00:00
ef637c0e59 fix(redis_connector): fixed support for bundle message 2024-08-13 11:13:49 +02:00
f08c652dd6 refactor: minor cleanup 2024-08-13 11:13:49 +02:00
b0bc0da54f refactor(scan_bundler): moved specific bec emitter methods from emitterbase to bec emitter 2024-08-13 11:13:49 +02:00
28f9882217 fix(bec_lib): fixed reported msg type for device_config endpoint 2024-08-13 11:13:49 +02:00
c8b4ab9d99 fix(bec_lib): added check to ensure becmessage type is correct 2024-08-13 11:13:49 +02:00