]> git.ipfire.org Git - people/ms/nitsi.git/shortlog
people/ms/nitsi.git
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...
2018-04-21  Jonatan SchlagOn login print all lines without doing further processing
2018-04-21  Jonatan SchlagAdd new function line_in_buffer
2018-04-19  Jonatan SchlagAdapt the test to our current functionality
2018-04-19  Jonatan SchlagAdd a working virtual environment config
2018-04-19  Jonatan SchlagCall all functions in __main__
2018-04-19  Jonatan SchlagAdd more stuff to the virtual_environ() class
2018-04-19  Jonatan SchlagAdd all stuff to the test class
2018-04-19  Jonatan SchlagAdd the login credentials to the vm() class
2018-04-19  Jonatan SchlagRemove unecessary inspect
2018-04-19  Jonatan SchlagAdd recipe parsing functionality
2018-04-19  Jonatan SchlagAdd network class
2018-04-19  Jonatan SchlagFix deleting the snapshot of our machines
2018-04-19  Jonatan SchlagFix logging if we do not have an image file
2018-04-13  Jonatan SchlagRemove a lot of unused code and testing code
2018-04-13  Jonatan SchlagRemove duplicated file
2018-04-13  Jonatan SchlagInitial checkin