-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Docs: Updated Loading Sample Data to download all datasets from S3. #8999
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Nov 8, 2016
elastic-jasper
added a commit
that referenced
this pull request
Nov 8, 2016
Backports PR #8999 **Commit 1:** Docs: Updated Loading Sample Data to download all datasets from S3. Closes #8997 * Original sha: 780af3a * Authored by debadair <[email protected]> on 2016-11-07T23:55:50Z
elastic-jasper
added a commit
that referenced
this pull request
Nov 8, 2016
Backports PR #8999 **Commit 1:** Docs: Updated Loading Sample Data to download all datasets from S3. Closes #8997 * Original sha: 780af3a * Authored by debadair <[email protected]> on 2016-11-07T23:55:50Z
epixa
pushed a commit
that referenced
this pull request
Nov 8, 2016
…9005) Backports PR #8999 **Commit 1:** Docs: Updated Loading Sample Data to download all datasets from S3. Closes #8997 * Original sha: 780af3a * Authored by debadair <[email protected]> on 2016-11-07T23:55:50Z
epixa
pushed a commit
that referenced
this pull request
Nov 8, 2016
…9004) Backports PR #8999 **Commit 1:** Docs: Updated Loading Sample Data to download all datasets from S3. Closes #8997 * Original sha: 780af3a * Authored by debadair <[email protected]> on 2016-11-07T23:55:50Z
epixa
added a commit
that referenced
this pull request
Nov 8, 2016
epixa
added a commit
that referenced
this pull request
Nov 8, 2016
epixa
added a commit
that referenced
this pull request
Nov 8, 2016
epixa
added a commit
that referenced
this pull request
Nov 8, 2016
epixa
added a commit
that referenced
this pull request
Nov 8, 2016
epixa
added a commit
that referenced
this pull request
Nov 8, 2016
epixa
added a commit
that referenced
this pull request
Nov 8, 2016
nreese
pushed a commit
to nreese/kibana
that referenced
this pull request
Nov 10, 2016
airow
pushed a commit
to airow/kibana
that referenced
this pull request
Feb 16, 2017
…lastic#9005) Backports PR elastic#8999 **Commit 1:** Docs: Updated Loading Sample Data to download all datasets from S3. Closes elastic#8997 * Original sha: 780af3a * Authored by debadair <[email protected]> on 2016-11-07T23:55:50Z Former-commit-id: 3cf5df3
tkajtoch
added a commit
that referenced
this pull request
Dec 16, 2025
## Summary This EUI upgrade brings the new Flyout System. While all of the changes we made are opt-in, we did have to update the DOM nesting in `EuiFlyout` and `EuiFlyoutResizable`. This change includes making overlay masks a sibling of flyouts, rather than wrapping the flyouts as children, which required internal changes to the mask's z-index value. Following @tsullivan request, please run through your UIs and make sure the flyouts render as expected, especially in the areas where you override EuiFlyout styles. ## Dependency updates - `@elastic/eui`: `v110.0.0` ⏩ `v111.0.0` - `@elastic/eui-theme-borealis`: `v5.1.0` ⏩ `v5.2.0` --- ## Changes - Removed `z-index` overrides from various places across Kibana. The updated EuiFlyout logic calculates `z-index` values dynamically based on the order of opening flyouts, making the manual overrides unnecessary. - Updated types of refs passed to `EuiFlyout` and `EuiFlyoutResizable` ## Package updates ### `@elastic/eui` v111.0.0 - Added an opt-in EuiFlyout session management for creating flyout compositions and journeys effortlessly. Session management handles side-by-side flyout rendering based on parent-child grouping, simple flyout transitions with history, state sharing, and more. ([#9202](elastic/eui#9202)) - EuiFlyout session management is an optional feature that can be enabled by adding `session="start"` to EuiFlyout. Check out the [documentation](https://eui.elastic.co/docs/components/containers/flyout/session-management) to learn more. - Added a new `hasChildBackground` boolean prop (defaults to false) to `EuiFlyout` ([#9056](elastic/eui#9056)) - Updated `EuiFlyout` with new `onActive` callback and enable stack managed history controls. ([#9003](elastic/eui#9003)) - Updated `EuiFlyoutMenu` with new prop `historyItems` and refactored props for back button. ([#9003](elastic/eui#9003)) - Added a new optional `resizable` (boolean) prop to `EuiFlyout`. Resizability can now be controlled dynamically without the need to use `EuiFlyoutResizable`. ([#8999](elastic/eui#8999)) - Flyout system menu bar: require tile, support custom actions ([#8897](elastic/eui#8897)) - Added a new `EuiFlyoutMenu` component that provides a standardized top menu bar for flyouts. ([#8851](elastic/eui#8851)) **Breaking changes** - Changed the way EuiFlyout renders overlay masks to decouple the overlay mask from the flyout itself. Now, the overlay mask is a separate portalled element. ([#9202](elastic/eui#9202)) - This change does not modify the functionality or behavior of flyout overlays but might affect some custom usages when your application relies on the specific element nesting within EuiFlyout. ### `@elastic/eui-theme-borealis` v5.2.0 - Updated parameters used for `euiAnimSlightResistance` for a smoother animation ([#9202](elastic/eui#9202)) --------- Co-authored-by: kibanamachine <[email protected]> Co-authored-by: Elastic Machine <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #8997