[DRE-commits] [ruby-fog-aws] branch master updated (c61cdaf -> bfc49cb)

Micah Anderson micah at moszumanska.debian.org
Wed Nov 16 02:07:29 UTC 2016


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

micah pushed a change to branch master
in repository ruby-fog-aws.

      from  c61cdaf   disable failing test
      adds  83a5d3e   New upstream version 0.12.0
       new  e0d7839   Merge tag 'upstream/0.12.0'
       new  2bdc6d0   Prepare for new release
       new  bfc49cb   Add versioned build-dep on ruby-exconn Bump Standards-Version

The 3 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:
 .travis.yml                                        |   4 +-
 CHANGELOG.md                                       |  97 ++++++++++++
 debian/changelog                                   |  10 ++
 debian/control                                     |   5 +-
 fog-aws.gemspec                                    |   4 +-
 gemfiles/Gemfile-ruby-1.9                          |   6 +
 lib/fog/aws.rb                                     |   4 +-
 lib/fog/aws/cloud_formation.rb                     |  14 ++
 lib/fog/aws/compute.rb                             |   2 +
 lib/fog/aws/credential_fetcher.rb                  |  34 ++++-
 lib/fog/aws/glacier.rb                             |   6 +-
 lib/fog/aws/iam.rb                                 |   6 +
 lib/fog/aws/models/compute/security_group.rb       |  75 +++++----
 lib/fog/aws/models/compute/vpc.rb                  |   6 +
 lib/fog/aws/models/dns/records.rb                  |   2 +-
 lib/fog/aws/models/rds/cluster.rb                  |   4 +-
 lib/fog/aws/models/storage/file.rb                 |  15 +-
 lib/fog/aws/models/support/flagged_resource.rb     |  14 ++
 lib/fog/aws/models/support/flagged_resources.rb    |  11 ++
 .../aws/models/support/trusted_advisor_check.rb    |  65 ++++++++
 .../aws/models/support/trusted_advisor_checks.rb   |  21 +++
 .../auto_scaling/describe_launch_configurations.rb |   3 +-
 lib/fog/aws/parsers/cloud_formation/basic.rb       |   8 +
 .../{create_stack.rb => create_change_set.rb}      |   4 +-
 .../cloud_formation/describe_account_limits.rb     |  26 ++++
 .../parsers/cloud_formation/describe_change_set.rb | 135 ++++++++++++++++
 ...ack_resources.rb => describe_stack_resource.rb} |  16 +-
 .../aws/parsers/cloud_formation/describe_stacks.rb |  17 ++-
 .../{get_template.rb => estimate_template_cost.rb} |   4 +-
 .../{update_stack.rb => get_stack_policy.rb}       |   4 +-
 .../cloud_formation/get_template_summary.rb        |  62 ++++++++
 .../parsers/cloud_formation/list_change_sets.rb    |  30 ++++
 lib/fog/aws/parsers/cloud_watch/describe_alarms.rb |  60 ++++++--
 lib/fog/aws/parsers/compute/describe_vpcs.rb       |   4 +-
 lib/fog/aws/parsers/iam/list_policy_versions.rb    |  64 ++++++++
 .../{create_db_snapshot.rb => copy_db_snapshot.rb} |   6 +-
 ...er_group.rb => modify_db_snapshot_attribute.rb} |   5 +-
 lib/fog/aws/parsers/storage/get_bucket.rb          |   2 +-
 lib/fog/aws/rds.rb                                 |   2 +
 .../{delete_stack.rb => cancel_update_stack.rb}    |  10 +-
 ...delete_stack.rb => continue_update_rollback.rb} |  11 +-
 .../{create_stack.rb => create_change_set.rb}      |  58 +++----
 .../aws/requests/cloud_formation/create_stack.rb   |  14 ++
 .../requests/cloud_formation/delete_change_set.rb  |  26 ++++
 .../aws/requests/cloud_formation/delete_stack.rb   |   2 +-
 .../cloud_formation/describe_account_limits.rb     |  27 ++++
 .../cloud_formation/describe_change_set.rb         |  43 ++++++
 ...ack_resources.rb => describe_stack_resource.rb} |  36 ++---
 .../{update_stack.rb => estimate_template_cost.rb} |  34 ++---
 .../requests/cloud_formation/execute_change_set.rb |  26 ++++
 .../requests/cloud_formation/get_stack_policy.rb   |  27 ++++
 .../cloud_formation/get_template_summary.rb        |  46 ++++++
 .../requests/cloud_formation/list_change_sets.rb   |  40 +++++
 .../requests/cloud_formation/set_stack_policy.rb   |  38 +++++
 .../requests/cloud_formation/signal_resource.rb    |  32 ++++
 .../aws/requests/cloud_formation/update_stack.rb   |  49 ++++++
 ...gress.rb => authorize_security_group_egress.rb} |  62 +++++---
 .../compute/describe_availability_zones.rb         |   3 +
 ..._ingress.rb => revoke_security_group_egress.rb} |  12 +-
 .../requests/dns/change_resource_record_sets.rb    |  23 ++-
 lib/fog/aws/requests/glacier/create_archive.rb     |   2 +-
 lib/fog/aws/requests/glacier/upload_part.rb        |   2 +-
 ..._policy_version.rb => create_policy_version.rb} |  26 ++--
 .../{delete_policy.rb => delete_policy_version.rb} |  17 ++-
 ..._policies.rb => list_attached_role_policies.rb} |  22 +--
 .../{list_policies.rb => list_policy_versions.rb}  |  36 ++---
 .../aws/requests/iam/set_default_policy_version.rb |  42 +++++
 .../aws/requests/iam/update_assume_role_policy.rb  |  41 +++++
 lib/fog/aws/requests/rds/copy_db_snapshot.rb       |  53 +++++++
 .../requests/rds/modify_db_snapshot_attribute.rb   |  48 ++++++
 lib/fog/aws/requests/sqs/send_message.rb           |   2 +-
 .../requests/storage/delete_multiple_objects.rb    |   2 +-
 .../aws/requests/storage/post_object_restore.rb    |   2 +-
 lib/fog/aws/requests/storage/put_bucket.rb         |   3 +-
 lib/fog/aws/requests/storage/put_bucket_acl.rb     |   2 +-
 lib/fog/aws/requests/storage/put_bucket_cors.rb    |   2 +-
 .../aws/requests/storage/put_bucket_lifecycle.rb   |   2 +-
 .../requests/storage/put_bucket_notification.rb    |   2 +-
 lib/fog/aws/requests/storage/put_bucket_tagging.rb |   2 +-
 lib/fog/aws/requests/storage/put_object_acl.rb     |   2 +-
 .../aws/requests/storage/shared_mock_methods.rb    |   2 +-
 .../describe_trusted_advisor_check_result.rb       |  31 ++++
 .../support/describe_trusted_advisor_checks.rb     |  29 ++++
 lib/fog/aws/signaturev4.rb                         |   4 +-
 lib/fog/aws/storage.rb                             |   6 +-
 lib/fog/aws/support.rb                             | 170 +++++++++++++++++++++
 lib/fog/aws/version.rb                             |   2 +-
 tests/credentials_tests.rb                         |  22 ++-
 tests/models/compute/security_group_tests.rb       |  24 +++
 tests/models/storage/file_tests.rb                 |   2 +-
 tests/models/support/trusted_advisor_tests.rb      |  25 +++
 tests/requests/glacier/tree_hash_tests.rb          |  34 ++---
 tests/requests/iam/managed_policy_tests.rb         |  23 ++-
 .../requests/iam/versioned_managed_policy_tests.rb | 114 ++++++++++++++
 tests/requests/rds/db_snapshot_tests.rb            |  62 ++++++++
 tests/requests/rds/helper.rb                       |   7 +-
 tests/requests/support/helper.rb                   |  43 ++++++
 .../support/trusted_advisor_check_tests.rb         |  16 ++
 98 files changed, 2108 insertions(+), 294 deletions(-)
 create mode 100644 gemfiles/Gemfile-ruby-1.9
 create mode 100644 lib/fog/aws/models/support/flagged_resource.rb
 create mode 100644 lib/fog/aws/models/support/flagged_resources.rb
 create mode 100644 lib/fog/aws/models/support/trusted_advisor_check.rb
 create mode 100644 lib/fog/aws/models/support/trusted_advisor_checks.rb
 copy lib/fog/aws/parsers/cloud_formation/{create_stack.rb => create_change_set.rb} (72%)
 create mode 100644 lib/fog/aws/parsers/cloud_formation/describe_account_limits.rb
 create mode 100644 lib/fog/aws/parsers/cloud_formation/describe_change_set.rb
 copy lib/fog/aws/parsers/cloud_formation/{list_stack_resources.rb => describe_stack_resource.rb} (55%)
 copy lib/fog/aws/parsers/cloud_formation/{get_template.rb => estimate_template_cost.rb} (71%)
 copy lib/fog/aws/parsers/cloud_formation/{update_stack.rb => get_stack_policy.rb} (70%)
 create mode 100644 lib/fog/aws/parsers/cloud_formation/get_template_summary.rb
 create mode 100644 lib/fog/aws/parsers/cloud_formation/list_change_sets.rb
 create mode 100644 lib/fog/aws/parsers/iam/list_policy_versions.rb
 copy lib/fog/aws/parsers/rds/{create_db_snapshot.rb => copy_db_snapshot.rb} (70%)
 copy lib/fog/aws/parsers/rds/{delete_db_parameter_group.rb => modify_db_snapshot_attribute.rb} (71%)
 copy lib/fog/aws/requests/cloud_formation/{delete_stack.rb => cancel_update_stack.rb} (62%)
 copy lib/fog/aws/requests/cloud_formation/{delete_stack.rb => continue_update_rollback.rb} (50%)
 copy lib/fog/aws/requests/cloud_formation/{create_stack.rb => create_change_set.rb} (52%)
 create mode 100644 lib/fog/aws/requests/cloud_formation/delete_change_set.rb
 create mode 100644 lib/fog/aws/requests/cloud_formation/describe_account_limits.rb
 create mode 100644 lib/fog/aws/requests/cloud_formation/describe_change_set.rb
 copy lib/fog/aws/requests/cloud_formation/{describe_stack_resources.rb => describe_stack_resource.rb} (53%)
 copy lib/fog/aws/requests/cloud_formation/{update_stack.rb => estimate_template_cost.rb} (55%)
 create mode 100644 lib/fog/aws/requests/cloud_formation/execute_change_set.rb
 create mode 100644 lib/fog/aws/requests/cloud_formation/get_stack_policy.rb
 create mode 100644 lib/fog/aws/requests/cloud_formation/get_template_summary.rb
 create mode 100644 lib/fog/aws/requests/cloud_formation/list_change_sets.rb
 create mode 100644 lib/fog/aws/requests/cloud_formation/set_stack_policy.rb
 create mode 100644 lib/fog/aws/requests/cloud_formation/signal_resource.rb
 copy lib/fog/aws/requests/compute/{revoke_security_group_ingress.rb => authorize_security_group_egress.rb} (54%)
 copy lib/fog/aws/requests/compute/{revoke_security_group_ingress.rb => revoke_security_group_egress.rb} (90%)
 copy lib/fog/aws/requests/iam/{get_policy_version.rb => create_policy_version.rb} (66%)
 copy lib/fog/aws/requests/iam/{delete_policy.rb => delete_policy_version.rb} (55%)
 copy lib/fog/aws/requests/iam/{list_attached_user_policies.rb => list_attached_role_policies.rb} (78%)
 copy lib/fog/aws/requests/iam/{list_policies.rb => list_policy_versions.rb} (71%)
 create mode 100644 lib/fog/aws/requests/iam/set_default_policy_version.rb
 create mode 100644 lib/fog/aws/requests/iam/update_assume_role_policy.rb
 create mode 100644 lib/fog/aws/requests/rds/copy_db_snapshot.rb
 create mode 100644 lib/fog/aws/requests/rds/modify_db_snapshot_attribute.rb
 create mode 100644 lib/fog/aws/requests/support/describe_trusted_advisor_check_result.rb
 create mode 100644 lib/fog/aws/requests/support/describe_trusted_advisor_checks.rb
 create mode 100644 lib/fog/aws/support.rb
 create mode 100644 tests/models/support/trusted_advisor_tests.rb
 create mode 100644 tests/requests/iam/versioned_managed_policy_tests.rb
 create mode 100644 tests/requests/rds/db_snapshot_tests.rb
 create mode 100644 tests/requests/support/helper.rb
 create mode 100644 tests/requests/support/trusted_advisor_check_tests.rb

-- 
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