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

API work to enable calibration experience #352

Merged
merged 8 commits into from
Sep 28, 2017

Commits on Sep 25, 2017

  1. implement get_contaieners and get_instruments and underlying code to …

    …accumulate command messages
    astaff committed Sep 25, 2017
    Configuration menu
    Copy the full SHA
    23b3035 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2017

  1. introduce shell as a root client API object, add wrappers for labware…

    … and instruments to limit scope in client comms"
    astaff committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    43445de View commit details
    Browse the repository at this point in the history
  2. make command functions easier to read when self is passed from instru…

    …ment, fix root object instantiation in server/main'
    
    '
    astaff committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    ef16b61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0210be5 View commit details
    Browse the repository at this point in the history
  4. fix linting errors

    astaff committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    3aaebf8 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2017

  1. rename session to api, Shell to MainRouter, rename self to instrument…

    … for commands and implement logic to handle that
    astaff committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    3ddf837 View commit details
    Browse the repository at this point in the history
  2. add notifications to MainRouter to conform with rpc contract, clean u…

    …p notification handling in sessionmanager and session, update tests
    astaff committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    ece74ea View commit details
    Browse the repository at this point in the history
  3. remove debug info

    astaff committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    b8da76f View commit details
    Browse the repository at this point in the history