-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Add an option to filter out managed pipelines in Stack Management > Ingest Pipelines #154621
Conversation
…ngest Pipelines Co-authored-by: KlingerMatheus <[email protected]> Co-authored-by: gitstart_bot <[email protected]>
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
Pinging @elastic/platform-deployment-management (Team:Deployment Management) |
@elasticmachine merge upstream |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @KlingerMatheus, thanks a lot for your contribution! I've tested your solution locally and works really well. I do have though a few questions and things that I think we can do improve in the implementation, let me know what you think!
x-pack/plugins/ingest_pipelines/public/application/sections/pipelines_list/main.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/ingest_pipelines/public/application/sections/pipelines_list/main.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/ingest_pipelines/public/application/sections/pipelines_list/main.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/ingest_pipelines/public/application/sections/pipelines_list/main.tsx
Show resolved
Hide resolved
…ngest Pipelines Co-authored-by: KlingerMatheus <[email protected]> Co-authored-by: gitstart_bot <[email protected]>
@elasticmachine merge upstream |
buildkite test this |
@elasticmachine run elasticsearch-ci/docs |
@elasticmachine merge upstream |
buildkite test this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi 👋 Thanks for addressing our feedback. I've left a few additional comments. Can you also please take screenshots of the changes and include them in the PR description? The Loom links are no longer active. Thank you!
...ck/plugins/ingest_pipelines/__jest__/client_integration/ingest_pipelines_filter_list.test.ts
Outdated
Show resolved
Hide resolved
src/plugins/es_ui_shared/public/components/filter_list_button/filter_list_button.tsx
Outdated
Show resolved
Hide resolved
src/plugins/es_ui_shared/public/components/filter_list_button/filter_list_button.tsx
Outdated
Show resolved
Hide resolved
Co-authored-by: Klinger Matheus <[email protected]> Co-authored-by: gitstart_bot <[email protected]>
@elasticmachine merge upstream |
merge conflict between base and head |
@gitstart can you resolve the merge conflict and then I will take another look? Thanks! |
Co-authored-by: Klinger Matheus <[email protected]> Co-authored-by: gitstart_bot <[email protected]>
@elasticmachine merge upstream |
buildkite test this |
@elasticmachine run elasticsearch-ci/docs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @gitstart! This is getting really close. Thanks for all your work on this. I left a few other comments that I'd like to see addressed before merging. Let me know if you have questions.
...k/plugins/ingest_pipelines/__jest__/client_integration/ingest_pipelines_filter_list.test.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/ingest_pipelines/public/application/sections/pipelines_list/main.tsx
Outdated
Show resolved
Hide resolved
…nd updated tests addressing feedback Co-authored-by: Klinger Matheus <[email protected]> Co-authored-by: gitstart_bot <[email protected]>
Co-authored-by: Klinger Matheus <[email protected]> Co-authored-by: gitstart_bot <[email protected]>
@elasticmachine merge upstream |
buildkite test this |
@elasticmachine run elasticsearch-ci/docs |
💔 Build FailedFailed CI StepsTest Failures
Metrics [docs]Public APIs missing comments
Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: |
Co-authored-by: KlingerMatheus <[email protected]> Co-authored-by: gitstart_bot <[email protected]>
Co-authored-by: niteshsingh1357 <[email protected]> Co-authored-by: KlingerMatheus <[email protected]> Co-authored-by: gitstart_bot <[email protected]>
Closing this PR since support for managed pipelines was added in #174814 |
Add an option to filter out managed pipelines in Stack Management > Ingest Pipelines.
Resolves #153209
Before
https://www.loom.com/share/1d5731f07a724d96b4033976b5e81799
After
https://www.loom.com/share/3373fb8c5c1d42a7bc2ca2c547a05122
This code was written and reviewed by GitStart Community. Growing future engineers, one PR at a time.