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 chore_release-8.3.0 into edge #17408

Merged
merged 43 commits into from
Feb 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
c45938d
chore(release): v8.3.0-alpha.1 release notes (#17188)
y3rsh Jan 6, 2025
8c2474d
fix(api): properly handle non-labware jsons in sim (#17198)
sfoster1 Jan 7, 2025
696d2e4
fix(app): Fix gantry not homing when no labware in gripper jaws durin…
mjhuff Jan 7, 2025
eeb7a02
fix(robot-server): Better errors for bad wpa2 pass (#17203)
sfoster1 Jan 7, 2025
0395804
fix(shared-data): Add back missing parent labwares for auto sealing l…
CaseyBatten Jan 7, 2025
cff47c9
fix(app-shell): Fix flaky file system test (#17212)
mjhuff Jan 8, 2025
b565fea
chore(app-shell): pass team id via env var only (#17210)
sfoster1 Jan 8, 2025
63cba42
fix(hardware-testing): add oem argument to pipette load in lld test p…
ryanthecoder Jan 8, 2025
0fa2cfc
fix(app): Fix gripper calibration copy during exit (#17220)
mjhuff Jan 8, 2025
5f869ea
docs(robot-server): Exclude `/labwareOffsets` endpoints from docs (#1…
SyntaxColoring Jan 8, 2025
7e1d4a3
chore(translation): sync locize repo (#17207)
y3rsh Jan 8, 2025
18690a6
chore(build): update to actions/*-artifact v4 (#17231)
sfoster1 Jan 9, 2025
cf940fe
fix(app): fix terminal banner render state (#17240)
mjhuff Jan 10, 2025
b13cd27
fix(app): Fix gripper recovery loop (#17241)
mjhuff Jan 10, 2025
02b6a42
chore(hardware): Add some logging around what I think is causing some…
ryanthecoder Jan 10, 2025
3a46ebe
fix(app): Fix persistent "run in progress" settings banner after run …
mjhuff Jan 10, 2025
ec49410
fix(app): Inject labware definitions into Error Recovery (#17248)
mjhuff Jan 10, 2025
871aa94
feat(app): Block evotips labware from appearing in labware tab (#17251)
smb2268 Jan 14, 2025
271ad58
fix(api): Fix Pydantic error when parsing commands that did not succe…
SyntaxColoring Jan 14, 2025
061ab89
test(analyses): add refactored 8.2 smoke test (#17214)
y3rsh Jan 14, 2025
453410e
refactor(app): refactor ODD protocol card copy when run data is not "…
mjhuff Jan 15, 2025
3778b65
fix(shared-data): flex a3 needs mating surface (#17281)
sfoster1 Jan 15, 2025
7bc38f8
fix(app): fix manual move to location with module (#17283)
mjhuff Jan 15, 2025
bb78046
fix(api): Fix liquid getting homed into pipette after certain protoco…
SyntaxColoring Jan 16, 2025
27d2dc8
fix(shared-data): fix getPipetteSpecsV2 finding PEEK pipette specs (#…
smb2268 Jan 17, 2025
9c70751
refactor(app): Fix copy/CSS for stall/collision recovery DQA (#17298)
mjhuff Jan 21, 2025
0da7b99
fix(app): Fix double drop tip prompting after Error Recovery cancel a…
mjhuff Jan 21, 2025
4940eb7
chore(app): locize fuzzy tags removed (#17305)
y3rsh Jan 22, 2025
1e47fe3
fix(app): various odd modal width fixes under i18n (#17307)
sfoster1 Jan 22, 2025
8cea8e5
chore(api): fix tests after #17285 (#17313)
sfoster1 Jan 22, 2025
25cc087
fix(app): Localization DQA Fixes (#17341)
smb2268 Jan 24, 2025
a2b35d5
feat(api): inner well geometry unit tests (#17082) (#17311)
ryanthecoder Jan 27, 2025
f54a193
fix(api):show plate reader files in run log (#17369)
TamarZanzouri Jan 28, 2025
c048e5b
feat(shared-data, api): Add evo tips definition and restrictions on l…
Laura-Danielle Jan 28, 2025
85c4e96
fix(api): Over pressure while probing should trigger ER (#17379)
TamarZanzouri Jan 30, 2025
3d78c1f
feat(api): Addition of Evotip specific commands (#17351)
CaseyBatten Jan 30, 2025
a667e62
feat(app): Add new evotips command support to run log (#17402)
smb2268 Jan 31, 2025
b72288f
Merge branch 'chore_release-8.3.0' of https://github.com/Opentrons/op…
jbleon95 Feb 3, 2025
932000d
import fixes, correction volume for evotip dispense, and stray merge …
jbleon95 Feb 3, 2025
73ca674
stray format fix
jbleon95 Feb 3, 2025
b3b2e1e
command schema 12 update
jbleon95 Feb 3, 2025
307f745
lint fixes
jbleon95 Feb 3, 2025
222d4a0
fix(analyses-snapshot-testing): heal mergeback_chore_release_830_into…
github-actions[bot] Feb 3, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions analyses-snapshot-testing/automation/data/protocols.py
Original file line number Diff line number Diff line change
Expand Up @@ -751,6 +751,13 @@ class Protocols:
robot="Flex",
)

# analyses-snapshot-testing/files/protocols/Flex_S_v2_21_P1000_96_GRIP_HS_MB_TC_TM_Smoke.py
Flex_S_v2_21_P1000_96_GRIP_HS_MB_TC_TM_Smoke: Protocol = Protocol(
file_stem="Flex_S_v2_21_P1000_96_GRIP_HS_MB_TC_TM_Smoke",
file_extension="py",
robot="Flex",
)

OT2_X_v2_18_None_None_duplicateRTPVariableName: Protocol = Protocol(
file_stem="OT2_X_v2_18_None_None_duplicateRTPVariableName",
file_extension="py",
Expand Down
Loading
Loading