-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge dev into main #28
Commits on Mar 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 337812b - Browse repository at this point
Copy the full SHA 337812bView commit details -
Make the LABELS record the same order as PandA sent
This does now mean we do a lot more re-ordering of the list, but the alternative is to keep two lists which would more easily become out of sync.
Configuration menu - View commit details
-
Copy full SHA for 1e25c54 - Browse repository at this point
Copy the full SHA 1e25c54View commit details
Commits on Mar 31, 2023
-
Publish enums as lists of strings, not ints
This applies to any PandA field that returns us a label field. Tests updated to accomodate this.
Configuration menu - View commit details
-
Copy full SHA for cb19511 - Browse repository at this point
Copy the full SHA cb19511View commit details -
Add metadata to PVAccess for last column in table
Also fixes some mypy errors in tests
Configuration menu - View commit details
-
Copy full SHA for 085453c - Browse repository at this point
Copy the full SHA 085453cView commit details
Commits on Apr 4, 2023
-
Also upgrade to newest pythonSoftIoc which includes waveform of strings support. Also adjust typing of some test fixtures to better indicate that the order of items is important
Configuration menu - View commit details
-
Copy full SHA for 0772b53 - Browse repository at this point
Copy the full SHA 0772b53View commit details
Commits on Apr 6, 2023
-
Set record alarm when PandA disconnects
Also raise exception if initial connect fails.
Configuration menu - View commit details
-
Copy full SHA for db80d54 - Browse repository at this point
Copy the full SHA db80d54View commit details -
Configuration menu - View commit details
-
Copy full SHA for e38323f - Browse repository at this point
Copy the full SHA e38323fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b342348 - Browse repository at this point
Copy the full SHA b342348View commit details -
Configuration menu - View commit details
-
Copy full SHA for 966274f - Browse repository at this point
Copy the full SHA 966274fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4606e56 - Browse repository at this point
Copy the full SHA 4606e56View commit details
Commits on Apr 12, 2023
-
Fix bobfile tests by regenerating all the files
Also improves the IOC startup, by waiting for a signal rather than just a flat sleep timer
Configuration menu - View commit details
-
Copy full SHA for b4031fc - Browse repository at this point
Copy the full SHA b4031fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for d3a4f19 - Browse repository at this point
Copy the full SHA d3a4f19View commit details
Commits on Apr 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3deab0e - Browse repository at this point
Copy the full SHA 3deab0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7499b9 - Browse repository at this point
Copy the full SHA c7499b9View commit details
Commits on May 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a8586b9 - Browse repository at this point
Copy the full SHA a8586b9View commit details
Commits on Jul 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ec9cc23 - Browse repository at this point
Copy the full SHA ec9cc23View commit details
Commits on Aug 10, 2023
-
Merge pull request PandABlocks#22 from evalott100/fix_failing_unit_test
Changed test to use lower case names consistent with PVA
Configuration menu - View commit details
-
Copy full SHA for 61ff502 - Browse repository at this point
Copy the full SHA 61ff502View commit details -
Changed create_softioc to take a client instead of a hostname, change…
…d the name of DummyServer to MockedServer
Configuration menu - View commit details
-
Copy full SHA for 35dd00d - Browse repository at this point
Copy the full SHA 35dd00dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d14baff - Browse repository at this point
Copy the full SHA d14baffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b3ebef - Browse repository at this point
Copy the full SHA 4b3ebefView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1c4c2d - Browse repository at this point
Copy the full SHA e1c4c2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1550517 - Browse repository at this point
Copy the full SHA 1550517View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0da76d9 - Browse repository at this point
Copy the full SHA 0da76d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 045c2e5 - Browse repository at this point
Copy the full SHA 045c2e5View commit details -
Still can't get this test working, going to switch branches to see th…
…e working callstack
Configuration menu - View commit details
-
Copy full SHA for b851fc7 - Browse repository at this point
Copy the full SHA b851fc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b370cf3 - Browse repository at this point
Copy the full SHA b370cf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f055f82 - Browse repository at this point
Copy the full SHA f055f82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10f70ca - Browse repository at this point
Copy the full SHA 10f70caView commit details -
Corrected the time update tests drvl, added sleep statements to tests…
… retrieving commands from the to give them time
Configuration menu - View commit details
-
Copy full SHA for 70d15c6 - Browse repository at this point
Copy the full SHA 70d15c6View commit details -
Pinned pvi requirement to allow for bobfile consistency between 3.9 a…
…nd 3.10/3.11. We should consider 3.10 minimum on pandablocks-ioc
Configuration menu - View commit details
-
Copy full SHA for 51bab11 - Browse repository at this point
Copy the full SHA 51bab11View commit details -
added a BaseEventLoop to the mocked_time_record_updater since it will…
… give a deprecation warning on python 3.10 if you don't
Configuration menu - View commit details
-
Copy full SHA for a9139d8 - Browse repository at this point
Copy the full SHA a9139d8View commit details -
Pinned setuptools version and added as a requirement (as well as an i…
…nstall requires). Should hopefully fix the problem of deprecation warnings on python/3.8
Configuration menu - View commit details
-
Copy full SHA for f8fa658 - Browse repository at this point
Copy the full SHA f8fa658View commit details
Commits on Aug 16, 2023
-
Changed tests which use the command_queue
to use waits, changed the mocked_panda_standard_responses to wait until the MockedAsyncioClient is set up before proceeding with the test.
Configuration menu - View commit details
-
Copy full SHA for 9c88dae - Browse repository at this point
Copy the full SHA 9c88daeView commit details -
Added a wait on test_bobfiles_created
to allow bobfiles time to be written in the subprocess. Changed to pvi>=0.5 and python>=3.10
Configuration menu - View commit details
-
Copy full SHA for e289cb3 - Browse repository at this point
Copy the full SHA e289cb3View commit details -
Merge pull request PandABlocks#23 from evalott100/adjust_testing_envi…
…ronment Adjust testing environment
Configuration menu - View commit details
-
Copy full SHA for e292130 - Browse repository at this point
Copy the full SHA e292130View commit details