Statistics
| Branch: | Tag: | Revision:

root / snf-common @ 6138f0ef

Name Size
  docs
  synnefo
COPYRIGHT 1.4 kB
Changelog 585 Bytes
MANIFEST.in 53 Bytes
README 82 Bytes
distribute_setup.py 15.4 kB
setup.py 3.1 kB

Latest revisions

# Date Author Comment
76cc5746 08/06/2012 05:49 pm Kostas Papadimitriou

Include common date utc formatting methods

de67123e 08/04/2012 01:34 am Vangelis Koukis

Support timeout in ObjectPool.get(), fix tests

Support optional timeout argument in ObjectPool.get(),
if supported by the underlying Semaphore implementation.

Implement command-line argument for ObjectPool unit tests to run
inside gevent monkey-patched environment.

749b8b8e 08/03/2012 06:21 pm Vangelis Koukis

Make minor fixes to Singleton class unit tests

45e32a00 08/03/2012 06:16 pm Vangelis Koukis

Add ObjectPool class in synnefo.lib

Add ObjectPool class in synnefo.lib.
The ObjectPool class is an abstract pool of objects,
based on Semaphore locks, as provided by the threading
package.

Tested to work with a gevent-monkey-patched threading package.
Uncomment the relevant lines in pool/tests.py to test with greenlet...

b606853b 07/27/2012 02:59 pm Christos Stavrakakis

Merge branch 'master' into devel-0.11

Conflicts:
snf-cyclades-gtools/synnefo/ganeti/eventd.py

19092a69 07/24/2012 06:47 pm Vangelis Koukis

Implement Singleton pattern

Implement Singleton pattern inside synnefo.lib.singleton.

Whenever a class inherits from ArgBasedSingleton,
attempts to call the class do not always create a new
class instance, but return pre-existing, already made objects.
...

bedc4f11 07/23/2012 11:39 am Christos Stavrakakis

Fix bug in RAPI

None tags in gnt-network create does not validate.

78548bed 07/23/2012 11:36 am Christos Stavrakakis

Pass tags to ganeti CreateNetwork RAPI call

1b21da1b 07/10/2012 12:37 pm Christos Stavrakakis

Update Changelog

e0b68525 07/10/2012 12:05 pm Christos Stavrakakis

Fix bug in puka client

View revisions

Also available in: Atom