You are viewing a plain text version of this content. The canonical link for it is here.
- [GitHub] libcloud pull request #1230: Oneandone compute driver firewall improvements - posted by aajdinov <gi...@git.apache.org> on 2018/08/01 08:30:52 UTC, 0 replies.
- [GitHub] libcloud pull request #1231: Fixed upload/download streams - posted by michaelperel <gi...@git.apache.org> on 2018/08/03 16:39:32 UTC, 1 replies.
- [1/2] libcloud git commit: Fixed upload/download streams - posted by vd...@apache.org on 2018/08/08 02:04:25 UTC, 0 replies.
- [2/2] libcloud git commit: Add changes for #1231 - posted by vd...@apache.org on 2018/08/08 02:04:26 UTC, 0 replies.
- [jira] [Updated] (LIBCLOUD-931) Unable to download object as stream using download_object_as_stream method for OpenStack Swift. - posted by "Clemens Wolff (JIRA)" <ji...@apache.org> on 2018/08/08 16:30:00 UTC, 0 replies.
- [jira] [Commented] (LIBCLOUD-931) Unable to download object as stream using download_object_as_stream method for OpenStack Swift. - posted by "Clemens Wolff (JIRA)" <ji...@apache.org> on 2018/08/08 16:31:00 UTC, 0 replies.
- [jira] [Comment Edited] (LIBCLOUD-931) Unable to download object as stream using download_object_as_stream method for OpenStack Swift. - posted by "Clemens Wolff (JIRA)" <ji...@apache.org> on 2018/08/08 16:32:00 UTC, 1 replies.
- [jira] [Created] (LIBCLOUD-1006) Support regional instance group managers - posted by "Gabriel Aguilar-Svensk (JIRA)" <ji...@apache.org> on 2018/08/13 04:00:00 UTC, 0 replies.
- [jira] [Updated] (LIBCLOUD-1006) Support regional instance group managers - posted by "Gabriel Aguilar-Svensk (JIRA)" <ji...@apache.org> on 2018/08/13 04:01:00 UTC, 1 replies.
- [jira] [Created] (LIBCLOUD-1007) RFC3339 date parsing in GCE driver fails - posted by "Gavin Williams (JIRA)" <ji...@apache.org> on 2018/08/20 11:16:00 UTC, 0 replies.
- [GitHub] libcloud pull request #1232: [LIBCLOUD-1007] Resolve RFC3339 date parsing is... - posted by fatmcgav <gi...@git.apache.org> on 2018/08/20 11:29:19 UTC, 0 replies.
- [jira] [Commented] (LIBCLOUD-1007) RFC3339 date parsing in GCE driver fails - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/08/20 11:30:00 UTC, 1 replies.
- [GitHub] libcloud pull request #1233: address_data is missing subnetwork - posted by dawidpogorzelski <gi...@git.apache.org> on 2018/08/21 09:35:49 UTC, 0 replies.
- [GitHub] libcloud pull request #1234: [LIBCLOUD-1005] Update gandi driver - posted by gdchamal <gi...@git.apache.org> on 2018/08/22 10:11:54 UTC, 0 replies.
- [jira] [Commented] (LIBCLOUD-1005) Update gandi compute driver to permit ansible dynamic inventory - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/08/22 10:12:00 UTC, 0 replies.
- [jira] [Created] (LIBCLOUD-1008) LIbcloud is not able to authenticate - posted by "Sushant Gupta (JIRA)" <ji...@apache.org> on 2018/08/24 09:39:00 UTC, 0 replies.
- [jira] [Created] (LIBCLOUD-1009) 2.3.0 doesn't work with python 3.7 because of the "async" reserved keyword - posted by "Andreas (JIRA)" <ji...@apache.org> on 2018/08/24 13:37:00 UTC, 0 replies.
- [jira] [Commented] (LIBCLOUD-1009) 2.3.0 doesn't work with python 3.7 because of the "async" reserved keyword - posted by "Andreas (JIRA)" <ji...@apache.org> on 2018/08/24 19:57:00 UTC, 0 replies.
- [jira] [Created] (LIBCLOUD-1010) test_ssh_client tests mostly skipped, missing failures with py3 - posted by "Andreas (JIRA)" <ji...@apache.org> on 2018/08/27 12:18:00 UTC, 0 replies.
- [jira] [Updated] (LIBCLOUD-1010) 2.3.0: test_ssh_client tests mostly skipped, missing failures with py3 - posted by "Andreas (JIRA)" <ji...@apache.org> on 2018/08/27 12:19:00 UTC, 0 replies.
- [GitHub] libcloud pull request #1235: Rename 'async' to 'async_' - posted by panlinux <gi...@git.apache.org> on 2018/08/27 14:03:23 UTC, 1 replies.
- [1/3] libcloud git commit: Remove 'async' entirely as it's always False and only used in private methods. - posted by qu...@apache.org on 2018/08/27 15:25:26 UTC, 0 replies.
- [2/3] libcloud git commit: Rename 'async' to 'async_', as the former is a reserved keyword starting with python 3.7. - posted by qu...@apache.org on 2018/08/27 15:25:27 UTC, 0 replies.
- [3/3] libcloud git commit: Add changes for #1235 - posted by qu...@apache.org on 2018/08/27 15:25:28 UTC, 0 replies.
- [GitHub] libcloud pull request #1236: Unset the http_proxy environment variable befor... - posted by panlinux <gi...@git.apache.org> on 2018/08/27 23:48:10 UTC, 1 replies.
- [1/3] libcloud git commit: Update test_constructor() with a test for the http_proxy environment variable. - posted by qu...@apache.org on 2018/08/28 07:48:02 UTC, 0 replies.
- [2/3] libcloud git commit: Unset the http_proxy environment variable before running tests. - posted by qu...@apache.org on 2018/08/28 07:48:03 UTC, 0 replies.
- [3/3] libcloud git commit: Add changes for #1236 - posted by qu...@apache.org on 2018/08/28 07:48:04 UTC, 0 replies.
- [GitHub] libcloud pull request #1237: Convert object_size to string before adding it ... - posted by panlinux <gi...@git.apache.org> on 2018/08/28 12:45:25 UTC, 1 replies.
- [1/2] libcloud git commit: Convert object_size to string before adding it to a header. - posted by qu...@apache.org on 2018/08/29 10:33:28 UTC, 0 replies.
- [2/2] libcloud git commit: Add changes for #1237 - posted by qu...@apache.org on 2018/08/29 10:33:29 UTC, 0 replies.
- libcloud git commit: Stop raising StopIteration in generators for Python 3.7 - posted by qu...@apache.org on 2018/08/29 18:05:39 UTC, 0 replies.
- libcloud git commit: Adapt to new Python 3.7 urlquote behavior - posted by qu...@apache.org on 2018/08/29 18:56:22 UTC, 0 replies.
- [1/2] libcloud git commit: Add Python 3.7 to tox and Travis. - posted by qu...@apache.org on 2018/08/31 00:41:37 UTC, 0 replies.
- [2/2] libcloud git commit: travis: try fixing Python 3.7 installation - posted by qu...@apache.org on 2018/08/31 00:41:38 UTC, 0 replies.
- [1/2] libcloud git commit: Fix suppported versions in setup.py - posted by qu...@apache.org on 2018/08/31 01:12:14 UTC, 0 replies.
- [2/2] libcloud git commit: Mention 3.7 support in CHANGES.rst - posted by qu...@apache.org on 2018/08/31 01:12:15 UTC, 0 replies.
- libcloud git commit: docs: fix version number - posted by qu...@apache.org on 2018/08/31 02:10:11 UTC, 0 replies.