Handle ESRCH when sending signals
[ganeti-local] / test /
2010-06-14 Michael HanselmannHandle ESRCH when sending signals
2010-06-11 Guido TrotterListVisibleFiles: do optional sorting
2010-06-11 Michael HanselmannImprove import-export unittest a bit
2010-06-11 Michael HanselmannTest client timeout for import-export daemon
2010-06-11 Michael HanselmannGenerate import-export unittest certs in parallel
2010-06-10 Guido Trotter_BaseCondition: allow saving/restoring state
2010-06-10 Guido TrotterSharedLock _acquire_restore and _release_save
2010-06-10 Michael HanselmannAdd unittest for ganeti-cleaner
2010-06-08 Michael Hanselmannimport/export: Show progress updates to user
2010-06-08 Michael Hanselmannimport/export daemon: Record amount of data transferred
2010-06-04 Michael Hanselmannutils: Add function to format seconds
2010-06-03 Guido TrotterMerge branch 'devel-2.1'
2010-06-03 Michael Hanselmannimport/export unittest: Improve logging and fix one...
2010-06-03 Michael Hanselmannimport/export unittest: Test large(r) transfer
2010-06-03 Guido Trotterdaemon.AsyncAwaker
2010-06-03 Guido TrotterTest the new streaming daemon classes
2010-06-02 Guido TrotterTestAsyncUDPSocket: remove dead code and add test
2010-06-02 Guido TrotterTestAsyncUDPSocket: test for oversized sends
2010-06-01 Guido TrotterMerge remote branch 'origin/devel-2.1'
2010-06-01 Guido TrotterAsyncUDPSocket: fix IgnoreSignals usage and test
2010-06-01 Michael Hanselmannutils: Add function to check whether process handles...
2010-06-01 Guido TrotterFix and Improve TryToRoman unittest
2010-06-01 Guido TrotterMerge branch 'devel-2.1'
2010-06-01 Guido TrotterMove roman conversion to compat
2010-06-01 Guido TrotterFix IgnoreSignals on socket.error
2010-06-01 Guido TrotterFix {Ignore, RetryOn}Signals on socket.error
2010-06-01 Guido TrotterMove hash functions to the compat module
2010-06-01 Guido Trotterreraise exceptions in async tests' error handlers
2010-05-31 Balazs LeczMake utils.EnsureDirs() ignore umask
2010-05-28 Michael Hanselmannimport/export daemon: Move command building into separa...
2010-05-25 Guido TrotterMerge branch 'devel-2.1'
2010-05-25 Guido TrotterTest for errors during inotify callback
2010-05-25 Guido TrotterErrorLoggingAsyncNotifier
2010-05-24 Guido TrotterMerge branch 'devel-2.1'
2010-05-24 Guido TrotterTestSingleFileEventHandler: abstract notifier type
2010-05-22 Guido TrotterMainloop: handle SIGINT as well (and terminate)
2010-05-21 Michael Hanselmannimport-export daemon: Allow changing compression method
2010-05-21 Guido TrotterMerge branch 'devel-2.1'
2010-05-21 Guido TrotterAdd asyncnotifier unittests
2010-05-20 Guido TrotterTestMainloop: test scheduler priorities as well
2010-05-20 Guido TrotterFix race condition in mainloop unittest
2010-05-20 Guido TrotterTestMainloop.testReRun
2010-05-20 Guido TrotterAdd AsyncUDPSocket tests
2010-05-20 Guido TrotterAdd initial mainloop unittests
2010-05-18 Michael HanselmannRAPI changes for instance moves
2010-05-18 Michael HanselmannImplement opcode changes for remote-export
2010-05-18 Michael HanselmannAdd opcode to prepare export
2010-05-18 Michael Hanselmannganeti-cleaner: Remove expired X509 certs
2010-05-17 Michael HanselmannMerge branch 'devel-2.1'
2010-05-17 Michael HanselmannRAPI client: Rename Get{Node,Instance}Info, add new...
2010-05-17 Iustin PopAdd checks for master IP in cluster verify
2010-05-14 Guido Trotterutils.IgnoreSignals
2010-05-13 Luca BigliardiMerge branch 'devel-2.1'
2010-05-13 Michael HanselmannRAPI client: Implement instance creation
2010-05-13 Michael HanselmannRAPI: Add new request data format for instance creation
2010-05-13 Michael HanselmannAdd new /2/features RAPI resource
2010-05-13 Luca BigliardiIntroduce Mlockall()
2010-05-12 Guido TrotterMerge branch 'devel-2.1'
2010-05-12 Guido Trotterutils.ReadOneLineFile()
2010-05-12 Guido TrotterRemove oneline= parameter from utils.ReadFile
2010-05-11 Michael HanselmannMerge branch 'devel-2.1'
2010-05-11 Michael HanselmannRAPI client: Don't check node role in client
2010-05-11 Michael HanselmannRAPI client: Update ReplaceInstanceDisks
2010-05-11 Michael HanselmannRAPI client: Fix behaviour of “allocatable” storage...
2010-05-11 Michael HanselmannRAPI client: Encode boolean and None query values
2010-05-11 Michael HanselmannRAPI client: No longer check storage type locally
2010-05-11 Michael HanselmannRAPI client: Include HTTP error code in GanetiApiError...
2010-05-11 Michael HanselmannSupport different HTTP error codes in RAPI client unitt...
2010-05-11 Michael HanselmannRAPI client: Fix error message for unsupported methods...
2010-05-11 Michael HanselmannRAPI client: Allow waiting for job changes
2010-05-11 Michael HanselmannRAPI client: Rename “DeleteJob” to “CancelJob”
2010-05-11 Michael HanselmannRAPI client: Various code style changes
2010-05-11 Michael HanselmannRAPI client: Add missing unittest for RepairNodeStorage...
2010-05-11 Michael HanselmannRAPI client: Always return job ID
2010-05-11 Michael HanselmannRemove httplib2 dependency from ganeti.rapi.client
2010-05-11 Michael Hanselmannutils.ReadFile: Add parameter to read only one line
2010-05-10 Michael Hanselmanncli: Make PollJob generic to support other protocols
2010-05-10 Guido TrotterMerge branch 'devel-2.1'
2010-05-10 Guido TrotterFix a unittest name and docstring
2010-05-10 Guido TrotterFix a unittest docstring
2010-05-10 Guido Trotterutils.Retry: pass up timeout arguments
2010-05-10 Guido TrotterAdd a few Retry unittests
2010-05-04 David KnowlesSmall fixes for RAPI client
2010-05-04 Michael HanselmannAdd optional “salt” argument to utils.{,Verify}Sha1Hmac
2010-05-04 Michael HanselmannUse utility functions for HMAC
2010-04-29 Michael HanselmannMove cmdlib._VerifyCertificate to utils
2010-04-27 Michael HanselmannImprove import/export daemon tests
2010-04-27 Michael HanselmannRetry connection in import-export daemon
2010-04-26 Michael HanselmannMerge branch 'devel-2.1'
2010-04-23 Michael Hanselmannmasterd: Log PID, UID and GID of connected client
2010-04-23 Michael Hanselmanncmdlib: Add utility for instance data import/export
2010-04-22 Michael HanselmannMerge branch 'devel-2.1'
2010-04-22 Balazs LeczAdd a basic unittest for uidpool.RequestUnusedUid
2010-04-22 Michael HanselmannMerge branch 'devel-2.1'
2010-04-21 Michael HanselmannAdd separate module for backported language functionality
2010-04-21 Michael Hanselmannutils: Add function for partial application of function...
2010-04-21 Michael Hanselmannutils: Add function to read locked PID file
2010-04-21 David KnowlesFix RAPI client methods return values
2010-04-20 Balazs LeczMerge branch 'devel-2.1'
2010-04-19 Guido Trotteruidpool: test the separator= argument
next