]> git.ipfire.org Git - nitsi.git/history - src
Make paths absolut when we know that we get valid paths to a file or a dir
[nitsi.git] / src /
2018-09-08  Jonatan SchlagMake paths absolut when we know that we get valid paths...
2018-09-06  Jonatan SchlagAdd interactive error handling
2018-08-19  Jonatan SchlagRework the connection handling of the serial console
2018-07-28  Jonatan SchlagImprove substitution of the all: statement
2018-07-28  Jonatan SchlagSplit setup virtual environment in two functions
2018-07-28  Jonatan SchlagImprove code readability and log messages
2018-07-25  Jonatan SchlagStart only the machines which are used in the recipe
2018-06-29  Jonatan SchlagFix in back_at_prompt check
2018-06-25  Jonatan SchlagMake all class names CamelCase
2018-06-23  Jonatan SchlagFix check if we get an valid recipe file
2018-06-23  Jonatan SchlagAdd the ability to set all settings from the command...
2018-06-23  Jonatan SchlagFix check if we get correct files for settings and...
2018-06-23  Jonatan SchlagAdd new function settings_parse_copy_from
2018-06-21  Jonatan SchlagAdd better debugging messages
2018-06-21  Jonatan SchlagInitialize settings dict with defaults values
2018-06-21  Jonatan SchlagSupport also a file as base for the log file dir
2018-06-20  Jonatan SchlagWe can now run a test also from a standalone recipe...
2018-06-20  Jonatan SchlagAdd self.settings and store all settings in a dictionary
2018-06-19  Jonatan SchlagProvide fallback value if we fail to read the setting
2018-06-19  Jonatan SchlagRename DEFAULT section to GENERAL
2018-06-19  Jonatan SchlagMake config parsing more robust against errors
2018-06-19  Jonatan SchlagRemove name from virtual_environment configuration
2018-06-14  Jonatan SchlagParse settings completely before parsing the copy_from...
2018-06-14  Jonatan SchlagRaise an exception when we do no found important files...
2018-06-14  Jonatan SchlagAllow including of recipe files
2018-06-09  Jonatan SchlagMake class names camel-case
2018-06-09  Jonatan SchlagImprove logging of disk handling
2018-06-09  Jonatan SchlagFix check if defining of network was successful
2018-06-09  Jonatan SchlagMake all parameters in the ini file lower-case
2018-06-09  Jonatan SchlagMake all parameters in the ini file lower-case
2018-06-06  Jonatan SchlagSupporting the a single statement in a recipe
2018-06-06  Jonatan SchlagImprove recipe parsing
2018-06-06  Jonatan SchlagImprove handling of file which should be copied into...
2018-06-04  Jonatan SchlagSet log level of login to info
2018-05-28  Jonatan SchlagImprove log output
2018-05-21  Jonatan SchlagCatch exceptions to avoid crashing the cleanup
2018-05-21  Jonatan SchlagRaise exception instead of dropping them
2018-05-21  Jonatan Schlagmachine: Improve log messages and stop process of a...
2018-05-19  Jonatan SchlagImproving error message and undefining of network objects
2018-05-19  Jonatan SchlagFix logging name of networks
2018-05-16  Jonatan SchlagCleanup imports part 2
2018-05-16  Jonatan Schlagnetwork: fix logging
2018-05-16  Jonatan SchlagFix syntax and variable name in logging
2018-05-14  Jonatan SchlagSort imports: part 1
2018-05-13  Jonatan SchlagMerge branch 'master' of ssh://git.ipfire.org/pub/git...
2018-05-13  Jonatan SchlagImprove return codes
2018-05-09  Jonatan SchlagFormat the name in the log file always with the same...
2018-05-09  Jonatan SchlagUse one time to which all serial connection output...
2018-05-09  Jonatan SchlagAdd logging to test.log of all serial connection output
2018-05-09  Jonatan SchlagLog exeptions when we try to login
2018-05-07  Jonatan SchlagAdd logging to a general log file
2018-05-05  Jonatan SchlagAdd configure.ac and Makefile.am and make them work