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

[Session View] [8.2] beta label added to sessions tabs in timeline #129965

Merged
merged 6 commits into from
Apr 12, 2022

Conversation

mitodrummer
Copy link
Contributor

Summary

Fixes: #129923

Adds a EuiBetaBadge to the new sessions tab in hosts page and the Session View tab in timeline.

image

image

image

@mitodrummer mitodrummer added auto-backport Deprecated - use backport:version if exact versions are needed Team:Security Solution Platform Security Solution Platform Team v8.2.0 Team: AWP: Platform Adaptive Workload Protection Platform team from Security Solution v8.3.0 v8.2.1 labels Apr 12, 2022
@mitodrummer mitodrummer requested a review from a team as a code owner April 12, 2022 00:07
@mitodrummer mitodrummer added the release_note:skip Skip the PR/issue when compiling release notes label Apr 12, 2022
@@ -45,6 +47,7 @@ const TabNavigationItemComponent = ({
isSelected={isSelected}
href={appHref}
onClick={handleClick}
append={isBeta && <EuiBetaBadge label={BETA} size="s" />}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please add a unit test where make sure that the beta badge was added only if isBeta property is true?

@mitodrummer mitodrummer requested a review from YulNaumenko April 12, 2022 02:12
@kibana-ci
Copy link
Collaborator

💚 Build Succeeded

Metrics [docs]

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
securitySolution 4.8MB 4.8MB +163.0B

Page load bundle

Size of the bundles that are downloaded on every page load. Target size is below 100kb

id before after diff
securitySolution 250.4KB 250.5KB +121.0B

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@mitodrummer mitodrummer merged commit bced9d2 into elastic:main Apr 12, 2022
kibanamachine pushed a commit that referenced this pull request Apr 12, 2022
…129965)

* beta label added to sessions tabs in timeline

* added test for isBeta

* added test for isBeta

* test revised

Co-authored-by: mitodrummer <[email protected]>
(cherry picked from commit bced9d2)
@kibanamachine
Copy link
Contributor

💚 All backports created successfully

Status Branch Result
8.2

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

kibanamachine added a commit that referenced this pull request Apr 12, 2022
…129965) (#130015)

* beta label added to sessions tabs in timeline

* added test for isBeta

* added test for isBeta

* test revised

Co-authored-by: mitodrummer <[email protected]>
(cherry picked from commit bced9d2)

Co-authored-by: Karl Godard <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-backport Deprecated - use backport:version if exact versions are needed release_note:skip Skip the PR/issue when compiling release notes Team: AWP: Platform Adaptive Workload Protection Platform team from Security Solution Team:Security Solution Platform Security Solution Platform Team v8.2.0 v8.2.1 v8.3.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add [Beta] tag next to sessions tab title
6 participants