-
Notifications
You must be signed in to change notification settings - Fork 29
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
feat(Rest): Add Rest visual entity #1860
Conversation
6b0680b
to
531a3e1
Compare
531a3e1
to
3c17d36
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1860 +/- ##
============================================
+ Coverage 78.44% 78.48% +0.03%
- Complexity 365 367 +2
============================================
Files 466 468 +2
Lines 14682 14777 +95
Branches 2730 2832 +102
============================================
+ Hits 11518 11598 +80
+ Misses 3075 2906 -169
- Partials 89 273 +184 ☔ View full report in Codecov by Sentry. |
d84cd72
to
9b1359d
Compare
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.
I know you mentioned some all?) of them during a call but to have it listed on the PR on what are the current limitations and what needs to be done next:
- on first save, some invalid block code is added
- the required fields are not appearing in the Required tab
- In modified tab, all nested fields are appearing
- cannot remove a security definitions if you provide a boolean or dropdown value first, then you try to remove the content, it will keep some of them (boolean/dropdown) or use empty curly brace:
There is the possibility to set the attribute disable but there is not the right-click menu like on other step that can be disabled |
yes @apupier, you're right, I mentioned some of those limitations coming from the form library 😢 , so there's not much we can do now. For the disabling functionality, that's something I can fix, I'll update the PR |
This commit adds support for the Rest DSL from Apache Camel. fix: KaotoIO#1505 fix: KaotoIO#54
9b1359d
to
2e7a35c
Compare
Quality Gate passedIssues Measures |
Context
This commit adds support for the Rest DSL from Apache Camel.
Notes
As @apupier spotted, there are two groups of issues that needs to be handled separately:
uniforms-patternfly-related issues:
CanvasFormBody filtering issues: (#1890)
Screencast
Screencast.From.2025-01-07.15-49-40.mp4
fix: #1505
partially implements:
#54