This repository has been archived by the owner on Jun 4, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 73
Improve filtering type awareness #410
Merged
Merged
Changes from 19 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
ff43892
- generic configuration for lexer
8d5c5ad
- configurable syntax tree
0e73b9a
type awareness in single column query
92c744c
add standalone and unit tests for `contains` vs `eq` by-type behavior
4406df4
clean up
1089f86
- likeDate relational operator
eccf344
contains usable by all column types
6ff91fa
- update single column config
b624c37
fix e2e test (legacy impl)
aeac7fc
update ci test breakdown
32ac750
py env for py tests
eb9ece4
unit tests venv
2ec2812
update standalone tests
d58611c
allow cross-type `eq` comparison
17482ee
- add 'in' (like date) operator
67dcdb3
- reduce cypress memory usage (ts mappings)
5980714
- revert unused changes
91a16cb
revert generic lexicon changes
f95cda9
single column `any` test update
4e93186
clean up
0d730cc
simple column query config rework
4e3fe5f
single column query config rework
297706b
rename `in` -> `like`
606a7c6
- remove `operand` in favor of `fieldExpression`
6ad4882
Merge branch 'master' into improve-filter-type-awareness
Marc-Andre-Rivet 3f6fd78
- fix expression terminal logic
79f551d
Merge branch 'improve-filter-type-awareness' of github.com:plotly/das…
b276e53
filter out empty column filters
e51f7ec
rework
350b5e4
revert filterfactory change
d905551
- reowrk `contains` and `eq` logic
72116ea
- operand / expression regression
7971d76
rename `like` relational operator to `dateStartsWith`
9fda146
update changelog
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
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.
These were taking way too long. Breaking up the server, standalone and unit tests.