Releases: NCAR/qstat-cache
v2.2
This release enables support for -t
and -J
flags in the cached qstat
. It works for regular, user, and wide modes, as well as full and JSON modes if enabled.
What's Changed
- Handle leading decimals in JSON by @vanderwb in #3
- Add proper support for array flags by @vanderwb in #4
Full Changelog: v2.1...v2.2
qstat-cache v2.1
This release of qstat-cache adds support for caching JSON records in addition to the raw -f
output. A few bugs were addressed, including:
--status
not working- jobs with the server mentioned twice (i.e.
job.server@server
) not working
Finally, this release adds some basic support for checking user privileges. This will make it harder for regular users to see secrets in exported job environments. A future release will fully implement this privilege system, as it currently does not block full queries on specific job IDs.
qstat-cache v2.0.1
Improvements to handle bunched arguments.
qstat-cache v2.0
This release adds support for multiple servers in a PBS complex, and supports documented syntax in which servers can be appended to job IDs (e.g., 12345.server
) and also referenced using the @ symbol (e.g., 12345 @server
). Additionally, support for more options including the non-historical full output "-f" has been added to increase the number of user queries successfully cached. See qstat -h
for full details on supported options.
Developed and tested with PBS Pro version 2021.1.1.20210518090504.
qstat-cache v1.0
This release is the first public version of qstat-cache. The script has been generalized for use at other sites running PBS Pro.
Developed and tested with PBS Pro version 18.2.5.20190913061152.