spring-cloud-dataflow-ui icon indicating copy to clipboard operation
spring-cloud-dataflow-ui copied to clipboard

This repo provides the Dashboard application of Spring Cloud Data Flow

Results 69 spring-cloud-dataflow-ui issues
Sort by recently updated
recently updated
newest added

This feature will be added when the PR for https://github.com/spring-cloud/spring-cloud-dataflow/issues/4119 is merged.

When loading the `Stream Create` page, the applications in the stream creation widget takes a few seconds to load.

A landing page where the summary of apps, streams, and tasks would be listed along with other overall views of the moving parts.

type/enhancement

I have the following stream in the stream creation page: ``` http --server.port=9000 | transform --expression=#jsonPath(payload, '$.name') | log ``` and this leads to `TokenizationError: Unexpected character` around the expression...

type/bug

It might be handy to have `stream update` forced. Currently, the update can only happen when there are properties difference between current and the previous deployment.

As a user I'd like to have my stream application's endpoints visible at the stream creation page so that I could create tap on the streams that were created already....

As a user, I'd like to have an option to selectively undeploy/re-deploy selected applications inside a Stream. This will help me re-deploy my app to refresh on some external dependencies.

Hello! I did what was written in https://github.com/spring-cloud/spring-cloud-dataflow-ui#building-the-project-using-npm, сompiled successfully. Then tried "npm start" and have "[HPM] Error occurred while trying to proxy request /security/info from localhost:4200 to http://localhost:9393/ (ECONNREFUSED)...

There are certain seemingly special characters that, when specified as part of properties within a given task, will cause the task definition to be inaccessible and not viewable in the...

type/bug
status/need-feedback

As a user, I created the following stream definitions by copy+pasting it in the textual DSL section; however, on ctrl+tab over the DSL portion for an app, I don't see...