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

[Infra] Remove beta badge from hosts #191664

Conversation

jennypavlova
Copy link
Member

Closes #191163

Summary

This PR removes the beta label from hosts view

  • in Inventory

    Screenshot 2024-08-28 at 18 49 10
  • in the menu and page title

    Screenshot 2024-08-28 at 18 49 28
  • in the settings
    Screenshot 2024-08-28 at 18 56 48
    Screenshot 2024-08-28 at 18 57 19

Small bugfix

I saw that a class added to the service control label was causing a wrong negative left margin and it bugged me so I fixed it here 😅:

Before 😞 After 👍
image Screenshot 2024-08-28 at 18 48 37

@jennypavlova jennypavlova added release_note:skip Skip the PR/issue when compiling release notes backport:skip This commit does not require backporting Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team labels Aug 28, 2024
@jennypavlova jennypavlova self-assigned this Aug 28, 2024
@jennypavlova jennypavlova requested review from a team as code owners August 28, 2024 17:09
@elasticmachine
Copy link
Contributor

Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services)

@botelastic botelastic bot added ci:project-deploy-observability Create an Observability project Team:obs-ux-management Observability Management User Experience Team labels Aug 28, 2024
@elasticmachine
Copy link
Contributor

Pinging @elastic/obs-ux-management-team (Team:obs-ux-management)

@obltmachine
Copy link

🤖 GitHub comments

Expand to view the GitHub comments

Just comment with:

  • /oblt-deploy : Deploy a Kibana instance using the Observability test environments.
  • run docs-build : Re-trigger the docs validation. (use unformatted text in the comment!)

@jennypavlova jennypavlova changed the title infra remove beta badge from hosts [Infra] Remove beta badge from hosts Aug 28, 2024
Copy link
Contributor

@crespocarlos crespocarlos left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks for the bugfix. Left just one small improvement suggestion on the service name dropdown.

@@ -46,7 +46,7 @@ const TitleWithPopoverMessage = ({
embeddableId: string;
}) => {
return (
<EuiFormLabel className="controlFrame__formControlLayoutLabel" htmlFor={embeddableId}>
<EuiFormLabel htmlFor={embeddableId}>
<EuiFlexGroup alignItems="center" gutterSize="xs">
Copy link
Contributor

Choose a reason for hiding this comment

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

On small screens, the tooltip is jumping to a new line. Could we add resposive={false} here as part of this PR?

image

Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks for spotting that! I applied the suggestion and it is fixed now 🙌
image

@kibana-ci
Copy link
Collaborator

kibana-ci commented Aug 29, 2024

💛 Build succeeded, but was flaky

  • Buildkite Build
  • Commit: c8fdee1
  • Kibana Serverless Image: docker.elastic.co/kibana-ci/kibana-serverless:pr-191664-c8fdee134910

Failed CI Steps

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
infra 1.5MB 1.5MB -831.0B

Page load bundle

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

id before after diff
infra 97.7KB 97.7KB -17.0B

History

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

cc @jennypavlova

@jennypavlova jennypavlova enabled auto-merge (squash) August 29, 2024 16:26
@jennypavlova jennypavlova merged commit 7267bb6 into elastic:main Aug 30, 2024
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:skip This commit does not require backporting ci:project-deploy-observability Create an Observability project release_note:skip Skip the PR/issue when compiling release notes Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team Team:obs-ux-management Observability Management User Experience Team v8.16.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Infra] Remove "beta" badge from Hosts
8 participants