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

[Backport 2.x] [Auto Suggest] DQL Updates #7869

Merged
merged 1 commit into from
Aug 28, 2024

Commits on Aug 27, 2024

  1. [Auto Suggest] DQL Updates (#7593)

    Update to DQL Autocomplete: #7391
    
    Every file removal under `grammar/.antlr` can be ignored.
    
    - [x] use official value suggestion methods instead of direct api call
    - [x] removed language specified configuration
    - [ ]  ~~added memoization for value suggestion to reduce number of calls made~~
    - [x] removed core start from query suggestion function
    - [x] added tests for value suggestion
    - [x] added more test coverage for other general cases
    - [ ] ~~[[RFC] Monaco Code Editor provider registration #7594](#7594) made changes based on this RFC~~
    - [x] remove grammar/.antlr auto generated files
    - [x] updated types in code completion and related files
    - [x] fixed many group value suggestion bugs and edge cases with more robust parser visitor
    - [x] fix group value NOT suggestion bugs
    - [ ] ~~added basic keyword syntax highlighting~~
    
    ---------
    
    Signed-off-by: Paul Sebastian <[email protected]>
    Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
    (cherry picked from commit 741c0d6)
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    84f9d12 View commit details
    Browse the repository at this point in the history