Skip to content

Commit

Permalink
Add actual integration queries to table (opensearch-project#1544) (op…
Browse files Browse the repository at this point in the history
…ensearch-project#1547)

* Stub integration type

* Fix links and statuses on integration table stub

* Add search bar and tests

* Add 'add integrations' button to installed integrations table

* Update added integration snapshot

* Add dynamic loading of integrations from store

* Add space after integration setup page

* Add empty integration state

---------

(cherry picked from commit ecb8fb3)

Signed-off-by: Simeon Widdis <[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>
(cherry picked from commit ba00bb8)
  • Loading branch information
opensearch-trigger-bot[bot] authored and A9 Swift Project User committed Apr 7, 2024
1 parent 127177f commit b68dc7e
Show file tree
Hide file tree
Showing 13 changed files with 1,197 additions and 66 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": "c59527538053188c5f8f32efc60583910ef0b49b",
"last_gitfarm_commit": "c7a3ceb8ea3c736c86e06e7580715bb8141aada7"
"last_github_commit": "ba00bb83329ed5862579a6033a6d9c8501cd6610",
"last_gitfarm_commit": "a63d3792612e9e8dfa2cbccc42710f5825ec7bca"
}
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,20 @@ exports[`Data Connection Page test Renders S3 data connection page with data 1`]
Accelerations
</span>
</button>
<button
aria-controls="random_html_id"
aria-selected="false"
class="euiTab"
id="installed_integrations"
role="tab"
type="button"
>
<span
class="euiTab__content"
>
Installed Integrations
</span>
</button>
<button
aria-controls="random_html_id"
aria-selected="false"
Expand Down
Loading

0 comments on commit b68dc7e

Please sign in to comment.