summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-06-18insanity: Set subprocess-exited-normally to True when receiving remote existedThibault Saunier1-0/+1
2012-06-18generators: Add a simple constant list generatorThibault Saunier1-1/+31
2012-06-14insanity: Make MySQLdb an optionnal dependencyThibault Saunier5-273/+297
2012-05-29insanity: Implement monitors handling in XmlTestRunThibault Saunier2-13/+35
2012-05-29.gitignore: Ignore files in the outputfiles/ directoryThibault Saunier1-0/+1
2012-05-29bin: Implement testlist loading from an XML fileThibault Saunier1-63/+105
2012-05-29testrun: Create a TestRun subclass that can be created from an XML fileThibault Saunier1-0/+84
2012-05-29web: Make it possible to link to test logs urlThibault Saunier3-63/+80
2012-05-29insanity: Make testrun PEP8 compliantThibault Saunier1-9/+11
2012-05-29generator: Add a max_length and a randomized property to ExternalGeneratorThibault Saunier1-5/+23
2012-05-25configure: Only use AM_PROG_AR if it’s definedNicolas Dufresne1-1/+2
2012-05-24configure: Don't use -Werror for running automakeSebastian Dröge1-1/+1
2012-05-24configure: Add AM_PROG_AR to make the build on Windows happySebastian Dröge1-0/+2
2012-05-23bin: Misc fixesThibault Saunier1-2/+3
2012-05-23bin: Extra information is a dictionnary, use it as suchThibault Saunier3-3/+3
2012-05-23bin: remove unused importThibault Saunier1-6/+0
2012-05-23Retirn a Dictionnary in __getExtraInfo as the documentations states it isThibault Saunier1-5/+4
2012-05-22web: Fix installation of the web interface filesSebastian Dröge1-17/+31
2012-05-17web: Don't use -ar as cp parametersSebastian Dröge1-1/+1
2012-05-15web: Document running on Apache serverNicolas Dufresne1-0/+31
2012-05-15web: /admin not working, simply run insanity in /Nicolas Dufresne1-2/+1
2012-05-15web: Add wsgi.py script to allow running inside ApacheNicolas Dufresne1-0/+18
2012-05-14dbstorage: Some syntax fixes to make db merging work againAlvaro Soliverez1-6/+9
2012-05-09web: Make primary keys in the models not nullableAlvaro Soliverez1-15/+15
2012-05-02Only set the basename of argv[0] as the program nameSebastian Dröge1-1/+4
2012-04-24Always validate subprocess-exited-normally checklist itemSebastian Dröge1-1/+1
2012-04-11lib: Add datadir variable to pkg-config fileSebastian Dröge1-0/+2
2012-04-11Some fixes to GI integration to allow uninstalled build of insanity and insan...Sebastian Dröge3-2/+9
2012-04-10Make storing of the iteration success percentage and overall success percenta...Sebastian Dröge2-2/+14
2012-04-10Call stop() even if start() failed and teardown() if setup() failed in standa...Sebastian Dröge1-3/+3
2012-04-10Remove some DBus signals and rework the test startup processSebastian Dröge2-34/+21
2012-04-10Chain up to the Test.stop() only after the remote side finished stoppingSebastian Dröge1-3/+7
2012-04-09Improve checking if a thread is already runningSebastian Dröge1-12/+5
2012-04-09Make sure that no test thread is running when calling startSebastian Dröge1-0/+12
2012-04-09Use LIBINSANITY_API_VERSION in another placeSebastian Dröge1-1/+1
2012-04-06Ensure GTKDOC_REBASE is definedVincent Penquerc'h1-0/+1
2012-04-05Use the generic marshaller instead of custom ones for GObject signalsSebastian Dröge3-42/+8
2012-04-04Remove the m4/ folder content and make use of common when apropriateThibault Saunier6-202/+10
2012-04-04gitignore: More ignored filesThibault Saunier1-0/+67
2012-04-03Pass C files to gst-indentThibault Saunier1-32/+44
2012-04-03Add the GStreamer common submoduleThibault Saunier5-1/+33
2012-04-03Print category in logsVincent Penquerc'h1-2/+2
2012-04-03Rename step to checklist item in the DBus/Python parts tooSebastian Dröge5-33/+33
2012-04-03Ensure storage is closed on errorVincent Penquerc'h1-0/+6
2012-04-03Fail checklist items if any one call for that step failsVincent Penquerc'h1-1/+11
2012-04-03Create storage lastVincent Penquerc'h1-18/+19
2012-04-03Always allocate the loglevels hashtableSebastian Dröge1-1/+2
2012-04-03Add insanity_test_logv() which takes a va_list instead of varargsSebastian Dröge3-7/+36
2012-04-03Some cleanup and rename validate_step() to validate_checklist_item() for cons...Sebastian Dröge4-147/+151
2012-04-03Don't allow validating/invalidating a step multiple timesSebastian Dröge1-0/+1