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

[Selection syntax autocomplete](Refactor) input component to be generalized. #26410

Merged
merged 2 commits into from
Dec 13, 2024

Conversation

salazarm
Copy link
Contributor

@salazarm salazarm commented Dec 11, 2024

Summary & Motivation

Last remaining piece of the generalized autocomplete work is to generalize the input component itself.
The generalized SelectionAutoCompleteInput component will be used by the Run gantt chart selection input, the op selection input and the asset selection input.

Note this PR is just a refactor. No new logic was added.

How I Tested These Changes

Existing jest tests + manually tested the asset selection filtering input and made sure it still works.

Copy link

github-actions bot commented Dec 11, 2024

Deploy preview for dagit-core-storybook ready!

✅ Preview
https://dagit-core-storybook-ecsqhbt49-elementl.vercel.app
https://salazarm-refactor-selection-auto-complete.core-storybook.dagster-docs.io

Built with commit 8b45cbb.
This pull request is being automatically deployed with vercel-action

@salazarm salazarm force-pushed the salazarm/refactor-selection-auto-complete branch from f13479f to 8b45cbb Compare December 12, 2024 16:15
@salazarm salazarm changed the title [Selection syntax autocomplete] Refactor input component to be generalized. [Selection syntax autocomplete](Refactor) input component to be generalized. Dec 13, 2024
@salazarm salazarm merged commit 813660f into master Dec 13, 2024
2 checks passed
@salazarm salazarm deleted the salazarm/refactor-selection-auto-complete branch December 13, 2024 18:12
pskinnerthyme pushed a commit to pskinnerthyme/dagster that referenced this pull request Dec 16, 2024
…alized. (dagster-io#26410)

## Summary & Motivation

Last remaining piece of the generalized autocomplete work is to
generalize the input component itself.
The generalized SelectionAutoCompleteInput component will be used by the
Run gantt chart selection input, the op selection input and the asset
selection input.

Note this PR is just a refactor. No new logic was added.

## How I Tested These Changes

Existing jest tests + manually tested the asset selection filtering
input and made sure it still works.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants