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

Bumps [cookie](https://github.com/jshttp/cookie), [socket.io](https://github.com/socketio/socket.io) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `cookie` from 0.4.2 to 0.7.2 Release notes Sourced from cookie's releases. v0.7.2 Fixed Fix object assignment of...

dependencies

fixes https://github.com/spring-cloud/spring-cloud-dataflow-ui/issues/2015 @onobc - I am very sorry for this small mistake. 😞 Other than that the feature is working really well.

We updated to SCDF 2.11.5 and there was a small mistake I made for the check if the Reverse-Proxy-Feature is enabled. See: https://github.com/spring-cloud/spring-cloud-dataflow-ui/blob/v3.4.6/ui/src/app/shared/api/task.service.ts#L269 it should be ```javascript UrlUtilities.fixReverseProxyUrl(url, this.localStorageService.get('reverseProxyFixActiveValue') ===...

status/need-triage

Hello, I'm using Spring Cloud DataFlow 2.11.5. In the Spring Cloud Dataflow UI, the timezone is set to UTC, so all dates on the dashboard are displayed in UTC. I've...

status/need-triage

**Description:** Going from the list of tasks to any task and then to the launch screen we get this: ![image](https://github.com/spring-cloud/spring-cloud-dataflow/assets/1218530/aef8704f-6526-451f-b32d-00e854e36e9e) with the following js error message showing up on console:...

for/team-attention

This test is failing. I put it back but commented it out to fix later. It's been commented out for a while now. Likely not easy to fix. _Originally posted...

status/need-triage

Hi, According to the following change https://github.com/spring-cloud/spring-cloud-dataflow/commit/cf4e5817cd8ee9b7ed7bf4cc7df6b8ab484e1bd3 with the current version of the ui, tasks cannot be scheduled. The parameter to create the cron expression was changed from this one...

type/bug

I defined role-based users in the spring cloud dataflow application with spring security and control page access with hasRole. .antMatchers(HttpMethod.GET, "/audit-records").hasRole("MANAGE") .antMatchers(HttpMethod.GET, "/audit-records/**").hasRole("MANAGE") For unauthorized users, a response is returned...

type/feature