[Python-modules-commits] [python-softlayer] branch upstream updated (95f41aa -> 6245ba4)
Scott Kitterman
kitterman at moszumanska.debian.org
Thu May 26 12:44:30 UTC 2016
This is an automated email from the git hooks/post-receive script.
kitterman pushed a change to branch upstream
in repository python-softlayer.
from 95f41aa Import python-softlayer_5.0.1.orig.tar.gz
new 6245ba4 Import python-softlayer_5.1.0.orig.tar.gz
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
CHANGELOG | 10 +
README.rst | 2 +-
SoftLayer/CLI/block/__init__.py | 1 +
SoftLayer/CLI/block/access_list.py | 123 ++++++++
SoftLayer/CLI/block/cancel.py | 28 ++
SoftLayer/CLI/block/detail.py | 59 ++++
SoftLayer/CLI/block/list.py | 66 ++++
SoftLayer/CLI/block/order.py | 99 ++++++
SoftLayer/CLI/block/snapshot_delete.py | 15 +
SoftLayer/CLI/block/snapshot_list.py | 58 ++++
SoftLayer/CLI/routes.py | 11 +
SoftLayer/CLI/ticket/attach.py | 42 +++
SoftLayer/CLI/ticket/create.py | 36 ++-
SoftLayer/CLI/ticket/detach.py | 42 +++
SoftLayer/CLI/virt/detail.py | 16 +-
SoftLayer/CLI/vlan/detail.py | 6 +-
SoftLayer/consts.py | 2 +-
SoftLayer/fixtures/SoftLayer_Account.py | 20 ++
SoftLayer/fixtures/SoftLayer_Network_Storage.py | 65 ++++
SoftLayer/fixtures/SoftLayer_Ticket.py | 17 +
SoftLayer/fixtures/SoftLayer_Virtual_Guest.py | 5 +
SoftLayer/managers/__init__.py | 2 +
SoftLayer/managers/block.py | 403 ++++++++++++++++++++++++
SoftLayer/managers/network.py | 11 +-
SoftLayer/managers/ticket.py | 40 ++-
SoftLayer/managers/vs.py | 3 +
SoftLayer/testing/__init__.py | 7 +
SoftLayer/utils.py | 9 +-
docs/conf.py | 4 +-
fabfile.py | 8 +-
setup.py | 2 +-
tests/CLI/core_tests.py | 6 +-
tests/CLI/modules/block_tests.py | 98 ++++++
tests/CLI/modules/call_api_tests.py | 16 +-
tests/CLI/modules/cdn_tests.py | 14 +-
tests/CLI/modules/config_tests.py | 4 +-
tests/CLI/modules/dns_tests.py | 16 +-
tests/CLI/modules/firewall_tests.py | 2 +-
tests/CLI/modules/globalip_tests.py | 8 +-
tests/CLI/modules/nas_tests.py | 2 +-
tests/CLI/modules/object_storage_tests.py | 4 +-
tests/CLI/modules/rwhois_tests.py | 6 +-
tests/CLI/modules/server_tests.py | 38 +--
tests/CLI/modules/sshkey_tests.py | 14 +-
tests/CLI/modules/summary_tests.py | 2 +-
tests/CLI/modules/ticket_tests.py | 137 +++++++-
tests/CLI/modules/vs_tests.py | 30 +-
tests/managers/block_tests.py | 212 +++++++++++++
tests/managers/ticket_tests.py | 25 ++
tox.ini | 7 +-
50 files changed, 1733 insertions(+), 120 deletions(-)
create mode 100644 SoftLayer/CLI/block/__init__.py
create mode 100644 SoftLayer/CLI/block/access_list.py
create mode 100644 SoftLayer/CLI/block/cancel.py
create mode 100644 SoftLayer/CLI/block/detail.py
create mode 100644 SoftLayer/CLI/block/list.py
create mode 100644 SoftLayer/CLI/block/order.py
create mode 100644 SoftLayer/CLI/block/snapshot_delete.py
create mode 100644 SoftLayer/CLI/block/snapshot_list.py
create mode 100644 SoftLayer/CLI/ticket/attach.py
create mode 100644 SoftLayer/CLI/ticket/detach.py
create mode 100644 SoftLayer/fixtures/SoftLayer_Network_Storage.py
create mode 100644 SoftLayer/managers/block.py
create mode 100644 tests/CLI/modules/block_tests.py
create mode 100644 tests/managers/block_tests.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-softlayer.git
More information about the Python-modules-commits
mailing list