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] Increment version to 2.11.0.0 #141

Closed
wants to merge 9 commits into from

Commits on Oct 5, 2023

  1. Bug fixes for SQL UI buttons (#147) (#149)

    * adding paper cuts
    
    
    
    * update snapshots
    
    
    
    ---------
    
    
    (cherry picked from commit c819cd4)
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    aeb4974 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Release Notes 2.11 (#154)

    * Release Notes 2.11
    
    Signed-off-by: Peter Fitzgibbons <peter.fitzgibbons@gmail.com>
    
    * Update Release Notes 2.11
    
    lists asterisks
    
    Signed-off-by: Peter Fitzgibbons <peter.fitzgibbons@gmail.com>
    
    ---------
    
    Signed-off-by: Peter Fitzgibbons <peter.fitzgibbons@gmail.com>
    pjfitzgibbons committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    70f97ef View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Add materlized views, manual refresh option and minor fixes (#159) (#161

    )
    
    * enable materialized views, update acc btn fill
    
    
    
    * update acceleration links
    
    
    
    * add manual refresh option, update tests
    
    
    
    * update copy for datasources
    
    
    
    * fix redirection issue
    
    
    
    ---------
    
    
    (cherry picked from commit 43b085b)
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    88970fb View commit details
    Browse the repository at this point in the history
  2. fixed create table async query bug (#158) (#163)

    * avoid displaying results if no scheme is returned on success for async query
    
    
    
    * if there is no schema, will handle case by displaying success/failure regardless
    
    
    
    * success callout when no schema returned
    
    
    
    * added failure page to async
    
    
    
    * fixed some test errors and added snapshots
    
    
    
    * update to failure portion
    
    
    
    * included tests of loading and failure states
    
    
    
    ---------
    
    
    (cherry picked from commit 55d6352)
    
    Signed-off-by: Paul Sebastian <paulstn@amazon.com>
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    1964008 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Added changes for making tree view persistent, made changes for bugs …

    …for loading screen (#153) (#167)
    
    * made the tree persistant, added changes for loading screen
    
    
    
    * changes for the text displayed during loading screen
    
    
    
    * addressed pr comments
    
    
    
    * addressed pr comments, added code for reload button
    
    
    
    * addressed pr comments, added Materialiazed view badges, bug fixes for loading state
    
    
    
    * updated snapshots
    
    
    
    * added tests, addressed pr comments
    
    
    
    * added fix for text overflowing
    
    
    
    ---------
    
    
    (cherry picked from commit 75f9cca)
    
    Signed-off-by: sumukhswamy <sumukhhs@amazon.com>
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    2269d1d View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Support dark mode and session for sql, minor bug fixes (#165) (#169)

    * suport dark mode and editor theming from dev tools
    
    
    
    * remove sql editor theme, add session check
    
    
    
    * update snapshots
    
    
    
    * minor fixes
    
    
    
    * fix import
    
    
    
    * fix job query url
    
    
    
    * update poll interval to 2000
    
    
    
    ---------
    
    
    (cherry picked from commit 937ff30)
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    0f5673a View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. design changes for loading, changed the banner, updated tests (#170) (#…

    …172)
    
    (cherry picked from commit dcff236)
    
    Signed-off-by: sumukhswamy <sumukhhs@amazon.com>
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    786c7c7 View commit details
    Browse the repository at this point in the history
  2. Make checkpoint mandatory, add watermark delay, minor UI fixes (#173) (

    …#175)
    
    * make checkpoint mandatory
    
    
    
    * update timestamp type for MV
    
    
    
    * add watermark and datasource empty check
    
    
    
    * minor fixes
    
    
    
    * updates datasources acc
    
    
    
    * adding tests for watermark, minor fixes
    
    
    
    * update acc index flyout
    
    
    
    * update docs links
    
    
    
    ---------
    
    
    (cherry picked from commit a5aa2d2)
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    0198fa7 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Increment version to 2.11.0.0

    Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
    opensearch-ci-bot committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    2df04c0 View commit details
    Browse the repository at this point in the history