3
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Aug 23, 2024 — Aug 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added support for Doxygen to parse .ini files. More... almost 9 years ago
Merge pull request #478 from noahv/topic/doxygen_plugin_options More... almost 9 years ago
Added markup for main doxygen page and doxygen grouping of stages, tools, and utilities. Documents plugin options as doxygen parameters. More... almost 9 years ago
Merge pull request #477 from noahv/topic/print_options_with_int_support More... almost 9 years ago
Fixed print_options support for int types. More... almost 9 years ago
Fix the proper use of MTT Defaults options so that they are applied to every stage unless the user specified the value in that stage. More... almost 9 years ago
Added negative BAT test. Tests if MTT reporter correctly returns failed test. More... almost 9 years ago
Merge pull request #472 from noahv/topic/bat_test_example More... almost 9 years ago
Merge pull request #471 from rhc54/topic/wwulf3 More... almost 9 years ago
Merge pull request #474 from rhc54/topic/conversions More... almost 9 years ago
Moved to default RPM install location of /opt/mtt More... almost 9 years ago
Do a better job of parsing command line options when converting to match the intended data type More... almost 9 years ago
server/php: New setup adjustments More... almost 9 years ago
Merge pull request #473 from noahv/topic/stage_stop_return_code More... almost 9 years ago
Added --stop-on-fail. If a stage fails, exit and issue a non-zero return code. More... almost 9 years ago
Bug fix for NoneType error after --sections and --skip-sections support was added. More... almost 9 years ago
Sample BAT test for Profile/DefaultProfile and README.bat.txt with list of needed BAT tests. More... almost 9 years ago
Prototype the Warewulf 3 support. Add a function to TestDef to select a plugin given a name and category - will eventually propagate use of it to remove redundant code. Update IPMITool to handle need for "sudo" to execute commands More... almost 9 years ago
Merge pull request #470 from rhc54/topic/fixloadpaths More... almost 9 years ago
Fix the multi-test.ini file option so we correctly ingest multiple files. Fix the multi-plugin directory path option, and provide a new option that lets you ignore plugin directory errors in case you want to specify a bunch of directories, even if some don't exist on a given system More... almost 9 years ago
Merge pull request #469 from rhc54/topic/cleanup More... almost 9 years ago
It appears that different versions of the argument parser handle boolean conversions differently. Some automatically convert text to bool, and others don't. Protect ourselves by checking before doing our own conversion. More... almost 9 years ago
Merge pull request #467 from rhc54/topic/newplugs More... almost 9 years ago
Fix the options parser - need to correctly handle boolean options More... almost 9 years ago
Multi-thread the IPMI operations for peformance - allow operations to be performed in parallel More... almost 9 years ago
Record the compiler, mpi version, and configure options earlier in Autotools in case we return due to an "ASIS" directive More... almost 9 years ago
Merge pull request #466 from rhc54/topic/cleanup More... almost 9 years ago
Rename the Warewulf provisioning plugin to WWulf3 to distinguish it from upcoming versions. Add a new Command-N-Control category of tools, and implement a plugin that uses ipmitool to execute IPMI commands such as "power cycle" More... almost 9 years ago
More cleanup as we get a little further along More... almost 9 years ago
Cleanup several bugs that prevented the Python client from executing cleanly: More... almost 9 years ago