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

The individual task definitions that are part of the CTR can be hidden from the task list page from the UI. This would allow the accidental launch of those applications...

area/composed-tasks

When hitting the cleanup option under "Tasks" the corresponding REST call has both `REMOVE_DATA` and `CLEANUP` set in the action parameter: https://github.com/spring-cloud/spring-cloud-dataflow-ui/blob/46a218dd0135c78d76f20f174cee7ab6b8d52d30/ui/src/app/shared/api/task.service.ts#L123-L135 When triggering the cleanup from the "Task Executions"...

status/need-triage

As a user, I'd like to import both RMQ and Kafka apps; while the imports work, but the registration corrupts the pallette when it loads because of the duplicate names/nodes....

The `dataflow-server-use-user-access-token` is a parameter that is passed at composed task launch time. It is not used by CTR but rather by dataflow to determine if it should populate access...

I hit an issue preparing a demo using Sabby’s SpringOne2020 workshop with the truck monitoring app. Long story, I hit a bug with the KStreams processor so tried using a...

status/need-triage

With the CTR syntax of `timestamp '*'->t1: timestamp 'FOO'->$END` the task launch page fails to render property options. For example: ![image.png](https://images.zenhubusercontent.com/5c93c5e09543816d30f633f7/23b45dc2-02f8-4fbc-97a4-804dc12246a7)

type/bug
status/need-triage

Need to add mock tests to the scheduling.service.ts . Also may want to revisit how platforms are handled as they are associated with schedules. Possibly have server store metadata associated...

status/need-triage

Currently the applications that don't have at lest one version set as default are not show in the application list. At the same time the shell's `app list` as well...

type/bug