]> git.ipfire.org Git - nitsi.git/shortlog
nitsi.git
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 SchlagMerge branch 'master' of ssh://git.ipfire.org/pub/git...
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-06-04  Jonatan SchlagSet the log level by command line argument
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-19  Michael Tremer.gitignore: Don't list generated nitsi script as untrac...
2018-05-19  Michael Tremer.gitignore: Don't list generated man pages as untracked...
2018-05-19  Michael Tremerman: Improve grammar, spelling and syntax of nitsi...
2018-05-19  Michael Tremerman: Fix spelling, wording and formatting of nitsi...
2018-05-19  Michael Tremerman: the nitsi.settings and nitsi.recipe pages should...
2018-05-19  Michael Tremerman: Fix spelling issues, wording and wrong page refere...
2018-05-17  Michael TremerMakefile: Ship nitsi.in in tarball
2018-05-17  Michael Tremerm4: Ship AX_PYTHON_MODULE
2018-05-17  Michael TremerMakefile: Remove any excessive whitespace
2018-05-16  Jonatan SchlagCleanup imports part 2
2018-05-16  Jonatan SchlagFix return codes once again
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 SchlagAdd main() function
2018-05-13  Jonatan SchlagFix argument parsing of '--version'
2018-05-13  Jonatan SchlagImprove return codes
2018-05-13  Jonatan SchlagMove tests and virtual environment example into example...
2018-05-11  Jonatan SchlagMove tests and virtual environment example into example...
2018-05-11  Jonatan SchlagAdd man pages for nitsi
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-09  Jonatan SchlagAdd logger.py to makefile
2018-05-07  Jonatan SchlagAdd logging to a general log file
2018-05-05  Jonatan SchlagAdd --version command
2018-05-05  Jonatan SchlagAdd configure.ac and Makefile.am and make them work
2018-05-05  Jonatan SchlagAdd .gitignore
2018-05-01  Jonatan SchlagRecipe: split only at the first occurrence of :
2018-05-01  Jonatan SchlagImprove log messages in recipe.py
2018-05-01  Jonatan SchlagLog all messages to a recipe with the name of the corre...
2018-05-01  Jonatan SchlagLog all messages for a machine using the name of this...
2018-05-01  Jonatan SchlagSet the log level of a serial connection to info
2018-04-29  Jonatan SchlagWe now use the logging module
2018-04-29  Jonatan SchlagAdd new test and improve our example test to show our...
2018-04-29  Jonatan SchlagRemove now unuseful xml file
2018-04-29  Jonatan SchlagUpdate the settings of the virtual environment
2018-04-29  Jonatan SchlagUpdate example test settings
2018-04-29  Jonatan SchlagDo not exit when fail to load the recipe
2018-04-29  Jonatan Schlagself.con is already the connection to the libvirt daemon
2018-04-29  Jonatan SchlagOpen only one connection to the libvirt daemon
2018-04-27  Jonatan SchlagAdd nitsi executable
2018-04-27  Jonatan SchlagMove recipe class into an own file
2018-04-27  Jonatan SchlagMove network class into an own file
2018-04-27  Jonatan SchlagMove the virtual_environ class into an own file
2018-04-27  Jonatan SchlagMove machine class into an own file
2018-04-27  Jonatan SchlagMove the serial_connection class into a seperated file
2018-04-27  Jonatan SchlagRename the connection class to serial_connection
2018-04-27  Jonatan SchlagRename the vm class to machine
2018-04-27  Jonatan SchlagDrop unused code
2018-04-24  Jonatan SchlagSupport copying of files into all machines
2018-04-23  Jonatan SchlagSupport comma seperated list of machines
2018-04-23  Jonatan SchlagAdd support for the all: statement
2018-04-23  Jonatan SchlagAlways try to clean up all virtual machines and networks
2018-04-23  Jonatan SchlagCode cleanup in recipe parse
2018-04-23  Jonatan SchlagAdd basic support for the include statement
2018-04-21  Jonatan SchlagCorrectly handle exit codes
2018-04-21  Jonatan SchlagReturn exit code of executed commands
2018-04-21  Jonatan Schlaglogin: also check lines for login, which do not start...
next