- add job error script button to quickly pull up the error output path of a running job
- update and clean up documentation and ci
- add contributing guidelines
- use glob patterns to find job scripts instead of extensions. The glob patterns
can be specified with
slurm-dashboard.submit-dashboard.jobScriptPatterns
. The old setting,slurm-dashboard.submit-dashboard.jobScriptExtensions
, is now deprecated and will be removed in a future version. - collect node list data and display it in the job info display
- adds ability to persist jobs in the job view so that they stay until
deleted. See the
slurm-dashboard.job-dashboard.persistJobs
setting.
- lowered minimum required vscode version to 1.81.1 and added testing for more vscode releases
- added option
slurm-dashboard.slurm-backend.squeueUserArg
to enable passing--user=$USER
instead of--me
to squeue for versions of Slurm older than 20.02
- bug fix: handle unlimited wall time for jobs
- handle all slurm output file patterns by getting the output file path from
scontrol
- fix submit issue, so now submitting jobs should work on all systems
- fix bug with parsing Command column of squeue
- support for finding job output files when they contains special substitutions
(i.e.
output-%A.txt
) - increased documentation
- enabling time formatting for multi-day jobs
- add sorting in UI for jobs and job scripts; several options for sorting order
- more complete CI testing
- added option to extrapolate job run times in the UI
- update icons for job queue
- update logo and readme
- initial release
- slurm support
- job queue view
- job script view