- Jan 12, 2023
-
-
Brian Christiansen authored
Bug 15184
-
Brian Christiansen authored
Debug statement was only printing out excluded nodes from SuspendExcNodes. Bug 15184
-
Scott Hilton authored
Bug 15184
-
Scott Hilton authored
Bug 15184
-
Brian Christiansen authored
Bug 15184
-
Scott Hilton authored
Instead of tokenizing on ':', tokenize on ',' and handle ':' inside. Bug 15184
-
Scott Hilton authored
This corrects the ommision of checking IS_NODE_REBOOT_REQUESTED and IS_NODE_REBOOT_ISSUED in _pick_exc_nodes(). Hopefully consolidating this code will avoid omissions in the future. Bug 15184
-
- Jan 11, 2023
-
-
Carlos Tripiana Montes authored
Bug 11164
-
Tim Wickberg authored
Bug 15293.
-
Caden Ellis authored
-
Caden Ellis authored
Bug 15293
-
Caden Ellis authored
Bug 15293
-
Caden Ellis authored
Bug 15293
-
Caden Ellis authored
Bug 15293
-
Tim Wickberg authored
Bug 15753. Co-authored-by:
Caden Ellis <caden@schedmd.com>
-
Albert Gil authored
-
Tom Johns authored
Add new tests for sinfo output, --core-spec and --thread-spec options when using CoreSpecCount and AllowSpecResourceUsage Modify existing subtests to work with new requirements Bug 15265
-
- Jan 10, 2023
-
-
Nathan Rini authored
-
Nathan Rini authored
-
Nathan Rini authored
-
Nathan Rini authored
Avoid having magic values inside of the code directly.
-
Nathan Rini authored
-
Nathan Rini authored
-
Nathan Rini authored
assert is redundant and will trigger on invalid user provided data.
-
Nathan Rini authored
-
Nathan Rini authored
-
Nathan Rini authored
-
Nathan Rini authored
-
Nathan Rini authored
Revert prior change of array to arraytaskthrottle.
-
Nathan Rini authored
-
Nathan Rini authored
-
Nathan Rini authored
Provide warning to user when they submit incorrectly formatted data.
-
Nathan Rini authored
-
Nathan Rini authored
-
Nathan Rini authored
-
Nathan Rini authored
Sort out the fields by their model and then alphanumerically. Cleanup comments to break up each model's properties.
-
Nathan Rini authored
The need field was already ignored for linked parsers.
-
Nathan Rini authored
-
Nathan Rini authored
Allow the compiler to catch missing cases and its cleaner than the if-else lines.
-
Nathan Rini authored
Multiple parsers all use the same functionality of just de-referencing a pointer and then calling another parser. Convert to an explicit pointer model to avoid code and to simplify later OpenAPI specification.
-