You are viewing a plain text version of this content. The canonical link for it is here.
- [GitHub] [libcloud] tarkatronic commented on pull request #1557: OpenStack authentication token cache - posted by GitBox <gi...@apache.org> on 2021/11/03 01:14:53 UTC, 2 replies.
- [GitHub] [libcloud] dpeschman commented on pull request #1557: OpenStack authentication token cache - posted by GitBox <gi...@apache.org> on 2021/11/03 02:34:19 UTC, 3 replies.
- [GitHub] [libcloud] RunOrVeith commented on pull request #1588: Make it easier to customize retry logic - posted by GitBox <gi...@apache.org> on 2021/11/03 11:13:35 UTC, 3 replies.
- [GitHub] [libcloud] Kami commented on pull request #1588: Make it easier to customize retry logic - posted by GitBox <gi...@apache.org> on 2021/11/03 17:27:07 UTC, 7 replies.
- [GitHub] [libcloud] Kami edited a comment on pull request #1588: Make it easier to customize retry logic - posted by GitBox <gi...@apache.org> on 2021/11/03 17:27:17 UTC, 3 replies.
- [GitHub] [libcloud] Kami commented on pull request #1557: OpenStack authentication token cache - posted by GitBox <gi...@apache.org> on 2021/11/03 17:29:11 UTC, 2 replies.
- [libcloud] branch trunk updated (361e22e -> 583cbca) - posted by to...@apache.org on 2021/11/03 17:34:14 UTC, 0 replies.
- [libcloud] 01/05: fix typos - posted by to...@apache.org on 2021/11/03 17:34:15 UTC, 0 replies.
- [libcloud] 02/05: add ex_auth_cache parameter to OpenStack drivers for caching of authentication tokens and reuse across processes - posted by to...@apache.org on 2021/11/03 17:34:16 UTC, 0 replies.
- [libcloud] 03/05: OpenStack authentication token cache example - posted by to...@apache.org on 2021/11/03 17:34:17 UTC, 0 replies.
- [libcloud] 04/05: add upgrade note for exception message change in libcloud/common/openstack_identity.py:691 - posted by to...@apache.org on 2021/11/03 17:34:18 UTC, 0 replies.
- [libcloud] 05/05: Add changelog entry for #1557. - posted by to...@apache.org on 2021/11/03 17:34:19 UTC, 0 replies.
- [GitHub] [libcloud] asfgit merged pull request #1557: OpenStack authentication token cache - posted by GitBox <gi...@apache.org> on 2021/11/03 17:34:26 UTC, 2 replies.
- [GitHub] [libcloud] Kami closed issue #1460: Pluggable authentication token cache for OpenStack driver - posted by GitBox <gi...@apache.org> on 2021/11/03 17:34:51 UTC, 2 replies.
- [GitHub] [libcloud] Kami commented on issue #1460: Pluggable authentication token cache for OpenStack driver - posted by GitBox <gi...@apache.org> on 2021/11/03 17:34:51 UTC, 2 replies.
- [libcloud] branch understand-ai-intelligent-retry created (now d2138f9) - posted by to...@apache.org on 2021/11/03 20:53:43 UTC, 0 replies.
- [libcloud] 01/03: Add parameter to turn off infinite retry on rate limiting - posted by to...@apache.org on 2021/11/03 20:53:44 UTC, 0 replies.
- [libcloud] 02/03: Update retry function so we also respect "timeout" argument passed to the function and we don't try to retry on RateLimitReached errors if timeout has been exhausted. - posted by to...@apache.org on 2021/11/03 20:53:45 UTC, 0 replies.
- [libcloud] 03/03: Add changelog entries. - posted by to...@apache.org on 2021/11/03 20:53:46 UTC, 0 replies.
- [GitHub] [libcloud] Kami opened a new issue #1623: Reformat all the code with black and enforce black coding style - posted by GitBox <gi...@apache.org> on 2021/11/03 21:28:43 UTC, 2 replies.
- [GitHub] [libcloud] Kami commented on issue #1623: Reformat all the code with black and enforce black coding style - posted by GitBox <gi...@apache.org> on 2021/11/03 21:30:23 UTC, 6 replies.
- [GitHub] [libcloud] Kami edited a comment on issue #1623: Reformat all the code with black and enforce black coding style - posted by GitBox <gi...@apache.org> on 2021/11/03 21:30:34 UTC, 2 replies.
- [GitHub] [libcloud] tonybaloney commented on issue #1623: Reformat all the code with black and enforce black coding style - posted by GitBox <gi...@apache.org> on 2021/11/03 22:01:29 UTC, 2 replies.
- [libcloud] branch understand-ai-intelligent-retry updated (d2138f9 -> 5c59095) - posted by to...@apache.org on 2021/11/03 22:38:36 UTC, 0 replies.
- [libcloud] 01/04: Update the function logic so we don't use open "while True" statement, also make retry-after a float so we can use lower value than 1 second in the tests to speed them up. - posted by to...@apache.org on 2021/11/03 22:38:37 UTC, 0 replies.
- [libcloud] 02/04: Add a test case for successful retry scenario where we successfuly retry on second attempt which we previously didn't have. - posted by to...@apache.org on 2021/11/03 22:38:38 UTC, 0 replies.
- [libcloud] 03/04: Fix lint violations. - posted by to...@apache.org on 2021/11/03 22:38:39 UTC, 0 replies.
- [libcloud] 04/04: Merge branch 'trunk' into understand-ai-intelligent-retry - posted by to...@apache.org on 2021/11/03 22:38:40 UTC, 0 replies.
- [GitHub] [libcloud] RunOrVeith commented on issue #1623: Reformat all the code with black and enforce black coding style - posted by GitBox <gi...@apache.org> on 2021/11/04 09:46:28 UTC, 0 replies.
- [GitHub] [libcloud] micafer commented on issue #1623: Reformat all the code with black and enforce black coding style - posted by GitBox <gi...@apache.org> on 2021/11/04 09:57:12 UTC, 0 replies.
- [libcloud] branch understand-ai-intelligent-retry updated (5c59095 -> 0e729e9) - posted by to...@apache.org on 2021/11/04 11:19:33 UTC, 0 replies.
- [libcloud] 01/03: For backward compatibility reasons implement new RetryForeverOnRateLimitError retry class which can be used in case user wants to switch to old behavior with the retry code where we try to retry for indefinitely on RateLimitReached API errors / responses. - posted by to...@apache.org on 2021/11/04 11:19:34 UTC, 0 replies.
- [libcloud] 02/03: Simplify a bunch of tests to reduce two unncessary levels of nesting which made code much harder to read. - posted by to...@apache.org on 2021/11/04 11:19:35 UTC, 0 replies.
- [libcloud] 03/03: Add test case for additional scenario we were missing. - posted by to...@apache.org on 2021/11/04 11:19:36 UTC, 0 replies.
- [GitHub] [libcloud] dimgal1 commented on issue #1623: Reformat all the code with black and enforce black coding style - posted by GitBox <gi...@apache.org> on 2021/11/04 13:43:50 UTC, 0 replies.
- [libcloud] branch trunk updated (583cbca -> 0e729e9) - posted by to...@apache.org on 2021/11/04 15:08:31 UTC, 0 replies.
- [GitHub] [libcloud] asfgit merged pull request #1588: Make it easier to customize retry logic - posted by GitBox <gi...@apache.org> on 2021/11/04 15:08:48 UTC, 0 replies.
- [GitHub] [libcloud] Kami commented on pull request #1592: Make retry handle http status codes - posted by GitBox <gi...@apache.org> on 2021/11/04 15:09:32 UTC, 3 replies.
- [GitHub] [libcloud] dpeschman commented on issue #1623: Reformat all the code with black and enforce black coding style - posted by GitBox <gi...@apache.org> on 2021/11/04 16:00:37 UTC, 0 replies.
- [libcloud] branch trunk updated: Add some pylint ignore pragmas to fix false positives which only occur on CI but not locally. - posted by to...@apache.org on 2021/11/04 19:36:33 UTC, 0 replies.
- [GitHub] [libcloud] Kami opened a new pull request #1624: Reformat code with black - posted by GitBox <gi...@apache.org> on 2021/11/04 22:17:28 UTC, 2 replies.
- [GitHub] [libcloud] codecov-commenter commented on pull request #1624: Reformat code with black - posted by GitBox <gi...@apache.org> on 2021/11/04 22:22:59 UTC, 2 replies.
- [GitHub] [libcloud] codecov-commenter edited a comment on pull request #1624: Reformat code with black - posted by GitBox <gi...@apache.org> on 2021/11/04 22:23:31 UTC, 5 replies.
- [GitHub] [libcloud] Kami commented on pull request #1624: Reformat code with black - posted by GitBox <gi...@apache.org> on 2021/11/05 20:29:32 UTC, 0 replies.
- [GitHub] [libcloud] Kami commented on issue #1591: Signing in with OAuth is unnecessarily slow when enabeling retries - posted by GitBox <gi...@apache.org> on 2021/11/06 21:07:00 UTC, 0 replies.
- [GitHub] [libcloud] Kami closed issue #1591: Signing in with OAuth is unnecessarily slow when enabeling retries - posted by GitBox <gi...@apache.org> on 2021/11/06 21:07:00 UTC, 0 replies.
- [libcloud] branch trunk updated (65c7efb -> c0d151a) - posted by to...@apache.org on 2021/11/06 21:40:43 UTC, 0 replies.
- [libcloud] 01/06: Fix formatting. - posted by to...@apache.org on 2021/11/06 21:40:44 UTC, 0 replies.
- [libcloud] 02/06: Bump versions for a new release. - posted by to...@apache.org on 2021/11/06 21:40:45 UTC, 0 replies.
- [libcloud] 03/06: Update pricing and sizing data for new release. - posted by to...@apache.org on 2021/11/06 21:40:46 UTC, 0 replies.
- [libcloud] 04/06: Update tox config. - posted by to...@apache.org on 2021/11/06 21:40:47 UTC, 0 replies.
- [libcloud] 05/06: Remove pinning we dont need anymore. - posted by to...@apache.org on 2021/11/06 21:40:48 UTC, 0 replies.
- [libcloud] 06/06: Remove pinning we dont need anymore. - posted by to...@apache.org on 2021/11/06 21:40:49 UTC, 0 replies.
- [GitHub] [libcloud] Kami opened a new pull request #1625: Run unit tests in parallel - posted by GitBox <gi...@apache.org> on 2021/11/06 22:25:03 UTC, 0 replies.
- [GitHub] [libcloud] codecov-commenter commented on pull request #1625: Run unit tests in parallel - posted by GitBox <gi...@apache.org> on 2021/11/06 22:29:15 UTC, 0 replies.
- [GitHub] [libcloud] Kami commented on pull request #1625: Run unit tests in parallel - posted by GitBox <gi...@apache.org> on 2021/11/06 22:47:49 UTC, 1 replies.
- [GitHub] [libcloud] codecov-commenter edited a comment on pull request #1625: Run unit tests in parallel - posted by GitBox <gi...@apache.org> on 2021/11/06 22:52:21 UTC, 9 replies.
- [GitHub] [libcloud] Kami commented on issue #1594: Migrate to the next version of Python requests when released - posted by GitBox <gi...@apache.org> on 2021/11/06 22:53:13 UTC, 3 replies.
- [GitHub] [libcloud] Germandrummer92 commented on pull request #1592: Make retry handle http status codes - posted by GitBox <gi...@apache.org> on 2021/11/07 14:28:43 UTC, 2 replies.
- [GitHub] [libcloud] dimgal1 commented on pull request #1610: Vultr API v2 - posted by GitBox <gi...@apache.org> on 2021/11/07 18:10:10 UTC, 0 replies.
- [libcloud] branch trunk updated (c0d151a -> 748dc59) - posted by to...@apache.org on 2021/11/07 18:24:35 UTC, 0 replies.
- [libcloud] 01/06: Remove redundant `is True` checks - posted by to...@apache.org on 2021/11/07 18:24:36 UTC, 0 replies.
- [libcloud] 02/06: Prefix non-standard keyword args with ex - posted by to...@apache.org on 2021/11/07 18:24:37 UTC, 0 replies.
- [libcloud] 03/06: Change delete_key_pair arg to KeyPair - posted by to...@apache.org on 2021/11/07 18:24:38 UTC, 0 replies.
- [libcloud] 04/06: Add type hints - posted by to...@apache.org on 2021/11/07 18:24:39 UTC, 0 replies.
- [libcloud] 05/06: Merge branch 'vultr-api-v2' of https://github.com/dimgal1/libcloud into dimgal1-vultr-api-v2 - posted by to...@apache.org on 2021/11/07 18:24:40 UTC, 0 replies.
- [libcloud] 06/06: Add changelog entry for #1610. - posted by to...@apache.org on 2021/11/07 18:24:41 UTC, 0 replies.
- [GitHub] [libcloud] asfgit closed issue #1609: Vultr: API v2 - posted by GitBox <gi...@apache.org> on 2021/11/07 18:24:49 UTC, 0 replies.
- [GitHub] [libcloud] asfgit merged pull request #1610: Vultr API v2 - posted by GitBox <gi...@apache.org> on 2021/11/07 18:24:49 UTC, 0 replies.
- [GitHub] [libcloud] Kami commented on pull request #1610: Vultr API v2 - posted by GitBox <gi...@apache.org> on 2021/11/07 18:25:49 UTC, 0 replies.
- [libcloud] branch trunk updated (748dc59 -> b0eeb3f) - posted by to...@apache.org on 2021/11/07 18:42:40 UTC, 0 replies.
- [libcloud] 01/14: Run unit tests in parallel to speed up the test run. - posted by to...@apache.org on 2021/11/07 18:42:41 UTC, 0 replies.
- [libcloud] 02/14: Use longer sleep to make failure less likely. - posted by to...@apache.org on 2021/11/07 18:42:42 UTC, 0 replies.
- [libcloud] 03/14: Fix bug in the test which was causing a test failure under some scenarios when running tests in standalone fashion (so compute test didn't set token value on which test relies on). - posted by to...@apache.org on 2021/11/07 18:42:43 UTC, 0 replies.
- [libcloud] 04/14: Test a fix for Python 3.5 compatibility issue. - posted by to...@apache.org on 2021/11/07 18:42:44 UTC, 0 replies.
- [libcloud] 05/14: Fix Python 3.5 compatibility. - posted by to...@apache.org on 2021/11/07 18:42:45 UTC, 0 replies.
- [libcloud] 06/14: Use longer timeout to make failure less likely. - posted by to...@apache.org on 2021/11/07 18:42:46 UTC, 0 replies.
- [libcloud] 07/14: Update requests mock, test a change. - posted by to...@apache.org on 2021/11/07 18:42:47 UTC, 0 replies.
- [libcloud] 08/14: Raise sleep interval even more. - posted by to...@apache.org on 2021/11/07 18:42:48 UTC, 0 replies.
- [libcloud] 09/14: Try a fix for test failure. - posted by to...@apache.org on 2021/11/07 18:42:49 UTC, 0 replies.
- [GitHub] [libcloud] asfgit merged pull request #1625: Run unit tests in parallel - posted by GitBox <gi...@apache.org> on 2021/11/07 18:42:49 UTC, 0 replies.
- [libcloud] 10/14: Remove debug print. - posted by to...@apache.org on 2021/11/07 18:42:50 UTC, 0 replies.
- [libcloud] 11/14: Remove dummy test case we don't need anymore. - posted by to...@apache.org on 2021/11/07 18:42:51 UTC, 0 replies.
- [libcloud] 12/14: Add changelog entry. - posted by to...@apache.org on 2021/11/07 18:42:52 UTC, 0 replies.
- [libcloud] 13/14: Merge branch 'trunk' into pytest_parallel - posted by to...@apache.org on 2021/11/07 18:42:53 UTC, 0 replies.
- [libcloud] 14/14: Update changelog. - posted by to...@apache.org on 2021/11/07 18:42:54 UTC, 0 replies.
- [libcloud] branch trunk updated (b0eeb3f -> ab4069a) - posted by to...@apache.org on 2021/11/07 18:54:15 UTC, 0 replies.
- [libcloud] 01/02: Update generate script and a workaround for multi version Vult driver. - posted by to...@apache.org on 2021/11/07 18:54:16 UTC, 0 replies.
- [libcloud] 02/02: Re-generate provider tables. - posted by to...@apache.org on 2021/11/07 18:54:17 UTC, 0 replies.
- svn commit: r50828 - /release/libcloud/ - posted by to...@apache.org on 2021/11/07 18:55:48 UTC, 0 replies.
- [libcloud] tag v3.4.0-tentative created (now ab4069a) - posted by to...@apache.org on 2021/11/07 19:03:20 UTC, 0 replies.
- [GitHub] [libcloud] Kami opened a new pull request #1626: Run unit tests with Python 3.10 + Pyjion - posted by GitBox <gi...@apache.org> on 2021/11/09 20:16:49 UTC, 0 replies.
- [GitHub] [libcloud] codecov-commenter commented on pull request #1626: Run unit tests with Python 3.10 + Pyjion - posted by GitBox <gi...@apache.org> on 2021/11/09 20:23:05 UTC, 0 replies.
- [GitHub] [libcloud] Germandrummer92 closed pull request #1592: Make retry handle http status codes - posted by GitBox <gi...@apache.org> on 2021/11/10 15:30:24 UTC, 0 replies.
- [GitHub] [libcloud] Germandrummer92 opened a new pull request #1592: Make retry handle http status codes - posted by GitBox <gi...@apache.org> on 2021/11/10 15:52:57 UTC, 0 replies.
- [GitHub] [libcloud] Germandrummer92 edited a comment on pull request #1592: Make retry handle http status codes - posted by GitBox <gi...@apache.org> on 2021/11/10 16:06:03 UTC, 0 replies.
- [GitHub] [libcloud] codecov-commenter edited a comment on pull request #1626: Run unit tests with Python 3.10 + Pyjion - posted by GitBox <gi...@apache.org> on 2021/11/10 16:44:06 UTC, 0 replies.
- [libcloud] branch trunk updated (ab4069a -> 22e5c43) - posted by to...@apache.org on 2021/11/10 16:55:37 UTC, 0 replies.
- [GitHub] [libcloud] Kami merged pull request #1626: Run unit tests with Python 3.10 + Pyjion - posted by GitBox <gi...@apache.org> on 2021/11/10 16:55:44 UTC, 0 replies.
- [GitHub] [libcloud] Kami commented on a change in pull request #1592: Make retry handle http status codes - posted by GitBox <gi...@apache.org> on 2021/11/10 17:04:05 UTC, 0 replies.
- [GitHub] [libcloud] Germandrummer92 commented on a change in pull request #1592: Make retry handle http status codes - posted by GitBox <gi...@apache.org> on 2021/11/10 17:17:27 UTC, 0 replies.
- [libcloud] branch trunk updated (22e5c43 -> 2c3e380) - posted by to...@apache.org on 2021/11/10 17:30:24 UTC, 0 replies.
- [libcloud] 01/06: Merge branch 'trunk' of https://github.com/Germandrummer92/libcloud into Germandrummer92-trunk - posted by to...@apache.org on 2021/11/10 17:30:25 UTC, 0 replies.
- [libcloud] 02/06: Add changelog entry for #1592. - posted by to...@apache.org on 2021/11/10 17:30:26 UTC, 0 replies.
- [libcloud] 03/06: Fix failing test. - posted by to...@apache.org on 2021/11/10 17:30:27 UTC, 0 replies.
- [libcloud] 04/06: Fix lint. - posted by to...@apache.org on 2021/11/10 17:30:28 UTC, 0 replies.
- [libcloud] 05/06: Update changelog entry. - posted by to...@apache.org on 2021/11/10 17:30:29 UTC, 0 replies.
- [libcloud] 06/06: Fix mypy violation. - posted by to...@apache.org on 2021/11/10 17:30:30 UTC, 0 replies.
- [GitHub] [libcloud] Kami closed pull request #1592: Make retry handle http status codes - posted by GitBox <gi...@apache.org> on 2021/11/10 17:30:58 UTC, 0 replies.
- [GitHub] [libcloud] codecov-commenter edited a comment on pull request #1620: Drop support for Python 3.5 - posted by GitBox <gi...@apache.org> on 2021/11/10 18:17:48 UTC, 0 replies.
- [GitHub] [libcloud] Kami merged pull request #1620: Drop support for Python 3.5 - posted by GitBox <gi...@apache.org> on 2021/11/10 18:27:44 UTC, 0 replies.
- [libcloud] branch trunk updated (2c3e380 -> bc4a73a) - posted by to...@apache.org on 2021/11/10 18:28:10 UTC, 0 replies.
- [libcloud] branch trunk updated: Update readme. - posted by to...@apache.org on 2021/11/10 18:30:41 UTC, 0 replies.
- [libcloud] branch trunk updated: Update docs - add note on not supporting Python 3.5 anymore. - posted by to...@apache.org on 2021/11/10 18:34:12 UTC, 0 replies.
- svn commit: r50883 - /release/libcloud/ - posted by to...@apache.org on 2021/11/11 19:26:59 UTC, 0 replies.
- svn commit: r1894960 - in /libcloud/site/trunk/source: downloads.md index.html - posted by to...@apache.org on 2021/11/11 19:41:27 UTC, 0 replies.
- [libcloud] tag v3.4.0-tentative deleted (was ab4069a) - posted by to...@apache.org on 2021/11/11 20:02:10 UTC, 0 replies.
- [libcloud] annotated tag v3.4.0 created (now 31f8913) - posted by to...@apache.org on 2021/11/11 20:02:22 UTC, 0 replies.
- [libcloud] branch 3.4.x created (now ab4069a) - posted by to...@apache.org on 2021/11/11 20:44:16 UTC, 0 replies.
- [GitHub] [libcloud] Kami opened a new pull request #1627: [v3.4.x] Fix installation under Python 3.5 - posted by GitBox <gi...@apache.org> on 2021/11/11 20:46:56 UTC, 0 replies.
- [GitHub] [libcloud] Kami closed pull request #1627: [v3.4.x] Fix installation under Python 3.5 - posted by GitBox <gi...@apache.org> on 2021/11/11 20:51:48 UTC, 0 replies.
- [GitHub] [libcloud] Kami commented on pull request #1627: [v3.4.x] Fix installation under Python 3.5 - posted by GitBox <gi...@apache.org> on 2021/11/11 20:51:48 UTC, 2 replies.
- [GitHub] [libcloud] justinmclean commented on issue #1594: Migrate to the next version of Python requests when released - posted by GitBox <gi...@apache.org> on 2021/11/11 22:51:22 UTC, 0 replies.
- [GitHub] [libcloud] justinmclean edited a comment on issue #1594: Migrate to the next version of Python requests when released - posted by GitBox <gi...@apache.org> on 2021/11/11 22:54:15 UTC, 0 replies.
- [GitHub] [libcloud] potiuk commented on issue #1594: Migrate to the next version of Python requests when released - posted by GitBox <gi...@apache.org> on 2021/11/11 23:22:30 UTC, 1 replies.
- svn commit: r1894969 - /libcloud/site/trunk/source/_posts/2021-11-11-libcloud-3-4-0-released.md - posted by to...@apache.org on 2021/11/12 09:57:40 UTC, 0 replies.
- svn commit: r1894970 [3/5] - in /libcloud/site/trunk/generated: ./ blog/ blog/2021/11/ blog/2021/11/11/ blog/archives/2021/11/ blog/page/10/ blog/page/11/ blog/page/12/ blog/page/13/ blog/page/14/ blog/page/15/ blog/page/16/ blog/page/17/ blog/page/18/... - posted by to...@apache.org on 2021/11/12 09:58:13 UTC, 0 replies.
- svn commit: r1894970 [2/5] - in /libcloud/site/trunk/generated: ./ blog/ blog/2021/11/ blog/2021/11/11/ blog/archives/2021/11/ blog/page/10/ blog/page/11/ blog/page/12/ blog/page/13/ blog/page/14/ blog/page/15/ blog/page/16/ blog/page/17/ blog/page/18/... - posted by to...@apache.org on 2021/11/12 09:58:13 UTC, 0 replies.
- svn commit: r1894970 [4/5] - in /libcloud/site/trunk/generated: ./ blog/ blog/2021/11/ blog/2021/11/11/ blog/archives/2021/11/ blog/page/10/ blog/page/11/ blog/page/12/ blog/page/13/ blog/page/14/ blog/page/15/ blog/page/16/ blog/page/17/ blog/page/18/... - posted by to...@apache.org on 2021/11/12 09:58:13 UTC, 0 replies.
- svn commit: r1894970 [1/5] - in /libcloud/site/trunk/generated: ./ blog/ blog/2021/11/ blog/2021/11/11/ blog/archives/2021/11/ blog/page/10/ blog/page/11/ blog/page/12/ blog/page/13/ blog/page/14/ blog/page/15/ blog/page/16/ blog/page/17/ blog/page/18/... - posted by to...@apache.org on 2021/11/12 09:58:13 UTC, 0 replies.
- svn commit: r1894970 [5/5] - in /libcloud/site/trunk/generated: ./ blog/ blog/2021/11/ blog/2021/11/11/ blog/archives/2021/11/ blog/page/10/ blog/page/11/ blog/page/12/ blog/page/13/ blog/page/14/ blog/page/15/ blog/page/16/ blog/page/17/ blog/page/18/... - posted by to...@apache.org on 2021/11/12 09:58:13 UTC, 0 replies.
- [libcloud] branch 3.4.x updated (ab4069a -> 28d3785) - posted by to...@apache.org on 2021/11/12 15:20:34 UTC, 0 replies.
- [libcloud] 01/09: Fix a bug in setup.py which causes installation to fail under Python 3.5 when installing from PyPi. - posted by to...@apache.org on 2021/11/12 15:20:35 UTC, 0 replies.
- [libcloud] 02/09: Don't require the very latest version of requests under Python >= 3.6. - posted by to...@apache.org on 2021/11/12 15:20:36 UTC, 0 replies.
- [libcloud] 03/09: Add changelog entry. - posted by to...@apache.org on 2021/11/12 15:20:37 UTC, 0 replies.
- [libcloud] 04/09: Update changelog. - posted by to...@apache.org on 2021/11/12 15:20:38 UTC, 0 replies.
- [libcloud] 05/09: Add a note on chardet LGPL issue to the upgrade notes and changelog. - posted by to...@apache.org on 2021/11/12 15:20:39 UTC, 0 replies.
- [libcloud] 06/09: Use include. - posted by to...@apache.org on 2021/11/12 15:20:40 UTC, 0 replies.
- [libcloud] 07/09: Enable CI for 3.4.x series branch. - posted by to...@apache.org on 2021/11/12 15:20:41 UTC, 0 replies.
- [libcloud] 08/09: Bump version for v3.4.1 release. - posted by to...@apache.org on 2021/11/12 15:20:42 UTC, 0 replies.
- [libcloud] 09/09: Add a workaround for more-itertools upstream change which broke tests under Python 3.5. - posted by to...@apache.org on 2021/11/12 15:20:43 UTC, 0 replies.
- [libcloud] annotated tag v3.4.1-tentative created (now 574419e) - posted by to...@apache.org on 2021/11/12 15:20:44 UTC, 0 replies.
- [GitHub] [libcloud] asfgit merged pull request #1627: [v3.4.x] Fix installation under Python 3.5, don't use strict requests version pinning to avoid issues with conflicting dependency version requirements - posted by GitBox <gi...@apache.org> on 2021/11/12 15:20:49 UTC, 0 replies.
- [libcloud] branch trunk updated (31c938d -> c4d4df9) - posted by to...@apache.org on 2021/11/12 21:02:31 UTC, 0 replies.
- [libcloud] 01/03: Update verify checksum scripts to also handle wheel files and remove .tar.bz2 check since we haven't been uploading .tar.bz2 files for a while now. - posted by to...@apache.org on 2021/11/12 21:02:32 UTC, 0 replies.
- [libcloud] 02/03: Instead of comparing md5 sum, compare sha512 sum instead. - posted by to...@apache.org on 2021/11/12 21:02:33 UTC, 0 replies.
- [libcloud] 03/03: Add additional badges to the readme. - posted by to...@apache.org on 2021/11/12 21:02:34 UTC, 0 replies.
- [libcloud] branch trunk updated: Fix formatting. - posted by to...@apache.org on 2021/11/12 21:03:10 UTC, 0 replies.
- [libcloud] branch trunk updated (6cebf97 -> 858ea96) - posted by to...@apache.org on 2021/11/12 21:15:22 UTC, 0 replies.
- [libcloud] 01/03: Add new job which verifies release checksums on a daily basis. - posted by to...@apache.org on 2021/11/12 21:15:23 UTC, 0 replies.
- [libcloud] 02/03: Test the change. - posted by to...@apache.org on 2021/11/12 21:15:24 UTC, 0 replies.
- [libcloud] 03/03: Remove testing change which is verified and it's working. - posted by to...@apache.org on 2021/11/12 21:15:25 UTC, 0 replies.
- svn commit: r50945 - /release/libcloud/ - posted by to...@apache.org on 2021/11/15 15:25:43 UTC, 0 replies.
- [libcloud] annotated tag v3.4.1-tentative deleted (was 574419e) - posted by to...@apache.org on 2021/11/15 15:27:21 UTC, 0 replies.
- [libcloud] annotated tag v3.4.1 created (now a6de9ca) - posted by to...@apache.org on 2021/11/15 15:27:35 UTC, 0 replies.
- [libcloud] branch trunk updated (858ea96 -> 72968ae) - posted by to...@apache.org on 2021/11/15 15:34:35 UTC, 0 replies.
- [libcloud] 01/03: Pull in changes from 3.4.x branch. - posted by to...@apache.org on 2021/11/15 15:34:36 UTC, 0 replies.
- [libcloud] 02/03: Update version to indicate we are developing 3.4.2. - posted by to...@apache.org on 2021/11/15 15:34:37 UTC, 0 replies.
- [libcloud] 03/03: Update doap file. - posted by to...@apache.org on 2021/11/15 15:34:38 UTC, 0 replies.
- svn commit: r1895056 - in /libcloud/site/trunk: generated/blog/atom.xml generated/downloads.html generated/index.html generated/sitemap.xml source/downloads.md source/index.html - posted by to...@apache.org on 2021/11/15 15:40:46 UTC, 0 replies.
- svn commit: r1895072 [3/6] - in /libcloud/site/trunk: generated/ generated/blog/ generated/blog/2021/11/15/ generated/blog/archives/2021/11/ generated/blog/page/10/ generated/blog/page/11/ generated/blog/page/12/ generated/blog/page/13/ generated/blog/... - posted by to...@apache.org on 2021/11/15 21:02:29 UTC, 0 replies.
- svn commit: r1895072 [2/6] - in /libcloud/site/trunk: generated/ generated/blog/ generated/blog/2021/11/15/ generated/blog/archives/2021/11/ generated/blog/page/10/ generated/blog/page/11/ generated/blog/page/12/ generated/blog/page/13/ generated/blog/... - posted by to...@apache.org on 2021/11/15 21:02:29 UTC, 0 replies.
- svn commit: r1895072 [6/6] - in /libcloud/site/trunk: generated/ generated/blog/ generated/blog/2021/11/15/ generated/blog/archives/2021/11/ generated/blog/page/10/ generated/blog/page/11/ generated/blog/page/12/ generated/blog/page/13/ generated/blog/... - posted by to...@apache.org on 2021/11/15 21:02:29 UTC, 0 replies.
- svn commit: r1895072 [5/6] - in /libcloud/site/trunk: generated/ generated/blog/ generated/blog/2021/11/15/ generated/blog/archives/2021/11/ generated/blog/page/10/ generated/blog/page/11/ generated/blog/page/12/ generated/blog/page/13/ generated/blog/... - posted by to...@apache.org on 2021/11/15 21:02:29 UTC, 0 replies.
- svn commit: r1895072 [4/6] - in /libcloud/site/trunk: generated/ generated/blog/ generated/blog/2021/11/15/ generated/blog/archives/2021/11/ generated/blog/page/10/ generated/blog/page/11/ generated/blog/page/12/ generated/blog/page/13/ generated/blog/... - posted by to...@apache.org on 2021/11/15 21:02:29 UTC, 0 replies.
- svn commit: r1895072 [1/6] - in /libcloud/site/trunk: generated/ generated/blog/ generated/blog/2021/11/15/ generated/blog/archives/2021/11/ generated/blog/page/10/ generated/blog/page/11/ generated/blog/page/12/ generated/blog/page/13/ generated/blog/... - posted by to...@apache.org on 2021/11/15 21:02:29 UTC, 0 replies.
- [libcloud] branch trunk updated: Add more badges to the readme. - posted by to...@apache.org on 2021/11/21 22:44:11 UTC, 0 replies.
- [GitHub] [libcloud] r2ronoha opened a new pull request #1628: Add support for ec2 ap-east-1 - posted by GitBox <gi...@apache.org> on 2021/11/24 11:28:16 UTC, 0 replies.
- [GitHub] [libcloud] Kami commented on pull request #1628: Add support for ec2 ap-east-1 - posted by GitBox <gi...@apache.org> on 2021/11/24 22:17:26 UTC, 2 replies.
- [libcloud] branch trunk updated (626a1b7 -> 472708a) - posted by to...@apache.org on 2021/11/24 22:37:43 UTC, 0 replies.
- [GitHub] [libcloud] Kami merged pull request #1624: Reformat code with black - posted by GitBox <gi...@apache.org> on 2021/11/24 22:37:47 UTC, 0 replies.
- [libcloud] branch trunk updated (472708a -> 1321ca0) - posted by to...@apache.org on 2021/11/26 11:53:50 UTC, 0 replies.
- [libcloud] 01/05: Merge branch 'ec2_ap-east-1_v3.3.1' of https://github.com/r2ronoha/libcloud into r2ronoha-ec2_ap-east-1_v3.3.1 - posted by to...@apache.org on 2021/11/26 11:53:51 UTC, 0 replies.
- [libcloud] 02/05: Update code and add missing data for the new EC2 ap-east-1 region. - posted by to...@apache.org on 2021/11/26 11:53:52 UTC, 0 replies.
- [libcloud] 03/05: Re-generate EC2 size data. - posted by to...@apache.org on 2021/11/26 11:53:53 UTC, 0 replies.
- [libcloud] 04/05: Update ec2 pricing data. - posted by to...@apache.org on 2021/11/26 11:53:54 UTC, 0 replies.
- [libcloud] 05/05: Add a test case for it. - posted by to...@apache.org on 2021/11/26 11:53:55 UTC, 0 replies.
- [GitHub] [libcloud] asfgit merged pull request #1628: Add support for ec2 ap-east-1 - posted by GitBox <gi...@apache.org> on 2021/11/26 11:54:04 UTC, 0 replies.
- [libcloud] branch trunk updated (1321ca0 -> 4608765) - posted by to...@apache.org on 2021/11/26 12:11:07 UTC, 0 replies.
- [libcloud] 01/03: Add changelog entry. - posted by to...@apache.org on 2021/11/26 12:11:08 UTC, 0 replies.
- [libcloud] 02/03: Re-generate supported provider tables, fix lint. - posted by to...@apache.org on 2021/11/26 12:11:09 UTC, 0 replies.
- [libcloud] 03/03: Add some developer docs on how to update node sizing and pricing data. - posted by to...@apache.org on 2021/11/26 12:11:10 UTC, 0 replies.
- [GitHub] [libcloud] micafer opened a new issue #1629: Add Server Groups functions in OpenStack driver - posted by GitBox <gi...@apache.org> on 2021/11/26 12:14:38 UTC, 0 replies.
- [GitHub] [libcloud] d-mo commented on issue #1623: Reformat all the code with black and enforce black coding style - posted by GitBox <gi...@apache.org> on 2021/11/26 12:26:53 UTC, 0 replies.
- [GitHub] [libcloud] r2ronoha commented on pull request #1628: Add support for ec2 ap-east-1 - posted by GitBox <gi...@apache.org> on 2021/11/26 16:17:51 UTC, 0 replies.
- [GitHub] [libcloud] micafer opened a new pull request #1630: Add Server Groups functions in OpenStack driver - posted by GitBox <gi...@apache.org> on 2021/11/29 08:58:48 UTC, 0 replies.
- [GitHub] [libcloud] codecov-commenter commented on pull request #1630: Add Server Groups functions in OpenStack driver - posted by GitBox <gi...@apache.org> on 2021/11/29 09:03:52 UTC, 0 replies.