-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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
Get filter box viz working for explore v2 #1360
Conversation
We often point Airflow committers to this article bellow. Please take the time to read it as it's nice to have good commit messages (though no need to overdo it!), that makes for easier PR/project management, a good changelog and can even provide context while dealing with merge conflicts. |
1ee81d1
to
2899087
Compare
@@ -42,6 +44,16 @@ class ChartContainer extends React.Component { | |||
|
|||
selector: `#${this.props.sliceContainerId}`, | |||
|
|||
setFilter: () => { | |||
// set filter according to data in store |
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.
can we add git issues so we know we need to add the logic here and for getFilters
once the rest of the controls are done?
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.
LGTM |
mock slice object in exploreV2 - filter_box in exploreV2 was broken because containerID and getFilter() were not defined in the mock of slice object
d1761c4
to
1edddc5
Compare
looks like the tests were passing before merging... what do you think happened? should the revert be merged? |
Seems that master was broken when I merged |
Done:
Todo:
After:
@ascott