commits
Thread
Date
Earlier messages
Later messages
Messages by Thread
[jira] [Commented] (LIBCLOUD-498) No support for Amazon security tokens
Noah Kantrowitz (JIRA)
[jira] [Commented] (LIBCLOUD-497) Cannot set ACLs on S3 objects
Tomaz Muraus (JIRA)
[jira] [Commented] (LIBCLOUD-497) Cannot set ACLs on S3 objects
Noah Kantrowitz (JIRA)
[jira] [Created] (LIBCLOUD-498) No support for Amazon security tokens
Noah Kantrowitz (JIRA)
[jira] [Created] (LIBCLOUD-497) Cannot set ACLs on S3 objects
Noah Kantrowitz (JIRA)
[jira] [Commented] (LIBCLOUD-496) In EC2 driver stop hardcode regions and use api method
Tomaz Muraus (JIRA)
[jira] [Created] (LIBCLOUD-496) In EC2 driver stop hardcode regions and use api method
Oleg Suharev (JIRA)
[jira] [Created] (LIBCLOUD-496) In EC2 driver stop hardcode regions and use api method
Oleg Suharev (JIRA)
[4/4] git commit: Update MANIFEST.in.
tomaz
[3/4] git commit: Modify generate contributor list script so it allows users to pass multiple versions.
tomaz
[jira] [Closed] (LIBCLOUD-492) In ec2 driver delete_key_pair accept key name, not KeyPair object
Oleg Suharev (JIRA)
[jira] [Commented] (LIBCLOUD-492) In ec2 driver delete_key_pair accept key name, not KeyPair object
ASF subversion and git services (JIRA)
[jira] [Commented] (LIBCLOUD-492) In ec2 driver delete_key_pair accept key name, not KeyPair object
Tomaz Muraus (JIRA)
[1/3] git commit: Update NOTICE file.
tomaz
[2/3] git commit: [LIBCLOUD-492] Fix delete_key_pair method in the EC2 driver.
tomaz
[3/3] git commit: Fix lint and object instantiation.
tomaz
[jira] [Updated] (LIBCLOUD-492) In ec2 driver delete_key_pair accept key name, not KeyPair object
Oleg Suharev (JIRA)
[jira] [Created] (LIBCLOUD-495) In Cloudstack driver problem in logic with networks
Oleg Suharev (JIRA)
[jira] [Commented] (LIBCLOUD-495) In Cloudstack driver problem in logic with networks
Oleg Suharev (JIRA)
svn commit: r1557918 [2/2] - in /libcloud/site/trunk: ./ generated/ generated/assets/ generated/blog/ generated/blog/2010/02/02/ generated/blog/2010/05/11/ generated/blog/2010/10/12/ generated/blog/2011/01/17/ generated/blog/2011/02/15/ generated/blog/...
tomaz
svn commit: r894029 - /websites/staging/libcloud/trunk/content/
buildbot
svn commit: r1557916 - /libcloud/site/trunk/scripts/generate_site.sh
tomaz
svn commit: r894028 - /websites/staging/libcloud/trunk/content/
buildbot
svn commit: r1557915 - /libcloud/site/trunk/scripts/stage-changes.sh
tomaz
svn commit: r894027 - /websites/staging/libcloud/trunk/content/
buildbot
svn commit: r894025 - /websites/staging/libcloud/trunk/content/
buildbot
svn commit: r1557913 - in /libcloud/site/trunk/source: about.md index.html
tomaz
[1/2] git commit: Add more extension methods to the libvirt driver.
tomaz
[2/2] git commit: docs: Update libvirt docs.
tomaz
[1/2] git commit: Modify __repr__ method on the Node object to include private IPs.
tomaz
[2/2] git commit: Update libvirt driver so it supports parsing node IP addresses on Linux.
tomaz
[jira] [Resolved] (LIBCLOUD-494) Add create_image and copy_image calls to EC2 driver.
Tomaz Muraus (JIRA)
[jira] [Commented] (LIBCLOUD-494) Add create_image and copy_image calls to EC2 driver.
ASF subversion and git services (JIRA)
[jira] [Commented] (LIBCLOUD-494) Add create_image and copy_image calls to EC2 driver.
Tomaz Muraus (JIRA)
[1/3] git commit: Issue LIBCLOUD-494: Add extension methods to support additional EC2 image calls. The first is ex_copy_image which is used to copy Amazon Machine Images between regions and the second is ex_create_image which can be used to create an AMI
tomaz
[3/3] git commit: Update CHANGES.
tomaz
[2/3] git commit: Fix docstring issue which caused failed documentation build.
tomaz
[1/5] git commit: Modify libvirt driver to use consistent method names.
tomaz
[5/5] git commit: docs: re-generature documentation fixtures.
tomaz
[2/5] git commit: Modify list_nodes method in the libvirt driver to it returns all nodes (including stopped ones).
tomaz
[3/5] git commit: Add and use _to_nodes and _to_node method.
tomaz
[4/5] git commit: docs: Add documentation for libvirt driver.
tomaz
[jira] [Created] (LIBCLOUD-494) Add create_image and copy_image calls to EC2 driver.
Chris DeRamus (JIRA)
[jira] [Resolved] (LIBCLOUD-493) Add additional node properties to extra dict
Tomaz Muraus (JIRA)
[jira] [Commented] (LIBCLOUD-493) Add additional node properties to extra dict
ASF subversion and git services (JIRA)
[jira] [Commented] (LIBCLOUD-493) Add additional node properties to extra dict
Tomaz Muraus (JIRA)
[1/2] git commit: Issue LIBCLOUD-493: Add extra instance properties that now exist in the 2013-10-15 version of the EC2 API into the Node.extra dictionary. The updates include block device mapping, VPC information and root device information among other.
tomaz
[2/2] git commit: Update CHANGES.
tomaz
[jira] [Created] (LIBCLOUD-493) Add additional node properties to extra dict
Chris DeRamus (JIRA)
[1/4] git commit: docs: Update code coventions section.
tomaz
[4/4] git commit: Add __all__ to ec2 module.
tomaz
[3/4] git commit: Re-organize methods on the EC2 driver and move extension and "private" methods to the end.
tomaz
[jira] [Resolved] (LIBCLOUD-470) Update EC2 address calls with VPC support
Tomaz Muraus (JIRA)
[jira] [Commented] (LIBCLOUD-470) Update EC2 address calls with VPC support
ASF subversion and git services (JIRA)
[jira] [Commented] (LIBCLOUD-470) Update EC2 address calls with VPC support
Tomaz Muraus (JIRA)
[1/3] git commit: Update CHANGES with 0.13.3 entry.
tomaz
[2/3] git commit: Issue LIBCLOUD-470: Add VPC Elastic IP support. This not only adds full EIP support for EC2-Classic/VPC, but also adds a new ElasticIP abstraction that will make future promotion into the base API much easier. New tests were added to va
tomaz
[3/3] git commit: Update CHANGES.
tomaz
[1/2] git commit: docs: Add some docs and example for the S3 driver.
tomaz
[2/2] git commit: Re-generate documentation fixtures.
tomaz
[jira] [Created] (LIBCLOUD-492) In ec2 driver delete_key_pair accept key name, not KeyPair object
Oleg Suharev (JIRA)
[jira] [Closed] (LIBCLOUD-491) ParamikoSSHClient don't show stdout/stderr when run fast commands
Oleg Suharev (JIRA)
[1/2] git commit: Fix a regression in the paramiko SSH client which would make it not return all the output for all the commands which exited quickly.
tomaz
[2/2] git commit: Add a note / warning.
tomaz
[jira] [Commented] (LIBCLOUD-491) ParamikoSSHClient don't show stdout/stderr when run fast commands
John Carr (JIRA)
[jira] [Commented] (LIBCLOUD-491) ParamikoSSHClient don't show stdout/stderr when run fast commands
Tomaz Muraus (JIRA)
[jira] [Commented] (LIBCLOUD-491) ParamikoSSHClient don't show stdout/stderr when run fast commands
Tomaz Muraus (JIRA)
[jira] [Commented] (LIBCLOUD-491) ParamikoSSHClient don't show stdout/stderr when run fast commands
ASF subversion and git services (JIRA)
[jira] [Commented] (LIBCLOUD-491) ParamikoSSHClient don't show stdout/stderr when run fast commands
Tomaz Muraus (JIRA)
[jira] [Updated] (LIBCLOUD-491) ParamikoSSHClient don't show stdout/stderr when run fast commands
Oleg Suharev (JIRA)
[jira] [Updated] (LIBCLOUD-491) ParamikoSSHClient don't show stdout/stderr when run fast commands
Oleg Suharev (JIRA)
[jira] [Created] (LIBCLOUD-491) ParamikoSSHClient don't show stdout/stderr when run fast commands
Oleg Suharev (JIRA)
svn commit: r1557005 - /libcloud/site/trunk/source/index.html
tomaz
svn commit: r893495 - /websites/staging/libcloud/trunk/content/
buildbot
git commit: docs: Update examples.
tomaz
svn commit: r893494 - /websites/staging/libcloud/trunk/content/
buildbot
svn commit: r1556999 - /libcloud/site/trunk/source/_assets/js/code-examples.js
tomaz
svn commit: r1556845 - /libcloud/site/trunk/README.md
tomaz
svn commit: r893448 - /websites/staging/libcloud/trunk/content/
buildbot
svn commit: r893447 - /websites/staging/libcloud/trunk/content/
buildbot
svn commit: r1556841 - in /libcloud/site/trunk: ./ source/_assets/css/main.css source/_assets/js/code-examples.js source/_layouts/default.html source/index.html
tomaz
svn commit: r893444 - /websites/staging/libcloud/trunk/content/
buildbot
svn commit: r893442 - /websites/staging/libcloud/trunk/content/
buildbot
svn commit: r1556829 - in /libcloud/site/trunk: .csslintrc .jshintrc
tomaz
svn commit: r1556826 - /libcloud/site/trunk/package.json
tomaz
[jira] [Resolved] (LIBCLOUD-461) fix ssh for servers with PubkeyAuthentication only
Tomaz Muraus (JIRA)
[jira] [Commented] (LIBCLOUD-461) fix ssh for servers with PubkeyAuthentication only
Tomaz Muraus (JIRA)
[1/6] git commit: Allow user to pass both - "password" and "key" argument to the ParamikoSSHClient constructor. Before this change, those arguments were mutally exclusive.
tomaz
[6/6] git commit: For backward compatibility, only specify look_for_keys and allow_agent option if "password" and "key" arguments are not provided.
tomaz
[3/6] git commit: Update affected tests and add some news ones.
tomaz
[5/6] git commit: Specify True for look_for_keys and allow_agent option.
tomaz
[4/6] git commit: Add a docstring which clariries how the auth works.
tomaz
[2/6] git commit: Some more docstring love.
tomaz
[1/8] git commit: Update CHANGES.
tomaz
[5/8] git commit: docs: Add some documentation and examples for OpenStack Swift driver.
tomaz
[7/8] git commit: Re-generate documentation fixtures.
tomaz
[6/8] git commit: Update contrib script to ignore some deprecated provider constants.
tomaz
[3/8] git commit: Fix generic OpenStack Swift driver and don't ignore ex_force_service_type and ex_force_service_name argument provided by the user.
tomaz
[4/8] git commit: Deprecate "CLOUDFILES_SWIFT" provider constant in favor of "OPENSTACK_SWIFT".
tomaz
[8/8] git commit: docs: Reword some stuff.
tomaz
[2/8] git commit: Include server side error message in the multipart error exception.
tomaz
[1/2] git commit: Re-order docstrings.
tomaz
[2/2] git commit: Fix an exception which would get thrown if user tries to upload an empty object via multipart upload in the S3 driver.
tomaz
[jira] [Commented] (LIBCLOUD-490) Zero-byte uploads to S3 fail
Tomaz Muraus (JIRA)
[jira] [Commented] (LIBCLOUD-490) Zero-byte uploads to S3 fail
Noah Kantrowitz (JIRA)
[jira] [Commented] (LIBCLOUD-490) Zero-byte uploads to S3 fail
Tomaz Muraus (JIRA)
[jira] [Commented] (LIBCLOUD-490) Zero-byte uploads to S3 fail
ASF subversion and git services (JIRA)
[jira] [Commented] (LIBCLOUD-490) Zero-byte uploads to S3 fail
Tomaz Muraus (JIRA)
[jira] [Created] (LIBCLOUD-490) Zero-byte uploads to S3 fail
Noah Kantrowitz (JIRA)
[1/6] git commit: docs: Update development section.
tomaz
[3/6] git commit: Fix some typos and docstring issues which were causing Sphinx warnings.
tomaz
[4/6] git commit: docs: Fix all the Sphinx build warnings.
tomaz
[6/6] git commit: Treat sphinx build warnings as errors.
tomaz
[2/6] git commit: docs: Update developer information page.
tomaz
[5/6] git commit: Re-generate documentation fixtures.
tomaz
git commit: Move network interface and network interface attachment extra attributes map from inline to a top-level constant.
tomaz
[jira] [Resolved] (LIBCLOUD-484) HostVirtualException when calling list_records() on DNS driver
Tomaz Muraus (JIRA)
svn commit: r1555285 - in /libcloud/site/trunk: README.md scripts/generate_site.sh scripts/generate_site_apache.sh scripts/stage-changes.sh
tomaz
svn commit: r892711 - /websites/staging/libcloud/trunk/content/
buildbot
svn commit: r892705 - /websites/staging/libcloud/trunk/content/
buildbot
svn commit: r1555271 [5/5] - in /libcloud/site/trunk/generated: ./ assets/ blog/ blog/2010/02/02/ blog/2010/05/11/ blog/2010/10/12/ blog/2011/01/17/ blog/2011/02/15/ blog/2011/05/25/ blog/2011/06/06/ blog/2011/07/04/ blog/2011/09/01/ blog/2011/10/19/ b...
tomaz
svn commit: r1555260 - in /libcloud/site/trunk: ./ source/
tomaz
svn commit: r892701 - /websites/staging/libcloud/trunk/content/
buildbot
svn commit: r892700 - /websites/staging/libcloud/trunk/content/
buildbot
svn commit: r1555258 - in /libcloud/site/trunk/source/_posts: 2013-12-31-libcloud-0-13-3-released.md 2014-01-01-quick-update-about-0-13-3-release-and-digitalocean-vulnerability.md
tomaz
svn commit: r892696 - /websites/staging/libcloud/trunk/content/
buildbot
svn commit: r1555254 - in /libcloud/site/trunk/scripts: generate_site.sh generate_site_apache.sh
tomaz
[jira] [Commented] (LIBCLOUD-489) HostVirtual API endpoint change
ASF subversion and git services (JIRA)
svn commit: r892676 - /websites/staging/libcloud/trunk/content/
buildbot
svn commit: r1555160 - in /libcloud/site/trunk: ./ generated/ source/
tomaz
[jira] [Resolved] (LIBCLOUD-450) Upgrade GCE to the v1 API
Tomaz Muraus (JIRA)
[jira] [Commented] (LIBCLOUD-450) Upgrade GCE to the v1 API
ASF subversion and git services (JIRA)
[jira] [Commented] (LIBCLOUD-450) Upgrade GCE to the v1 API
ASF subversion and git services (JIRA)
[jira] [Commented] (LIBCLOUD-450) Upgrade GCE to the v1 API
ASF subversion and git services (JIRA)
[01/44] git commit: Update API to v1 and remove traces of ephemeral disks. The primary change here is updating ex_create_multiple_nodes to create disks and nodes in parallel.
tomaz
[02/44] git commit: Add functionality to create_node & create_volume to use existing disks of the same name. Also some pep8 fixes.
tomaz
[25/44] git commit: One more lint fix
tomaz
[08/44] git commit: Add Snapshots to demo code and a snapshot fix
tomaz
[13/44] git commit: Initialize PyCrypto's RNG (We don't actually use the RNG, but this should prevent certain errors if libcloud is running in a fork of an application that has already imported the Crypto library.)
tomaz
[16/44] git commit: Catch some additional errors from the authentication. Also, update the docs to reflect the new console.
tomaz
[17/44] git commit: flake8 fixes
tomaz
[35/44] git commit: Rename nodelist to node_list
tomaz
[22/44] git commit: Fixes for dealing with disk on multiple node creation/destruction.
tomaz
[11/44] git commit: Lint fixes
tomaz
[41/44] git commit: Catch some additional errors from the authentication. Also, update the docs to reflect the new console.
tomaz
[38/44] git commit: Add support for reading/setting node scheduling options.
tomaz
[10/44] git commit: Tests for Snapshots (plus fix for list_targetpools test)
tomaz
[18/44] git commit: Split up ex_create_multiple_nodes to make it a bit easier to read. Also, add poll_interval keyword.
tomaz
[09/44] git commit: Fixes for dealing with disk on multiple node creation/destruction.
tomaz
[14/44] git commit: Add support for reading/setting node scheduling options.
tomaz
[23/44] git commit: Tests for Snapshots (plus fix for list_targetpools test)
tomaz
[28/44] git commit: Add functionality to create_node & create_volume to use existing disks of the same name. Also some pep8 fixes.
tomaz
[44/44] git commit: Merge branch 'LIBCLOUD-450_GCEv1' into trunk
tomaz
[34/44] git commit: flake8 fixes
tomaz
[39/44] git commit: Split up ex_create_multiple_nodes to make it a bit easier to read. Also, add poll_interval keyword.
tomaz
[15/44] git commit: Fix signature for create_volume to align with the base API
tomaz
[40/44] git commit: Initialize PyCrypto's RNG (We don't actually use the RNG, but this should prevent certain errors if libcloud is running in a fork of an application that has already imported the Crypto library.)
tomaz
[19/44] git commit: Rename nodelist to node_list
tomaz
[42/44] git commit: Reorder methods to put them in public/private/internal order.
tomaz
[27/44] git commit: Update API to v1 and remove traces of ephemeral disks. The primary change here is updating ex_create_multiple_nodes to create disks and nodes in parallel.
tomaz
[43/44] git commit: Merge branch 'LIBCLOUD-450_GCEv1' of https://github.com/wrigri/libcloud into LIBCLOUD-450_GCEv1
tomaz
[36/44] git commit: Add list_volume_snapshots method to help fill out the API. This is not an efficient method, but in GCE snapshots are not keyed on the volumes they are created from.
tomaz
[20/44] git commit: Reorder methods to put them in public/private/internal order.
tomaz
[12/44] git commit: One more lint fix
tomaz
[21/44] git commit: Add list_volume_snapshots method to help fill out the API. This is not an efficient method, but in GCE snapshots are not keyed on the volumes they are created from.
tomaz
[24/44] git commit: Lint fixes
tomaz
[37/44] git commit: Fix signature for create_volume to align with the base API
tomaz
[26/44] git commit: Add Snapshots to demo code and a snapshot fix
tomaz
[1/2] git commit: Issue LIBCLOUD-484: dns driver bug fix - list_records
tomaz
[2/2] git commit: Update CHANGES.
tomaz
[jira] [Created] (LIBCLOUD-489) HostVirtual API endpoint change
Dinesh Bhoopathy (JIRA)
[jira] [Updated] (LIBCLOUD-450) Upgrade GCE to the v1 API
Rick Wright (JIRA)
[jira] [Resolved] (LIBCLOUD-474) Add VPC network interface support to ec2 driver
Tomaz Muraus (JIRA)
[jira] [Commented] (LIBCLOUD-474) Add VPC network interface support to ec2 driver
ASF subversion and git services (JIRA)
[jira] [Commented] (LIBCLOUD-474) Add VPC network interface support to ec2 driver
Tomaz Muraus (JIRA)
[1/2] git commit: Issue LIBCLOUD-474: Add Network Interface Support to the EC2 driver.
tomaz
[2/2] git commit: Update CHANGES.
tomaz
[jira] [Commented] (LIBCLOUD-488) Add list_locations/list_sizes into Eucalyptus driver
Chris DeRamus (JIRA)
[jira] [Created] (LIBCLOUD-488) Add list_locations/list_sizes into Eucalyptus driver
Chris DeRamus (JIRA)
[jira] [Resolved] (LIBCLOUD-485) Add resource extra dictionary constant to ec2
Tomaz Muraus (JIRA)
[jira] [Commented] (LIBCLOUD-485) Add resource extra dictionary constant to ec2
ASF subversion and git services (JIRA)
[jira] [Commented] (LIBCLOUD-485) Add resource extra dictionary constant to ec2
Tomaz Muraus (JIRA)
[1/4] git commit: Add some more test for verify_hostname.
tomaz
[3/4] git commit: docs: Update Committer Guide chapter.
tomaz
[4/4] git commit: Issue LIBCLOUD-485: Added a new constant dictionary, RESOURCE_EXTRA_ATTRIBUTES_MAP, at the top of the driver which will be used to store the xpath and transform defintions for each element of the extra dictionary for each resource. This
tomaz
[2/4] git commit: Updates CHANGES frm 0.13.3 branch.
tomaz
[jira] [Closed] (LIBCLOUD-487) Droplet destroy on Digital Ocean does not scrub data
Tomaz Muraus (JIRA)
[jira] [Updated] (LIBCLOUD-487) Droplet destroy on Digital Ocean does not scrub data
Tomaz Muraus (JIRA)
[jira] [Resolved] (LIBCLOUD-487) Droplet destroy on Digital Ocean does not scrub data
Tomaz Muraus (JIRA)
svn commit: r892276 - /websites/production/libcloud/content/
tomaz
svn commit: r892275 - in /websites/staging/libcloud/trunk/content: ./ .htaccess
buildbot
svn commit: r1554520 - /libcloud/site/trunk/content/.htaccess
tomaz
svn commit: r892274 - /websites/production/libcloud/content/
tomaz
svn commit: r892272 - in /websites/staging/libcloud/trunk/content: ./ security.html
buildbot
svn commit: r1554517 - /libcloud/site/trunk/content/security.mdtext
tomaz
svn commit: r892271 - in /websites/staging/libcloud/trunk/content: ./ downloads.html
buildbot
svn commit: r1554516 - /libcloud/site/trunk/content/downloads.mdtext
tomaz
svn commit: r892269 [6/6] - in /websites/staging/libcloud/trunk/content: ./ css/ docs/ images/ js/ scripts/ source/
buildbot
buildbot success in ASF Buildbot on libcloud-site-staging
buildbot
svn commit: r1554513 - in /libcloud/site/trunk/source: downloads.md security.md
tomaz
Earlier messages
Later messages