-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Protobuf schema is not formatted properly #1426
Merged
Merged
Conversation
This file contains 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
…is not abbreviated and ISR is abbreviated already and "f0" was changed to 0
…ng back changes in breadcrumb regarding hyphens
…ge message content
Motherships
reviewed
Jan 19, 2022
kafka-ui-react-app/src/components/common/JSONEditor/JSONEditor.tsx
Outdated
Show resolved
Hide resolved
Fixes #1190 |
Hurenka
approved these changes
Jan 19, 2022
Haarolean
added
redesign
scope/frontend
type/bug
Something isn't working
and removed
status/triage
Issues pending maintainers triage
labels
Jan 19, 2022
Motherships
reviewed
Jan 20, 2022
kafka-ui-react-app/src/components/common/JSONViewer/JSONViewer.tsx
Outdated
Show resolved
Hide resolved
kafka-ui-react-app/src/components/Connect/Details/Config/Config.tsx
Outdated
Show resolved
Hide resolved
kafka-ui-react-app/src/components/common/SQLEditor/__tests__/SQLEditor.spec.tsx
Outdated
Show resolved
Hide resolved
Can confirm MessageContent height is fixed |
Resolves #1415 |
Motherships
approved these changes
Jan 20, 2022
Haarolean
added
the
type/enhancement
En enhancement to an already existing feature
label
Jan 20, 2022
Kudos, SonarCloud Quality Gate passed! |
javalover123
pushed a commit
to javalover123/kafka-ui
that referenced
this pull request
Dec 7, 2022
* clusters"s table styles was fixed, added hyphens to breadcrumbs, URP is not abbreviated and ISR is abbreviated already and "f0" was changed to 0 * styled component name for cluster table was changed * adding tests for clusterwidget cells, adding title for ISR and bringing back changes in breadcrumb regarding hyphens * fixing clusterWidget test * fixing double scroll issue inside Topics > Messages > Content for large message content * bring back last changes * changing styles for scrollbar * fixing protobuf schema to be formatted correctly * makeing requested changes, JSONEditor renamed to Editor,fixed schema edit and versions * rename JSONViewer to EditorViewer Co-authored-by: Roman Zabaluev <rzabaluev@provectus.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
scope/frontend
type/bug
Something isn't working
type/enhancement
En enhancement to an already existing feature
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.
What changes did you make? (Give an overview)
Issue #1346
Schema for PROTOBUF type was showing like a string, after changes it's showing in the right way.
Is there anything you'd like reviewers to focus on?
How Has This Been Tested? (put an "X" next to an item)
Checklist (put an "X" next to an item, otherwise PR will fail)
Check out Contributing and Code of Conduct