-
Notifications
You must be signed in to change notification settings - Fork 180
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 v8.2.0-alpha.4 into edge #16981
Commits on Nov 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0f11594 - Browse repository at this point
Copy the full SHA 0f11594View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0f95de - Browse repository at this point
Copy the full SHA c0f95deView commit details -
Configuration menu - View commit details
-
Copy full SHA for abaade6 - Browse repository at this point
Copy the full SHA abaade6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31a819d - Browse repository at this point
Copy the full SHA 31a819dView commit details -
fix(app): fix estimator update command failure copy during drop tip (#…
…16884) Closes RQA-3583 Currently, the app inspects an errorType on a failed drop tip command to determine whether to throw the special case "home the gantry" error modal. Recently, the error type changed for failed update estimator commands, so the special modal was broken. Instead of special-casing the errorType for failed estimator commands, let's just assume that any failed estimator command is caused by an unknown position error and pop the special modal. Note that this also handles any error in the same manner with a "MustHomeError" errorType, too.
Configuration menu - View commit details
-
Copy full SHA for 888a0ab - Browse repository at this point
Copy the full SHA 888a0abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 556329b - Browse repository at this point
Copy the full SHA 556329bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2938900 - Browse repository at this point
Copy the full SHA 2938900View commit details -
chore(release): known issue for downgrading with plate reader (#16822)
# Overview Known issue for downgrading below 8.2 with a plate reader attached. ## Test Plan and Hands on Testing Check in next alpha. ## Changelog Single bullet in API release notes. ## Review requests - Does this capture the issue properly? Is there a related app-side issue? - Do we need to mention the problem of downgrading a robot _on the same network_ as a plate reader? ## Risk assessment nil
Configuration menu - View commit details
-
Copy full SHA for 2875150 - Browse repository at this point
Copy the full SHA 2875150View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90389eb - Browse repository at this point
Copy the full SHA 90389ebView commit details -
chore: fix failing lint on release notes (#16897)
# Overview Prettier (or whatever runs in our JS lint action) demands a newline after a markdown header. OK. ## Test Plan and Hands on Testing Pass automated tests plz. ## Changelog `\n` ## Review requests Forgive this shameful and time-wasting PR. ## Risk assessment none
Configuration menu - View commit details
-
Copy full SHA for 1f8e8d4 - Browse repository at this point
Copy the full SHA 1f8e8d4View commit details
Commits on Nov 20, 2024
-
fix(shared-data): Add biorad pcr plate compatibility with tough_pcr_l…
…id_auto_seal_lid to release (#16903) Covers RABR-669 Adds compatibility between `biorad_96_wellplate_200ul_pcr` and `opentrons_tough_pcr_auto_sealing_lid` with stacking z offset
Configuration menu - View commit details
-
Copy full SHA for bb0cf23 - Browse repository at this point
Copy the full SHA bb0cf23View commit details -
fix(api): truncate plate reader floating point results to third decim…
Configuration menu - View commit details
-
Copy full SHA for d1d9b87 - Browse repository at this point
Copy the full SHA d1d9b87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6009a29 - Browse repository at this point
Copy the full SHA 6009a29View commit details -
fix(app): fix infinitely hanging return to dashboard (#16923)
Closes RABR-672
Configuration menu - View commit details
-
Copy full SHA for b980fd2 - Browse repository at this point
Copy the full SHA b980fd2View commit details
Commits on Nov 21, 2024
-
fix(app): home gripper G during recovery (#16928)
Closes RQA-3645 Recent gripper firmware changes add new degrees of G axis "home" state, and this ultimately causes the unsafe/ungripLabware command to fail, since a successful completion of the ungrip does not set the HOME flag. Because we ultimately want to ungrip the labware AND home the gripper G axis, let's use a parameterized home command instead.
Configuration menu - View commit details
-
Copy full SHA for d8ad367 - Browse repository at this point
Copy the full SHA d8ad367View commit details -
Configuration menu - View commit details
-
Copy full SHA for f764319 - Browse repository at this point
Copy the full SHA f764319View commit details -
fix(components): fix unit text wrap-issue (#16943)
* fix(components): fix unit text wrap-issue
Configuration menu - View commit details
-
Copy full SHA for eff74bc - Browse repository at this point
Copy the full SHA eff74bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f061f7 - Browse repository at this point
Copy the full SHA 4f061f7View commit details -
fix(api): raise error during analysis plate reader read without lid c…
…losed (#16941) Covers RABR-674 Raises an error during analysis when the plate reader lid is not closed and a read is attempted.
Configuration menu - View commit details
-
Copy full SHA for 8b2196a - Browse repository at this point
Copy the full SHA 8b2196aView commit details
Commits on Nov 22, 2024
-
refactor(app): do not show progress indication during drop tip wizard (…
Configuration menu - View commit details
-
Copy full SHA for 64aaeb9 - Browse repository at this point
Copy the full SHA 64aaeb9View commit details -
fix(api-client, react-api-client, app, robot-server): support multipl…
…e recovery policies during a run (#16950) Closes RQA-3670 We need to support the client ignoring several different classes of errors in a single run, which means the app needs to know the current recovery policy and be able to modify. This PR adds the necessary infrastructure to support that. Co-authored-by: Max Marrone <max@opentrons.com>
Configuration menu - View commit details
-
Copy full SHA for 7e6c8ee - Browse repository at this point
Copy the full SHA 7e6c8eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ae2f38 - Browse repository at this point
Copy the full SHA 6ae2f38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 453cd47 - Browse repository at this point
Copy the full SHA 453cd47View commit details
Commits on Nov 26, 2024
-
chore(release): Merge v8.2.0-alpha.4 into edge
Conflicts: api/src/opentrons/protocol_engine/commands/absorbance_reader/read.py: Conflict in error message wording between PR #16941 in release and PR #16920 in edge. I took the one in release because the one in edge was an outdated cherry pick. app/src/organisms/Desktop/Devices/ProtocolRun/ProtocolRunHeader/RunHeaderModalContainer/hooks/useRunHeaderDropTip.ts: Just import statements. app/src/organisms/DropTipWizardFlows/hooks/useTipAttachmentStatus/getPipettesWithTipAttached.ts: Release removed `cursor: null` and `includeFixitCommands: null` from some network requests, leaving those fields unspecified instead (PR ##16893). Edge deleted this whole file in favor of a different one (PR #16904). I removed `cursor: null` from the new file; `includeFixitCommands: null` was already removed.
Configuration menu - View commit details
-
Copy full SHA for 1ca17a5 - Browse repository at this point
Copy the full SHA 1ca17a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90f0c03 - Browse repository at this point
Copy the full SHA 90f0c03View commit details