commits
Thread
Date
Earlier messages
Later messages
Messages by Thread
[5/6] git commit: Update changes.
tomaz
[3/6] git commit: Add explicit 'return None' to the function.
tomaz
[2/6] git commit: Update changes.
tomaz
[1/2] git commit: Issue LIBCLOUD-352: Add list_volumes to compute.
tomaz
[2/2] git commit: Issue LIBCLOUD-352: Add list_volumes to compute.
tomaz
[1/3] git commit: LIBCLOUD-357: Modified ElasticHosts to store drive UUID in 'extra' field.
tomaz
[2/3] git commit: LIBCLOUD-357: Updated unit tests for ElasticStack to ensure driver UUID is stored in 'extra' field.
tomaz
[3/3] git commit: Update changes.
tomaz
[1/5] git commit: Bump version.
tomaz
[3/5] git commit: LIBCLOUD-357: Modified ElasticHosts to store drive UUID in 'extra' field.
tomaz
[2/5] git commit: Add missing setUp method to some OpenStack tests.
tomaz
[5/5] git commit: Update changes.
tomaz
[4/5] git commit: LIBCLOUD-357: Updated unit tests for ElasticStack to ensure driver UUID is stored in 'extra' field.
tomaz
svn commit: r1498504 - in /libcloud/site/trunk/content/apidocs: ./ 0.13.0/
tomaz
svn commit: r868043 - /websites/production/libcloud/content/
tomaz
svn commit: r1498506 - in /libcloud/site/trunk: content/downloads.mdtext templates/blocks/other.html
tomaz
svn commit: r868041 - /websites/staging/libcloud/trunk/content/
buildbot
svn commit: r868040 - in /websites/staging/libcloud/trunk/content: ./ apidocs/ apidocs/0.13.0/ apidocs/current/ docs/
buildbot
svn commit: r2331 - /release/libcloud/
tomaz
[1/2] git commit: Bump version.
tomaz
[2/2] git commit: Add missing setUp method to some OpenStack tests.
tomaz
[1/4] git commit: Modify Rackspace DNS driver to use main auth endpoint and update the code which constructs the API endpoint url.
tomaz
[3/4] git commit: Correctly throw InvalidCredsError if user passes invalid credentials to the DigitalOcean driver.
tomaz
[2/4] git commit: Modify Rackspace loadbalancer driver to use main auth endpoint and update the code which constructs the API endpoint url.
tomaz
[4/4] git commit: Correctly throw InvalidCredsError if user passes invalid credentials to the DigitalOcean driver.
tomaz
[1/4] git commit: LIBCLOUD-331: Adds the new error type ProviderError. Modifies InvalidCredsError to extend from it.
tomaz
[3/4] git commit: LIBCLOUD-331: Adds the new error type ProviderError. Modifies InvalidCredsError to extend from it.
tomaz
[2/4] git commit: Update changes.
tomaz
[4/4] git commit: Update changes.
tomaz
[1/4] git commit: Issue LIBCLOUD-349: Implementation of list_images and list_network for Cloudstack driver.
tomaz
[4/4] git commit: Update changes.
tomaz
[2/4] git commit: Update changes.
tomaz
[3/4] git commit: Issue LIBCLOUD-349: Implementation of list_images and list_network for Cloudstack driver.
tomaz
[1/7] git commit: Add unittest2 dependency for tests and use it if Python version is not in ['2.7', '3.x'].
tomaz
[7/7] git commit: Update .gitignore.
tomaz
[2/7] git commit: Update changes.
tomaz
[3/7] git commit: Add a better comment.
tomaz
[4/7] git commit: Merge branch 'trunk' into make_rackspace_drivers_multi_datacenter_aware
tomaz
[5/7] git commit: Fix broken fixture.
tomaz
[6/7] git commit: Modify release script to also generate .tar.gz archive.
tomaz
[1/2] git commit: Modify release script to also generate .tar.gz archive.
tomaz
[2/2] git commit: Update .gitignore.
tomaz
git commit: Modify Rackspace UK compute driver so it works correctly with the new auth system.
tomaz
[01/10] git commit: Update AUTH_URL to point to v2.0.
tomaz
[10/10] git commit: Update changes.
tomaz
[05/10] git commit: Update Rackspace loadbalancer driver to use 'datacenter' kwarg.
tomaz
[06/10] git commit: Update affected Rackspace LB tests.
tomaz
[03/10] git commit: Update Rackspace DNS tests.
tomaz
[08/10] git commit: Update changes.
tomaz
[09/10] git commit: Add unittest2 dependency for tests and use it if Python version is not in ['2.7', '3.x'].
tomaz
[07/10] git commit: Add unittest2 dependency for tests and use it if Python version is not in ['2.7', '3.x'].
tomaz
[02/10] git commit: Update Rackspace DNS driver to use 'region' kwarg.
tomaz
[04/10] git commit: Update changes.
tomaz
[1/2] git commit: Modify Rackspace compute and storage drivers to use _ex_connection_class_kwargs and move to global auth.
tomaz
[2/2] git commit: Update affected storage tests.
tomaz
git commit: Add a driver for Rackspace's new datacenter in Sydney, Australia.
tomaz
[1/4] git commit: Issue LIBCLOUD-346: Fix ElasticHosts API endpoint host names.
tomaz
[2/4] git commit: Update changes.
tomaz
[4/4] git commit: Update changes.
tomaz
[3/4] git commit: Issue LIBCLOUD-346: Fix ElasticHosts API endpoint host names.
tomaz
svn commit: r866785 - /websites/production/libcloud/content/
tomaz
[1/3] git commit: remove some more stuff
tomaz
[2/3] git commit: There is no AU auth endpoint, remove that stuff.
tomaz
[3/3] git commit: Initial pass at adding AU/syd support to Rackspace.
tomaz
svn commit: r1495381 - /libcloud/site/trunk/content/contributing.mdtext
tomaz
svn commit: r866778 - in /websites/staging/libcloud/trunk/content: ./ contributing.html
buildbot
[1/6] git commit: Fix a bug in the test case - should use UTC timestamp.
tomaz
[5/6] git commit: Update changes.
tomaz
[2/6] git commit: LIBCLOUD-345: Fix CloudStack compute driver create_node method to return CloudStackNode and add new expunging node state.
tomaz
[3/6] git commit: Fix a bug in the test case - should use UTC timestamp.
tomaz
[4/6] git commit: LIBCLOUD-345: Fix CloudStack compute driver create_node method to return CloudStackNode and add new expunging node state.
tomaz
[6/6] git commit: Update changes.
tomaz
[1/2] git commit: Fixed a typo in the load balancers example.
tomaz
[2/2] git commit: Fixed a typo in the load balancers example.
tomaz
svn commit: r865783 - /websites/production/libcloud/content/
tomaz
svn commit: r1493431 - /libcloud/site/trunk/content/contributing.mdtext
tomaz
svn commit: r865781 - in /websites/staging/libcloud/trunk/content: ./ contributing.html
buildbot
[1/6] git commit: Use parse_qs and parse_qsl from libcloud.utils.py3.
tomaz
[2/6] git commit: Update .ratignore.
tomaz
[4/6] git commit: Update .ratignore.
tomaz
[5/6] git commit: Add missing license headers.
tomaz
[6/6] git commit: Use parse_qs and parse_qsl from libcloud.utils.py3.
tomaz
[3/6] git commit: Add missing license headers.
tomaz
[01/14] git commit: Decouple Connection from the driver and don't require 'driver' attribute to be set.
tomaz
[14/14] git commit: Update changes.
tomaz
[12/14] git commit: Don't send Content-Length header if len(data) == 0 and default all data arguments to None.
tomaz
[10/14] git commit: Default data to None.
tomaz
[05/14] git commit: Don't send Content-Length header if len(data) == 0 and default all data arguments to None.
tomaz
[02/14] git commit: Modify Connection.request so it works correctly if 'params' value is a sequence.
tomaz
[09/14] git commit: Modify Connection.request so it works correctly if 'params' value is a sequence.
tomaz
[03/14] git commit: Default data to None.
tomaz
[08/14] git commit: Decouple Connection from the driver and don't require 'driver' attribute to be set.
tomaz
[13/14] git commit: Update affected test and mockhttp class.
tomaz
[11/14] git commit: Style cleanup (avoid 1 char variable name, use is not none).
tomaz
[07/14] git commit: Update changes.
tomaz
[06/14] git commit: Update affected test and mockhttp class.
tomaz
[04/14] git commit: Style cleanup (avoid 1 char variable name, use is not none).
tomaz
[1/3] git commit: Update readme to include a better description.
tomaz
[3/3] git commit: Update changes file.
tomaz
[2/3] git commit: modified timeout in deploy node method. This was modified such that the the timeout is respected when passed as a kwargs.
tomaz
[1/2] git commit: modified timeout in deploy node method. This was modified such that the the timeout is respected when passed as a kwargs.
tomaz
[2/2] git commit: Update changes file.
tomaz
svn commit: r865723 - /websites/production/libcloud/content/
tomaz
svn commit: r865722 - in /websites/staging/libcloud/trunk/content: ./ contributing.html
buildbot
svn commit: r1493306 - /libcloud/site/trunk/content/contributing.mdtext
tomaz
buildbot failure in ASF Buildbot on libcloud-trunk
buildbot
buildbot failure in ASF Buildbot on libcloud-trunk
buildbot
git commit: Set conn_classes attribute on the OpenStackBaseConnection class.
tomaz
git commit: Update readme to include a better description.
tomaz
Git Push Summary
tomaz
Git Push Summary
tomaz
Git Push Summary
tomaz
Git Push Summary
tomaz
Git Push Summary
tomaz
Git Push Summary
tomaz
Git Push Summary
tomaz
Git Push Summary
tomaz
Git Push Summary
tomaz
Git Push Summary
tomaz
Git Push Summary
tomaz
Git Push Summary
tomaz
Git Push Summary
tomaz
Git Push Summary
tomaz
Git Push Summary
tomaz
Git Push Summary
tomaz
Git Push Summary
tomaz
Git Push Summary
tomaz
Git Push Summary
tomaz
Git Push Summary
tomaz
Git Push Summary
tomaz
Git Push Summary
tomaz
Git Push Summary
tomaz
Git Push Summary
tomaz
Git Push Summary
tomaz
Git Push Summary
tomaz
Git Push Summary
tomaz
Git Push Summary
tomaz
Git Push Summary
tomaz
Git Push Summary
tomaz
svn commit: r865702 - /websites/production/libcloud/content/
tomaz
svn commit: r1493286 - /libcloud/site/trunk/content/devinfo.mdtext
tomaz
svn commit: r865699 - in /websites/staging/libcloud/trunk/content: ./ devinfo.html
buildbot
svn commit: r865696 - in /websites/staging/libcloud/trunk/content: ./ devinfo.html
buildbot
svn commit: r1493285 - /libcloud/site/trunk/content/devinfo.mdtext
tomaz
git commit: Various bug fixes and improvements in the HostVirtual driver.
tomaz
git commit: Remove trailing whitespace (test git commit).
tomaz
svn commit: r1491904 - in /libcloud/branches/0.12.x: ./ CHANGES libcloud/compute/drivers/gogrid.py
tomaz
svn commit: r1491898 - in /libcloud/trunk: CHANGES libcloud/compute/drivers/gogrid.py
tomaz
svn commit: r1491042 - /libcloud/trunk/libcloud/compute/drivers/gandi.py
tomaz
svn commit: r864808 - in /websites/staging/libcloud/trunk/content: ./ contributing.html
buildbot
svn commit: r864809 - /websites/production/libcloud/content/
tomaz
svn commit: r864807 - /websites/production/libcloud/content/
tomaz
svn commit: r1490918 - /libcloud/site/trunk/content/contributing.mdtext
tomaz
svn commit: r864806 - /websites/production/libcloud/content/
tomaz
svn commit: r864805 - in /websites/staging/libcloud/trunk/content: ./ contributing.html
buildbot
svn commit: r1490917 - /libcloud/site/trunk/content/contributing.mdtext
tomaz
svn commit: r864804 - /websites/production/libcloud/content/
tomaz
svn commit: r864803 - in /websites/staging/libcloud/trunk/content: ./ contributing.html
buildbot
svn commit: r1490915 - /libcloud/site/trunk/content/contributing.mdtext
tomaz
svn commit: r1490911 - /libcloud/site/trunk/content/contributing.mdtext
tomaz
svn commit: r864801 - in /websites/staging/libcloud/trunk/content: ./ contributing.html
buildbot
svn commit: r1490872 - in /libcloud/trunk: CHANGES libcloud/compute/drivers/vcloud.py
tomaz
svn commit: r1490459 - in /libcloud/branches/0.12.x: ./ CHANGES libcloud/compute/base.py
tomaz
svn commit: r1490458 - in /libcloud/trunk: CHANGES libcloud/compute/base.py
tomaz
svn commit: r1490422 - in /libcloud/branches/0.12.x: ./ libcloud/compute/drivers/ libcloud/test/compute/ libcloud/test/compute/fixtures/cloudstack/
tomaz
svn commit: r1490409 - in /libcloud/trunk: ./ libcloud/compute/drivers/ libcloud/test/compute/ libcloud/test/compute/fixtures/cloudstack/
tomaz
svn commit: r1490083 - /libcloud/trunk/libcloud/compute/drivers/cloudstack.py
tomaz
svn commit: r1490082 - in /libcloud/trunk: CHANGES libcloud/compute/drivers/cloudstack.py
tomaz
svn commit: r1490005 - in /libcloud/trunk: CHANGES libcloud/compute/drivers/cloudstack.py
tomaz
test
Tomaz Muraus
svn commit: r1489206 - in /libcloud/branches/0.12.x: ./ CHANGES libcloud/compute/drivers/linode.py
tomaz
svn commit: r1489200 - in /libcloud/trunk: CHANGES libcloud/compute/drivers/linode.py
tomaz
svn commit: r1488484 - in /libcloud/branches/0.12.x: ./ libcloud/compute/drivers/ libcloud/data/ libcloud/test/compute/ libcloud/test/compute/fixtures/gandi/
tomaz
svn commit: r1488483 - in /libcloud/trunk: CHANGES libcloud/compute/drivers/gandi.py libcloud/data/pricing.json libcloud/test/compute/fixtures/gandi/account_info_rating.xml libcloud/test/compute/test_gandi.py
tomaz
svn commit: r1486282 - in /libcloud/trunk: CHANGES libcloud/compute/drivers/cloudstack.py
tomaz
svn commit: r1486170 - /libcloud/branches/0.12.x/libcloud/__init__.py
tomaz
svn commit: r1485912 - in /libcloud/branches/0.12.x/libcloud: __init__.py common/base.py
tomaz
svn commit: r1485905 - /libcloud/branches/0.12.x/libcloud/common/openstack.py
tomaz
svn commit: r1485904 - in /libcloud/branches/0.12.x: ./ libcloud/common/openstack.py
tomaz
svn commit: r1485898 - in /libcloud/branches/0.12.x: ./ CHANGES libcloud/compute/drivers/cloudstack.py libcloud/test/compute/test_cloudstack.py libcloud/utils/iso8601.py
tomaz
svn commit: r1485894 - /libcloud/trunk/libcloud/utils/iso8601.py
tomaz
svn commit: r1485889 - /libcloud/trunk/libcloud/utils/iso8601.py
tomaz
svn commit: r1485883 - in /libcloud/trunk: CHANGES libcloud/compute/drivers/cloudstack.py libcloud/test/compute/test_cloudstack.py
tomaz
svn commit: r1485843 - in /libcloud/branches/0.12.x: ./ CHANGES libcloud/common/openstack.py libcloud/storage/drivers/cloudfiles.py libcloud/test/compute/test_openstack.py libcloud/test/storage/test_cloudfiles.py libcloud/utils/misc.py tox.ini
tomaz
svn commit: r1485839 - in /libcloud/trunk: CHANGES libcloud/storage/drivers/cloudfiles.py libcloud/test/storage/test_cloudfiles.py
tomaz
svn commit: r1485026 - /libcloud/trunk/CHANGES
tomaz
svn commit: r1485025 - /libcloud/trunk/libcloud/common/openstack.py
tomaz
svn commit: r1485024 - in /libcloud/trunk/libcloud: common/openstack.py test/compute/test_openstack.py
tomaz
svn commit: r1485023 - /libcloud/trunk/libcloud/common/openstack.py
tomaz
svn commit: r1485020 - in /libcloud/trunk/libcloud: common/openstack.py test/compute/test_openstack.py
tomaz
svn commit: r1485019 - /libcloud/trunk/tox.ini
tomaz
svn commit: r1485008 - in /libcloud/trunk/libcloud: common/openstack.py test/compute/test_openstack.py utils/iso8601.py
tomaz
svn commit: r1485006 - /libcloud/trunk/libcloud/utils/misc.py
tomaz
svn commit: r1484981 - in /libcloud/trunk/libcloud: common/openstack.py test/compute/test_openstack.py
tomaz
svn commit: r1484979 - in /libcloud/trunk/libcloud: common/openstack.py test/compute/test_openstack.py
tomaz
svn commit: r1484932 - in /libcloud/branches/0.12.x: ./ libcloud/common/openstack.py libcloud/test/compute/test_openstack.py
tomaz
svn commit: r1484931 - in /libcloud/trunk/libcloud: common/openstack.py test/compute/test_openstack.py
tomaz
svn commit: r1484195 - in /libcloud/branches/0.12.x: ./ CHANGES libcloud/compute/drivers/ec2.py libcloud/test/compute/test_ec2.py
tomaz
svn commit: r1484194 - in /libcloud/trunk: CHANGES libcloud/compute/drivers/ec2.py libcloud/test/compute/test_ec2.py
tomaz
svn commit: r1482232 - in /libcloud/branches/0.12.x: ./ CHANGES libcloud/compute/drivers/openstack.py libcloud/test/compute/test_openstack.py
tomaz
Earlier messages
Later messages