Skip to content
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

Adjust to use table packing in utils #14

Commits on Mar 30, 2023

  1. Configuration menu
    Copy the full SHA
    337812b View commit details
    Browse the repository at this point in the history
  2. 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.
    AlexanderWells-diamond committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    1e25c54 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. 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.
    AlexanderWells-diamond committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    cb19511 View commit details
    Browse the repository at this point in the history
  2. Add metadata to PVAccess for last column in table

    Also fixes some mypy errors in tests
    AlexanderWells-diamond committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    085453c View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Add test for PVAccess

    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
    AlexanderWells-diamond committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    0772b53 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Set record alarm when PandA disconnects

    Also raise exception if initial connect fails.
    AlexanderWells-diamond committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    db80d54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e38323f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b342348 View commit details
    Browse the repository at this point in the history
  4. remove bobfile server

    tizayi authored and AlexanderWells-diamond committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    966274f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4606e56 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. 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
    AlexanderWells-diamond committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    b4031fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3a4f19 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Configuration menu
    Copy the full SHA
    3deab0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7499b9 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Configuration menu
    Copy the full SHA
    a8586b9 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    6094360 View commit details
    Browse the repository at this point in the history