summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-24Only use AM_PROG_AR if it’s definedHEADmasterNicolas 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-05Remove 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
2012-04-02Add log levels, log categories, and more log infoVincent Penquerc'h3-22/+129
2012-03-29Add all new functions to the documentationSebastian Dröge1-0/+28
2012-03-29Use int instead of int32 for the integer typed helper functionsSebastian Dröge2-12/+12
2012-03-29Add typed helper functions to set extra-infoSebastian Dröge2-0/+92
2012-03-29Add typed helper functions for getting argumentsSebastian Dröge2-0/+169
2012-03-29Re-indent everythingSebastian Dröge3-190/+273
2012-03-29Add some more typed helper functions for adding argumentsSebastian Dröge2-0/+66
2012-03-29Add checks for valid argument/extra-info typesSebastian Dröge1-1/+35
2012-03-28Add a insanity_test_add_string_argument helperVincent Penquerc'h2-0/+13
2012-03-28Only call stop if start succeededVincent Penquerc'h1-3/+5