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 aa9a947bb Add changelog entry for #1883 and #1884.
     add ad5bd6884 fix list_nodes for the azure arm driver
     add 579f625fd add unit tests
     add b8e836c07 Merge branch 'trunk' into fix-azure-list-nodes
     new c9060092b Merge branch 'fix-azure-list-nodes' of 
https://github.com/jan-mue/libcloud into jan-mue-fix-azure-list-nodes
     new c49ecd0a4 Update the code so we don't end up in an infinite loop in 
case API returns invalid response or similar.
     new cc3085950 Bump the pagination limit to 300s.
     new 09cc6c449 Add changelog entry for #1824 #1850.
     new efe4978f6 Update the comment.
     new b843334e4 Fix codecov config.
     new 863b88df1 Merge branch 'trunk' into fix-azure-list-nodes
     new 8d0de1093 Add comment which clarifies number of API requests performed 
by the method.

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .codecov.yml                                       |  4 ---
 CHANGES.rst                                        |  5 +++
 libcloud/compute/drivers/azure_arm.py              | 37 ++++++++++++++++++----
 ...777_oauth2_token_PAGINATION_INFINITE_LOOP.json} |  0
 ...roviders_Microsoft_Compute_virtualMachines.json |  3 +-
 ...iders_Microsoft_Compute_virtualMachines_1.json} | 12 +++----
 ..._virtualMachines_PAGINATION_INFINITE_LOOP.json} |  9 ++----
 ..._virtualMachines_test_node_2_InstanceView.json} |  0
 ...Network_networkInterfaces_test_node_2_nic.json} | 16 +++++-----
 libcloud/test/compute/test_azure_arm.py            | 34 ++++++++++++++++++--
 10 files changed, 85 insertions(+), 35 deletions(-)
 copy 
libcloud/test/compute/fixtures/azure_arm/{_77777777_7777_7777_7777_777777777777_oauth2_token.json
 => 
_77777777_7777_7777_7777_777777777777_oauth2_token_PAGINATION_INFINITE_LOOP.json}
 (100%)
 copy 
libcloud/test/compute/fixtures/azure_arm/{_subscriptions_99999999_providers_Microsoft_Compute_virtualMachines.json
 => _subscriptions_99999999_providers_Microsoft_Compute_virtualMachines_1.json} 
(89%)
 copy 
libcloud/test/compute/fixtures/azure_arm/{_subscriptions_99999999_providers_Microsoft_Compute_virtualMachines.json
 => 
_subscriptions_99999999_providers_Microsoft_Compute_virtualMachines_PAGINATION_INFINITE_LOOP.json}
 (82%)
 copy 
libcloud/test/compute/fixtures/azure_arm/{_subscriptions_99999999_resourceGroups_000000_providers_Microsoft_Compute_virtualMachines_test_node_1_InstanceView.json
 => 
_subscriptions_99999999_resourceGroups_000000_providers_Microsoft_Compute_virtualMachines_test_node_2_InstanceView.json}
 (100%)
 copy 
libcloud/test/compute/fixtures/azure_arm/{_subscriptions_99999999_resourceGroups_000000_providers_Microsoft_Network_networkInterfaces_test_node_1_nic.json
 => 
_subscriptions_99999999_resourceGroups_000000_providers_Microsoft_Network_networkInterfaces_test_node_2_nic.json}
 (77%)

Reply via email to