Glenn Renfro

Results 72 issues of Glenn Renfro

When spinner button is clicked down the ` interval-time-between-checks ` shows -1 when it should show 9999. This is consistent with any spinner button on this page. They should show...

status/need-triage

1. Create CTR ts0630a with definition t1:timestamp&&t2:timestamp 2. Launch this ts0630a 3. Select the FreeText tab. 4. Enter app.ts0630a.t1.timestamp.format=YYYY 5. Select Builder tab 6. The property does not appear. Go...

type/bug

Epic https://github.com/spring-cloud/spring-cloud-dataflow/issues/3866 shows how a user would like filter job executions via the UI. The server currently supports the following restful endpoints to provide the filtering requested: ``` "jobs/executions/name": {...

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...

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

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

Fabric8 Container class currently has constraints enumerated for its attributes. i.e. for valid schedule name expression and maximum length. We need to capture these ConstraintValidationExceptions when thrown, and wrap them...

type/technical-debt

The EventuallyMatcher is a matcher that will evaluate another matcher repeatedly until it matches, or fail after some number of attempts. This is useful when waiting for results from a...

enhancement

Currently users can't remove task properties when relaunching a task. This was the original intent of the application, but after user feedback, users want the ability to remove task properties...

type/enhancement
area/batch-task