spring-cloud-dataflow-ui
spring-cloud-dataflow-ui copied to clipboard
This repo provides the Dashboard application of Spring Cloud Data Flow
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...
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"...
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....
Backport #1716
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...
With the CTR syntax of `timestamp '*'->t1: timestamp 'FOO'->$END` the task launch page fails to render property options. For example: 
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...
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...