-
Notifications
You must be signed in to change notification settings - Fork 179
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
feat(app, api, shared-data, robot-server): Add module fixtures to deck configuration #14684
Merged
Merged
Changes from all commits
Commits
Show all changes
86 commits
Select commit
Hold shift + click to select a range
3776fdf
initial adding of modules and serial numbers
CaseyBatten c36543f
transition server router and maintenance run to deck def v5
CaseyBatten bceeb45
robot server api and shared data updates to handle modules
CaseyBatten ecccea0
schema and deck def updates with addressable area logic added
CaseyBatten 7f110f6
remaining AA defs and module fixture updates
CaseyBatten 110c745
account for AddressableAreaLocation as valid load module location
CaseyBatten aca73c4
validate all possible module fixture locations from API
CaseyBatten a8b71f9
update module fixture and addressable area defs to include version nu…
CaseyBatten 934b28a
introduction of fixture groups to the v5 deck configuration schema
CaseyBatten 64b5208
add cutout fixtures and helpers for module fixtures
b-cooper 46655e2
v5 ot3 deck definition fixup
ahiuchingau 9e4b15c
module fixtures and AA's are versioned
b-cooper 0ef5d70
Merge branch 'add_modules_to_deck_config' of github.com:Opentrons/ope…
b-cooper b42ca46
test fixes and move addressable area validation to engine
CaseyBatten 93ff8af
Merge branch 'add_modules_to_deck_config' of https://github.com/Opent…
CaseyBatten de28cbe
do not provide add area for thermocycler v2
ahiuchingau 28fd16e
validation improvements and linting fixes
CaseyBatten 26e64bd
add module fixtures to configurator component
b-cooper 4ebcade
persistence directory migrations v4 for new deck configuration
CaseyBatten 1bbd44c
build up deck configurator module support
b-cooper 06b8f18
Merge branch 'add_modules_to_deck_config' of github.com:Opentrons/ope…
b-cooper ea51ac1
api and robot server test fixes and engine improvements
CaseyBatten a5539a6
confest updates with api test fixes and json corrections
CaseyBatten 577d709
shared data lint fix
CaseyBatten 9ed5339
Merge branch 'add_modules_to_deck_config' of github.com:Opentrons/ope…
b-cooper 7a146f0
remove unused configuration imports
b-cooper a966d37
Merge branch 'edge' into add_modules_to_deck_config
b-cooper 0974d69
fixture height adjustments and type check test fixes
CaseyBatten c62525c
start fixing up unit tests and only show fixtures when possible
b-cooper 93ef32f
repair last add fixture modal test
b-cooper d86ce7b
start implement handle click remove for thermocycler
b-cooper 32981d9
configure and remove all modules from device details
b-cooper b69fdc8
list modules in table properly
b-cooper 35355e9
table alignment
b-cooper 696029e
begin to add support in location conflict modal
b-cooper 4ea0518
fix module conflict calculation to unblock protocol setup
b-cooper 1977256
allow location conflict to grab serial number of first matching module
b-cooper b2783ca
addressable area offsets and engine consolidation of references to lo…
CaseyBatten 746600e
reformat deck configuration setup list on desktop and remove moam hel…
b-cooper 0fc0f57
Merge branch 'add_modules_to_deck_config' of github.com:Opentrons/ope…
b-cooper 1d5aaee
remove multiples of a module modal from ODD and tests
b-cooper 2b4ddd9
fixture height calculation correction and fixture group map structure
CaseyBatten f809136
Merge branch 'add_modules_to_deck_config' of github.com:Opentrons/ope…
b-cooper 2c8fe4a
fixture group shape update and validation
CaseyBatten ce8f7b3
Merge branch 'add_modules_to_deck_config' of github.com:Opentrons/ope…
b-cooper 2df67ee
update grouping to include map
b-cooper 76a4ca9
fix fixture group display location
b-cooper c7bedcd
fixup groupings in the protocol setup, and resolving module conflicts…
b-cooper 33baf87
cleaning up across stack and test fixes
CaseyBatten 2dce8f3
Merge branch 'add_modules_to_deck_config' of https://github.com/Opent…
CaseyBatten 3e52951
add mag block with staging fixture
b-cooper b8697eb
mag with staging area fe support
b-cooper 4bc2e97
allow for module select in location conflict modal
b-cooper 3d038a5
test fixes for api and deck configuration validation
CaseyBatten 562b448
clean up js lint
b-cooper 65582a6
Merge branch 'edge' into add_modules_to_deck_config
b-cooper 52a60e8
remove double listing of modules from odd protocol hardware reqs
b-cooper 38a5a9c
deck slot test fixes to include deck config and update of tavern test…
CaseyBatten 4e911c7
Merge branch 'add_modules_to_deck_config' of https://github.com/Opent…
CaseyBatten d1cc543
addition of missing notes key to updated tavern test
CaseyBatten 4b842ff
lint corrections for app hardware and shared data
CaseyBatten c8fa3fd
fix up redundancies in tests for setupmodules list
b-cooper 6f945ff
fix up broken tests in add fixture modal
b-cooper a72a4a5
clean up lint
b-cooper c0b29c1
ot2 deck def and shared data test fix
CaseyBatten c80c04b
Merge branch 'add_modules_to_deck_config' of https://github.com/Opent…
CaseyBatten 921ef43
filter for unconfigured module matches in location conflict modal
b-cooper 3014bc8
fix up useModuleRenderInfoById to include config in matching
b-cooper cc3bc10
properly filter module fixture options on choose module to configure …
b-cooper 2a5daa6
Merge branch 'add_modules_to_deck_config' of github.com:Opentrons/ope…
b-cooper 711ba14
format js
b-cooper 7908112
fix failing test
b-cooper 4f4510f
fix location conflict add module when fixture grouped
b-cooper ce3116c
Merge branch 'edge' into add_modules_to_deck_config
b-cooper 584986f
resolve multiples of a module calibration mismatch using deck config
CaseyBatten 12e7aed
Merge branch 'add_modules_to_deck_config' of https://github.com/Opent…
CaseyBatten 8afeef6
add initial support for location select in module calibration
b-cooper 44ec408
Merge branch 'add_modules_to_deck_config' of github.com:Opentrons/ope…
b-cooper 2fc5e1c
robot server deck slot standardization test correction
CaseyBatten 38bde3f
Merge branch 'add_modules_to_deck_config' of https://github.com/Opent…
CaseyBatten 43b483d
fix deck hardware item for module fixture in wrong location
b-cooper 38133e9
Merge branch 'add_modules_to_deck_config' of github.com:Opentrons/ope…
b-cooper b7e50a5
lint and format
b-cooper a411009
fix ODD dashboard deck configurator
b-cooper ad69388
add fixture option should include usb port info on ODD
b-cooper 0c1759b
Merge branch 'edge' into add_modules_to_deck_config
b-cooper File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like these cutout fixture ids still need the model versions added in