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

chore(release): Merge changes from v7.2.1 into edge #14690

Merged
merged 11 commits into from
Mar 19, 2024

Commits on Mar 11, 2024

  1. fix(app): properly manage the ipcRenderer notify event emitter (#14621)

    Closes RQA-2459
    
    Do not instantiate new notification ipcRenderer event listeners for each component that intends to subscribe to the notification server. Instead re-use the same ipcRenderer listener. This not only reduces the number of emitters created, but fixes a bug in which ipcRenderer listeners were not properly disposed.
    mjhuff authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    7f5a687 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5090243 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3dfbb6f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f99718c View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. fix(app): capitalize "attach gripper" button in protocol setup (#14617)

    RQA-2496
    This "attach gripper" button text wasn't capitalized.
    
    Now it is.
    ecormany authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    7de6f77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5fa901 View commit details
    Browse the repository at this point in the history
  3. fix(api): raise error if fast home is stalling (#14609)

    Closes RQA-2312
    
    We previously swallowed collision errors during fast home move and
    proceeded to slow home because we used to not handle encoder overflow
    properly and would mistakenly raise. Now that we have fixed those
    encoder issues, we should actually raise the error when the motor
    stalls.
    ahiuchingau authored and y3rsh committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    bd12333 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. chore(release): Release notes for v7.2.1 (#14642)

    # Overview
    
    User-facing app and robot release notes for v7.2.1.
    
    Addresses RTC-405.
    
    # Review requests
    
    Coherent, correct, and complete?
    
    # Risk assessment
    
    No risk.
    
    ---------
    
    Co-authored-by: Edward Cormany <[email protected]>
    SyntaxColoring and ecormany authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    0f87da2 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. fix(api): simulate not logging drop_tip with no args (#14606)

    Fixes [RESC-214](https://opentrons.atlassian.net/browse/RESC-214)
    
    - [x] Add simulate test that runs a protocol using `drop_tip` with no
    args
    
    - Add publisher.publish_context context manager when calling drop tip
    with no args
    - Add above test case to `test_simulate.py`
    
    - It seems that the simulate drop tip functionality could benefit from
    more robust test coverage. Should make sure that we validate all
    branches inside of drop_tip. But is this PR the place to do it?
    
    Very low. Just added a message and a test
    
    [RESC-214]:
    https://opentrons.atlassian.net/browse/RESC-214?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
    DerekMaggio authored and y3rsh committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    583dcf6 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    13c3ff9 View commit details
    Browse the repository at this point in the history
  2. test fixes

    mjhuff committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    1459e25 View commit details
    Browse the repository at this point in the history