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

[Auto Suggest] OpenSearch SQL autosuggest with ANTLR #7336

Merged

Commits on Jul 17, 2024

  1. cherry pick

    Signed-off-by: Eric <menwe@amazon.com>
    mengweieric committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    df0a054 View commit details
    Browse the repository at this point in the history
  2. SQL keyword suggestion

    Signed-off-by: Eric <menwe@amazon.com>
    mengweieric committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    e5175af View commit details
    Browse the repository at this point in the history
  3. column and values suggestions

    Signed-off-by: Eric <menwe@amazon.com>
    mengweieric committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    d5daf39 View commit details
    Browse the repository at this point in the history
  4. adjust values suggestions and ignored token

    Signed-off-by: Eric <menwe@amazon.com>
    mengweieric committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    f0de90e View commit details
    Browse the repository at this point in the history
  5. suggestion type casting

    Signed-off-by: Eric <menwe@amazon.com>
    mengweieric committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    be42ea2 View commit details
    Browse the repository at this point in the history
  6. ignore functions

    Signed-off-by: Eric <menwe@amazon.com>
    mengweieric committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    f215024 View commit details
    Browse the repository at this point in the history
  7. case insensitive

    Signed-off-by: Eric <menwe@amazon.com>
    mengweieric committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    2a452e9 View commit details
    Browse the repository at this point in the history
  8. change to use grammar for insensitive case

    Signed-off-by: Eric <menwe@amazon.com>
    mengweieric committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    7ae59f4 View commit details
    Browse the repository at this point in the history
  9. fix multi-line issue

    Signed-off-by: Eric <menwe@amazon.com>
    mengweieric committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    64c266d View commit details
    Browse the repository at this point in the history
  10. code cleanup

    Signed-off-by: Eric <menwe@amazon.com>
    mengweieric committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    7c62bf7 View commit details
    Browse the repository at this point in the history
  11. move ppl out of scope

    Signed-off-by: Eric <menwe@amazon.com>
    mengweieric committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    c9da113 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. rename folder and add ignoring rules

    Signed-off-by: Eric <menwe@amazon.com>
    mengweieric committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    140114a View commit details
    Browse the repository at this point in the history
  2. resolve type issue

    Signed-off-by: Eric <menwe@amazon.com>
    mengweieric committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    f1014b7 View commit details
    Browse the repository at this point in the history
  3. fix ppl suggestion provider issue

    Signed-off-by: Eric <menwe@amazon.com>
    mengweieric committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    152a645 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. remove function suggestion

    Signed-off-by: Eric <menwe@amazon.com>
    mengweieric committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    79e7782 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. some code clean up and adding tests

    Signed-off-by: Eric <menwe@amazon.com>
    mengweieric committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    4d84d3b View commit details
    Browse the repository at this point in the history
  2. sync main and resolve conflicts

    Signed-off-by: Eric <menwe@amazon.com>
    mengweieric committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    609a2a9 View commit details
    Browse the repository at this point in the history
  3. cursor tests

    Signed-off-by: Eric <menwe@amazon.com>
    mengweieric committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    ce01e2c View commit details
    Browse the repository at this point in the history
  4. remove testing setup

    Signed-off-by: Eric <menwe@amazon.com>
    mengweieric committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    d7e3bd4 View commit details
    Browse the repository at this point in the history
  5. add changelog

    Signed-off-by: Eric <menwe@amazon.com>
    mengweieric committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    3aa0dff View commit details
    Browse the repository at this point in the history
  6. update yarn file

    Signed-off-by: Eric <menwe@amazon.com>
    mengweieric committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    d1e2540 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. add missing testing library

    Signed-off-by: Eric <menwe@amazon.com>
    mengweieric committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    a5d12e5 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. MDS integration

    Signed-off-by: Eric <menwe@amazon.com>
    mengweieric committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    a606aa8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12715a2 View commit details
    Browse the repository at this point in the history
  3. minor interface change and disable word based suggestion

    Signed-off-by: Eric <menwe@amazon.com>
    mengweieric committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    4a8300b View commit details
    Browse the repository at this point in the history
  4. update ID_LITERAL and recompile grammar

    Signed-off-by: Eric <menwe@amazon.com>
    mengweieric committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    9cb77b8 View commit details
    Browse the repository at this point in the history
  5. column suggest for agg function

    Signed-off-by: Eric <menwe@amazon.com>
    mengweieric committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    7851dc3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8ccd18e View commit details
    Browse the repository at this point in the history
  7. revert version

    Signed-off-by: Eric <menwe@amazon.com>
    mengweieric committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    e0b5082 View commit details
    Browse the repository at this point in the history
  8. opensearch sql syntax highlighting

    Signed-off-by: Eric <menwe@amazon.com>
    mengweieric committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    1102148 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    799c903 View commit details
    Browse the repository at this point in the history
  10. add utility tests

    Signed-off-by: Eric <menwe@amazon.com>
    mengweieric committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    878beb9 View commit details
    Browse the repository at this point in the history
  11. symbol table test

    Signed-off-by: Eric <menwe@amazon.com>
    mengweieric committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    fae7267 View commit details
    Browse the repository at this point in the history
  12. error listener test

    Signed-off-by: Eric <menwe@amazon.com>
    mengweieric committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    f9b7717 View commit details
    Browse the repository at this point in the history
  13. parse test

    Signed-off-by: Eric <menwe@amazon.com>
    mengweieric committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    9009922 View commit details
    Browse the repository at this point in the history
  14. add suggestion provider to single line query editor

    Signed-off-by: Eric <menwe@amazon.com>
    mengweieric committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    f28f558 View commit details
    Browse the repository at this point in the history
  15. remove one test

    Signed-off-by: Eric <menwe@amazon.com>
    mengweieric committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    1f9080b View commit details
    Browse the repository at this point in the history
  16. add connection service type

    Signed-off-by: Eric <menwe@amazon.com>
    mengweieric committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    2fa1dfb View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3e5b430 View commit details
    Browse the repository at this point in the history