-
Notifications
You must be signed in to change notification settings - Fork 892
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
[Auto Suggest] DQL Updates #7593
Merged
joshuali925
merged 19 commits into
opensearch-project:main
from
paulstn:dql-autosuggest-updates
Aug 27, 2024
Merged
Changes from 14 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
85bcf71
remove grammar/.antlr auto generated files
paulstn a6b6aab
update types
paulstn 3e4e40a
use value suggestion provider through utils
paulstn 593146f
remove core from query suggestion function
paulstn ab548b7
basic syntax highlighting
paulstn 24fdc23
remove dql monarch syntax highlighting
paulstn 6c0064b
update code editor links
paulstn a76483f
remove language specified configuration change
paulstn 0a47e71
update some types
paulstn 51787d8
add value suggestion tests with mocked values
paulstn b9e218b
fix issue where NOT and VALUES do not appear consistent within value …
paulstn 8e143d3
specify exception for quotes to avoid suggesting NOT
paulstn 7a3086c
expand code completion previous field value visitor to work for edge …
paulstn 84c8fd6
Merge branch 'main' into dql-autosuggest-updates
paulstn 8e16722
Merge branch 'main' into dql-autosuggest-updates
paulstn 22b29c8
move constants into test file
paulstn b25282e
remove error catching in auto complete
paulstn 2aec5a6
Merge branch 'main' into dql-autosuggest-updates
paulstn 0c2888a
Changeset file for PR #7593 created/updated
opensearch-changeset-bot[bot] 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
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.
This function contains 2-4 tests that can be triggered around a certain query. These were common patterns found in queries that needed to be tested, basically the behavior around closed/unclosed quotes and parenthesis