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(protocol-designer): expose gen2 multi pipettes behind ff #4398

Merged
merged 4 commits into from
Nov 8, 2019

Conversation

b-cooper
Copy link
Contributor

@b-cooper b-cooper commented Nov 7, 2019

Add feature flag that enables the selection of GEN2 multi pipettes in the File tab.

Closes #4396

Add feature flag that enables the selection of GEN2 multi pipettes in the File tab.

Closes #4396
@b-cooper b-cooper added chore ready for review protocol designer Affects the `protocol-designer` project labels Nov 7, 2019
@b-cooper b-cooper requested a review from IanLondon November 7, 2019 17:34
@@ -66,11 +68,15 @@ export default function ChangePipetteFields(props: Props) {
const renderPipetteSelect = (props: PipetteSelectProps) => {
const { tabIndex, mount } = props
const pipetteName = values[mount].pipetteName

const nameBlacklist = useSelector(getEnableMultiGEN2Pipettes)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

failing lint b/c this hook is called inside a fn, needs to move out into component body

@codecov
Copy link

codecov bot commented Nov 7, 2019

Codecov Report

Merging #4398 into edge will decrease coverage by 0.14%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##             edge    #4398      +/-   ##
==========================================
- Coverage   55.99%   55.85%   -0.15%     
==========================================
  Files         899      899              
  Lines       25503    25569      +66     
==========================================
  Hits        14281    14281              
- Misses      11222    11288      +66
Impacted Files Coverage Δ
protocol-designer/src/feature-flags/reducers.js 0% <ø> (ø) ⬆️
protocol-designer/src/feature-flags/types.js 0% <0%> (ø) ⬆️
protocol-designer/src/feature-flags/selectors.js 0% <0%> (ø) ⬆️
...mponents/modals/FilePipettesModal/PipetteFields.js 0% <0%> (ø) ⬆️
...components/LabwareSelectionModal/LabwarePreview.js 0% <0%> (ø) ⬆️
...nts/LabwareSelectionModal/LabwareSelectionModal.js 0% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6d975fd...3667ce3. Read the comment docs.

@b-cooper b-cooper requested a review from IanLondon November 7, 2019 19:00
Copy link
Contributor

@IanLondon IanLondon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

↪️

@b-cooper b-cooper merged commit e1017f7 into edge Nov 8, 2019
@b-cooper b-cooper deleted the pd_gen2-multi-ff branch November 8, 2019 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore protocol designer Affects the `protocol-designer` project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PD: create ff for gen2 multis
2 participants