Skip to content

Commit

Permalink
[Feature] Associated objects searchbar filters (opensearch-project#1474
Browse files Browse the repository at this point in the history
…) (opensearch-project#1492)

* Add associated objects filters for databases and accelerations

* Fix both filters

* Fix some UI details

* Finalize the UI details

* Fix the acceleration filter type

* Switch to lodash

* Enable multiple filter selections 1

* Make the filters logic into OR

* Fix some comments

* Switch back to JS instead of using lodash

* Update the snapshots

* Remove the inline style

* Set up an util file

* Add a todo comment for dummy data

* Update the snapshots

* Address some minor comments

* Assign types for obj and clauses

* Setup the consts and replace them

* Finish an i18n example

* Finish the i18n for AO tab

* i18n done

* Add jest test

---------

(cherry picked from commit 1b005d4)

Signed-off-by: Ryan Liang <jiallian@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>
(cherry picked from commit c67bcb5)
  • Loading branch information
opensearch-trigger-bot[bot] authored and A9 Swift Project User committed Mar 8, 2024
1 parent 3cde888 commit ed51cd5
Show file tree
Hide file tree
Showing 8 changed files with 9,547 additions and 239 deletions.
4 changes: 2 additions & 2 deletions auto_sync_commit_metadata.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"last_github_commit": "f83f0acda24114a90120ddd4a5e50b02a1135cba",
"last_gitfarm_commit": "48d9c42f8dd6cf6cb95d64bcf5f2d5d12f7864f9"
"last_github_commit": "c67bcb5da314e1b06fab677001d76bb4f2e6b59a",
"last_gitfarm_commit": "59eb30541c4f5c2809bc17fc37e71642566a8638"
}
2 changes: 1 addition & 1 deletion common/types/data_connections.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export interface AssociatedObject {
database: string;
type: string;
createdByIntegration: string;
accelerations: string;
accelerations: string[];
}

export type Role = EuiComboBoxOptionOption;
Expand Down
Loading

0 comments on commit ed51cd5

Please sign in to comment.