Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI - Initiators, Deployments, Processes, Logs #167

Merged
merged 23 commits into from
Aug 2, 2023
Merged

Conversation

wcgunter
Copy link
Collaborator

@wcgunter wcgunter commented Aug 1, 2023

This PR changes the following:

  • Initiators: "Enable All" feature should be much more responsive. Reduced the number of REST API calls down significantly to reduce client load.
  • Deployments: Moved "Hide All Suspended Processes" checkbox
image
  • Deployments: Moved edit & delete buttons to beginning of line. Now always vertical.
image
  • Deployments: Can now edit status of a process definition on the Deployments page using pause & play buttons.
image image
  • Logs: Fixed bug where filter button did not work & text telling user that query returned more than 10,000 results was always displayed. Fixed expansion option for long messages not appearing on first draw.
image
  • History: Added "Hide Command Output Log Lines" box (default: on) that hides any log entry whose "details" message starts with "LINE: " (this information is already covered elsewhere in the log). Disable to show these lines.
image
  • Processes: Copy button is now available for all data points (except if there is no data, then it is empty).
image
  • Processes: Can now delete (cancel - results in a "fail" state in the canceled process) running processes before they finish execution.
image
  • Processes: Output / input variables now show type (except if it is a String or a File)

@wcgunter wcgunter marked this pull request as ready for review August 2, 2023 00:33
@wcgunter wcgunter marked this pull request as draft August 2, 2023 00:36
@wcgunter wcgunter marked this pull request as ready for review August 2, 2023 16:23
Copy link
Collaborator

@jamesfwood jamesfwood left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome work!

@jamesfwood jamesfwood merged commit edf5658 into develop Aug 2, 2023
@jamesfwood jamesfwood deleted the UI-misc-1 branch August 2, 2023 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants