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

[Multiple Datasource Test]Add test for toast button and validation form #6755

Merged
merged 16 commits into from
May 16, 2024

Commits on May 10, 2024

  1. add test for toast button and validation form

    Signed-off-by: yujin-emma <yujin.emma.work@gmail.com>
    yujin-emma committed May 10, 2024
    Configuration menu
    Copy the full SHA
    613a02e View commit details
    Browse the repository at this point in the history
  2. Changeset file for PR opensearch-project#6755 created/updated

    Signed-off-by: yujin-emma <yujin.emma.work@gmail.com>
    opensearch-changeset-bot[bot] authored and yujin-emma committed May 10, 2024
    Configuration menu
    Copy the full SHA
    e59a8d2 View commit details
    Browse the repository at this point in the history
  3. Update src/plugins/data_source_management/public/components/toast_but…

    …ton/manage_data_source_button.tsx
    
    Co-authored-by: Lu Yu <nluyu@amazon.com>
    Signed-off-by: Yu Jin <112784385+yujin-emma@users.noreply.github.com>
    Signed-off-by: yujin-emma <yujin.emma.work@gmail.com>
    yujin-emma and BionIT committed May 10, 2024
    Configuration menu
    Copy the full SHA
    87a57d9 View commit details
    Browse the repository at this point in the history
  4. Update manage_data_source_button.test.tsx

    Signed-off-by: yujin-emma <yujin.emma.work@gmail.com>
    yujin-emma committed May 10, 2024
    Configuration menu
    Copy the full SHA
    d21f680 View commit details
    Browse the repository at this point in the history
  5. [Multiple Datasource Test] Add test for edit data source form (opense…

    …arch-project#6742)
    
    * add test for edit data source form
    
    Signed-off-by: yujin-emma <yujin.emma.work@gmail.com>
    
    * Changeset file for PR opensearch-project#6742 created/updated
    
    ---------
    
    Signed-off-by: yujin-emma <yujin.emma.work@gmail.com>
    Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
    Signed-off-by: yujin-emma <yujin.emma.work@gmail.com>
    yujin-emma and opensearch-changeset-bot[bot] committed May 10, 2024
    Configuration menu
    Copy the full SHA
    6f1dea1 View commit details
    Browse the repository at this point in the history
  6. [MQL] support enhancing language selector (opensearch-project#6613)

    Enable with `data.enhancements.enabled: true`
    
    Allows for enhancing the data plugin UI service and search service.
    
    #### Remaining work
    * Address issue with time range being invalid if previous state successfully queried and set it with a time range format that is invalid for the new query language
      * For example, DQL with quick time range (4 weeks to now), get results. Switch to PPL, even though PPL has a default time range enhancement. The props date range saved in the app state takes priority and sets the time range to quick range causing an error. I can still modify the time range and get a successful query but it will first fail until the user updates it to a non quick time range.
    * Add tests
    * Disable for plugins that do not support the functionality
      * By default index patterns are created with a unique ID. However, it can be enabled to create an index pattern with a custom ID that matches the name of the index pattern (which in turn maps to indices).
      * For seamless integration, the temp data frame would need to check if the index pattern that maps to the data frame name. And get it's id.
      * This means that dashboards with visualizations that were created with an index pattern unique ID still require the existing index pattern to exist in memory.
    
    ### Issues Resolved
    
    closes opensearch-project#6639 
    closes opensearch-project#6311
    
    partially resolves:
    opensearch-project#5504
    
    * add error data frame
    
    Signed-off-by: Paul Sebastian <paulstn@amazon.com>
    
    move language to left, some styling and disable per app name
    
    Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
    
    ---------
    
    Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
    Signed-off-by: Paul Sebastian <paulstn@amazon.com>
    Co-authored-by: Paul Sebastian <paulstn@amazon.com>
    Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
    Signed-off-by: yujin-emma <yujin.emma.work@gmail.com>
    3 people authored and yujin-emma committed May 10, 2024
    Configuration menu
    Copy the full SHA
    2f49ce9 View commit details
    Browse the repository at this point in the history
  7. Make Field Name Search Filter Case Insensitive (opensearch-project#6759)

    * Make Field Name Filter Case Insensitive
    
    Signed-off-by: Suchit Sahoo <suchsah@amazon.com>
    
    * Changeset file for PR opensearch-project#6759 created/updated
    
    ---------
    
    Signed-off-by: Suchit Sahoo <suchsah@amazon.com>
    Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
    Signed-off-by: yujin-emma <yujin.emma.work@gmail.com>
    2 people authored and yujin-emma committed May 10, 2024
    Configuration menu
    Copy the full SHA
    847110b View commit details
    Browse the repository at this point in the history
  8. address naming for manage data source button test id

    Signed-off-by: yujin-emma <yujin.emma.work@gmail.com>
    yujin-emma committed May 10, 2024
    Configuration menu
    Copy the full SHA
    d48d9a2 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'main' into test1920

    Signed-off-by: Yu Jin <112784385+yujin-emma@users.noreply.github.com>
    yujin-emma authored May 10, 2024
    Configuration menu
    Copy the full SHA
    811677a View commit details
    Browse the repository at this point in the history
  10. Merge branch 'main' into test1920

    Signed-off-by: yujin-emma <yujin.emma.work@gmail.com>
    yujin-emma committed May 10, 2024
    Configuration menu
    Copy the full SHA
    207f8ab View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    c3196cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27556e2 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    65d6240 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c303f7c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    22eabd8 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    64c00d2 View commit details
    Browse the repository at this point in the history