-
Notifications
You must be signed in to change notification settings - Fork 178
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
Commits on Mar 11, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 7f5a687 - Browse repository at this point
Copy the full SHA 7f5a687View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5090243 - Browse repository at this point
Copy the full SHA 5090243View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dfbb6f - Browse repository at this point
Copy the full SHA 3dfbb6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f99718c - Browse repository at this point
Copy the full SHA f99718cView commit details
Commits on Mar 13, 2024
-
fix(app): capitalize "attach gripper" button in protocol setup (#14617)
RQA-2496 This "attach gripper" button text wasn't capitalized. Now it is.
Configuration menu - View commit details
-
Copy full SHA for 7de6f77 - Browse repository at this point
Copy the full SHA 7de6f77View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5fa901 - Browse repository at this point
Copy the full SHA b5fa901View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for bd12333 - Browse repository at this point
Copy the full SHA bd12333View commit details
Commits on Mar 14, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 0f87da2 - Browse repository at this point
Copy the full SHA 0f87da2View commit details
Commits on Mar 18, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 583dcf6 - Browse repository at this point
Copy the full SHA 583dcf6View commit details
Commits on Mar 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 13c3ff9 - Browse repository at this point
Copy the full SHA 13c3ff9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1459e25 - Browse repository at this point
Copy the full SHA 1459e25View commit details