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

Missing backports from current 2.x to 2.16 #7466

Closed
wants to merge 12 commits into from

Commits on Jul 24, 2024

  1. [Discover-next] add datasource container (opensearch-project#7157) (o…

    …pensearch-project#7164)
    
    * [Discover-next] add datasource container
    
    Enables the editor to let plugins to mount their own data source component
    to the data source container.
    
    Issue partially resolved:
    opensearch-project#7129
    
    * Changeset file for PR opensearch-project#7157 created/updated
    
    ---------
    
    (cherry picked from commit e1c5cfd)
    
    Signed-off-by: Kawika Avilla <[email protected]>
    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>
    Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
    3 people authored and ananzh committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    fcc2fa7 View commit details
    Browse the repository at this point in the history
  2. [Discover-next] (QueryEditorExtensions) change isEnabled to an observ…

    …able (opensearch-project#7183) (opensearch-project#7193)
    
    * (QueryEditorExtensions) change isEnabled to an observable
    
    
    
    * rename search bar extension to query editor extension in comments
    
    
    
    * Changeset file for PR opensearch-project#7183 created/updated
    
    ---------
    
    
    
    (cherry picked from commit 774f64e)
    
    Signed-off-by: Joshua Li <[email protected]>
    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>
    Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
    3 people authored and ananzh committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    b597a99 View commit details
    Browse the repository at this point in the history
  3. [Discover-next] remove plugin config toggle for data enhancements (op…

    …ensearch-project#7291) (opensearch-project#7293)
    
    * [Discover-next] remove plugin config toggle for data enhancements
    
    Remove the data config toggle for enhancements and rely on the
    UI settings for being enabled.
    
    (cherry picked from commit 5761207)
    
    Signed-off-by: Kawika Avilla <[email protected]>
    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>
    Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
    3 people authored and ananzh committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    9e05d00 View commit details
    Browse the repository at this point in the history
  4. Wrap error renderer in span (opensearch-project#7265) (opensearch-pro…

    …ject#7290)
    
    (cherry picked from commit a34389e)
    
    Signed-off-by: Craig Perkins <[email protected]>
    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>
    2 people authored and ananzh committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    535f16a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0dc5cec View commit details
    Browse the repository at this point in the history
  6. Use smaller and compressed varients of buttons and form components (o…

    …pensearch-project#7304) (opensearch-project#7417)
    
    * Bump OUI
    
    
    
    * Use EuiSmallButton
    
    
    
    * Use EuiSmallButtonIcon
    
    
    
    * Use EuiSmallButtonEmpty
    
    
    
    * Use EuiCompressedFormRow
    
    
    
    * Use EuiCompressedField*
    
    
    
    * Use EuiCompressedSelect and EuiCompressedSuperSelect
    
    
    
    * Use EuiCompressedCheckbox and EuiCompressedCheckboxGroup
    
    
    
    * Use EuiCompressedFilePicker
    
    
    
    * Use EuiCompressedRadio and EuiCompressedRadioGroup
    
    
    
    * Use EuiCompressedSwitch
    
    
    
    * Use EuiCompressedEuiTextArea
    
    
    
    * Use EuiCompressedComboBox
    
    
    
    * Use compressed ValidatedDualRange
    
    
    
    * Use EuiSmallFilterButton
    
    
    
    * Undo unnecessary EuiSmallButton* uses
    
    
    
    * Revisit size and density changes in workspaces
    
    
    
    * Fix unit tests
    
    
    
    ---------
    
    
    
    (cherry picked from commit 6f28170)
    
    Signed-off-by: Miki <[email protected]>
    AMoo-Miki authored and ananzh committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    0cfdd0b View commit details
    Browse the repository at this point in the history
  7. [Workspace] Copy selected/all saved objects (opensearch-project#6478) (

    …opensearch-project#7429)
    
    * [Worksapce][UI] duplicate selected/all saved objects
    
    
    
    * fix test error
    
    
    
    * optimize code transfer memory
    
    
    
    * revert useless modify
    
    
    
    * optimize the code
    
    
    
    * add test id
    
    
    
    * Changeset file for PR opensearch-project#6478 created/updated
    
    * According the last mockup to optimize the code
    
    
    
    * Delete useless code
    
    
    
    * Optimize the code
    
    
    
    * optimize code
    
    
    
    * delete useless code
    
    
    
    * Optimize user experience
    
    
    
    * Solve the test snapshot error
    
    
    
    * modefy the ui text
    
    
    
    * support copy result flyout
    
    
    
    * optimize the code
    
    
    
    * optimize the code
    
    
    
    ---------
    
    
    
    (cherry picked from commit 9abde5c)
    
    Signed-off-by: yubonluo <[email protected]>
    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>
    Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
    3 people authored and ananzh committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    2af3947 View commit details
    Browse the repository at this point in the history
  8. Compress data source selector on (opensearch-project#7329) (opensearc…

    …h-project#7412)
    
    * management's data sources page
    * dev tools
    * home
    * query enhancements
    * saved object mgmt
    * time series
    
    
    
    (cherry picked from commit 3526f96)
    
    Signed-off-by: Miki <[email protected]>
    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>
    Co-authored-by: ZilongX <[email protected]>
    3 people authored and ananzh committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    365ddbb View commit details
    Browse the repository at this point in the history
  9. [Discover-next] remove plugin config toggle for data enhancements (op…

    …ensearch-project#7291) (opensearch-project#7293) (opensearch-project#7408)
    
    * [Discover-next] remove plugin config toggle for data enhancements
    
    Remove the data config toggle for enhancements and rely on the
    UI settings for being enabled.
    
    (cherry picked from commit 5761207)
    
    Signed-off-by: Kawika Avilla <[email protected]>
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Signed-off-by: Qingyang(Abby) Hu <[email protected]>
    Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
    4 people authored and ananzh committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    639a705 View commit details
    Browse the repository at this point in the history
  10. fix(queryEnhancements): fix dataSource.id reference to enable tests (o…

    …pensearch-project#7272) (opensearch-project#7406)
    
    (cherry picked from commit c8496f8)
    
    Signed-off-by: Joshua Li <[email protected]>
    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>
    Co-authored-by: Kawika Avilla <[email protected]>
    Co-authored-by: Yulong Ruan <[email protected]>
    4 people authored and ananzh committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    1ff5401 View commit details
    Browse the repository at this point in the history
  11. New Query Enhancement UI (opensearch-project#7309) (opensearch-projec…

    …t#7457)
    
    * UI changes
    * update snapshots
    * styling
    * correct license
    * more cleanup
    * more styling and update snapshots
    
    
    
    ---------
    
    Signed-off-by: abbyhu2000 <[email protected]>
    abbyhu2000 authored and ananzh committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    9b2f264 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4429721 View commit details
    Browse the repository at this point in the history