[GitHub] [libcloud] Kami commented on pull request #1847: optimize read_in_chunks

2023-01-28 Thread via GitHub
Kami commented on PR #1847: URL: https://github.com/apache/libcloud/pull/1847#issuecomment-1407374285 Awesome, thanks for this contribution. I think it would also be good to add micro benchmarks for this function / code path to `libcloud/test/benchmarks/` so we can track performance o

[GitHub] [libcloud] codecov-commenter commented on pull request #1847: optimize read_in_chunks

2023-01-28 Thread via GitHub
codecov-commenter commented on PR #1847: URL: https://github.com/apache/libcloud/pull/1847#issuecomment-1407375564 # [Codecov](https://codecov.io/gh/apache/libcloud/pull/1847?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+S

[GitHub] [libcloud]: Workflow run "CI" is working again!

2023-01-28 Thread GitBox
The GitHub Actions job "CI" on libcloud.git has succeeded. Run started by GitHub user Tobi995 (triggered by Kami). Head commit for run: fc05a9b855bba18bd50ded3234c965aaba495430 / Tobias Biester fix mr remarks Report URL: https://github.com/apache/libcloud/actions/runs/3947454248 With regards,

[GitHub] [libcloud] Kami commented on pull request #1847: optimize read_in_chunks

2023-01-28 Thread via GitHub
Kami commented on PR #1847: URL: https://github.com/apache/libcloud/pull/1847#issuecomment-1407380788 I've added a basic baseline micro benchmark (to help us avoid regressions in the future) in 523838cd5e5a7f0c0dcab59651ebf4dee3fe6d1b. I was indeed able to reproduce your results (larg

[GitHub] [libcloud]: Workflow run "CI" failed!

2023-01-28 Thread GitBox
The GitHub Actions job "CI" on libcloud.git has failed. Run started by GitHub user Kami (triggered by Kami). Head commit for run: 523838cd5e5a7f0c0dcab59651ebf4dee3fe6d1b / Tomaz Muraus Add baseline microbenchmarks for changes in #1847. Also compare it against previous implementation. Report U

[GitHub] [libcloud]: Workflow run "CI" failed!

2023-01-28 Thread GitBox
The GitHub Actions job "CI" on libcloud.git has failed. Run started by GitHub user Kami (triggered by Kami). Head commit for run: 13bce52ab759bcb7d898476ef331a6accb420840 / Tomaz Muraus Add changelog entry for #1847. Report URL: https://github.com/apache/libcloud/actions/runs/4031624382 With

[GitHub] [libcloud]: Workflow run "CI" is working again!

2023-01-28 Thread GitBox
The GitHub Actions job "CI" on libcloud.git has succeeded. Run started by GitHub user Kami (triggered by Kami). Head commit for run: 9b026da46ed6ddff2e01f65c904d25714f433d7c / Tomaz Muraus Run pyupgrade on the new microbenchmark file. Report URL: https://github.com/apache/libcloud/actions/runs

[GitHub] [libcloud] Kami merged pull request #1847: optimize read_in_chunks

2023-01-28 Thread via GitHub
Kami merged PR #1847: URL: https://github.com/apache/libcloud/pull/1847 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@libclo

[libcloud] branch trunk updated (39877d8bc -> 9de7b7756)

2023-01-28 Thread tomaz
This is an automated email from the ASF dual-hosted git repository. tomaz pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git from 39877d8bc Merge pull request #1844 from apache/dependabot/npm_and_yarn/dot-github/actions/skip-duplicate-actions/json

[libcloud] branch trunk updated (9de7b7756 -> 4c2ee783e)

2023-01-28 Thread tomaz
This is an automated email from the ASF dual-hosted git repository. tomaz pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git from 9de7b7756 Merge pull request #1847 from Tobi995/optimize-read-in-chunks add 41727deda Bump pytest from 7.2.0 to 7

[libcloud] 02/05: Merge remote-tracking branch 'upstream/dependabot/pip/astroid-2.13.3' into deps-updates-2

2023-01-28 Thread tomaz
This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git commit 8877795ab40ce756017702c603c94b7edd22f217 Merge: ce8f4d5aa e889c70c8 Author: Tomaz Muraus AuthorDate: Sat Jan 28 13:07:29

[libcloud] 05/05: Merge branch 'deps-updates-2' into trunk

2023-01-28 Thread tomaz
This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git commit 4c2ee783ec1a955ef323bd3288efd74c9863dbed Merge: 9de7b7756 3d5883fcc Author: Tomaz Muraus AuthorDate: Sat Jan 28 13:20:01

[libcloud] 03/05: Merge remote-tracking branch 'upstream/dependabot/pip/paramiko-3.0.0' into deps-updates-2

2023-01-28 Thread tomaz
This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git commit bbf295f55f82a3fe7ef51b6a7e2f6d440a5b26a3 Merge: 8877795ab 7d2194b0d Author: Tomaz Muraus AuthorDate: Sat Jan 28 13:07:34

[libcloud] 01/05: Merge remote-tracking branch 'upstream/dependabot/pip/coverage-7.1.0' into deps-updates-2

2023-01-28 Thread tomaz
This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git commit ce8f4d5aaf436596104c798a7fe837f68f6b8cc2 Merge: 41727deda baff42065 Author: Tomaz Muraus AuthorDate: Sat Jan 28 13:07:24

[GitHub] [libcloud] asfgit merged pull request #1849: Bump paramiko from 2.12.0 to 3.0.0

2023-01-28 Thread via GitHub
asfgit merged PR #1849: URL: https://github.com/apache/libcloud/pull/1849 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@libc

[GitHub] [libcloud] asfgit merged pull request #1846: Bump libvirt-python from 8.10.0 to 9.0.0

2023-01-28 Thread via GitHub
asfgit merged PR #1846: URL: https://github.com/apache/libcloud/pull/1846 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@libc

[GitHub] [libcloud] asfgit merged pull request #1848: Bump astroid from 2.13.2 to 2.13.3

2023-01-28 Thread via GitHub
asfgit merged PR #1848: URL: https://github.com/apache/libcloud/pull/1848 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@libc

[libcloud] 04/05: Merge remote-tracking branch 'upstream/dependabot/pip/libvirt-python-9.0.0' into deps-updates-2

2023-01-28 Thread tomaz
This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git commit 3d5883fccd224cf27c67ead50cfc88544d09a609 Merge: bbf295f55 59c2f2d25 Author: Tomaz Muraus AuthorDate: Sat Jan 28 13:08:18

[GitHub] [libcloud] asfgit merged pull request #1845: Bump pytest from 7.2.0 to 7.2.1

2023-01-28 Thread via GitHub
asfgit merged PR #1845: URL: https://github.com/apache/libcloud/pull/1845 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@libc

[GitHub] [libcloud] asfgit merged pull request #1851: Bump coverage from 7.0.5 to 7.1.0

2023-01-28 Thread via GitHub
asfgit merged PR #1851: URL: https://github.com/apache/libcloud/pull/1851 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@libc

[libcloud] branch trunk updated (4c2ee783e -> d8f0d3a9f)

2023-01-28 Thread tomaz
This is an automated email from the ASF dual-hosted git repository. tomaz pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git from 4c2ee783e Merge branch 'deps-updates-2' into trunk new a57d9d2bf Clarify changelog item. new d8f0d3a9f Add a

[libcloud] 02/02: Add additional corectness tests for read_in_chunks function.

2023-01-28 Thread tomaz
This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git commit d8f0d3a9fbd8c1edd2d116ccfcaff1471fdb324e Author: Tomaz Muraus AuthorDate: Sat Jan 28 15:15:55 2023 +0100 Add additi

[libcloud] 01/02: Clarify changelog item.

2023-01-28 Thread tomaz
This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git commit a57d9d2bf6c7440c914ee806d973be93bf0564bb Author: Tomaz Muraus AuthorDate: Sat Jan 28 15:15:35 2023 +0100 Clarify ch

[GitHub] [libcloud] Kami commented on pull request #1850: Fix list_nodes in the Azure arm driver

2023-01-28 Thread via GitHub
Kami commented on PR #1850: URL: https://github.com/apache/libcloud/pull/1850#issuecomment-1407409093 Thanks for the contribution. It would be great if you could also add a unit test for this change. -- This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [libcloud]: Workflow run "CI" failed!

2023-01-28 Thread GitBox
The GitHub Actions job "CI" on libcloud.git has failed. Run started by GitHub user Kami (triggered by Kami). Head commit for run: 7c460b86402aafaaa12c10c17d6c1675dc07bf54 / Tomaz Muraus Merge branch 'trunk' into trunk Report URL: https://github.com/apache/libcloud/actions/runs/4032701331 With

[GitHub] [libcloud] codecov-commenter commented on pull request #1796: Fix Aliyun OSS storage upload_object KeyError: 'ETag' issue

2023-01-28 Thread via GitHub
codecov-commenter commented on PR #1796: URL: https://github.com/apache/libcloud/pull/1796#issuecomment-1407439386 # [Codecov](https://codecov.io/gh/apache/libcloud/pull/1796?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+S

[libcloud] 05/05: Add changelog entry for #1796.

2023-01-28 Thread tomaz
This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git commit 4e779e4c1a6b1149030722f9ee7b1ac26d4b249f Author: Tomaz Muraus AuthorDate: Sat Jan 28 20:28:07 2023 +0100 Add change

[libcloud] branch trunk updated (d8f0d3a9f -> 4e779e4c1)

2023-01-28 Thread tomaz
This is an automated email from the ASF dual-hosted git repository. tomaz pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git from d8f0d3a9f Add additional corectness tests for read_in_chunks function. add 9d46e75af Add an argument container=No

[libcloud] 04/05: Fix isort check.

2023-01-28 Thread tomaz
This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git commit 83eda32ac2c251cf01db8905409c841899a1a118 Author: Tomaz Muraus AuthorDate: Sat Jan 28 20:25:54 2023 +0100 Fix isort

[libcloud] 01/05: Merge branch 'trunk' of github.com:shengwubin/libcloud into shengwubin-trunk

2023-01-28 Thread tomaz
This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git commit f6feb64f34ae5c7fd8781d5c3232dea24c3d2eb3 Merge: af63e1b61 df239d1a4 Author: Tomaz Muraus AuthorDate: Sun Jan 15 15:56:54

[libcloud] 02/05: Merge branch 'trunk' into trunk

2023-01-28 Thread tomaz
This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git commit 7c460b86402aafaaa12c10c17d6c1675dc07bf54 Merge: 0de44d488 d8f0d3a9f Author: Tomaz Muraus AuthorDate: Sat Jan 28 17:47:40

[libcloud] 03/05: Merge branch 'trunk' of https://github.com/shengwubin/libcloud into shengwubin-trunk

2023-01-28 Thread tomaz
This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git commit d984d0f0e5c3470dc3587143582d63f8ae2ec0a6 Merge: f6feb64f3 7c460b864 Author: Tomaz Muraus AuthorDate: Sat Jan 28 20:25:35

[GitHub] [libcloud] asfgit merged pull request #1796: Fix Aliyun OSS storage upload_object KeyError: 'ETag' issue

2023-01-28 Thread via GitHub
asfgit merged PR #1796: URL: https://github.com/apache/libcloud/pull/1796 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@libc

[GitHub] [libcloud] Kami commented on pull request #1796: Fix Aliyun OSS storage upload_object KeyError: 'ETag' issue

2023-01-28 Thread via GitHub
Kami commented on PR #1796: URL: https://github.com/apache/libcloud/pull/1796#issuecomment-1407469414 Merged into trunk. Thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comme

[libcloud] branch compute-clean created (now f43cad9be)

2023-01-28 Thread tomaz
This is an automated email from the ASF dual-hosted git repository. tomaz pushed a change to branch compute-clean in repository https://gitbox.apache.org/repos/asf/libcloud.git at f43cad9be Fix lint This branch includes the following new commits: new 6ac128cbc Merge branch 'compute-

[libcloud] 02/03: Merge branch 'trunk' into compute-clean

2023-01-28 Thread tomaz
This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch compute-clean in repository https://gitbox.apache.org/repos/asf/libcloud.git commit 2c72b1c638aa6cb0f10d8dd6bc0e0566226b6c79 Merge: 6ac128cbc 4e779e4c1 Author: Tomaz Muraus AuthorDate: Sat Jan 28

[libcloud] 01/03: Merge branch 'compute-clean' of https://github.com/cloudmercato/libcloud into cloudmercato-compute-clean-v2

2023-01-28 Thread tomaz
This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch compute-clean in repository https://gitbox.apache.org/repos/asf/libcloud.git commit 6ac128cbcfbc74efbbd9fd08249e5cb624c8146c Merge: 85a16ecee a4bdac6e7 Author: Tomaz Muraus AuthorDate: Sat Dec 10

[libcloud] 03/03: Fix lint

2023-01-28 Thread tomaz
This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch compute-clean in repository https://gitbox.apache.org/repos/asf/libcloud.git commit f43cad9be7c59c52b3b4a8c494c7da01a395b2da Author: Tomaz Muraus AuthorDate: Sat Jan 28 20:29:40 2023 +0100 Fi

[GitHub] [libcloud]: Workflow run "CI" is working again!

2023-01-28 Thread GitBox
The GitHub Actions job "CI" on libcloud.git has succeeded. Run started by GitHub user asfgit (triggered by asfgit). Head commit for run: 4e779e4c1a6b1149030722f9ee7b1ac26d4b249f / Tomaz Muraus Add changelog entry for #1796. Report URL: https://github.com/apache/libcloud/actions/runs/4033273265

[GitHub] [libcloud] Kami opened a new pull request, #1852: Clean up compute drive (based on top of #1743)

2023-01-28 Thread via GitHub
Kami opened a new pull request, #1852: URL: https://github.com/apache/libcloud/pull/1852 This pull request is based on top of #1743. It synchronized that branch with latest trunk (there were a lot of conflicts due to the recent reformatting of the code in trunk). I still need to go o

[GitHub] [libcloud] Kami commented on pull request #1743: Clean compute drivers

2023-01-28 Thread via GitHub
Kami commented on PR #1743: URL: https://github.com/apache/libcloud/pull/1743#issuecomment-1407470752 I believe I managed to address all the conflicts in #1852 (but I still need to go over the changes again and double check). -- This is an automated message from the Apache Git Service. To

[libcloud] branch compute-clean updated: Add changelog entry for #1743, #1852.

2023-01-28 Thread tomaz
This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch compute-clean in repository https://gitbox.apache.org/repos/asf/libcloud.git The following commit(s) were added to refs/heads/compute-clean by this push: new 4063c3195 Add changelog entry for

[GitHub] [libcloud] codecov-commenter commented on pull request #1852: Clean up compute drive (based on top of #1743)

2023-01-28 Thread via GitHub
codecov-commenter commented on PR #1852: URL: https://github.com/apache/libcloud/pull/1852#issuecomment-1407471836 # [Codecov](https://codecov.io/gh/apache/libcloud/pull/1852?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+S

[GitHub] [libcloud]: Workflow run "CI" failed!

2023-01-28 Thread GitBox
The GitHub Actions job "CI" on libcloud.git has failed. Run started by GitHub user asfgit (triggered by asfgit). Head commit for run: 4e779e4c1a6b1149030722f9ee7b1ac26d4b249f / Tomaz Muraus Add changelog entry for #1796. Report URL: https://github.com/apache/libcloud/actions/runs/4034502947 W