kaoto-ui
kaoto-ui copied to clipboard
Frontend for the Kaoto project to provide an easy-to-use integration framework based on Apache Camel.
### Describe the Bug We support ```yaml - from: uri: timer:null steps: - set-body: simple: test ``` but not ```yaml - from: uri: timer:null steps: - set-body: expression: simple: expression:...
### Please describe the feature that you want to propose Kamelet has extra metadata that other DSL doesn't have, but vital for Kamelet specification. https://camel.apache.org/camel-k/1.12.x/apis/kamelets.html#_camel_apache_org_v1alpha1_KameletSpec ### Definition defines the formal...
### Please describe the task that needs to be done Based on feedback from [here](https://github.com/KaotoIO/kaoto-ui/issues/1008): >When a step is not completely configured (not all fields are filled in) the color...
### Please describe the feature that you want to propose Some fields have a known set of values available (it is mentioned in Camel catalog), for instance for Level of...
### Please describe the feature that you want to propose Currently the label of each step is just the name of the EIP or component. This is not super useful...
### Please describe the feature that you want to propose **Desired feature:** Should be able to link an integration to a GitHub repo. Thereafter there should be a button on...
### Please describe the feature that you want to propose https://camel.apache.org/camel-k/1.12.x/apis/kamelets.html#_camel_apache_org_v1alpha1_KameletBinding https://camel.apache.org/camel-k/next/apis/camel-k.html#_camel_apache_org_v1_PipeSpec In addition to the main binding flow (source/steps/sink) in KameletBinding / Pipe, they also allows to have `IntegrationSpec`...
### Describe the Bug When running the sandbox app - there seems to be much more traffic going to the backend, compared with the standalone app. There e.g. are 3...
### Please describe the feature that you want to propose It would be great to be able to configure the Kaoto backend in VS Code, for example to point to...
### Context Currently, we're not enforcing any type of commit message anywhere, and while all contributions are more than welcome, we risk some commits falling through the cracks because they...