flux-accounting v0.41.0
Published: Feb 4, 2025 by flux-framework
Download from GitHub here
Release Notes
flux-accounting version 0.41.0 - 2025-02-04
Fixes
-
view-job-records: accept multiple timestamp formats forafter-start-time,before-end-timeoptional args (#567) -
view-job-records --jobid: accept all Flux job ID formats (#566) -
t/Makefile.am: add missing line continuation (\) character (#570) -
edit-user: makefairsharean editable field for an association (#569) -
job.state.priority: remove raising exception when no aux item found (#568)
Features
-
doc: add section on configuring queue permissions (#550)
-
python: create new
BankFormattersubclass, restructure view-bank to use new class (#525) -
view-user: create newAssociationFormattersubclass for viewing associations (#527) -
association_table: addmax_coresattribute, send information to plugin (#560) -
plugin: track the resources used across all of an association’s running jobs (#561)
-
view-user: add a new--list-banksoptional argument (#479) -
doc: add fair-share documentation (#536)
-
delete-user: add--forceoption to actually remove a row from theassociation_table(#572) -
delete-bank: add--forceoption to actually remove a row from thebank_table(#573) -
doc: add note about permanently deleting rows with
--force, updateview-userexamples (#574)
Testsuite
-
testsuite: pull in valgrind suppression from core (#546)
-
testsuite: add longer test descriptions for some of the more complex test scenarios (#548)
CI
- github: fix ubuntu version for
"python-format"action (#547)
