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

[Inventory][ECO] filter by type on grid #193875

Merged

Conversation

cauemarcondes
Copy link
Contributor

@cauemarcondes cauemarcondes commented Sep 24, 2024

closes #192669

Screen.Recording.2024-09-24.at.15.mp4

@cauemarcondes cauemarcondes added release_note:skip Skip the PR/issue when compiling release notes backport:prev-minor Backport to (8.x) the previous minor version (i.e. one version back from main) v8.16.0 labels Sep 24, 2024
@cauemarcondes cauemarcondes requested a review from a team as a code owner September 24, 2024 14:11
@botelastic botelastic bot added the ci:project-deploy-observability Create an Observability project label Sep 24, 2024
@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!)

onFilter: () => void;
}

export function BadgeFilterWithPopover({ property, value, onFilter, label }: Props) {
Copy link
Contributor

@kpatticha kpatticha Sep 25, 2024

Choose a reason for hiding this comment

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

we can't reuse the component from logs explorer?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That one used in the logs explorer belongs to the Discover plugin. I won't drag myself into refactoring that into a shareable place, at least not for now.

Copy link
Contributor

Choose a reason for hiding this comment

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

make sense, thanks

Copy link
Contributor

@kpatticha kpatticha left a comment

Choose a reason for hiding this comment

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

Overall looks good to me. Thanks for adding the tests. Added some nits and comments

@cauemarcondes cauemarcondes enabled auto-merge (squash) September 25, 2024 10:04
@kibana-ci
Copy link
Collaborator

kibana-ci commented Sep 25, 2024

💛 Build succeeded, but was flaky

Failed CI Steps

Test Failures

  • [job] [logs] Jest Tests #3 / When using CommandExecutionOutput component should show long running hint message if pending and >15s have passed

Metrics [docs]

Module Count

Fewer modules leads to a faster build time

id before after diff
inventory 189 190 +1

Async chunks

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

id before after diff
inventory 143.3KB 145.0KB +1.7KB

History

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

@cauemarcondes cauemarcondes merged commit 475fd6c into elastic:main Sep 25, 2024
26 checks passed
@kibanamachine
Copy link
Contributor

💚 All backports created successfully

Status Branch Result
8.x

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

Questions ?

Please refer to the Backport tool documentation

@cauemarcondes cauemarcondes deleted the eco-filter-by-entity-type-on-table branch September 25, 2024 13:01
kibanamachine added a commit that referenced this pull request Sep 25, 2024
# Backport

This will backport the following commits from `main` to `8.x`:
- [[Inventory][ECO] filter by type on grid
(#193875)](#193875)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Cauê
Marcondes","email":"55978943+cauemarcondes@users.noreply.github.com"},"sourceCommit":{"committedDate":"2024-09-25T11:40:12Z","message":"[Inventory][ECO]
filter by type on grid (#193875)\n\ncloses
#192669
filter by type on
grid","number":193875,"url":"#193875
filter by type on grid (#193875)\n\ncloses
#192669
filter by type on grid (#193875)\n\ncloses
#192669"}]}]
BACKPORT-->

Co-authored-by: Cauê Marcondes <55978943+cauemarcondes@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:prev-minor Backport to (8.x) the previous minor version (i.e. one version back from main) ci:project-deploy-observability Create an Observability project release_note:skip Skip the PR/issue when compiling release notes v8.16.0 v9.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Inventory] filter by entity type component
5 participants