Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: DiamondLightSource/FastCS
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.2
Choose a base ref
...
head repository: DiamondLightSource/FastCS
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.3.0
Choose a head ref
  • 18 commits
  • 82 files changed
  • 2 contributors

Commits on Mar 6, 2024

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

Commits on Mar 7, 2024

  1. Merge pull request #23 from DiamondLightSource/Fix-test_boilerplate_r…

    …emoved-linting
    
    Fix pre-commit linting check fail
    GDYendell committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    7a70b95 View commit details
    Browse the repository at this point in the history
  2. Move connections.py into new 'connections' dir and rename, ready for …

    …adding other connection type scripts
    OCopping committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    ef559ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c33e62 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0bed12f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #20 from DiamondLightSource/create-connections-dir

    Create connections directory
    GDYendell committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    2d9657f View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Merge pull request #22 from DiamondLightSource/Upgrade-to-Python-3.11

    Update minimum Python version to 3.11
    GDYendell committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    11c1baf View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    cdeb0fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30b4a0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b39a4bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    07cd1bc View commit details
    Browse the repository at this point in the history
  5. Fix API reference docs

    GDYendell committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    f887045 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Merge pull request #27 from DiamondLightSource/adopt-copier-template

    Adopt copier template
    GDYendell committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    4e65454 View commit details
    Browse the repository at this point in the history
  2. Update write display callback to not process record

    This enables demand values to be initialised at start up by
    reading from the device without sending demands back down.
    GDYendell committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    2039738 View commit details
    Browse the repository at this point in the history
  3. Add command initialisation on record creation

    This sets an initial value to clear the invalid alarm status that the
    records would otherwise have until processed the first time.
    GDYendell committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    08ba73c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #29 from DiamondLightSource/record-initialisation

    Tweak EPICS backend record initialisation logic
    GDYendell committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    792eae1 View commit details
    Browse the repository at this point in the history
  5. Update to pvi 0.8.1

    Update to pass PV prefix into EPICS backend so that it can
    be included on Signals.
    GDYendell committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    268540f View commit details
    Browse the repository at this point in the history
  6. Merge pull request #30 from DiamondLightSource/pvi-0.8

    Update to pvi 0.8.1
    GDYendell committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    f88f4d3 View commit details
    Browse the repository at this point in the history
Loading