Skip to content

Conversation

@pabs3
Copy link
Contributor

@pabs3 pabs3 commented Jan 29, 2026

  • Remove unnecessary whitespace
  • Drop jobCards const since it is unused
  • Drop duplicate updates of startTime/status
  • Add trailing line ending characters
  • Change terminology from active jobs to running jobs
  • Change terminology from success/ended jobs to completed jobs
  • Change terminology for running/queued length from jobs to count
  • Enable automatic pings on the WebSockets
  • Split border CSS param into border-width border-style border-color params
  • Add job running event
  • Add aborted events for queued but not started jobs
  • Send log messages for all job events
  • Only get the list of running jobs once for slightly more efficiency
  • Improve the job cards
    • add status class to the job container
    • add id to the job container
    • make username optional
    • show platform in user title if present
    • prevent log scrolling from hiding job explanation
    • add each item one at a time
  • Add job queue to the dashboard interface
  • Improve dashboard JavaScript based job tracking
    • Reconnect the WebSockets when they close/fail.
    • Update the queue/job counts as job events come in.
    • Move started jobs out of the queue.
    • Remove the /cards/ API since it adds latency.
    • Track all of the event types properly.
    • Handle logs for not yet known jobs properly.
    • Add indicators of the different job status types.
    • Only reload the page when JavaScript is disabled.
    • Detect use of template as a browser override.
    • Add a button to clear and reload jobs.

pabs3 added 16 commits January 29, 2026 22:37
For compatibility with editors that always add trailing line ending chars.
For consistency with the COMPLETED value of the JobStatus enum.
More easily understandable at first glance.
Avoids the dashboard client getting disconnected quickly,
and reduces the need for clients to reload the page and or
reconnect the WebSockets quite as often.
…rams

Makes it easier to change the border CSS parameters independently.
Makes it more obvious in the log what the status is.
- add status class to the job container
- add id to the job container
- make username optional
- show platform in user title if present
- prevent log scrolling from hiding job explanation
- add each item one at a time
- Reconnect the WebSockets when they close/fail.
- Update the queue/job counts as job events come in.
- Move started jobs out of the queue.
- Remove the /cards/ API since it adds latency.
- Track all of the event types properly.
- Handle logs for not yet known jobs properly.
- Add indicators of the different job status types.
- Only reload the page when JavaScript is disabled.
- Detect use of template as a browser override.
- Add a button to clear and reload jobs.
@DigitalDwagon DigitalDwagon self-requested a review January 29, 2026 16:11
- JobMeta#getUserName and JobMeta#getPlatform aren't Optional
- when posting JobRunningEvent, the job variable doesn't exist, use "this" to refer to the current object
- missing ;
- call to deleted cards method was not deleted
allows you to get the full job details (like /api/jobs/JOBID) for all jobs at once
@DigitalDwagon DigitalDwagon merged commit 7fca98b into DigitalDwagon:master Feb 3, 2026
1 check passed
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