[serverless] Advanced Settings - Field Row components#165286
Merged
clintandrewhall merged 4 commits intoelastic:mainfrom Sep 11, 2023
Merged
[serverless] Advanced Settings - Field Row components#165286clintandrewhall merged 4 commits intoelastic:mainfrom
clintandrewhall merged 4 commits intoelastic:mainfrom
Conversation
7c22877 to
5bdfdde
Compare
9 tasks
319dddc to
a74ad4b
Compare
23eac5f to
c7d84c0
Compare
081c421 to
ff08583
Compare
ff08583 to
c57366a
Compare
c57366a to
357f905
Compare
ElenaStoeva
approved these changes
Sep 8, 2023
Contributor
ElenaStoeva
left a comment
There was a problem hiding this comment.
Amazing work @clintandrewhall, thanks a lot for making these improvements! Overall, looks great to me.
I only have a question about the storybook for the select component.
4f4572b to
06940ab
Compare
1483627 to
49eb314
Compare
💚 Build Succeeded
Metrics [docs]Public APIs missing comments
Unknown metric groupsAPI count
ESLint disabled line counts
References to deprecated APIs
Total ESLint disabled count
History
To update your PR or re-run it, just comment with: |
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
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.
Summary
This is a PR for new inputs and field row components for Advanced Settings.
This code was extracted from the
advancedSettingsplugin and refactored/simplified/typed for a modern Kibana. The PR has been divided into several commits for ease of review: components and stories. Tests and documentation will follow in additional commits.Next steps
Testing
The Storybook build will be the best way to view/test these new components, aside from applying the code to your branch. These are pure additions-- integration will happen in Serverless soon, and likely in Advanced Settings sometime after.
Code coverage stands at
87%. Some components are incredibly difficult to test, but this coverage is pretty good. Runnode scripts/jest packages/kbn-management/settings --coveragefor details.