Commit Graph
1077 Commits
Author SHA1 Message Date
semantic-release e95d46a77d 1.32.1
Automatically generated by python-semantic-release
v1.32.1
2025-12-01 15:33:51 +00:00
appel_candChristian Appel 86436c5986 fix(shutter): Rename class, refactor is_open to be kind normal 2025-12-01 16:33:17 +01:00
semantic-release 234b0149d3 1.32.0
Automatically generated by python-semantic-release
v1.32.0
2025-11-30 19:15:30 +00:00
wakonig_kandChristian Appel 616010a0e9 feat(sim_waveform): add progress and async multi data signals to SimWaveform 2025-11-30 20:14:57 +01:00
wakonig_kandChristian Appel 609010d682 feat(signal): add signal normalization method and corresponding tests 2025-11-30 20:14:57 +01:00
semantic-release c6537cd39a 1.31.0
Automatically generated by python-semantic-release
v1.31.0
2025-11-28 13:30:30 +00:00
appel_candDavid Perl 77eaca174e refactor(shutter): Refactor signal structure of shutter device 2025-11-28 14:29:57 +01:00
perl_dandDavid Perl ad1b042f2e fix: improvements from review 2025-11-28 14:29:57 +01:00
perl_dandDavid Perl 288096b8ff ci: update coverage settings 2025-11-28 14:29:57 +01:00
perl_dandDavid Perl 882be25b73 tests: add tests for shutter 2025-11-28 14:29:57 +01:00
perl_dandDavid Perl 366c871db6 feat: add shutter class 2025-11-28 14:29:57 +01:00
semantic-release 2857ddffba 1.30.3
Automatically generated by python-semantic-release
v1.30.3
2025-11-19 13:02:26 +00:00
perl_dandDavid Perl eceab997b8 fix: improve device mocking for tests 2025-11-19 14:01:50 +01:00
semantic-release 011b68f3dc 1.30.2
Automatically generated by python-semantic-release
v1.30.2
2025-11-17 09:59:08 +00:00
wyzula_jandJan Wyzula 454550b82c fix(waveform_sim): added signal to emit 0D data 2025-11-17 10:58:38 +01:00
semantic-release f6217f06cd 1.30.1
Automatically generated by python-semantic-release
v1.30.1
2025-11-14 09:58:51 +00:00
wakonig_kandDavid Perl 21634d3bcb fix: use streams to retrieve the username from redis 2025-11-14 10:58:19 +01:00
semantic-release 081d218fbe 1.30.0
Automatically generated by python-semantic-release
v1.30.0
2025-11-13 20:33:37 +00:00
wakonig_kandKlaus Wakonig e78ec1c814 build(bec): update min dependency to 3.74 2025-11-13 21:33:06 +01:00
wakonig_kandKlaus Wakonig c84a8c2902 feat(bec signals): validate async updates 2025-11-13 21:33:06 +01:00
semantic-release 6ff3a5cc93 1.29.7
Automatically generated by python-semantic-release
v1.29.7
2025-11-13 18:23:10 +00:00
wakonig_kandKlaus Wakonig 9a23557b9e fix(async signal tests): create messages with correct async update 2025-11-13 19:22:39 +01:00
semantic-release 17f8c826b2 1.29.6
Automatically generated by python-semantic-release
v1.29.6
2025-11-13 18:04:33 +00:00
wakonig_kandKlaus Wakonig b0c5f9d815 fix(bec signals): metadata cannot be None 2025-11-13 19:04:02 +01:00
semantic-release 4c1b7ed5b2 1.29.5
Automatically generated by python-semantic-release
v1.29.5
2025-11-13 13:20:00 +00:00
perl_dandKlaus Wakonig 1241bcb014 fix: smarter strip for computed signal 2025-11-13 14:19:12 +01:00
semantic-release 0306a0bd6f 1.29.4
Automatically generated by python-semantic-release
v1.29.4
2025-11-13 09:17:59 +00:00
wakonig_kandDavid Perl d7fb4f55e8 fix(computed signal): fix various bugs in the computed signal 2025-11-13 10:17:24 +01:00
semantic-release 176c95d0f1 1.29.3
Automatically generated by python-semantic-release
v1.29.3
2025-11-12 07:14:19 +00:00
appel_candChristian Appel 9b202f8a74 tests(psi-motors): add test for high limit switch 2025-11-12 08:13:48 +01:00
appel_candChristian Appel 33aa4b6cca refactor(psi-motor): cleanup and fix tests 2025-11-12 08:13:48 +01:00
Xiaoqiang WangandChristian Appel 3d0a2119db raise exception on failed motion 2025-11-12 08:13:48 +01:00
appel_candChristian Appel 3b6d5f340f refactor(psi-motor): Refactor custom check signal and signal kind attributes. 2025-11-12 08:13:48 +01:00
appel_candChristian Appel 66fe9e217c test(psi-motor): cleanup integration, add tests for psi-motors. 2025-11-12 08:13:48 +01:00
appel_candChristian Appel 2bb37ba395 fix(mock-pv): add get_ctrlvars to better test alarm state callbacks 2025-11-12 08:13:48 +01:00
appel_candChristian Appel 7bb610394e refactor(psi-motor): Review signal kinds, add custom limit signal 2025-11-12 08:13:48 +01:00
Xiaoqiang WangandChristian Appel b787b428b3 fix Component keyword argument doc 2025-11-12 08:13:48 +01:00
Xiaoqiang WangandChristian Appel f9a4056277 turn exception to warning
The next move command will try to clear the error.
Here it should not prevent that,
2025-11-12 08:13:48 +01:00
Xiaoqiang WangandChristian Appel 6a350b4738 do not override motor_done_move
The _move_chnaged method is decorated by @motor_done_move.sub_value.
Overriding this signal breaks the callback.
2025-11-12 08:13:48 +01:00
wakonig_kandChristian Appel fca4f31fb0 docs(psi motor): add component docs 2025-11-12 08:13:48 +01:00
wakonig_kandChristian Appel 6f0308b783 refactor: renamed EpicsMotorMR to EpicsMotor 2025-11-12 08:13:48 +01:00
mohacsi_iandChristian Appel 69c0b8de81 Update psi_motor.py 2025-11-12 08:13:48 +01:00
mohacsi_iandChristian Appel 0bd2e12880 Update psi_motor.py 2025-11-12 08:13:48 +01:00
gac-x06daandChristian Appel 5610b7e271 Signal type fix 2025-11-12 08:13:48 +01:00
gac-x06daandChristian Appel f178414d78 Something updated 2025-11-12 08:13:48 +01:00
gac-x05laandChristian Appel 63fcadc05e Blacking 2025-11-12 08:13:48 +01:00
gac-x05laandChristian Appel 3d564c2595 Minor docs expansion 2025-11-12 08:13:48 +01:00
gac-x05laandChristian Appel 65cc2060d0 Copying ECMC motor class to main repo 2025-11-12 08:13:48 +01:00
semantic-release 354afdeb30 1.29.2
Automatically generated by python-semantic-release
v1.29.2
2025-11-04 12:26:28 +00:00
wakonig_kandKlaus Wakonig 9bd333fa78 fix(bec_signals): update signal metadata when updating its components 2025-11-04 13:26:00 +01:00