Merge branch 'devel-2.1'
[ganeti-local] / test /
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
2010-04-16 Michael HanselmannAdd daemon for instance import and export
2010-04-16 Balazs LeczAdd basic unittests for uid_pool
2010-04-16 Iustin PopMerge branch 'devel-2.1'
2010-04-15 Michael Hanselmannutils: Add class to split string stream into lines
2010-04-12 Iustin PopMerge remote branch 'devel-2.1'
2010-04-12 Iustin Popobjects.Cluster: add method to get hv defaults
2010-04-12 Guido TrotterMerge branch 'devel-2.1'
2010-04-09 Iustin PopRename the confd_client unittest (to confd.client)
2010-04-09 Iustin PopConfdClient.SendRequest: allow max coverage
2010-04-07 Michael HanselmannMerge branch 'devel-2.1'
2010-04-07 Iustin PopFix utils.WaitForFdCondition inner retry loop
2010-04-07 Michael Hanselmannutils: Move wrapper code around os.makedirs into separa...
2010-04-07 Iustin PopFix unittest for the rapi client library
2010-04-06 David KnowlesAdding RAPI client library.
2010-04-06 Michael HanselmannMerge remote branch 'devel-2.1'
2010-03-31 Guido TrotterRemove unused import from test file
2010-03-17 Michael HanselmannAdd RPC calls to create and remove X509 certificates
2010-03-17 Michael Hanselmannutils: Add functions to sign and verify X509 certs...
2010-03-15 Iustin PopMerge remote branch 'origin/devel-2.1'
2010-03-15 Michael Hanselmannutils.RunCmd: Test case with reset_env set and setting...
2010-03-15 Michael HanselmannMerge remote branch 'origin/devel-2.1'
2010-03-12 Michael Hanselmannutils.CreateBackup: Use human-readable instead of secon...
2010-03-12 Michael HanselmannAdd unittest for daemon-util
2010-03-12 Michael HanselmannImprove ganeti.serializer unittests
2010-03-12 Michael HanselmannAdd unittests for ganeti.errors
2010-03-12 Michael HanselmannVerify cluster certificates in LUVerifyCluster
2010-03-12 Michael Hanselmannutils: Add function to extract X509 cert validity
2010-03-10 René NussbaumerAdding unittests for objects.Cluster.FillHV
2010-03-10 Michael HanselmannProvide unittests for http.auth
2010-03-10 Michael Hanselmannhttp.auth: Fix bug with checking hashed passwords
2010-03-08 Michael HanselmannSupport passing in file object in utils.FileLock
2010-03-08 Michael HanselmannSupport arguments in utils.RunInSeparateProcess
2010-03-08 Iustin PopAdd a function to validate and normalize hostnames
2010-03-08 Iustin PopListVisibleFiles: require normalized path names
2010-03-08 Iustin Poputils: Add a PathJoin function
2010-02-26 Balazs LeczAdd multi-key support to the serializer
2010-02-23 Michael HanselmannAdd unittests for ganeti.opcodes
2010-02-22 Guido TrotterImplement utils.RunParts and use it for hooks
2010-02-22 Guido TrotterAdd reset_env option to RunCmd
2010-02-22 Michael HanselmannAdd utility function to start daemon
2010-02-19 Michael HanselmannUse OpenSSL module instead of binary to generate certs
2010-02-19 Michael Hanselmannutils: Add function to set O_NONBLOCK on file descriptor
2010-02-19 Michael Hanselmannutils: Add function to set FD_CLOEXEC on file descriptor
2010-02-18 Michael HanselmannMerge branch 'devel-2.1'
2010-02-18 Michael HanselmannMove RunInSeparateProcess to ganeti.utils
2010-02-18 Michael HanselmannAdd function to reset tempfile module after fork
2010-02-15 Michael HanselmannMerge branch 'devel-2.1'
2010-02-15 Michael HanselmannAdd unittest for utils._FingerprintFile
2010-02-01 Michael HanselmannMove function generating SSL certs into utils
2010-01-26 Iustin PopFix the mocks.py for 2.0 unittests
2010-01-22 Michael HanselmannMerge branch 'devel-2.1'
2010-01-22 Michael HanselmannMerge branch 'stable-2.1' into devel-2.1
next