This is an automated email from the ASF dual-hosted git repository.

micafer pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git


    from f2765fe12 Merge pull request #2160 from apache/fix_codeql_atmos_error
     add cf7498538 Add volume support and start stop operations
     add 4a9e7d09f Fix to 1.2 version
     add de658406a Fix black
     add 0f5fb8f40 Fix isort
     add b7c091db2 Add API key in the driver auth
     add 7a8fa678b Move to new 1.3 API
     add aee52db77 Add firewall functions
     add 3dff5be70 Merge branch 'trunk' into improve_upload
     add a12936a48 fix Storage cloning state mapping
     add 3bbc87db2 Add changelog msg
     add ddafe522f Merge branch 'trunk' into improve_upload
     new fbbfd0860 Merge pull request #2147 from apache/improve_upload

The 1 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:
 CHANGES.rst                                        |   7 +
 docs/compute/drivers/upcloud.rst                   |  42 +-
 libcloud/common/upcloud.py                         |  34 +-
 libcloud/compute/drivers/upcloud.py                | 423 ++++++++++++++++++++-
 libcloud/test/common/test_upcloud.py               |  13 +
 ...orage_01d4fcd4-e446-433b-8a9c-551a1284952e.json |  22 ++
 .../fixtures/upcloud/api_1_2_storage_create.json   |  20 +
 .../fixtures/upcloud/api_1_2_storage_normal.json   |  31 ++
 libcloud/test/compute/test_upcloud.py              | 386 ++++++++++++++++++-
 9 files changed, 935 insertions(+), 43 deletions(-)
 create mode 100644 
libcloud/test/compute/fixtures/upcloud/api_1_2_storage_01d4fcd4-e446-433b-8a9c-551a1284952e.json
 create mode 100644 
libcloud/test/compute/fixtures/upcloud/api_1_2_storage_create.json
 create mode 100644 
libcloud/test/compute/fixtures/upcloud/api_1_2_storage_normal.json

Reply via email to