Activity

From 12/17/2011 to 01/15/2012

01/15/2012

04:42 am Revision 252bb277: Major reorganization of Compute Service docs
Major reorganization of Compute Service docs.
Rewritten administrator guide, still WIP.
Vangelis Koukis

01/13/2012

07:32 pm Pithos MS Client Revision 0b346191: Added AutoResetEvent to pause processing of network actions while executing de...
Panagiotis Kanavos
07:12 pm Revision f3d68c6f: Updated fabfile
Helper methods for automatic debian packages creation. Kostas Papadimitriou
06:51 pm Revision 66e7b0ae: Added django as requirement in snf-webproject
Kostas Papadimitriou
06:48 pm Revision ef0744db: Updated requirement versions for snf-app
Changed requirement versions to line up with corresponding debian based
packages.
Kostas Papadimitriou
06:45 pm Revision 4c6a3dab: Debian packaging additions and fixes
- Some fixes in snf-common, snf-ganeti-tools debian configuration
- Added basic debian configuration for snf-app, snf...
Kostas Papadimitriou
04:58 pm snf-ganeti Revision 7806125e: Fix very slow unit-test data generation in some cases
Learning, learning. It turns out that for objects with even just five
fields, generating them and filtering can be co...
Iustin Pop
04:58 pm ganeti-local Revision 7806125e: Fix very slow unit-test data generation in some cases
Learning, learning. It turns out that for objects with even just five
fields, generating them and filtering can be co...
Iustin Pop
04:58 pm snf-ganeti Revision 746b7aa6: Fix one bad unit-test data generation case
It could happen that the node is generated with 0 disk available, in
which case the operation will fail due to disk i...
Iustin Pop
04:58 pm ganeti-local Revision 746b7aa6: Fix one bad unit-test data generation case
It could happen that the node is generated with 0 disk available, in
which case the operation will fail due to disk i...
Iustin Pop
04:40 pm Pithos Android Client Revision b2436f98: some fixes in metadata list
Giannis Koutsoubos
04:38 pm Feature #1840 (Assigned): Write unit tests for Plankton
The plankton app is missing unit tests completely, please add a test suite.
Vangelis Koukis
04:33 pm Revision d140796a: Minor change to default value of PITHOS_ROOT
Vangelis Koukis
04:30 pm Revision c3945370: Restructure documentation, add Compute API guide
Vangelis Koukis
04:10 pm Revision c523d58b: Add debian packaging for snf-common
Constantinos Venetsanopoulos
04:10 pm Pithos Android Client Revision da02192c: do not allow download on folders, use shared query for my shared
Giannis Koutsoubos
03:32 pm Pithos Web Client pithos-web-client-20120110.tar.gz
Antony Chazapis
03:24 pm ganeti-local Revision 6a855aaa: Extend node evacuation unittests
Currently they only check for change secondary, via iallocator's
relocate method. We add two separate unittests that ...
Iustin Pop
03:24 pm ganeti-local Revision a2a0bcd8: Fix a few issues in unittest data generation
This patch fixes two ugly but non-critical issues:
- the getFQDN wrongly generated only the first component as
lim...
Iustin Pop
03:24 pm ganeti-local Revision 96bc2003: Add a unit-test helper function
… instead of always using "printTestCase … False".
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: René N...
Iustin Pop
03:24 pm ganeti-local Revision 16670b57: Remove some dead code
While wondering why Cluster.tryReloc is not unit-tested, I realised
that this is no longer uses. Apparently, last sum...
Iustin Pop
03:24 pm ganeti-local Revision 3074ccaf: Fix another data generation issue in tests
Another "good" seed value manages to generate nodes with identical
names, which of course makes the sets be of smalle...
Iustin Pop
03:24 pm ganeti-local Revision 57dc299a: Further fixes to instance policy validation
As a followup from "Remove extraneous check in policy creation", there
are more places where we build an ipolicy, and...
Iustin Pop
03:24 pm snf-ganeti Revision aa1d552d: Further JSON unit-tests for various Types.hs types
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: René Nussbaumer <rn@google.com>
Iustin Pop
03:24 pm snf-ganeti Revision 96bc2003: Add a unit-test helper function
… instead of always using "printTestCase … False".
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: René N...
Iustin Pop
03:24 pm ganeti-local Revision aa1d552d: Further JSON unit-tests for various Types.hs types
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: René Nussbaumer <rn@google.com>
Iustin Pop
03:24 pm snf-ganeti Revision 6a855aaa: Extend node evacuation unittests
Currently they only check for change secondary, via iallocator's
relocate method. We add two separate unittests that ...
Iustin Pop
03:24 pm snf-ganeti Revision a2a0bcd8: Fix a few issues in unittest data generation
This patch fixes two ugly but non-critical issues:
- the getFQDN wrongly generated only the first component as
lim...
Iustin Pop
03:24 pm snf-ganeti Revision 16670b57: Remove some dead code
While wondering why Cluster.tryReloc is not unit-tested, I realised
that this is no longer uses. Apparently, last sum...
Iustin Pop
03:24 pm snf-ganeti Revision 3074ccaf: Fix another data generation issue in tests
Another "good" seed value manages to generate nodes with identical
names, which of course makes the sets be of smalle...
Iustin Pop
03:24 pm snf-ganeti Revision 57dc299a: Further fixes to instance policy validation
As a followup from "Remove extraneous check in policy creation", there
are more places where we build an ipolicy, and...
Iustin Pop
03:24 pm ganeti-local Revision d6f9f5bd: Add a help function for generating test nodes
This abstracts the concept of "give an sane, online node" in a single
place, rather than spread around the tests. We ...
Iustin Pop
03:24 pm ganeti-local Revision e73c5fe2: Generate clusters with unique node names in tests
Nothing breaks otherwise in the cluster routines, but serialisation
to/from text gets confused otherwise.
Signed-off...
Iustin Pop
03:24 pm snf-ganeti Revision bcd17bf0: Further unittests for ipolicy/ispec text serialisation
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: René Nussbaumer <rn@google.com>
Iustin Pop
03:24 pm snf-ganeti Revision b37f4a76: Implement saving/restoring of policies in Text backend
This adds a new optional (so we're backwards-compat) section to the
cluster data so that we can reliably save/restore...
Iustin Pop
03:24 pm snf-ganeti Revision dce9bbb3: Add a complex allocation/serialisation/load test
This is unfortunately a complex test that checks if:
- starting from a empty cluster
- allocating a few instances on...
Iustin Pop
03:24 pm snf-ganeti Revision e73c5fe2: Generate clusters with unique node names in tests
Nothing breaks otherwise in the cluster routines, but serialisation
to/from text gets confused otherwise.
Signed-off...
Iustin Pop
03:24 pm ganeti-local Revision b37f4a76: Implement saving/restoring of policies in Text backend
This adds a new optional (so we're backwards-compat) section to the
cluster data so that we can reliably save/restore...
Iustin Pop
03:24 pm ganeti-local Revision bcd17bf0: Further unittests for ipolicy/ispec text serialisation
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: René Nussbaumer <rn@google.com>
Iustin Pop
03:24 pm ganeti-local Revision dce9bbb3: Add a complex allocation/serialisation/load test
This is unfortunately a complex test that checks if:
- starting from a empty cluster
- allocating a few instances on...
Iustin Pop
03:24 pm snf-ganeti Revision d6f9f5bd: Add a help function for generating test nodes
This abstracts the concept of "give an sane, online node" in a single
place, rather than spread around the tests. We ...
Iustin Pop
03:23 pm snf-ganeti Revision 55bd1414: Fix a couple of bugs in handling offline instances
The addition of the offline state for instances has introduced a few
bugs related to their handling. The current code...
Iustin Pop
03:23 pm ganeti-local Revision 55bd1414: Fix a couple of bugs in handling offline instances
The addition of the offline state for instances has introduced a few
bugs related to their handling. The current code...
Iustin Pop
03:20 pm ./kamaki Revision 8ab2c986: Add missing glance functions
Giorgos Verigakis
03:18 pm Revision 89b2e9b8: Bugfixes
Giorgos Verigakis
03:17 pm snf-ganeti Revision 9cd6c325: Add a helper function for 'not offline' instances
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: René Nussbaumer <rn@google.com>
Iustin Pop
03:17 pm ganeti-local Revision 9cd6c325: Add a helper function for 'not offline' instances
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: René Nussbaumer <rn@google.com>
Iustin Pop
03:17 pm ganeti-local Revision 00b70680: Unittests for the instance policy checks on allocation
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: René Nussbaumer <rn@google.com>
Iustin Pop
03:17 pm snf-ganeti Revision 00b70680: Unittests for the instance policy checks on allocation
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: René Nussbaumer <rn@google.com>
Iustin Pop
03:17 pm snf-ganeti Revision 1f5635a9: Show explicit message when hspace fails to alloc
Currently, in the human-readable mode, hspace doesn't show any
messages when no instances can be allocated in tiered-...
Iustin Pop
03:17 pm ganeti-local Revision 1f5635a9: Show explicit message when hspace fails to alloc
Currently, in the human-readable mode, hspace doesn't show any
messages when no instances can be allocated in tiered-...
Iustin Pop
03:17 pm snf-ganeti Revision aa5b2f07: Obey instance policy in allocation routines
This currently checks the minimum/maximum sizes and the disk
template. Unittests will come later.
Signed-off-by: Ius...
Iustin Pop
03:17 pm ganeti-local Revision aa5b2f07: Obey instance policy in allocation routines
This currently checks the minimum/maximum sizes and the disk
template. Unittests will come later.
Signed-off-by: Ius...
Iustin Pop
03:17 pm snf-ganeti Revision d6eec019: Set group policy on nodes
In order to be able to use the group policy during allocation, we have
a few choices:
- pass the group policy as a s...
Iustin Pop
03:17 pm ganeti-local Revision d6eec019: Set group policy on nodes
In order to be able to use the group policy during allocation, we have
a few choices:
- pass the group policy as a s...
Iustin Pop
03:17 pm snf-ganeti Revision cdbab531: A trivial optimisation in Loader.mergeData
During loading, we can eliminate some intermediate data
structures. This only matters for big clusters, and even ther...
Iustin Pop
03:17 pm ganeti-local Revision cdbab531: A trivial optimisation in Loader.mergeData
During loading, we can eliminate some intermediate data
structures. This only matters for big clusters, and even ther...
Iustin Pop
03:17 pm ganeti-local Revision 74c35f2f: Trivial performance optimisation
This is not in the hot-path, but still, no sense in doing O(n) instead
of O(1).
Signed-off-by: Iustin Pop <iustin@go...
Iustin Pop
03:17 pm snf-ganeti Revision 74c35f2f: Trivial performance optimisation
This is not in the hot-path, but still, no sense in doing O(n) instead
of O(1).
Signed-off-by: Iustin Pop <iustin@go...
Iustin Pop
03:17 pm snf-ganeti Revision 6cff91f5: Add ipolicy attribute to group objects
This is straightforward; as before, so far the text and simu backends
have no way to use a non-default ipolicy.
Furt...
Iustin Pop
03:17 pm ganeti-local Revision 6cff91f5: Add ipolicy attribute to group objects
This is straightforward; as before, so far the text and simu backends
have no way to use a non-default ipolicy.
Furt...
Iustin Pop
03:17 pm snf-ganeti Revision 3c3c796e: Enable Eq instances for TH-built objects
This is needed for the next patch.
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: René Nussbaumer <rn@go...
Iustin Pop
03:17 pm ganeti-local Revision 3c3c796e: Enable Eq instances for TH-built objects
This is needed for the next patch.
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: René Nussbaumer <rn@go...
Iustin Pop
03:16 pm ganeti-local Revision 9fdd3d0f: Switch hspace to read the disk template from the cluster
The default disk template is the first enabled template.
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: ...
Iustin Pop
03:16 pm snf-ganeti Revision 9fdd3d0f: Switch hspace to read the disk template from the cluster
The default disk template is the first enabled template.
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: ...
Iustin Pop
03:16 pm ganeti-local Revision fc42a408: Read the disk templates part of the ipolicy
The default value is badly defined (hardcoded defaults)…
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: ...
Iustin Pop
03:16 pm snf-ganeti Revision fc42a408: Read the disk templates part of the ipolicy
The default value is badly defined (hardcoded defaults)…
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: ...
Iustin Pop
03:16 pm Revision 56af4373: Minor fix in debian/changelog
Constantinos Venetsanopoulos
03:16 pm ganeti-local Revision 89c758c6: Move DiskTemplate definition around
This is needed since we'll need the DiskTemplate definition in the
IPolicy one.
Signed-off-by: Iustin Pop <iustin@go...
Iustin Pop
03:16 pm snf-ganeti Revision 89c758c6: Move DiskTemplate definition around
This is needed since we'll need the DiskTemplate definition in the
IPolicy one.
Signed-off-by: Iustin Pop <iustin@go...
Iustin Pop
03:16 pm snf-ganeti Revision 2cc673a3: Add new disk_templates parameter to instance policy
This is a bit more complex patch, as it requires changing the
assumption that all keys in the policy dict points to v...
Iustin Pop
03:16 pm ganeti-local Revision 2cc673a3: Add new disk_templates parameter to instance policy
This is a bit more complex patch, as it requires changing the
assumption that all keys in the policy dict points to v...
Iustin Pop
03:16 pm ganeti-local Revision 45f8b50d: Remove extraneous check in policy creation
The values are already checked in CreateIPolicy, no need to manually
check them again.
Signed-off-by: Iustin Pop <iu...
Iustin Pop
03:16 pm snf-ganeti Revision 45f8b50d: Remove extraneous check in policy creation
The values are already checked in CreateIPolicy, no need to manually
check them again.
Signed-off-by: Iustin Pop <iu...
Iustin Pop
03:16 pm snf-ganeti Revision 0ce212e5: Move the instance specs options to cli.py
Currently these are defined twice, instead of a single time in
cli.py. Also adds the new disk_templates option to the...
Iustin Pop
03:16 pm ganeti-local Revision 0ce212e5: Move the instance specs options to cli.py
Currently these are defined twice, instead of a single time in
cli.py. Also adds the new disk_templates option to the...
Iustin Pop
03:16 pm ganeti-local Revision 12c3d3f6: Add a new disk-template ipolicy option
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: René Nussbaumer <rn@google.com>
Iustin Pop
03:16 pm snf-ganeti Revision 12c3d3f6: Add a new disk-template ipolicy option
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: René Nussbaumer <rn@google.com>
Iustin Pop
03:16 pm snf-ganeti Revision 499eb088: Add a new CLI option type 'list'
This simply splits the value in the option parser, instead of needing
to do it in the client code.
Signed-off-by: Iu...
Iustin Pop
03:16 pm ganeti-local Revision 499eb088: Add a new CLI option type 'list'
This simply splits the value in the option parser, instead of needing
to do it in the client code.
Signed-off-by: Iu...
Iustin Pop
03:16 pm ganeti-local Revision 363c0106: Fix handling of errors from InstancePolicy.Check...
This code raises a configuration error, but we need to transform it
into a prereq error (or possibly exec error), dep...
Iustin Pop
03:16 pm snf-ganeti Revision 363c0106: Fix handling of errors from InstancePolicy.Check...
This code raises a configuration error, but we need to transform it
into a prereq error (or possibly exec error), dep...
Iustin Pop
03:16 pm snf-ganeti Revision be468da0: Switch hspace defaults to the cluster policy
This changes from the current hardcoded defaults to the cluster
policy. The command line options now override the def...
Iustin Pop
03:16 pm ganeti-local Revision be468da0: Switch hspace defaults to the cluster policy
This changes from the current hardcoded defaults to the cluster
policy. The command line options now override the def...
Iustin Pop
03:16 pm ganeti-local Revision 304f9292: Add a helper function converting ispecs to rspecs
The rspec type is simpler than the ispec one; most likely it should be
deprecated later.
Signed-off-by: Iustin Pop <...
Iustin Pop
03:16 pm snf-ganeti Revision 304f9292: Add a helper function converting ispecs to rspecs
The rspec type is simpler than the ispec one; most likely it should be
deprecated later.
Signed-off-by: Iustin Pop <...
Iustin Pop
03:16 pm ganeti-local Revision 8564fb47: Abstract creation of instance from a spec
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: René Nussbaumer <rn@google.com>
Iustin Pop
03:16 pm snf-ganeti Revision 8564fb47: Abstract creation of instance from a spec
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: René Nussbaumer <rn@google.com>
Iustin Pop
03:16 pm snf-ganeti Revision df5d5433: Load cluster ipolicy via Rapi
This requires changing from querying the /tags resource to the /info
resource.
Signed-off-by: Iustin Pop <iustin@goo...
Iustin Pop
03:16 pm ganeti-local Revision df5d5433: Load cluster ipolicy via Rapi
This requires changing from querying the /tags resource to the /info
resource.
Signed-off-by: Iustin Pop <iustin@goo...
Iustin Pop
03:16 pm snf-ganeti Revision 135f64a3: Update memory/maxmem reading in Rapi backend
Recent changes to the instance beparams have replaced memory with
maxmem in Rapi bulk queries. Until this is either r...
Iustin Pop
03:16 pm ganeti-local Revision 135f64a3: Update memory/maxmem reading in Rapi backend
Recent changes to the instance beparams have replaced memory with
maxmem in Rapi bulk queries. Until this is either r...
Iustin Pop
03:16 pm ganeti-local Revision e77bc89b: Load cluster ipolicy via Luxi
Also show it in hbal's verbose output (helpful for debugging).
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewe...
Iustin Pop
03:16 pm snf-ganeti Revision e77bc89b: Load cluster ipolicy via Luxi
Also show it in hbal's verbose output (helpful for debugging).
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewe...
Iustin Pop
03:16 pm ganeti-local Revision 71375ef7: Extend ClusterData with the cluster instance policy
This attribute is always initialised to the default, and is not (yet)
read/saved in the various backends.
Signed-off...
Iustin Pop
03:16 pm snf-ganeti Revision 71375ef7: Extend ClusterData with the cluster instance policy
This attribute is always initialised to the default, and is not (yet)
read/saved in the various backends.
Signed-off...
Iustin Pop
03:16 pm snf-ganeti Revision d02f941e: Add default ipolicy declarations
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: René Nussbaumer <rn@google.com>
Iustin Pop
03:16 pm ganeti-local Revision d02f941e: Add default ipolicy declarations
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: René Nussbaumer <rn@google.com>
Iustin Pop
03:16 pm ganeti-local Revision 26fce8df: Add support for RE patterns to convert constants
This is a trivial conversion.
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: René Nussbaumer <rn@google....
Iustin Pop
03:16 pm snf-ganeti Revision 26fce8df: Add support for RE patterns to convert constants
This is a trivial conversion.
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: René Nussbaumer <rn@google....
Iustin Pop
03:16 pm snf-ganeti Revision cf57f778: Add support for lists/frozensets in convert-constants
Unfortunately, we only support lists of simple types, and not even
lists of tuples. If we actually needed those, it w...
Iustin Pop
03:16 pm ganeti-local Revision cf57f778: Add support for lists/frozensets in convert-constants
Unfortunately, we only support lists of simple types, and not even
lists of tuples. If we actually needed those, it w...
Iustin Pop
03:16 pm ganeti-local Revision 2325bfcf: Add support for tuples in convert-constants
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: René Nussbaumer <rn@google.com>
Iustin Pop
03:16 pm snf-ganeti Revision 2325bfcf: Add support for tuples in convert-constants
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: René Nussbaumer <rn@google.com>
Iustin Pop
03:16 pm snf-ganeti Revision df41d855: More improvements to convert-constants
This prepares for tuple and other conversions.
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: René Nussb...
Iustin Pop
03:16 pm ganeti-local Revision df41d855: More improvements to convert-constants
This prepares for tuple and other conversions.
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: René Nussb...
Iustin Pop
03:16 pm ganeti-local Revision 8751c041: Improve convert-constants to handle dictionaries
The two main drawbacks for convert-constants are the fact that it
can't handle sets/frozensets (mainly due to the fac...
Iustin Pop
03:16 pm snf-ganeti Revision 8751c041: Improve convert-constants to handle dictionaries
The two main drawbacks for convert-constants are the fact that it
can't handle sets/frozensets (mainly due to the fac...
Iustin Pop
03:16 pm ganeti-local Revision a07343b2: Add object definitions for the ispec and ipolicy
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: René Nussbaumer <rn@google.com>
Iustin Pop
03:16 pm snf-ganeti Revision a07343b2: Add object definitions for the ispec and ipolicy
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: René Nussbaumer <rn@google.com>
Iustin Pop
03:16 pm snf-ganeti Revision b69be409: Stop exporting JSON functionality from Utils.hs
This completes the Utils/JSON split started in commit f047f90f. The
import graph should be cleaner now.
Signed-off-b...
Iustin Pop
03:16 pm ganeti-local Revision b69be409: Stop exporting JSON functionality from Utils.hs
This completes the Utils/JSON split started in commit f047f90f. The
import graph should be cleaner now.
Signed-off-b...
Iustin Pop
03:16 pm snf-ganeti Revision f3f76ccc: More reshuffling of code
Following the split Types/BasicTypes, we can remove the last
JSON-related stuff from Utils.hs, and do some more clean...
Iustin Pop
03:16 pm ganeti-local Revision f3f76ccc: More reshuffling of code
Following the split Types/BasicTypes, we can remove the last
JSON-related stuff from Utils.hs, and do some more clean...
Iustin Pop
03:15 pm snf-ganeti Revision 0c37d1e4: htools: split parts of HTools/Types.hs into BasicTypes.hs
The 'Result' type is common and:
- might be used outside of HTools-specific code too
- is better split as we need th...
Iustin Pop
03:15 pm ganeti-local Revision 0c37d1e4: htools: split parts of HTools/Types.hs into BasicTypes.hs
The 'Result' type is common and:
- might be used outside of HTools-specific code too
- is better split as we need th...
Iustin Pop
03:15 pm Pithos Android Client Revision 74c976a0: hide some menu options, query with prefix for container objects, save metadata
Giannis Koutsoubos
03:15 pm Pithos Android Client Revision 05a718db: hide some menu options, query with prefix for container objects, save metadata
Giannis Koutsoubos
03:13 pm Revision 81addabd: Add gbp.conf file for git-buildpackage
Constantinos Venetsanopoulos
03:10 pm Revision 2bad3700: Debian packaging for snf-ganeti-tools
Constantinos Venetsanopoulos
02:54 pm Revision 8e614d15: Add debian dir to snf-ganeti-tools
Constantinos Venetsanopoulos
02:53 pm Revision 3038a1f4: Merge branch 'master' into debian-0.8
Conflicts:
snf-ganeti-tools/debian/changelog
snf-ganeti-tools/debian/source/format
Constantinos Venetsanopoulos
02:41 pm Revision e609b1ba: Major changes to the documentation
Introduce major changes to the doc structure.
* Use a top-level TOC for all of synnefo
* Document each synnefo sof...
Vangelis Koukis
02:27 pm Revision d04d7428: Merge branch 'master' into doc-0.8
Vangelis Koukis
02:25 pm Revision f43d73f8: Merge branch 'master' into doc-0.8
Vangelis Koukis
02:20 pm Revision 6d675d7a: Merge branch 'ui-glance'
Conflicts:
snf-app/synnefo/ui/views.py
Kostas Papadimitriou
02:16 pm Revision a0757a1c: Updated fabfile
Kostas Papadimitriou
02:13 pm Revision 43a89bfd: Link jquery url explicitly by its version
Fixes packaging issues since setuptools don't respect symlinks contained in
package.
Kostas Papadimitriou
02:11 pm Revision 07d104d8: Improved packaging
- Improved automatic version tagging from git repo.
- Added auto generated synnefo.<package>.version module to contai...
Kostas Papadimitriou
01:03 pm snf-image Feature #1838 (Closed): Support swap creation in snf-image
We need to find a way to support swap creation in snf-image. Nikos Skalkotos
12:55 pm snf-image Feature #1749 (Feedback): Support Pithos-provided images
pithos backend images are supported in version 0.3 Nikos Skalkotos

01/12/2012

06:14 pm Pithos Android Client Revision 53026239: add permissions/metadata
Giannis Koutsoubos
06:12 pm Revision 7ff57991: Add size queries in backend object lists.
Refs: #1837 Antony Chazapis
06:12 pm Pithos Revision 7ff57991: Add size queries in backend object lists.
Refs: #1837 Antony Chazapis
05:51 pm ./kamaki Revision a6757cbc: Add full support for list and register in glance
Giorgos Verigakis
05:48 pm Revision bfd9f988: Plankton improvements
* Move all plankton metadata to the 'plankton'
domain.
* Hide plankton metadata from the pithos clients,
as it wa...
Giorgos Verigakis
05:47 pm Pithos Android Client Revision 1634500c: add metadata fix
Giannis Koutsoubos
05:46 pm Feature #1837 (Closed): Add size range in backend object list
Needed by the plankton project is a parameter in backend object lists, that will filter the results based on their by... Antony Chazapis
05:29 pm Bug #1836 (Closed): Unique path on nodes table
Fixed at 9e9615feb8e17fc5b4096aeef35a403d2790d732. Antony Chazapis
04:59 pm Pithos Android Client Revision bd384c08: add metadata
Giannis Koutsoubos
04:59 pm Pithos Android Client Revision cabcecb2: do not exit list if navigating myshared
Giannis Koutsoubos
04:59 pm Pithos Android Client Revision db9092dd: icon fixes
Giannis Koutsoubos
04:58 pm Pithos Android Client Revision 6b838a23: icons, text fixes
Giannis Koutsoubos
04:37 pm Pithos Revision 72d08c80: Merge branch 'master' of https://code.grnet.gr/git/pithos
Antony Chazapis
04:37 pm Revision 72d08c80: Merge branch 'master' of https://code.grnet.gr/git/pithos
Antony Chazapis
04:36 pm Pithos Revision 6b2f11b4: Fix metadata search.
Antony Chazapis
04:36 pm Revision 6b2f11b4: Fix metadata search.
Antony Chazapis
04:20 pm Revision 9e9615fe: create unique index on path for public, xfeautures & path tables
Ref: #1836 Sofia Papagiannaki
04:20 pm Pithos Revision 9e9615fe: create unique index on path for public, xfeautures & path tables
Ref: #1836 Sofia Papagiannaki
03:32 pm Pithos Android Client Revision 9c4430bd: fix donwload file task
Giannis Koutsoubos
03:28 pm Pithos MacOS Client Revision 579c7890: Show UUID in PithosObjectNodeInfo window.
Miltiadis Vasilakis
03:14 pm Revision 5832c79d: Added fabfile.py
Fabric tasks file with common packaging/installation tasks for synnefo
components included in repository.
Kostas Papadimitriou
03:08 pm Bug #1836 (Closed): Unique path on nodes table
There are certain conditions that may cause duplicate path entries in the nodes table (node backend module).
Make su...
Antony Chazapis
03:06 pm Revision 2ce0636e: Initial commit for snf-webproject
- new package snf-webproject
- moved basic django related settings in snf-webproject
- added new entry point utils to...
Kostas Papadimitriou
03:02 pm snf-image Revision 3eb45959: Bump debian package version to 0.3-1
Nikos Skalkotos
02:51 pm snf-image Revision fdba32bd: Merge branch 'master' into debian-for-synnefo
Nikos Skalkotos
02:49 pm snf-image Revision f0eed401: Update debian packaging, bump to v0.3
Nikos Skalkotos
02:31 pm snf-ganeti Revision 50761ebd: Fix acquisition of node lock in LUInstanceGrowDisk
Ensure node level locks are recalculated properly
in LUInstanceGrowDisk.
Signed-off-by: Constantinos Venetsanopoulos...
Constantinos Venetsanopoulos
02:31 pm ganeti-local Revision 50761ebd: Fix acquisition of node lock in LUInstanceGrowDisk
Ensure node level locks are recalculated properly
in LUInstanceGrowDisk.
Signed-off-by: Constantinos Venetsanopoulos...
Constantinos Venetsanopoulos
02:05 pm snf-image Revision 26eaa52e: Merge branch 'master' into debian
Nikos Skalkotos
01:38 pm Revision c290c4e5: Update admin guide.
Antony Chazapis
01:38 pm Pithos Revision c290c4e5: Update admin guide.
Antony Chazapis
01:06 pm snf-image Revision 582c1223: Update date in ChangeLog for v0.3
Nikos Skalkotos

01/11/2012

11:22 pm Pithos MS Client Revision 3c76f045: Modifications to delete folder contents
Panagiotis Kanavos
10:29 pm Revision 66396eca: fix registration form rendering
Sofia Papagiannaki
10:29 pm astakos Revision 66396eca: fix registration form rendering
Sofia Papagiannaki
07:55 pm Pithos MS Client Revision 14ecd267: Changes to delete check order
Panagiotis Kanavos
07:25 pm Pithos Android Client Revision 802fbd9e: upload files from sdcard
Giannis Koutsoubos
07:25 pm Pithos Android Client Revision fbe4e332: enable account addition
Giannis Koutsoubos
07:25 pm Pithos Android Client Revision 79e5706c: add login menu in account list
Giannis Koutsoubos
07:25 pm Pithos Android Client Revision b37bd6cd: use pithos+ application name
Giannis Koutsoubos
07:24 pm Pithos Android Client Revision 73f68ca8: add login activity
Giannis Koutsoubos
07:24 pm Pithos Android Client Revision b8b24e90: login layout
Giannis Koutsoubos
04:14 pm Bug #1832 (Closed): No permission headers when getting a version
As sent:
@όταν κάνεις head request με παράμετρο ένα συγκεκριμένο version για ένα object, στους response headers δε...
Antony Chazapis
03:12 pm Revision 04164700: Merge branch 'master' of https://code.grnet.gr/git/astakos
Sofia Papagiannaki
03:12 pm astakos Revision 04164700: Merge branch 'master' of https://code.grnet.gr/git/astakos
Sofia Papagiannaki
03:09 pm astakos Revision 824d1af9: enable login/invitation url
Sofia Papagiannaki
03:09 pm Revision 824d1af9: enable login/invitation url
Sofia Papagiannaki
02:08 pm snf-ganeti Revision 657f34e5: Merge remote branch 'google/stable-2.5' into grnet-2.5-rbd-devel
Constantinos Venetsanopoulos
01:13 pm snf-ganeti Revision 4b97458c: Fix cluster ispecs on upgrade
Cluster-level parameters must *not* be empty. Plus two more minor
changes.
Signed-off-by: Iustin Pop <iustin@google....
Iustin Pop
01:13 pm ganeti-local Revision 4b97458c: Fix cluster ispecs on upgrade
Cluster-level parameters must *not* be empty. Plus two more minor
changes.
Signed-off-by: Iustin Pop <iustin@google....
Iustin Pop
01:12 pm snf-ganeti Revision b32f3c0c: Better max ispec defaults
Instead of being equal to the minimum ones, these are reusing current
constants.
Signed-off-by: Iustin Pop <iustin@g...
Iustin Pop
01:12 pm ganeti-local Revision b32f3c0c: Better max ispec defaults
Instead of being equal to the minimum ones, these are reusing current
constants.
Signed-off-by: Iustin Pop <iustin@g...
Iustin Pop
01:12 pm snf-ganeti Revision 410a8a76: Rename optISpec to optStdSpec
More consistency with the tiered allocation mode.
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: René Nu...
Iustin Pop
01:12 pm ganeti-local Revision 410a8a76: Rename optISpec to optStdSpec
More consistency with the tiered allocation mode.
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: René Nu...
Iustin Pop
01:12 pm snf-ganeti Revision 294bb337: Change how hspace reads cmdline args for std specs
For the standard specs, hspace currently takes separate options for
the memory, disk and VCPUs. For the tiered specs,...
Iustin Pop
01:12 pm ganeti-local Revision 294bb337: Change how hspace reads cmdline args for std specs
For the standard specs, hspace currently takes separate options for
the memory, disk and VCPUs. For the tiered specs,...
Iustin Pop
01:06 pm Feature #1761 (Closed): Split pithos and im apps
Antony Chazapis
01:05 pm snf-image Revision 2755bb06: Handle unknown linux distro situations
When get_distro and get_base_distro do not detect the linux distribution
a warning is triggered.
AssignHostname fail...
Nikos Skalkotos
12:59 pm snf-ganeti Revision 7da760ca: Abstract tiered specs command line parsing
This will be used in the future for the standard specs too, so let's
abstract it away.
Signed-off-by: Iustin Pop <iu...
Iustin Pop
12:59 pm ganeti-local Revision 7da760ca: Abstract tiered specs command line parsing
This will be used in the future for the standard specs too, so let's
abstract it away.
Signed-off-by: Iustin Pop <iu...
Iustin Pop
12:40 pm Feature #1816 (Closed): Incorporate backend defaults into backend
Applied in changeset commit:"228de81bd588d2f6a19413cf17633258f8e3d4a8". Antony Chazapis
12:27 pm Revision 4b8f5b96: Use new backend defaults.
Antony Chazapis
12:27 pm astakos Revision 4b8f5b96: Use new backend defaults.
Antony Chazapis
12:26 pm Pithos Revision 228de81b: Untie backend from settings.
Fixes #1816 Antony Chazapis
12:26 pm Revision 228de81b: Untie backend from settings.
Fixes #1816 Antony Chazapis
11:06 am Revision ddd45453: Change sync command.
Antony Chazapis
11:06 am Pithos Revision ddd45453: Change sync command.
Antony Chazapis
10:22 am astakos Revision efefbe82: Clean up.
Antony Chazapis
10:22 am Revision efefbe82: Clean up.
Antony Chazapis
10:13 am snf-ganeti Revision 2096d068: cmdlib._ComputeMinMaxSpec: Add unittest for this function
Signed-off-by: René Nussbaumer <rn@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
René Nussbaumer
10:13 am ganeti-local Revision 2096d068: cmdlib._ComputeMinMaxSpec: Add unittest for this function
Signed-off-by: René Nussbaumer <rn@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
René Nussbaumer
10:13 am ganeti-local Revision 0e68bf27: cmdlib: Rename _CheckMinMaxSpecs to _ComputeMinMaxSpec
This is to reflect the fact that _Check functions do raise Op*Error
which is not the case for _CheckMinMaxSpec.
Sign...
René Nussbaumer
10:13 am ganeti-local Revision 89e8508e: cmdlib: _VerifyInstancePolicy has been replaced and is dead code
This removes this method
Signed-off-by: René Nussbaumer <rn@google.com>
Reviewed-by: Michael Hanselmann <hansmi@goog...
René Nussbaumer
10:13 am snf-ganeti Revision 89e8508e: cmdlib: _VerifyInstancePolicy has been replaced and is dead code
This removes this method
Signed-off-by: René Nussbaumer <rn@google.com>
Reviewed-by: Michael Hanselmann <hansmi@goog...
René Nussbaumer
10:13 am snf-ganeti Revision 0e68bf27: cmdlib: Rename _CheckMinMaxSpecs to _ComputeMinMaxSpec
This is to reflect the fact that _Check functions do raise Op*Error
which is not the case for _CheckMinMaxSpec.
Sign...
René Nussbaumer
10:09 am Revision 87a0d246: Remove custom doc theme.
Antony Chazapis
10:09 am Pithos Revision 87a0d246: Remove custom doc theme.
Antony Chazapis
10:02 am astakos Revision 9772d798: Remove settings.local.
Antony Chazapis
10:02 am Revision 9772d798: Remove settings.local.
Antony Chazapis
10:01 am astakos Revision d73f20aa: Remove db.
Antony Chazapis
10:01 am Revision d73f20aa: Remove db.
Antony Chazapis
09:02 am Feature #1827 (Closed): Restructure repository to match synnefo
The synnefo project is moving to another packaging scheme and is restructuring its repository. Maybe someday pithos w... Antony Chazapis
08:57 am Feature #1826 (Closed): Asynchronous ETag update
Having completed #1792, move forward to a mechanism to update MD5 sums asynchronously.
See if possible to use alread...
Antony Chazapis
12:24 am Pithos MacOS Client Revision 4c1c46fd: Fix concurrency issues. Modify PithosBrowser to use ASINetworkQueues for ASIPi...
Miltiadis Vasilakis
12:22 am Pithos MacOS & iOS Common Lib Revision 30650f5a: Add support for X-Object-UUID header.
Miltiadis Vasilakis

01/10/2012

11:28 pm Pithos MS Client Revision 039a89e5: Further changes to reduce locking and switch to WAL journal mode for SQLite
Also added dictionary with deleted files with dates to filter upload/download of deleted files.
Should probably add a...
Panagiotis Kanavos
09:47 pm Revision 0a72907b: Update Plankton to use the latest Pithos features
Giorgos Verigakis
07:52 pm Pithos MS Client Revision 1b4a7550: Minor fixes and preparing to move
Panagiotis Kanavos
07:36 pm Pithos MacOS Client Revision 5f54c6be: Modify PithosNodes to use the global concurrent dispatch queue for ASIPithosRe...
Miltiadis Vasilakis
05:36 pm Pithos Web Client Bug #1814 (Resolved): Refresh object listing when properties change
Fixed in 8fd8a4870243e181eeb7a3c6af22a7a2b318c979 Christos Stathis
05:34 pm Pithos Web Client Revision 8fd8a487: Refresh the MyShared tree when certain folder properties are changed
Christos Stathis
05:16 pm snf-ganeti Revision 380bb53a: utils.ResetTempfileModule: Improve performance
This function is called for after every fork (e.g. for handling an RPC
request). With the changes in this patch gener...
Michael Hanselmann
05:16 pm ganeti-local Revision 380bb53a: utils.ResetTempfileModule: Improve performance
This function is called for after every fork (e.g. for handling an RPC
request). With the changes in this patch gener...
Michael Hanselmann
05:04 pm Pithos Web Client Revision 3601b114: Refresh the MyShared tree when certain file properties are changed
Christos Stathis
04:15 pm Pithos Android Client Revision 5d668a55: do login from web creating account if account does not exist
Giannis Koutsoubos
04:15 pm Pithos Android Client Revision c7568f5c: removed
Giannis Koutsoubos
03:44 pm Pithos Web Client Revision fb55a1b3: Reverted previous change for objects that end with /. It caused problems in th...
Christos Stathis
03:44 pm Pithos Web Client Revision 67bb2128: Refresh home container after restoring objects from trash
Christos Stathis
03:09 pm snf-ganeti Revision 20875652: LUInstanceCreate: Release node resource lock
… after running iallocator. Otherwise an assertion later in the code
would fail (for a good reason).
Signed-off-by: ...
Michael Hanselmann
03:09 pm ganeti-local Revision 20875652: LUInstanceCreate: Release node resource lock
… after running iallocator. Otherwise an assertion later in the code
would fail (for a good reason).
Signed-off-by: ...
Michael Hanselmann
03:06 pm Revision 3d653f72: Bugfixes
* Return instead of raise
* Move all plankton_method code inside a try-catch
Giorgos Verigakis
02:54 pm Pithos Web Client Revision 9b055aba: Refresh trash after moving to trash
Christos Stathis
02:34 pm ganeti-local Revision ff02b60f: _CheckTargetNodeIPolicy: instance.primary_node is not objects.Node
Signed-off-by: René Nussbaumer <rn@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
René Nussbaumer
02:34 pm snf-ganeti Revision ff02b60f: _CheckTargetNodeIPolicy: instance.primary_node is not objects.Node
Signed-off-by: René Nussbaumer <rn@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
René Nussbaumer
02:34 pm snf-ganeti Revision c879832c: cmdlib: node.group is not a nodegroup object
Signed-off-by: René Nussbaumer <rn@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
René Nussbaumer
02:34 pm ganeti-local Revision c879832c: cmdlib: node.group is not a nodegroup object
Signed-off-by: René Nussbaumer <rn@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
René Nussbaumer
02:34 pm snf-ganeti Revision 26ece371: LUInstanceCreate: self.disks is a dict not a disk object
Signed-off-by: René Nussbaumer <rn@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
René Nussbaumer
02:34 pm ganeti-local Revision 26ece371: LUInstanceCreate: self.disks is a dict not a disk object
Signed-off-by: René Nussbaumer <rn@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
René Nussbaumer
02:34 pm ganeti-local Revision fb782f5b: qa-sample.json: Fix a typo
Signed-off-by: René Nussbaumer <rn@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
René Nussbaumer
02:34 pm snf-ganeti Revision fb782f5b: qa-sample.json: Fix a typo
Signed-off-by: René Nussbaumer <rn@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
René Nussbaumer
02:25 pm Pithos Android Client Revision fbe9be48: remove anything not relevant to cloud files
Giannis Koutsoubos
02:12 pm Pithos Android Client Revision d37efce5: display versions of object
Giannis Koutsoubos
02:06 pm ganeti-local Revision c20a19ed: Fix wrong variable name
Commit bc5d0215 added support for disk params, but due to copy-paste
it tries to enforce the hvparams into disk param...
Iustin Pop
02:06 pm snf-ganeti Revision c20a19ed: Fix wrong variable name
Commit bc5d0215 added support for disk params, but due to copy-paste
it tries to enforce the hvparams into disk param...
Iustin Pop
12:16 pm Feature #1824 (Assigned): Integration with aquarium
Sofia Papagiannaki
12:13 pm Feature #1824 (Closed): Integration with aquarium
Produce user events for aquarium Sofia Papagiannaki
12:09 pm Feature #1823 (Closed): Change views to accept custom templates
Change views to accept custom templates and their context instance as parameters Sofia Papagiannaki

01/09/2012

11:19 pm Pithos MS Client Revision e81dd1f6: Convert ActiveRecord update code to direct ADO calls to reduce locks
Panagiotis Kanavos
07:48 pm Pithos MS Client Revision b9f5b594: Changes for directories
Added copyright notices Panagiotis Kanavos
07:48 pm Pithos MS Client Revision 44b979b6: Merge branch 'master' of \\\pk2010\Pithos\
Panagiotis Kanavos
07:27 pm ganeti-local Revision 922c57bf: InstanceStartup: use overridden beparams in prereq
Without doing this memory checks happen on instance default parameters
rather than any overridden ones.
Signed-off-b...
Guido Trotter
07:27 pm snf-ganeti Revision 922c57bf: InstanceStartup: use overridden beparams in prereq
Without doing this memory checks happen on instance default parameters
rather than any overridden ones.
Signed-off-b...
Guido Trotter
07:19 pm Revision 6d6b8f88: Force synnefo.settings imports in snf-ganeti-tools scripts
Kostas Papadimitriou
07:18 pm Revision b36c4249: Merge branch 'master' into snfcommon
Kostas Papadimitriou
07:17 pm Revision a34f9872: Refactored snf-ganeti-tools scripts as console_scripts
Kostas Papadimitriou
06:54 pm Pithos MS Client Revision f3d080df: Changes for directories
Added copyright notices Panagiotis Kanavos
06:40 pm snf-ganeti Revision 9f18e2cc: Bump version to 2.5.0~rc5, update NEWS
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
Michael Hanselmann
06:40 pm ganeti-local Revision 9f18e2cc: Bump version to 2.5.0~rc5, update NEWS
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
Michael Hanselmann
06:16 pm snf-ganeti Revision a41fd46e: Merge branch 'devel-2.4' into stable-2.5
* devel-2.4:
Add UnescapeAndSplit unittest for multi-escapes
Fix a bug in command line option parsing code
Conf...
Michael Hanselmann
06:16 pm ganeti-local Revision a41fd46e: Merge branch 'devel-2.4' into stable-2.5
* devel-2.4:
Add UnescapeAndSplit unittest for multi-escapes
Fix a bug in command line option parsing code
Conf...
Michael Hanselmann
06:16 pm Pithos MacOS Client Revision 54037f6f: Fix retain issues in ActivityFacility. Other minor changes.
Miltiadis Vasilakis
06:04 pm snf-ganeti Revision da775218: gen-coverage: Change filter
It is not necessary to run a Python script to generate the filter, which
didn't work very well anyway on systems with...
Michael Hanselmann
06:04 pm ganeti-local Revision da775218: gen-coverage: Change filter
It is not necessary to run a Python script to generate the filter, which
didn't work very well anyway on systems with...
Michael Hanselmann
05:52 pm Pithos Web Client Revision 01bed3d4: Fixed input validation on invitations form
Christos Stathis
05:50 pm Pithos Web Client Bug #1815 (Resolved): Invitation email check
Input validation has been added in commit 6abe26f26aa44e8c6ac979a8a8c15bc93d1adc1f.
The invitations dialog has been ...
Christos Stathis
05:50 pm Revision cfcedbb1: snf-common fixes
Kostas Papadimitriou
05:48 pm Revision 29feb9a4: Proper version method
refactored version indentification hooks to use version based on
distribution name, since get_component_version does ...
Kostas Papadimitriou
05:47 pm Pithos Web Client Revision 6abe26f2: Added input validation in invitation form (issue #1815)
Christos Stathis
05:46 pm Revision eba16ea9: Several ~okeanos site fixes
- synnefo settings and app entry points
- fixed template location
- changed package name
- versioning using vcs_version
Kostas Papadimitriou
05:26 pm Revision 325be5ad: Remove debian packaging files for snf-ganeti-tools
Debian packaging files, for all packages inside synnefo, will
reside in a different branch (debian-*) and not the mas...
Constantinos Venetsanopoulos
05:13 pm Revision 917404f2: Initial debian packaging for synnefo v0.8
Debian packaging for snf-ganeti-tools: Done
Debian packaging for snf-app: Started...
Debian packaging for snf-common:...
Constantinos Venetsanopoulos
05:06 pm Revision 7fb619a0: Added snf-common package
split out of some commonly used code in a seperate package Kostas Papadimitriou
04:42 pm astakos Revision 64cd4730: Initial commit. Move from pithos repository.
Antony Chazapis
04:42 pm Revision 64cd4730: Initial commit. Move from pithos repository.
Antony Chazapis
03:02 pm Pithos Android Client Revision 732d9c2c: tabview in object details, show metadata and permissions, add/delete group
Giannis Koutsoubos
02:34 pm snf-ganeti Revision 7e6b6f1f: rpc: More unittests
- Fix: Don't check st_atime for temporary file for upload tests
- Add tests for five encoders
Signed-off-by: Michael...
Michael Hanselmann
02:34 pm ganeti-local Revision 7e6b6f1f: rpc: More unittests
- Fix: Don't check st_atime for temporary file for upload tests
- Add tests for five encoders
Signed-off-by: Michael...
Michael Hanselmann
02:25 pm snf-ganeti Revision 272900d3: Merge remote branch 'google/stable-2.5' into grnet-2.5-rbd-devel
Constantinos Venetsanopoulos
01:56 pm snf-ganeti Revision 729ed537: Document "gnt-node add" behavior in case of failure
Signed-off-by: Bernardo Dal Seno <bdalseno@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
Bernardo Dal Seno
01:56 pm ganeti-local Revision 729ed537: Document "gnt-node add" behavior in case of failure
Signed-off-by: Bernardo Dal Seno <bdalseno@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
Bernardo Dal Seno

01/08/2012

11:02 pm Pithos MS Client Revision 4f6d51d4: Added directory object creation whenever a new directory is created
Showing the file property dialog box for directories Panagiotis Kanavos
10:09 pm Pithos MS Client Feature #1568 (Closed): Allow synching for multiple containers
Panagiotis Kanavos
10:09 pm Pithos MS Client Feature #1763 (Closed): Add verification for manually entered account info
Panagiotis Kanavos
10:09 pm Pithos MS Client Bug #1798 (Resolved): Adding a new file to the Pithos folder causes an SQLite error due to locking
Panagiotis Kanavos

01/07/2012

05:07 pm Pithos MS Client Revision 56b53955: Added OS Version check to disable network connectivity detection in Windows XP
Panagiotis Kanavos
05:05 pm Pithos MS Client Feature #1613 (Closed): Add container creation code
Panagiotis Kanavos
05:05 pm Pithos MS Client Feature #1613: Add container creation code
Not needed since the local folder layout has changed. Containers will not be created by the clients in any case, so t... Panagiotis Kanavos
05:02 pm Pithos MS Client Feature #1698 (Closed): Add container creation command
No other client creates containers so the functionality will not be added to the Windows client
Not really needed, c...
Panagiotis Kanavos
05:00 pm Pithos MS Client Bug #1784 (Closed): "Next" button remains inactive after validating credentials
While the status of the wizard buttons is controlled by the respective properties (CanSelectNextPage etc), these are ... Panagiotis Kanavos
04:52 pm Pithos MS Client Revision 53032fb7: Fixed inactive Next button when validating credentials. Fixes #1784
Panagiotis Kanavos

01/06/2012

02:47 pm snf-ganeti Revision 43f52ae3: cmdlib: Adapt LUClusterVerifyGroup for instance policy
Signed-off-by: René Nussbaumer <rn@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
René Nussbaumer
02:47 pm ganeti-local Revision 9fa567b3: gnt-node: Add instance policy to migrate
Signed-off-by: René Nussbaumer <rn@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
René Nussbaumer
02:47 pm snf-ganeti Revision 9fa567b3: gnt-node: Add instance policy to migrate
Signed-off-by: René Nussbaumer <rn@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
René Nussbaumer
02:47 pm ganeti-local Revision 43f52ae3: cmdlib: Adapt LUClusterVerifyGroup for instance policy
Signed-off-by: René Nussbaumer <rn@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
René Nussbaumer
02:46 pm ganeti-local Revision 2a84b7d3: gnt-backup: Adding force option to import
This makes it possible to bypass the instance policy
Signed-off-by: René Nussbaumer <rn@google.com>
Reviewed-by: Gui...
René Nussbaumer
02:46 pm snf-ganeti Revision 2a84b7d3: gnt-backup: Adding force option to import
This makes it possible to bypass the instance policy
Signed-off-by: René Nussbaumer <rn@google.com>
Reviewed-by: Gui...
René Nussbaumer
02:46 pm snf-ganeti Revision 10889e0c: gnt-instance: Adding instance policy to add
Signed-off-by: René Nussbaumer <rn@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
René Nussbaumer
02:46 pm ganeti-local Revision 10889e0c: gnt-instance: Adding instance policy to add
Signed-off-by: René Nussbaumer <rn@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
René Nussbaumer
02:46 pm snf-ganeti Revision 1559e1e7: gnt-instance: Adding verification of instance policy to modify
Signed-off-by: René Nussbaumer <rn@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
René Nussbaumer
02:46 pm ganeti-local Revision 1559e1e7: gnt-instance: Adding verification of instance policy to modify
Signed-off-by: René Nussbaumer <rn@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
René Nussbaumer
02:46 pm ganeti-local Revision 92cf62e3: gnt-instance: Adding instance policy to move
Signed-off-by: René Nussbaumer <rn@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
René Nussbaumer
02:46 pm snf-ganeti Revision 92cf62e3: gnt-instance: Adding instance policy to move
Signed-off-by: René Nussbaumer <rn@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
René Nussbaumer
02:46 pm ganeti-local Revision 3ed23330: gnt-instance: Adding instance policy to migrate
Signed-off-by: René Nussbaumer <rn@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
René Nussbaumer
02:46 pm snf-ganeti Revision 3ed23330: gnt-instance: Adding instance policy to migrate
Signed-off-by: René Nussbaumer <rn@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
René Nussbaumer
02:46 pm snf-ganeti Revision b6aaf437: gnt-instance: Adding instance policy to failover
Signed-off-by: René Nussbaumer <rn@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
René Nussbaumer
02:46 pm ganeti-local Revision b6aaf437: gnt-instance: Adding instance policy to failover
Signed-off-by: René Nussbaumer <rn@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
René Nussbaumer
02:45 pm snf-ganeti Revision 0fb81174: cmdlib: Adding helper for instance policy
Signed-off-by: René Nussbaumer <rn@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
René Nussbaumer
02:45 pm ganeti-local Revision 0fb81174: cmdlib: Adding helper for instance policy
Signed-off-by: René Nussbaumer <rn@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
René Nussbaumer
02:36 pm snf-ganeti Revision c2dc025a: rpc.ConfigRunner: Fix uploading file
Commit 601dfcb made some changes to the default encoders. This made
“ConfigRunner.call_upload_file” fail due to a mis...
Michael Hanselmann
02:36 pm ganeti-local Revision c2dc025a: rpc.ConfigRunner: Fix uploading file
Commit 601dfcb made some changes to the default encoders. This made
“ConfigRunner.call_upload_file” fail due to a mis...
Michael Hanselmann
01:49 pm snf-ganeti Revision 30a83755: Update GrowDisk docstring
It forgot about one argument.
Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Michael Hanselmann <h...
Guido Trotter
01:49 pm ganeti-local Revision 30a83755: Update GrowDisk docstring
It forgot about one argument.
Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Michael Hanselmann <h...
Guido Trotter
01:38 pm ganeti-local Revision c668ead9: Merge branch 'devel-2.5'
* devel-2.5:
KVM: support version reported by 1.0
doc/admin: Clarify archived jobs
Conflicts:
NEWS: trivial
Si...
Guido Trotter
01:38 pm snf-ganeti Revision c668ead9: Merge branch 'devel-2.5'
* devel-2.5:
KVM: support version reported by 1.0
doc/admin: Clarify archived jobs
Conflicts:
NEWS: trivial
Si...
Guido Trotter
01:34 pm ganeti-local Revision 2ce40421: rpc._PrepareFileUpload: Use FileStatHelper
Use fstat(2) on the file handle instead of doing a separate stat(2).
Signed-off-by: Michael Hanselmann <hansmi@googl...
Michael Hanselmann
01:34 pm snf-ganeti Revision 2ce40421: rpc._PrepareFileUpload: Use FileStatHelper
Use fstat(2) on the file handle instead of doing a separate stat(2).
Signed-off-by: Michael Hanselmann <hansmi@googl...
Michael Hanselmann
01:34 pm snf-ganeti Revision 2635bb04: Move helper class from watcher to utils.io
“FileStatHelper” can be used together with “ReadFile” to a file's status
while it's opened. This avoids certain race ...
Michael Hanselmann
01:34 pm ganeti-local Revision 2635bb04: Move helper class from watcher to utils.io
“FileStatHelper” can be used together with “ReadFile” to a file's status
while it's opened. This avoids certain race ...
Michael Hanselmann
01:34 pm snf-ganeti Revision 601dfcbb: Add unittest for uploading file via RPC
After some preparing patches this unittest can finally be added.
Signed-off-by: Michael Hanselmann <hansmi@google.co...
Michael Hanselmann
01:34 pm ganeti-local Revision 601dfcbb: Add unittest for uploading file via RPC
After some preparing patches this unittest can finally be added.
Signed-off-by: Michael Hanselmann <hansmi@google.co...
Michael Hanselmann
01:34 pm snf-ganeti Revision d5ea30e8: rpc: Change signature of RpcRunner
Instead of receiving the whole masterd context, it only gets the
configuration and the lock monitor callback. This si...
Michael Hanselmann
01:34 pm ganeti-local Revision d5ea30e8: rpc: Change signature of RpcRunner
Instead of receiving the whole masterd context, it only gets the
configuration and the lock monitor callback. This si...
Michael Hanselmann
01:34 pm ganeti-local Revision e78667fe: rpc._RpcClientBase: Add check for number of arguments
Just an additional check, useful in unittests.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iu...
Michael Hanselmann
01:34 pm ganeti-local Revision 065be3f0: Add unittests for RPC client
This patch adds a number of unittests for the RPC client base class.
Some small changes were necessary in “rpc.py” to...
Michael Hanselmann
01:34 pm ganeti-local Revision f00170e2: runtime: Style fix in docstring
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
Michael Hanselmann
01:34 pm snf-ganeti Revision e78667fe: rpc._RpcClientBase: Add check for number of arguments
Just an additional check, useful in unittests.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iu...
Michael Hanselmann
01:34 pm snf-ganeti Revision 065be3f0: Add unittests for RPC client
This patch adds a number of unittests for the RPC client base class.
Some small changes were necessary in “rpc.py” to...
Michael Hanselmann
01:34 pm snf-ganeti Revision f00170e2: runtime: Style fix in docstring
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
Michael Hanselmann
01:34 pm snf-ganeti Revision 764ff2eb: rpc: Style fix
“assert” is a statement, not a function.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin P...
Michael Hanselmann
01:34 pm ganeti-local Revision 120e7e77: Add unittest for RPC compression
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
Michael Hanselmann
01:34 pm snf-ganeti Revision 120e7e77: Add unittest for RPC compression
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
Michael Hanselmann
01:34 pm ganeti-local Revision 764ff2eb: rpc: Style fix
“assert” is a statement, not a function.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin P...
Michael Hanselmann
01:24 pm ganeti-local Revision c52d91e6: Merge branch 'stable-2.5' into devel-2.5
* stable-2.5:
KVM: support version reported by 1.0
Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by...
Guido Trotter
01:24 pm snf-ganeti Revision c52d91e6: Merge branch 'stable-2.5' into devel-2.5
* stable-2.5:
KVM: support version reported by 1.0
Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by...
Guido Trotter
12:55 pm ganeti-local Revision 51ef5fe0: check-news/NEWS: impose more standards
- Always two empty lines before a version.
- Standardize how version names should be called.
Signed-off-by: Guido Tr...
Guido Trotter
12:55 pm snf-ganeti Revision 51ef5fe0: check-news/NEWS: impose more standards
- Always two empty lines before a version.
- Standardize how version names should be called.
Signed-off-by: Guido Tr...
Guido Trotter
12:27 pm ganeti-local Revision 585c8187: KVM: support version reported by 1.0
This of course was working for all the rcs, but broke with 1.0 itself.
In addition:
- split between running kvm --...
Guido Trotter
12:27 pm snf-ganeti Revision 585c8187: KVM: support version reported by 1.0
This of course was working for all the rcs, but broke with 1.0 itself.
In addition:
- split between running kvm --...
Guido Trotter

01/05/2012

10:10 pm Pithos MS Client Revision 73cdd135: Simplified several functions by replacing task continuations with async/await
Panagiotis Kanavos
08:08 pm Pithos MS Client Revision a0dcfcc9: Replaced object load and update with direct HQL execution to resolve database ...
Removed dead code in StatusAgent.cs Panagiotis Kanavos
07:12 pm ganeti-local Revision 92cb4940: qa: fix disk parameters tests
Fix an error in the disk parameters tests (the arguments to gnt-cluster
were not passed correctly) and move them to s...
Andrea Spadaccini
07:12 pm snf-ganeti Revision 92cb4940: qa: fix disk parameters tests
Fix an error in the disk parameters tests (the arguments to gnt-cluster
were not passed correctly) and move them to s...
Andrea Spadaccini
05:30 pm ganeti-local Revision 68a856ef: rpc_defs: Enable “node_powercycle” for offline nodes
With this change it's possible to powercycle nodes marked as offline. Of
course the node might not be running the nod...
Michael Hanselmann
05:30 pm ganeti-local Revision 890ea4ce: rpc._NodeConfigResolver: Support resolving offline nodes
This is needed to powercycle a node marked offline.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-b...
Michael Hanselmann
05:30 pm ganeti-local Revision 9f2c2103: man/gnt-node: Improve powercycle documentation
Reword a bit, capitalize “SSH”.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: René Nussbaumer <...
Michael Hanselmann
05:30 pm snf-ganeti Revision 890ea4ce: rpc._NodeConfigResolver: Support resolving offline nodes
This is needed to powercycle a node marked offline.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-b...
Michael Hanselmann
05:30 pm snf-ganeti Revision 68a856ef: rpc_defs: Enable “node_powercycle” for offline nodes
With this change it's possible to powercycle nodes marked as offline. Of
course the node might not be running the nod...
Michael Hanselmann
05:30 pm snf-ganeti Revision 9f2c2103: man/gnt-node: Improve powercycle documentation
Reword a bit, capitalize “SSH”.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: René Nussbaumer <...
Michael Hanselmann
05:30 pm ganeti-local Revision f863d7aa: rpc._RpcProcessor: Make read timeout a non-keyword argument
It is always used and can be set to “None” if intended.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Review...
Michael Hanselmann
05:30 pm ganeti-local Revision dd6d2d09: rpc: Add support for resolver options callback
This adds support for a callback returning name resolver options. This
is required for powercycling offline nodes. Wh...
Michael Hanselmann
05:30 pm ganeti-local Revision fce5efd1: rpc: Pass resolver options to actual resolver
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
Michael Hanselmann
05:30 pm snf-ganeti Revision f863d7aa: rpc._RpcProcessor: Make read timeout a non-keyword argument
It is always used and can be set to “None” if intended.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Review...
Michael Hanselmann
05:30 pm snf-ganeti Revision fce5efd1: rpc: Pass resolver options to actual resolver
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
Michael Hanselmann
05:30 pm snf-ganeti Revision dd6d2d09: rpc: Add support for resolver options callback
This adds support for a callback returning name resolver options. This
is required for powercycling offline nodes. Wh...
Michael Hanselmann
05:20 pm Pithos MS Client Revision 4ec636f6: Removed Dataflow code
Panagiotis Kanavos
05:20 pm Pithos MS Client Revision ab2f6f79: Changes to NHibernate/Activerecord storage code
Panagiotis Kanavos
05:06 pm Revision bd89e75e: decode user uniq to utf-8
Sofia Papagiannaki
05:06 pm Pithos Revision bd89e75e: decode user uniq to utf-8
Sofia Papagiannaki
05:01 pm Revision 450e0a22: snf-app as namespace package
- added extend_path in synnefo package
- moved version helpers in their own module `synnefo.version`
Kostas Papadimitriou
04:27 pm ./kamaki Revision 614b80ce: Rename kamaki.py to cli.py
Use absolute imports
Update build script
Giorgos Verigakis
04:04 pm ./kamaki Revision eb3ca8ca: Major refactoring
Groundwork to support different APIs (synnefo and
plankton).
New configuration mechanism (kamaki config)
Giorgos Verigakis
03:27 pm ganeti-local Revision 20286f7c: QA: Make the ispec values configurable
Signed-off-by: René Nussbaumer <rn@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
René Nussbaumer
03:27 pm snf-ganeti Revision 20286f7c: QA: Make the ispec values configurable
Signed-off-by: René Nussbaumer <rn@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
René Nussbaumer
03:07 pm Pithos Revision 6e441a16: Update user middleware.
Antony Chazapis
03:07 pm Revision 6e441a16: Update user middleware.
Antony Chazapis
12:16 pm Bug #1658 (Feedback): Configurable api urls in ui app
Kostas Papadimitriou
12:13 pm Feature #1817 (Feedback): UI generic http error details
Kostas Papadimitriou
12:11 pm Revision 1faf0b9c: Improved owners of system images configuration, Refs #1748
- allow multiple system owners
- allow custom owner aliases (displayed in UI)
Kostas Papadimitriou
10:50 am Revision 1516800a: UI error handling improvements
- display plain error response body as `extra details` if the content
cannot be parsed as JSON, Refs #1817
- Early ...
Kostas Papadimitriou
10:46 am Feature #1817 (Closed): UI generic http error details
UI currently requires http response error to contain json formatted response to display content within the 'extra det... Kostas Papadimitriou

01/04/2012

07:16 pm Pithos Revision eae2b0f0: Fix astakos middleware.
Antony Chazapis
07:16 pm Revision eae2b0f0: Fix astakos middleware.
Antony Chazapis
06:59 pm Revision 5d56107c: Remove im app.
Refs #1761 Antony Chazapis
06:59 pm Pithos Revision 5d56107c: Remove im app.
Refs #1761 Antony Chazapis
06:11 pm Feature #1816 (Closed): Incorporate backend defaults into backend
Incorporate backend default modules and default quota/versioning in backend init. Antony Chazapis
05:20 pm snf-image Revision 7bdd3ab7: Correct an error msg in FixPartitionTable
Nikos Skalkotos
05:16 pm Revision 0a5bd185: Merge branch 'master' into id
Antony Chazapis
05:16 pm Pithos Revision 0a5bd185: Merge branch 'master' into id
Antony Chazapis
04:31 pm Pithos Android Client Revision c99967ba: initial support for displaying metadata
Giannis Koutsoubos
03:30 pm Pithos Web Client Bug #1815 (Closed): Invitation email check
A user can send an invitation to an empty name, with an email that does not even contain a '@' character...
Also, wh...
Antony Chazapis
03:21 pm ganeti-local Revision 995736c6: Update the resource model DD with current state
On my work for instance policies we decided not to overload --force
more, instead we go with a new flag --ignore-ipol...
René Nussbaumer
03:21 pm snf-ganeti Revision 995736c6: Update the resource model DD with current state
On my work for instance policies we decided not to overload --force
more, instead we go with a new flag --ignore-ipol...
René Nussbaumer
03:12 pm Pithos Web Client Bug #1814 (Closed): Refresh object listing when properties change
Object listings should be refreshed when some properties change, as the change may affect the listing.
As reported...
Antony Chazapis
03:06 pm Feature #1810 (Closed): Test UUIDs
Antony Chazapis
11:38 am snf-image Revision cb93c144: Fix Short-Description in FixPartitionTable task
Nikos Skalkotos

01/03/2012

09:31 pm Pithos MS Client Revision 5e31048f: Some warning fixes and change of some agents from a hand-coded Agent to Datafl...
Panagiotis Kanavos
05:35 pm Pithos MS Client Revision 692ec33b: Now closing web request immediatelly after executing a request that has no con...
Fixed content logging that improperly disposed the response stream in RestClient.cs Panagiotis Kanavos
04:51 pm Revision df251d55: Force escaping of content applied as html in ui
Kostas Papadimitriou
04:45 pm Revision bbbceeea: Fixed plankton metadata keys regression
Handle lowercase OS meta key Kostas Papadimitriou
03:59 pm Revision ca785807: Updated undescore.js
Updated underscore.js helper lib to v1.2.3 Kostas Papadimitriou
03:31 pm Pithos MacOS Client Revision bb707e0e: Modify sync to use a serial dispatch queue instead of threads for ASIPithosReq...
Miltiadis Vasilakis
02:46 pm snf-ganeti Revision cf2a69e1: Add `fping' as a package dependency
fping is needed to correctly handle master ip activation/deactivation
Signed-off-by: Constantinos Venetsanopoulos <c...
Constantinos Venetsanopoulos
01:40 pm Revision a85784d2: Fixed custom images view bug
Apply collection object when view gets initialized. Kostas Papadimitriou
01:16 pm Revision 9961142e: Create view IE7 fixes
Kostas Papadimitriou
12:35 pm Revision 92ea15bf: Fixed okeanos_site template location
Kostas Papadimitriou

01/02/2012

05:34 pm Pithos MacOS Client Revision 3a5dc79d: Modify sync to use only X-Object-Hash.
Miltiadis Vasilakis
04:12 pm Pithos Android Client Revision 856ad13d: activities to display my shared, others, groups
Giannis Koutsoubos

12/29/2011

04:11 pm Pithos MacOS & iOS Common Lib Revision 40db2cf7: Add support for X-Object-Hash header.
Miltiadis Vasilakis
01:45 pm Pithos Revision f2a3d5a3: Remove debug printing.
Antony Chazapis
01:45 pm Revision f2a3d5a3: Remove debug printing.
Antony Chazapis
11:20 am Pithos Revision 95e0d8ee: Test UUIDs
Refs: #1810 Sofia Papagiannaki
11:20 am Revision 95e0d8ee: Test UUIDs
Refs: #1810 Sofia Papagiannaki

12/28/2011

12:48 pm Pithos Revision 91b606d1: add license
Sofia Papagiannaki
12:48 pm Revision 91b606d1: add license
Sofia Papagiannaki

12/27/2011

05:43 pm Pithos pithos-0.8.2.tar.gz
Antony Chazapis
05:41 pm Pithos Revision 66feb1be: Bump version.
Antony Chazapis
05:41 pm Revision 66feb1be: Bump version.
Antony Chazapis
05:37 pm Bug #1735 (Closed): Update python packages
Applied in changeset commit:"05f6d5c0e6ba3af9d4a7461a34bf14242d1c9b44". Antony Chazapis
05:35 pm Revision 05f6d5c0: Make package install include non-python files.
Fixes #1735 Antony Chazapis
05:35 pm Pithos Revision 05f6d5c0: Make package install include non-python files.
Fixes #1735 Antony Chazapis

12/23/2011

06:35 pm Feature #1790 (Closed): Assign and maintain object UUIDs
Antony Chazapis
06:35 pm Feature #1810 (Closed): Test UUIDs
Test UUIDs, when copying, moving, updating data and meta. Antony Chazapis
06:32 pm Pithos Revision 1730b3bf: Fix UUIDs on move operations.
Refs #1790 Antony Chazapis
06:32 pm Revision 1730b3bf: Fix UUIDs on move operations.
Refs #1790 Antony Chazapis
04:47 pm Bug #1789 (Closed): Test container-level metadata queries
Antony Chazapis
04:41 pm Revision 12fb8c2d: Merge branch 'meta-filtering'
Conflicts:
pithos/backends/lib/sqlalchemy/node.py
pithos/backends/lib/sqlite/node.py
Antony Chazapis
04:41 pm Pithos Revision 12fb8c2d: Merge branch 'meta-filtering'
Conflicts:
pithos/backends/lib/sqlalchemy/node.py
pithos/backends/lib/sqlite/node.py
Antony Chazapis
04:06 pm Pithos Revision 8877529a: Fix SQLAlchemy backend metadata filtering.
Refs #1789 Antony Chazapis
04:06 pm Revision 8877529a: Fix SQLAlchemy backend metadata filtering.
Refs #1789 Antony Chazapis
12:03 pm Pithos Revision a847494c: Attempt to use SQL for metadata filtering in SQLAlchemy backend (II).
Refs #1789 Antony Chazapis
12:03 pm Revision a847494c: Attempt to use SQL for metadata filtering in SQLAlchemy backend (II).
Refs #1789 Antony Chazapis
11:58 am Revision 9d41b050: Attempt to use SQL for metadata filtering in SQLAlchemy backend.
Refs #1789 Antony Chazapis
11:58 am Pithos Revision 9d41b050: Attempt to use SQL for metadata filtering in SQLAlchemy backend.
Refs #1789 Antony Chazapis
10:37 am Pithos Revision c7c0790f: Pass meta filtering test in SQLite module with pure SQL.
Refs #1789
w
Antony Chazapis
10:37 am Revision c7c0790f: Pass meta filtering test in SQLite module with pure SQL.
Refs #1789
w
Antony Chazapis

12/22/2011

09:09 pm snf-ganeti Revision df69e0a0: Fix failure in distcheck and coverage tests
autotools/testrunner was missing in distcheck. Now some changes from
7004106119c5c56c93085ccfb1250b3561b5b6ad have b...
Bernardo Dal Seno
09:09 pm ganeti-local Revision df69e0a0: Fix failure in distcheck and coverage tests
autotools/testrunner was missing in distcheck. Now some changes from
7004106119c5c56c93085ccfb1250b3561b5b6ad have b...
Bernardo Dal Seno
08:34 pm snf-ganeti Revision 96a7481d: Makefile: Fix parallel distcheck
Running “make -jN distcheck” for any N > 1 would reliably break when
building the RPC client wrappers. This was due t...
Michael Hanselmann
08:34 pm ganeti-local Revision 96a7481d: Makefile: Fix parallel distcheck
Running “make -jN distcheck” for any N > 1 would reliably break when
building the RPC client wrappers. This was due t...
Michael Hanselmann
08:08 pm Revision 35c82779: provide authentication service & change pithos to contact it to authenticate u...
Refs: #1689 Sofia Papagiannaki
08:08 pm Pithos Revision 35c82779: provide authentication service & change pithos to contact it to authenticate u...
Refs: #1689 Sofia Papagiannaki
07:19 pm snf-ganeti Revision 89907375: doc/admin: Clarify archived jobs
Also mention that archived jobs can be viewed using “gnt-job info”.
Signed-off-by: Michael Hanselmann <hansmi@google...
Michael Hanselmann
07:19 pm ganeti-local Revision 89907375: doc/admin: Clarify archived jobs
Also mention that archived jobs can be viewed using “gnt-job info”.
Signed-off-by: Michael Hanselmann <hansmi@google...
Michael Hanselmann
07:16 pm ganeti-local Revision aa66c183: Merge branch 'devel-2.5'
* devel-2.5:
jqueue: Factorize checking job processor's result
jqueue unittest: Rename simple fake-job class
jq...
Michael Hanselmann
07:16 pm snf-ganeti Revision aa66c183: Merge branch 'devel-2.5'
* devel-2.5:
jqueue: Factorize checking job processor's result
jqueue unittest: Rename simple fake-job class
jq...
Michael Hanselmann
06:41 pm ganeti-local Revision 4f44e311: Merge branch 'stable-2.5' into devel-2.5
* stable-2.5:
jqueue: Fix epylint errors introduced in 37d76f1e4
jqueue: Fix deadlock between job queue and depen...
Michael Hanselmann
06:41 pm snf-ganeti Revision 4f44e311: Merge branch 'stable-2.5' into devel-2.5
* stable-2.5:
jqueue: Fix epylint errors introduced in 37d76f1e4
jqueue: Fix deadlock between job queue and depen...
Michael Hanselmann
05:25 pm snf-ganeti Revision a8af7d08: Merge branch 'master' of git://git.ganeti.org/ganeti into grnet-2.6-rbd-devel
Constantinos Venetsanopoulos
05:04 pm snf-ganeti Revision fc4498e9: test/lockperf: Use a list of integers, not booleans
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
Michael Hanselmann
05:04 pm ganeti-local Revision fc4498e9: test/lockperf: Use a list of integers, not booleans
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
Michael Hanselmann
04:32 pm Pithos Revision d32cb004: Merge branch 'master' of https://code.grnet.gr/git/pithos into id
Sofia Papagiannaki
04:32 pm Revision d32cb004: Merge branch 'master' of https://code.grnet.gr/git/pithos into id
Sofia Papagiannaki
03:27 pm Pithos Android Client Revision ef6fa21a: display MyShared
Giannis Koutsoubos
03:25 pm ganeti-local Revision e4d452b4: Add lock performance utility
I had an idea for improving locking performance. To see if it worked I
wrote this tool. Unfortunately the idea didn't...
Michael Hanselmann
03:25 pm snf-ganeti Revision e4d452b4: Add lock performance utility
I had an idea for improving locking performance. To see if it worked I
wrote this tool. Unfortunately the idea didn't...
Michael Hanselmann
03:19 pm snf-ganeti Revision df5a5730: jqueue: Factorize checking job processor's result
This allows for more unittesting.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <ius...
Michael Hanselmann
03:19 pm ganeti-local Revision df5a5730: jqueue: Factorize checking job processor's result
This allows for more unittesting.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <ius...
Michael Hanselmann
03:19 pm ganeti-local Revision 1b5150ab: jqueue unittest: Rename simple fake-job class
Also add a parameter for priority, to be used in an upcoming
patch.
Signed-off-by: Michael Hanselmann <hansmi@google...
Michael Hanselmann
03:19 pm snf-ganeti Revision 1b5150ab: jqueue unittest: Rename simple fake-job class
Also add a parameter for priority, to be used in an upcoming
patch.
Signed-off-by: Michael Hanselmann <hansmi@google...
Michael Hanselmann
03:12 pm ganeti-local Revision fd6eaa09: unit tests: Add tests for file mode handling in utils.WriteFile
Signed-off-by: Bernardo Dal Seno <bdalseno@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
Bernardo Dal Seno
03:12 pm snf-ganeti Revision 0d20cc42: unit tests: Add tests for uid and gid handling in utils.WriteFile
These tests need fakeroot. If it's not present, they are not run (they
don't fail).
Signed-off-by: Bernardo Dal Sen...
Bernardo Dal Seno
03:12 pm snf-ganeti Revision fd6eaa09: unit tests: Add tests for file mode handling in utils.WriteFile
Signed-off-by: Bernardo Dal Seno <bdalseno@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
Bernardo Dal Seno
03:12 pm snf-ganeti Revision eea3b572: noded: Fix /etc/hosts group ownership
When Ganeti was compiled with the option of running as a different
user/group, the group ownership of /etc/hosts was ...
Bernardo Dal Seno
03:12 pm ganeti-local Revision 0d20cc42: unit tests: Add tests for uid and gid handling in utils.WriteFile
These tests need fakeroot. If it's not present, they are not run (they
don't fail).
Signed-off-by: Bernardo Dal Sen...
Bernardo Dal Seno
03:12 pm ganeti-local Revision eea3b572: noded: Fix /etc/hosts group ownership
When Ganeti was compiled with the option of running as a different
user/group, the group ownership of /etc/hosts was ...
Bernardo Dal Seno
03:12 pm ganeti-local Revision c47eddb8: utils.WriteFile: Add new parameter to preserve file permissions
Signed-off-by: Bernardo Dal Seno <bdalseno@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
Reviewed-by: Micha...
Bernardo Dal Seno
03:12 pm snf-ganeti Revision 70041061: unit tests: added fakeroot support
Tests ending in "-runasroot" or "-runasroot.py" are run through fakeroot,
so activity that needs root privileges can ...
Bernardo Dal Seno
03:12 pm snf-ganeti Revision c47eddb8: utils.WriteFile: Add new parameter to preserve file permissions
Signed-off-by: Bernardo Dal Seno <bdalseno@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
Reviewed-by: Micha...
Bernardo Dal Seno
03:12 pm ganeti-local Revision 70041061: unit tests: added fakeroot support
Tests ending in "-runasroot" or "-runasroot.py" are run through fakeroot,
so activity that needs root privileges can ...
Bernardo Dal Seno
02:10 pm Pithos Android Client Revision b26c3ff3: show container icon
Giannis Koutsoubos
02:00 pm Pithos Android Client Revision d81b2ba1: only show cloud files activity
Giannis Koutsoubos
01:51 pm Revision ae8cb3d5: Updated upgrade guide and settings documentation
Kostas Papadimitriou
01:51 pm Pithos Android Client Revision 66ea047a: correctly handle folders
Giannis Koutsoubos
01:46 pm Pithos Android Client Revision 9c74202f: fix empty data
Giannis Koutsoubos
01:08 pm Revision e758ab1c: Merge branch 'master' into ui-glance
Kostas Papadimitriou
12:57 pm Revision 30b6f316: Several ui improvements
- optionable glance api usage, Refs #1748
- display additional glance image metadata, Refs #1748
- dynamic api endpoi...
Kostas Papadimitriou
12:40 pm Revision 91817b22: Fix manifest object.
Antony Chazapis
12:40 pm Pithos Revision 91817b22: Fix manifest object.
Antony Chazapis
12:10 pm Revision a90fd539: Merge branch 'master' of https://code.grnet.gr/git/pithos
Antony Chazapis
12:10 pm Pithos Revision a90fd539: Merge branch 'master' of https://code.grnet.gr/git/pithos
Antony Chazapis
12:09 pm Revision dfb28993: Document ETag changes.
Refs #1792 Antony Chazapis
12:09 pm Pithos Revision dfb28993: Document ETag changes.
Refs #1792 Antony Chazapis
12:00 pm Pithos Revision 8a2020a9: Merge branch 'master' of https://code.grnet.gr/git/pithos
Sofia Papagiannaki
12:00 pm Revision 8a2020a9: Merge branch 'master' of https://code.grnet.gr/git/pithos
Sofia Papagiannaki
11:58 am Pithos Revision f1716de7: client lib: quote parameters in chunked requests
Sofia Papagiannaki
11:58 am Revision f1716de7: client lib: quote parameters in chunked requests
Sofia Papagiannaki
11:57 am snf-ganeti Revision 0796adb4: Merge remote branch 'google/stable-2.5' into grnet-2.5-rbd-devel
Constantinos Venetsanopoulos
11:50 am Revision cddcf432: The ETag header/hash property always includes the MD5.
Refs #1792 Antony Chazapis
11:50 am Pithos Revision cddcf432: The ETag header/hash property always includes the MD5.
Refs #1792 Antony Chazapis
11:49 am Feature #1792: Spawn asynchronous tasks on object update
This feels like reopening #1451 and then more. Antony Chazapis

12/21/2011

06:30 pm Revision eb0d4c82: sqlite backend module: fix metadata queries
Refs: #1789 Sofia Papagiannaki
06:30 pm Pithos Revision eb0d4c82: sqlite backend module: fix metadata queries
Refs: #1789 Sofia Papagiannaki
06:25 pm Pithos Revision e3b4206e: Merge branch 'master' of https://code.grnet.gr/git/pithos
Antony Chazapis
06:25 pm Revision e3b4206e: Merge branch 'master' of https://code.grnet.gr/git/pithos
Antony Chazapis
06:23 pm Revision 2e450abb: The dispatcher is a python executable which monitors a RabbitMQ queue and call...
Refs #1792 Antony Chazapis
06:23 pm Pithos Revision 2e450abb: The dispatcher is a python executable which monitors a RabbitMQ queue and call...
Refs #1792 Antony Chazapis
06:04 pm ganeti-local Revision 1316ebc2: jqueue: Fix epylint errors introduced in 37d76f1e4
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
Michael Hanselmann
06:04 pm snf-ganeti Revision 1316ebc2: jqueue: Fix epylint errors introduced in 37d76f1e4
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
Michael Hanselmann
06:02 pm snf-ganeti Revision d9de612c: Change internal RPC client body values
Currently, all RPC payloads sent by the client to the remote node
daemons must be identical, due to how the data is p...
Iustin Pop
06:02 pm ganeti-local Revision 60154921: Extend RPC definition change with another parameter
This will be used in a later patch for parameter pre-processing. For
now we just add the parameter as 'None' and add ...
Iustin Pop
06:02 pm snf-ganeti Revision 60154921: Extend RPC definition change with another parameter
This will be used in a later patch for parameter pre-processing. For
now we just add the parameter as 'None' and add ...
Iustin Pop
06:02 pm snf-ganeti Revision 5449685e: Switch blockdev_getmirrorstatus_multi to per-node bodies
Even for a small 4-node node-group, this reduces the payload of this
RPC call by half for each node; for a big node g...
Iustin Pop
06:02 pm ganeti-local Revision 5449685e: Switch blockdev_getmirrorstatus_multi to per-node bodies
Even for a small 4-node node-group, this reduces the payload of this
RPC call by half for each node; for a big node g...
Iustin Pop
06:02 pm ganeti-local Revision d9de612c: Change internal RPC client body values
Currently, all RPC payloads sent by the client to the remote node
daemons must be identical, due to how the data is p...
Iustin Pop
06:01 pm snf-ganeti Revision 527c0cf7: hv_kvm: Make string containing regex a raw string
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
Michael Hanselmann
06:01 pm ganeti-local Revision 527c0cf7: hv_kvm: Make string containing regex a raw string
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
Michael Hanselmann
05:25 pm ganeti-local Revision 65107a2f: hv_kvm: Style fixes
Change a few lines to match rest of code.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin ...
Michael Hanselmann
05:25 pm snf-ganeti Revision 65107a2f: hv_kvm: Style fixes
Change a few lines to match rest of code.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin ...
Michael Hanselmann
05:25 pm ganeti-local Revision 51129a7f: test/hv_kvm: Code style, additional tests
Change code style to match rest of Ganeti code and add
two tests checking for single-line messages.
Signed-off-by: M...
Michael Hanselmann
05:25 pm snf-ganeti Revision 51129a7f: test/hv_kvm: Code style, additional tests
Change code style to match rest of Ganeti code and add
two tests checking for single-line messages.
Signed-off-by: M...
Michael Hanselmann
05:25 pm ganeti-local Revision 9b87c2cf: hv_kvm.QmpMessage: Use dict.get
No need to look up the key twice.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <ius...
Michael Hanselmann
05:25 pm snf-ganeti Revision 9b87c2cf: hv_kvm.QmpMessage: Use dict.get
No need to look up the key twice.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <ius...
Michael Hanselmann
04:55 pm snf-ganeti Revision a182a3ed: serializer: Remove JSON indentation and dict key sorting
Serializing to JSON using “simplejson” is significantly slower when
indentation and/or sorting of dictionary keys is ...
Michael Hanselmann
04:55 pm ganeti-local Revision a182a3ed: serializer: Remove JSON indentation and dict key sorting
Serializing to JSON using “simplejson” is significantly slower when
indentation and/or sorting of dictionary keys is ...
Michael Hanselmann
04:35 pm ganeti-local Revision 37d76f1e: jqueue: Fix deadlock between job queue and dependency manager
When an opcode is about to be processed its dependencies are
evaluated using “_JobDependencyManager.CheckAndRegister”...
Michael Hanselmann
04:35 pm snf-ganeti Revision 37d76f1e: jqueue: Fix deadlock between job queue and dependency manager
When an opcode is about to be processed its dependencies are
evaluated using “_JobDependencyManager.CheckAndRegister”...
Michael Hanselmann
04:16 pm Pithos Revision f897bea9: sqlalchemy backend: fix metadata queries
Refs:#1789 Sofia Papagiannaki
04:16 pm Revision f897bea9: sqlalchemy backend: fix metadata queries
Refs:#1789 Sofia Papagiannaki
04:07 pm Pithos Android Client Revision 7dbfc514: synced
Giannis Koutsoubos
03:59 pm Pithos Android Client Revision 00fc84e9: compile fixes
Giannis Koutsoubos
03:56 pm Pithos Android Client Revision bd2e8393: compile fixes
Giannis Koutsoubos
03:50 pm Pithos Android Client Revision 55b9f635: Merge remote-tracking branch 'origin/master'
Conflicts:
.classpath
src/com/rackspace/cloud/files/api/client/ContainerManager.java
src/com/rackspace/cloud/files...
Giannis Koutsoubos
03:23 pm Pithos Android Client Revision 38be47c1: local changes
Giannis Koutsoubos
03:21 pm Pithos Android Client Revision 038ac9a4: source formatting
Giannis Koutsoubos
03:17 pm Pithos Android Client Revision 71c27c5a: isFolder implementation
Giannis Koutsoubos
03:16 pm Pithos Android Client Revision 07c153b1: display folder name with /, parse public attribute
Giannis Koutsoubos
02:49 pm Pithos Android Client Revision 1fd17f2e: add and parse pithos+ api specific data
Giannis Koutsoubos
02:48 pm Pithos Android Client Revision 008fa428: add pithos icons, and pithos servers
Giannis Koutsoubos
12:04 pm snf-ganeti Revision 0f63f1f9: Fix unittests for daemon_util with disabled confd
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
Iustin Pop
12:04 pm ganeti-local Revision 0f63f1f9: Fix unittests for daemon_util with disabled confd
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
Iustin Pop
11:33 am Feature #1803 (Closed): Persistent public URIs
Turning on and off public for an object and then on again, results in a different URI. We would like public URIs to p... Antony Chazapis
02:58 am Pithos Android Client Revision 48601850: update package info
Mike Mayo

12/20/2011

10:40 pm Pithos MS Client Revision 06f11e8b: Fixed frequent timeout by always closing WebResponse objects
Panagiotis Kanavos
06:25 pm Revision 5d6af663: Merge branch 'doc-0.8'
Conflicts:
snf-app/docs/src/upgrade.rst
Vangelis Koukis
06:21 pm Pithos MS Client Revision e38c5881: Merge branch 'master' of https://code.grnet.gr/git/pithos-ms-client
Panagiotis Kanavos
06:21 pm Pithos MS Client Revision 23821bd2: Modified icon
Fixed account SiteUri Panagiotis Kanavos
06:19 pm Revision 34d1013b: Make minor fixes to settings for consistency
Make minor fixes to settings for consistency.
Rename BYPASS_AUTHENTICATION_TOKEN to BYPASS_AUTHENTICATION_SECRET_TOKE...
Vangelis Koukis
06:19 pm Revision 450146a0: Add file containing dependencies for development
Vangelis Koukis
06:18 pm Revision 4e1c998c: Minor fix in packaging
Vangelis Koukis
06:18 pm Revision a08e4270: Minor PEP8 fixes in synnefo/api/util.py
Vangelis Koukis
06:17 pm Revision 365f883f: Add license text in setup.py for snf-app
Vangelis Koukis
06:15 pm Revision a9321955: Minor documentation fixes
The documentation needs to be refactored into distinct guides. Vangelis Koukis
02:51 pm Revision 56c93d07: Merge branch 'plankton' into ui-glance
Kostas Papadimitriou
01:27 pm Revision 4b7031a2: Pass all image properties keys as upper case
The backend is case insensitive and snf-image
uses all upper case keys.
Giorgos Verigakis
01:25 pm Revision e09a9711: Add some upgrade notes for Plankton
Giorgos Verigakis
12:10 pm Pithos MS Client Bug #1799 (Closed): No debug logging files
Must add appropriate debug logging in log4net configuration. Some exceptions are lost now because they don't reach th... Panagiotis Kanavos
12:08 pm Pithos MS Client Bug #1798 (Closed): Adding a new file to the Pithos folder causes an SQLite error due to locking
Is the agent code broken? Are multiple monitors using separate status agents targeting the same database? Panagiotis Kanavos
12:07 pm ganeti-local Revision 519fafa1: Fix parameters for QueryJob in JobExecutor
When gnt-job submit is used with the --each option, it sends as
parameters for QueryJobs a list of lists, each contai...
Andrea Spadaccini
12:07 pm snf-ganeti Revision 519fafa1: Fix parameters for QueryJob in JobExecutor
When gnt-job submit is used with the --each option, it sends as
parameters for QueryJobs a list of lists, each contai...
Andrea Spadaccini
07:31 am Pithos Android Client Revision 95a92905: Merge branch 'experimental_2' of git://github.com/patchorang/android-rackspace...
Conflicts:
res/menu/accounts_list_menu.xml
Mike Mayo
01:37 am Pithos Android Client Revision 23cc0515: Fixed but that caused some images to display as "null"
Adam Menz

12/19/2011

11:52 pm Pithos Revision 044f4210: Update upgrade instructions.
Refs #1790 Antony Chazapis
11:52 pm Revision 044f4210: Update upgrade instructions.
Refs #1790 Antony Chazapis
10:59 pm Revision 37bee317: Add backend object retrieve by UUID. Expose UUID at the frontend. Document.
Refs #1790 Antony Chazapis
10:59 pm Pithos Revision 37bee317: Add backend object retrieve by UUID. Expose UUID at the frontend. Document.
Refs #1790 Antony Chazapis
06:28 pm snf-image Revision b2635f72: Fix a small typo in an error message.
Nikos Skalkotos
06:25 pm snf-image Revision 85b601a4: Enable pithos & network backends in the package
Nikos Skalkotos
06:15 pm Pithos Android Client Revision f3633a16: Small bug fixes
Adam Menz
06:14 pm snf-image Revision e654e542: Add missing v0.2 debian entries
Nikos Skalkotos
05:50 pm Pithos Revision 25ae8b75: Unique object identifiers in the backend.
Refs #1790 Antony Chazapis
05:50 pm Revision 25ae8b75: Unique object identifiers in the backend.
Refs #1790 Antony Chazapis
05:37 pm ganeti-local Revision 20699809: locking: Add “__repr__” to SharedLock and PipeCondition
These help when debugging.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Andrea Spadaccini <spa...
Michael Hanselmann
05:37 pm snf-ganeti Revision 20699809: locking: Add “__repr__” to SharedLock and PipeCondition
These help when debugging.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Andrea Spadaccini <spa...
Michael Hanselmann
05:28 pm Revision 7d98da49: Convert glance image get_size return value to GB
Kostas Papadimitriou
05:27 pm Revision aab4c83b: Fixed get_size method of glance image model
Kostas Papadimitriou
05:24 pm snf-image Revision 8d52821f: Enable network backend in the debian package
Nikos Skalkotos
05:19 pm snf-image Revision 789fbcdd: Merge branch 'master' into debian
Nikos Skalkotos
05:12 pm Revision 30ad61b4: Glance image size is in bytes
Kostas Papadimitriou
04:48 pm Revision 03555852: Merge branch 'plankton' into ui-glance
Kostas Papadimitriou
04:42 pm Revision 06c8fb11: Assert that a file exists when registering
Giorgos Verigakis
04:07 pm ganeti-local Revision 73e6cf8d: Fix cluster destroy failure
Cluster destroy would fail if there were errors while deactivating the
master IP address. This patch demotes such err...
Andrea Spadaccini
04:07 pm snf-ganeti Revision 73e6cf8d: Fix cluster destroy failure
Cluster destroy would fail if there were errors while deactivating the
master IP address. This patch demotes such err...
Andrea Spadaccini
03:56 pm Feature #1792 (Closed): Spawn asynchronous tasks on object update
We need to clear-out the 'hash' meta. Returning it either as the MD5 or Merkle hash is not sufficient. But to compute... Antony Chazapis
03:45 pm Revision 2221a5a0: Do not send empty personality data
fixes IE7 issue which failed to properly set empty personality array in
vm create request data.
Kostas Papadimitriou
03:16 pm Revision 1f0b598e: Minor IE7 display fixes, Refs #1445
Kostas Papadimitriou
02:09 pm Feature #1791 (Feedback): Display weekly graphs in UI
UI should display *weekly* time series graphs in single view along with *hourly* graphs which are currently displayed... Kostas Papadimitriou
01:56 pm Pithos Android Client Revision 6c0d81f1: do not fail when server urls are not found, use empty lists where no data foun...
Giannis Koutsoubos
01:54 pm Pithos Android Client Revision 697a6784: changed password for certificate store, constants for auth token, storage toke...
Giannis Koutsoubos
01:53 pm Pithos Android Client Revision 98131795: pithos ssl certificate store
Giannis Koutsoubos
01:37 pm Revision 20cc162e: Merge branch 'plankton' into ui-glance
Kostas Papadimitriou
12:57 pm Pithos MS Client Revision 52e8e7d9: Converted Content-Length to optional in CloudFilesClient.cs
Added validation message to AddAccountView.xaml Panagiotis Kanavos

12/17/2011

08:18 pm snf-image Revision a27e4ee4: Update PACKAGE_VERSION in configure.ac to 0.3
Nikos Skalkotos
12:46 am ganeti-local Revision b0943462: Add docs for missing option in gnt-debug man page
Document the --each option of gnt-debug submit-job.
Signed-off-by: Andrea Spadaccini <spadaccio@google.com>
Reviewed...
Andrea Spadaccini
12:46 am snf-ganeti Revision b0943462: Add docs for missing option in gnt-debug man page
Document the --each option of gnt-debug submit-job.
Signed-off-by: Andrea Spadaccini <spadaccio@google.com>
Reviewed...
Andrea Spadaccini
« Previous
Next »
 

Also available in: Atom