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

Conversation

ananzh
Copy link
Member

@ananzh ananzh commented Jul 24, 2024

Description

Create PR to merging missing backports from 2.x to 2.16, including
[Discover-next] add datasource container (#7157) (#7164)
Commit: e2bb1e4
Note: Conflict on src/plugins/data/public/ui/query_editor/query_editor.tsx.

[Discover-next] (QueryEditorExtensions) change isEnabled to an observable (#7183) (#7193)
Commit: 450ec4b
Note: no conflict.

[Discover-next] remove plugin config toggle for data enhancements (#7291) (#7293)
Commit: bbc0286
Note: no conflict.

Wrap error renderer in span (#7265) (#7290)
Commit: 06469bd
Note: no conflict.

Revert [2.16] Fix minor issues for Direct Query Datasource (#7419) from 2.16
Commit: 289a7c0
Note: no conflict.

Use smaller and compressed varients of buttons and form components (#7304) (#7417)
Commit: 77f6c70
Note: no conflict.

[Workspace] Copy selected/all saved objects (#6478) (#7429)
Commit: 2bc4669
Note: no conflict.

Compress data source selector on (#7329) (#7412)
Commit: f2803b1
Note: No conflict.

[Discover-next] remove plugin config toggle for data enhancements (#7291) (#7293) (#7408)
Commit: 425afd4
Note: No conflict.

fix(queryEnhancements): fix dataSource.id reference to enable tests (#7272) (#7406)
Commit: a53186b
Note: No conflict.

New Query Enhancement UI (#7309) (#7457)
Commit: 8ee8678
Note: No conflict.

Revert Fix access control tab fetching for remote cluster (#7456)
Commit: d152ced
Note: No conflict.

Changelog

  • skip

Check List

  • All tests pass
    • yarn test:jest
    • yarn test:jest_integration
  • New functionality includes testing.
  • New functionality has been documented.
  • Update CHANGELOG.md
  • Commits are signed per the DCO using --signoff

opensearch-trigger-bot bot and others added 12 commits July 24, 2024 22:26
…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 <kavilla414@gmail.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>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
…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 <joshuali925@gmail.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>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
…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 <kavilla414@gmail.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>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
…ject#7290)

(cherry picked from commit a34389e)

Signed-off-by: Craig Perkins <cwperx@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>
…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 <miki@amazon.com>
…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 <yubonluo@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>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
…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 <miki@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>
Co-authored-by: ZilongX <99905560+ZilongX@users.noreply.github.com>
…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 <kavilla414@gmail.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: Qingyang(Abby) Hu <abigailhu2000@gmail.com>
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>
…pensearch-project#7272) (opensearch-project#7406)

(cherry picked from commit c8496f8)

Signed-off-by: Joshua Li <joshuali925@gmail.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>
Co-authored-by: Kawika Avilla <kavilla414@gmail.com>
Co-authored-by: Yulong Ruan <ruanyl@amazon.com>
…t#7457)

* UI changes
* update snapshots
* styling
* correct license
* more cleanup
* more styling and update snapshots



---------

Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com>
@ananzh ananzh changed the title Missing 2.16 Missing backports from current 2.x to 2.16 Jul 24, 2024
@github-actions github-actions bot added the Skip-Changelog PRs that are too trivial to warrant a changelog or release notes entry label Jul 24, 2024
@ananzh ananzh deleted the branch opensearch-project:2.16 July 24, 2024 23:56
@ananzh ananzh closed this Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip-Changelog PRs that are too trivial to warrant a changelog or release notes entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants