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

Fix: cypress failure #319

Merged
merged 7 commits into from
Apr 7, 2024

Commits on Apr 7, 2024

  1. [Discover - datasource selector] Add extension group title and modal (o…

    …pensearch-project#5815)
    
    * add log explorer re-directon modal
    
    Signed-off-by: Eric <menwe@amazon.com>
    
    * adjustments to comments
    
    Signed-off-by: Eric <menwe@amazon.com>
    
    * add one missing i18n
    
    Signed-off-by: Eric <menwe@amazon.com>
    
    * add redirection text to group title
    
    Signed-off-by: Eric <menwe@amazon.com>
    
    * include changes in changelog
    
    Signed-off-by: Eric <menwe@amazon.com>
    
    * remove redundent title addition and unnecessary modal toggle functions
    
    Signed-off-by: Eric <menwe@amazon.com>
    
    * remove one comment
    
    Signed-off-by: Eric <menwe@amazon.com>
    
    * add i18n
    
    Signed-off-by: Eric <menwe@amazon.com>
    
    * add unit tests for modal
    
    Signed-off-by: Eric <menwe@amazon.com>
    
    * test id change
    
    Signed-off-by: Eric <menwe@amazon.com>
    
    * add devDependencies for tests
    
    Signed-off-by: Eric <menwe@amazon.com>
    
    * use open confirm api and move mock file to discover mock folder
    
    Signed-off-by: Eric <menwe@amazon.com>
    
    * remove unused type
    
    Signed-off-by: Eric <menwe@amazon.com>
    
    * remove modal for log explorer redirection
    
    Signed-off-by: Eric <menwe@amazon.com>
    
    * modify changelog
    
    Signed-off-by: Eric <menwe@amazon.com>
    
    * remove modal test
    
    Signed-off-by: Eric <menwe@amazon.com>
    
    * remove one modal related test
    
    Signed-off-by: Eric <menwe@amazon.com>
    
    ---------
    
    Signed-off-by: Eric <menwe@amazon.com>
    mengweieric authored and SuZhou-Joe committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    f97e554 View commit details
    Browse the repository at this point in the history
  2. feat: remove useless code

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    0cdfd50 View commit details
    Browse the repository at this point in the history
  3. [Bug][Discover] Allow saved sort from search embeddable to load in Da…

    …shboard (opensearch-project#5934)
    
    Remove default sort to use saved search sort.
    
    Issue Resolve
    opensearch-project#5933
    
    Signed-off-by: Anan Zhuang <ananzh@amazon.com>
    ananzh authored and SuZhou-Joe committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    001b7f7 View commit details
    Browse the repository at this point in the history
  4. [Discover] Fixes safari overflow bug (opensearch-project#5948)

    * [Discover] Fixes safari overflow bug
    
    ---------
    
    Signed-off-by: Ashwin P Chandran <ashwinpc@amazon.com>
    Signed-off-by: Anan Zhuang <ananzh@amazon.com>
    Co-authored-by: Anan Zhuang <ananzh@amazon.com>
    Co-authored-by: Miki <amoo_miki@yahoo.com>
    3 people authored and SuZhou-Joe committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    1480b5d View commit details
    Browse the repository at this point in the history
  5. [BUG][Discover] Enable 'Back to Top' Feature in Discover for scrollin…

    …g to top (opensearch-project#6008)
    
    * [BUG][Discover] Enable 'Back to Top' Feature in Discover for scrolling to top
    
    dscCanvas is the one with scrollable prop. Set window.scrollTo(0, 0) on table will
    not work. In this PR, we add a ref to EuiPanel directly.
    
    Issue Resolve:
    opensearch-project#6006
    
    ---------
    
    Signed-off-by: Anan Zhuang <ananzh@amazon.com>
    Co-authored-by: Miki <amoo_miki@yahoo.com>
    2 people authored and SuZhou-Joe committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    c8d4966 View commit details
    Browse the repository at this point in the history
  6. [Discover] Fix lazy loading (opensearch-project#6041)

    * adds callback ref to lazy loading sentinel
    ---------
    
    Signed-off-by: Ashwin P Chandran <ashwinpc@amazon.com>
    ashwin-pc authored and SuZhou-Joe committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    d25ee1e View commit details
    Browse the repository at this point in the history
  7. [Discover] options button in canvas to toggle legacy mode (opensearch…

    …-project#6170)
    
    * [Discover] options button in canvas to toggle legacy mode
    
    Removes top nav bar link and provides a button option.
    
    Issue:
    n/a
    
    Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
    kavilla authored and SuZhou-Joe committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    62834fe View commit details
    Browse the repository at this point in the history