[DRE-commits] [ruby-fog-aws] 01/03: Updated version 1.4.1 from 'upstream/1.4.1'

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun Sep 10 16:33:41 UTC 2017


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository ruby-fog-aws.

commit 07b497bdacf72968201e442ed92bcfc9cedeecb5
Merge: bfc49cb c621a31
Author: Pirate Praveen <praveen at debian.org>
Date:   Sun Sep 10 21:33:46 2017 +0530

    Updated version 1.4.1 from 'upstream/1.4.1'
    
    with Debian dir 0a3416b86e555509f5818777f55dea679b365610

 .travis.yml                                        |   4 +-
 CHANGELOG.md                                       | 140 +++++++++++++++-
 Gemfile                                            |   8 +-
 gemfiles/Gemfile-edge                              |   2 +-
 gemfiles/Gemfile-ruby-1.9                          |   1 +
 gemfiles/Gemfile-ruby-2.0                          |   7 +
 lib/fog-aws.rb                                     |   1 +
 lib/fog/aws.rb                                     |   4 +-
 lib/fog/aws/auto_scaling.rb                        |   4 +-
 lib/fog/aws/compute.rb                             |  55 +++++--
 lib/fog/aws/credential_fetcher.rb                  |  18 +--
 lib/fog/aws/data_pipeline.rb                       |  67 +++++++-
 lib/fog/aws/efs.rb                                 | 177 ++++++++++++++++++++
 lib/fog/aws/iam.rb                                 |   3 +
 lib/fog/aws/iam/default_policy_versions.json       |   1 +
 lib/fog/aws/mock.rb                                |   4 +
 lib/fog/aws/models/auto_scaling/group.rb           |  14 ++
 lib/fog/aws/models/compute/address.rb              |  16 +-
 lib/fog/aws/models/compute/flavors.rb              | 178 ++++++++++++++++++++-
 lib/fog/aws/models/compute/image.rb                |   2 +
 lib/fog/aws/models/compute/images.rb               |   4 +-
 lib/fog/aws/models/compute/spot_request.rb         |   5 +-
 lib/fog/aws/models/compute/subnet.rb               |   4 +
 lib/fog/aws/models/compute/volume.rb               |  63 +++++---
 lib/fog/aws/models/compute/vpc.rb                  |  44 ++++-
 lib/fog/aws/models/efs/file_system.rb              |  42 +++++
 lib/fog/aws/models/efs/file_systems.rb             |  23 +++
 lib/fog/aws/models/efs/mount_target.rb             |  59 +++++++
 lib/fog/aws/models/efs/mount_targets.rb            |  25 +++
 lib/fog/aws/models/iam/instance_profile.rb         |  40 +++++
 lib/fog/aws/models/iam/instance_profiles.rb        |  24 +++
 lib/fog/aws/models/iam/managed_policies.rb         |  12 ++
 lib/fog/aws/models/iam/managed_policy.rb           |  20 +++
 lib/fog/aws/models/iam/role.rb                     |  35 ++++
 lib/fog/aws/models/rds/security_group.rb           |   6 +-
 lib/fog/aws/models/storage/file.rb                 |  12 +-
 .../auto_scaling/describe_auto_scaling_groups.rb   |   8 +
 .../parsers/cloud_formation/describe_change_set.rb |   2 +-
 lib/fog/aws/parsers/compute/describe_images.rb     |   4 +-
 .../parsers/compute/describe_reserved_instances.rb |  23 ++-
 .../describe_reserved_instances_offerings.rb       |   2 +-
 .../aws/parsers/compute/describe_route_tables.rb   |   6 +-
 .../compute/describe_volumes_modifications.rb      |  30 ++++
 .../parsers/compute/describe_vpc_classic_link.rb   |   4 +-
 .../describe_vpc_classic_link_dns_support.rb       |  26 +++
 lib/fog/aws/parsers/compute/describe_vpcs.rb       |  18 ++-
 lib/fog/aws/parsers/compute/modify_volume.rb       |  26 +++
 lib/fog/aws/parsers/compute/move_address_to_vpc.rb |  16 ++
 .../parsers/compute/restore_address_to_classic.rb  |  16 ++
 lib/fog/aws/parsers/rds/modify_db_subnet_group.rb  |  24 +++
 lib/fog/aws/parsers/storage/get_bucket.rb          |   2 +-
 lib/fog/aws/rds.rb                                 |   4 +-
 .../attach_load_balancer_target_groups.rb          |  58 +++++++
 .../auto_scaling/create_auto_scaling_group.rb      |   7 +-
 .../detach_load_balancer_target_groups.rb          |  57 +++++++
 .../requests/auto_scaling/put_scaling_policy.rb    |   2 +-
 .../requests/cloud_formation/create_change_set.rb  |   5 +
 lib/fog/aws/requests/compute/allocate_address.rb   |   3 +-
 lib/fog/aws/requests/compute/associate_address.rb  |  10 +-
 .../requests/compute/attach_classic_link_vpc.rb    |   6 +-
 .../compute/cancel_spot_instance_requests.rb       |  17 ++
 lib/fog/aws/requests/compute/create_vpc.rb         |  19 +--
 .../compute/describe_availability_zones.rb         |  10 ++
 lib/fog/aws/requests/compute/describe_images.rb    |   2 +
 lib/fog/aws/requests/compute/describe_instances.rb |   2 +-
 .../compute/describe_network_interfaces.rb         |   4 +
 .../compute/describe_reserved_instances.rb         |   6 +-
 .../describe_reserved_instances_offerings.rb       |   8 +-
 .../aws/requests/compute/describe_route_tables.rb  |   6 +
 .../compute/describe_spot_instance_requests.rb     |  33 ++++
 .../compute/describe_volumes_modifications.rb      |  93 +++++++++++
 .../requests/compute/describe_vpc_classic_link.rb  |   3 +-
 .../describe_vpc_classic_link_dns_support.rb       |  53 ++++++
 .../requests/compute/detach_classic_link_vpc.rb    |   4 +-
 .../disable_vpc_classic_link_dns_support.rb        |  45 ++++++
 .../aws/requests/compute/disassociate_address.rb   |   5 +-
 .../compute/enable_vpc_classic_link_dns_support.rb |  45 ++++++
 lib/fog/aws/requests/compute/modify_volume.rb      |  88 ++++++++++
 .../aws/requests/compute/move_address_to_vpc.rb    |  52 ++++++
 .../aws/requests/compute/request_spot_instances.rb |  55 ++++---
 .../requests/compute/restore_address_to_classic.rb |  55 +++++++
 lib/fog/aws/requests/compute/run_instances.rb      |  50 +++---
 .../aws/requests/compute/terminate_instances.rb    |   2 +-
 .../requests/data_pipeline/activate_pipeline.rb    |  12 +-
 .../aws/requests/data_pipeline/create_pipeline.rb  |  27 +++-
 .../requests/data_pipeline/deactivate_pipeline.rb  |  36 +++++
 .../aws/requests/data_pipeline/delete_pipeline.rb  |   7 +-
 .../aws/requests/data_pipeline/describe_objects.rb |  20 ++-
 .../requests/data_pipeline/describe_pipelines.rb   |   6 +-
 .../data_pipeline/get_pipeline_definition.rb       |  11 +-
 .../aws/requests/data_pipeline/list_pipelines.rb   |   6 +-
 .../data_pipeline/put_pipeline_definition.rb       |  85 ++++++----
 .../aws/requests/data_pipeline/query_objects.rb    |   9 +-
 .../requests/dns/change_resource_record_sets.rb    |  20 ++-
 lib/fog/aws/requests/efs/create_file_system.rb     |  51 ++++++
 lib/fog/aws/requests/efs/create_mount_target.rb    |  69 ++++++++
 lib/fog/aws/requests/efs/delete_file_system.rb     |  41 +++++
 lib/fog/aws/requests/efs/delete_mount_target.rb    |  38 +++++
 lib/fog/aws/requests/efs/describe_file_systems.rb  |  62 +++++++
 .../efs/describe_mount_target_security_groups.rb   |  34 ++++
 lib/fog/aws/requests/efs/describe_mount_targets.rb |  61 +++++++
 .../efs/modify_mount_target_security_groups.rb     |  39 +++++
 .../requests/iam/add_role_to_instance_profile.rb   |  19 +++
 lib/fog/aws/requests/iam/attach_group_policy.rb    |   1 +
 lib/fog/aws/requests/iam/attach_role_policy.rb     |  34 +++-
 lib/fog/aws/requests/iam/attach_user_policy.rb     |   1 +
 .../aws/requests/iam/create_instance_profile.rb    |  20 +++
 lib/fog/aws/requests/iam/create_policy.rb          |  28 +++-
 .../aws/requests/iam/delete_instance_profile.rb    |  15 ++
 lib/fog/aws/requests/iam/delete_policy.rb          |  15 ++
 lib/fog/aws/requests/iam/detach_group_policy.rb    |   1 +
 lib/fog/aws/requests/iam/detach_role_policy.rb     |  27 ++++
 lib/fog/aws/requests/iam/detach_user_policy.rb     |   1 +
 lib/fog/aws/requests/iam/get_instance_profile.rb   |  17 ++
 .../requests/iam/list_attached_user_policies.rb    |   3 +-
 lib/fog/aws/requests/iam/list_instance_profiles.rb |   9 ++
 .../iam/list_instance_profiles_for_role.rb         |  10 ++
 lib/fog/aws/requests/iam/list_policies.rb          |   4 +
 .../iam/remove_role_from_instance_profile.rb       |  19 +++
 .../rds/authorize_db_security_group_ingress.rb     |  15 +-
 lib/fog/aws/requests/rds/create_db_subnet_group.rb |   7 +-
 lib/fog/aws/requests/rds/delete_db_subnet_group.rb |   2 +
 lib/fog/aws/requests/rds/modify_db_subnet_group.rb |  27 ++++
 .../rds/revoke_db_security_group_ingress.rb        |  13 +-
 .../aws/requests/storage/delete_bucket_policy.rb   |   2 +-
 .../requests/storage/delete_multiple_objects.rb    |   2 +-
 .../requests/storage/get_bucket_object_versions.rb |   1 +
 lib/fog/aws/requests/storage/get_object.rb         |   4 +
 lib/fog/aws/requests/sts/assume_role.rb            |  25 +++
 lib/fog/aws/sqs.rb                                 |   2 +-
 lib/fog/aws/storage.rb                             |   1 +
 lib/fog/aws/version.rb                             |   2 +-
 tests/credentials_tests.rb                         |  19 ++-
 tests/helper.rb                                    |   5 +-
 tests/models/compute/address_tests.rb              |  21 ++-
 tests/models/compute/subnet_tests.rb               |  10 +-
 tests/models/compute/volume_tests.rb               |  17 +-
 tests/models/compute/vpc_tests.rb                  |  24 ++-
 tests/models/efs/file_system_tests.rb              |  12 ++
 tests/models/efs/mount_target_tests.rb             |  43 +++++
 tests/models/efs/mount_targets_tests.rb            |  30 ++++
 tests/models/iam/instance_profile_tests.rb         |  18 +++
 tests/models/iam/managed_policies_tests.rb         |  24 ++-
 tests/models/rds/security_group_tests.rb           |  36 ++++-
 tests/models/storage/file_tests.rb                 |  12 ++
 tests/parsers/compute/describe_images_tests.rb     |  33 ++++
 tests/requests/auto_scaling/auto_scaling_tests.rb  |  34 ++--
 tests/requests/auto_scaling/helper.rb              |   1 +
 tests/requests/auto_scaling/model_tests.rb         |   4 +-
 tests/requests/auto_scaling/tag_tests.rb           |   4 +-
 tests/requests/compute/address_tests.rb            |  31 +++-
 tests/requests/compute/helper.rb                   |  21 ++-
 tests/requests/compute/image_tests.rb              |   4 +-
 tests/requests/compute/route_tests.rb              |   1 +
 tests/requests/compute/spot_instance_tests.rb      |   4 +-
 tests/requests/compute/volume_tests.rb             |  44 ++++-
 tests/requests/compute/vpc_tests.rb                |  46 +++++-
 tests/requests/data_pipeline/helper.rb             |  14 +-
 tests/requests/data_pipeline/pipeline_tests.rb     |  26 +--
 tests/requests/efs/file_system_tests.rb            | 152 ++++++++++++++++++
 tests/requests/efs/helper.rb                       |  42 +++++
 tests/requests/iam/helper.rb                       |  18 +++
 tests/requests/iam/instance_profile_tests.rb       |  44 +++++
 tests/requests/iam/managed_policy_tests.rb         |  35 ++--
 tests/requests/storage/object_tests.rb             |  76 +++++++++
 tests/requests/storage/versioning_tests.rb         |   4 +
 166 files changed, 3677 insertions(+), 333 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-fog-aws.git



More information about the Pkg-ruby-extras-commits mailing list