[DRE-commits] [ruby-fog-aws] branch master updated (dc33969 -> 3db018b)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Mon Jun 13 05:14:40 UTC 2016


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

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

      from  dc33969   Run wrap-and-sort on packaging files
       new  d8d147d   update changelog
      adds  e3a20bd   Imported Upstream version 0.9.2
       new  3db018b   Merge tag 'upstream/0.9.2'

The 2 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:
 .gitignore                                         |    1 +
 .travis.yml                                        |    4 +
 CHANGELOG.md                                       |  104 +-
 Gemfile                                            |    1 +
 README.md                                          |    2 +-
 debian/changelog                                   |    6 +
 gemfiles/Gemfile-edge                              |    5 +
 lib/fog/aws.rb                                     |    2 +-
 lib/fog/aws/auto_scaling.rb                        |    2 +
 lib/fog/aws/compute.rb                             |    2 +-
 lib/fog/aws/iam/paged_collection.rb                |    6 +-
 lib/fog/aws/models/auto_scaling/group.rb           |   12 +
 lib/fog/aws/models/compute/security_group.rb       |    8 +-
 lib/fog/aws/models/compute/server.rb               |    1 -
 lib/fog/aws/models/elasticache/cluster.rb          |    3 +-
 lib/fog/aws/models/iam/roles.rb                    |   25 +-
 lib/fog/aws/models/rds/cluster.rb                  |   93 ++
 lib/fog/aws/models/rds/cluster_snapshots.rb        |   48 +
 lib/fog/aws/models/rds/clusters.rb                 |   23 +
 lib/fog/aws/models/rds/parameters.rb               |   15 +
 lib/fog/aws/models/rds/server.rb                   |   43 +-
 lib/fog/aws/models/rds/servers.rb                  |    4 +
 lib/fog/aws/models/rds/snapshot.rb                 |   53 +-
 lib/fog/aws/models/storage/directory.rb            |    2 +-
 .../parsers/elasticache/cache_cluster_parser.rb    |   33 +-
 ...{create_db_instance.rb => create_db_cluster.rb} |   12 +-
 ...bscription.rb => create_db_cluster_snapshot.rb} |   13 +-
 lib/fog/aws/parsers/rds/db_cluster_parser.rb       |   71 +
 .../aws/parsers/rds/db_cluster_snapshot_parser.rb  |   32 +
 .../rds/{base.rb => db_parameter_parser.rb}        |   16 +-
 lib/fog/aws/parsers/rds/db_parser.rb               |    3 +-
 ...{create_db_instance.rb => delete_db_cluster.rb} |   12 +-
 .../delete_db_cluster_snapshot.rb}                 |   14 +-
 .../parsers/rds/describe_db_cluster_snapshots.rb   |   34 +
 lib/fog/aws/parsers/rds/describe_db_clusters.rb    |   34 +
 .../rds/describe_engine_default_parameters.rb      |   34 +
 .../rds/restore_db_instance_from_db_snapshot.rb    |    4 +-
 lib/fog/aws/parsers/rds/snapshot_parser.rb         |   19 +-
 .../aws/parsers/storage/get_bucket_lifecycle.rb    |   30 +
 lib/fog/aws/rds.rb                                 |   27 +-
 ...ttach_load_balancers.rb => attach_instances.rb} |   32 +-
 .../aws/requests/auto_scaling/detach_instances.rb  |   69 +
 .../compute/describe_availability_zones.rb         |    7 +-
 lib/fog/aws/requests/compute/describe_instances.rb |    2 +-
 lib/fog/aws/requests/compute/start_instances.rb    |    1 +
 lib/fog/aws/requests/compute/stop_instances.rb     |    1 +
 lib/fog/aws/requests/dynamodb/batch_get_item.rb    |   19 +-
 lib/fog/aws/requests/dynamodb/batch_write_item.rb  |   20 +-
 lib/fog/aws/requests/dynamodb/create_table.rb      |   23 +-
 lib/fog/aws/requests/dynamodb/delete_item.rb       |   20 +-
 lib/fog/aws/requests/dynamodb/delete_table.rb      |   12 +-
 lib/fog/aws/requests/dynamodb/describe_table.rb    |   15 +-
 lib/fog/aws/requests/dynamodb/get_item.rb          |   16 +-
 lib/fog/aws/requests/dynamodb/list_tables.rb       |    5 +-
 lib/fog/aws/requests/dynamodb/put_item.rb          |   16 +-
 lib/fog/aws/requests/dynamodb/query.rb             |   20 +-
 lib/fog/aws/requests/dynamodb/scan.rb              |   12 +-
 lib/fog/aws/requests/dynamodb/update_item.rb       |   42 +-
 lib/fog/aws/requests/dynamodb/update_table.rb      |   13 +-
 .../requests/elasticache/create_cache_cluster.rb   |    1 +
 lib/fog/aws/requests/iam/create_role.rb            |    2 +-
 lib/fog/aws/requests/iam/get_role.rb               |    7 +-
 lib/fog/aws/requests/iam/list_roles.rb             |   66 +-
 lib/fog/aws/requests/rds/create_db_cluster.rb      |   98 ++
 .../aws/requests/rds/create_db_cluster_snapshot.rb |   68 +
 lib/fog/aws/requests/rds/create_db_instance.rb     |   46 +-
 lib/fog/aws/requests/rds/create_db_snapshot.rb     |    4 +-
 lib/fog/aws/requests/rds/delete_db_cluster.rb      |   55 +
 .../aws/requests/rds/delete_db_cluster_snapshot.rb |   43 +
 lib/fog/aws/requests/rds/delete_db_instance.rb     |   11 +
 lib/fog/aws/requests/rds/delete_db_snapshot.rb     |    3 +-
 .../requests/rds/describe_db_cluster_snapshots.rb  |   66 +
 lib/fog/aws/requests/rds/describe_db_clusters.rb   |   54 +
 lib/fog/aws/requests/rds/describe_db_instances.rb  |    4 +
 lib/fog/aws/requests/rds/describe_db_parameters.rb |   16 +-
 .../rds/describe_engine_default_parameters.rb      |   40 +
 lib/fog/aws/requests/rds/modify_db_instance.rb     |   24 +-
 .../aws/requests/rds/modify_db_parameter_group.rb  |   29 +-
 .../rds/restore_db_instance_from_db_snapshot.rb    |   65 +-
 lib/fog/aws/requests/storage/get_object.rb         |    8 +-
 .../aws/requests/storage/put_bucket_lifecycle.rb   |   33 +-
 lib/fog/aws/requests/storage/put_object.rb         |    4 +
 lib/fog/aws/storage.rb                             |   20 +
 lib/fog/aws/sts.rb                                 |    7 +-
 lib/fog/aws/version.rb                             |    2 +-
 metadata.yml                                       | 1591 --------------------
 tests/models/compute/server_tests.rb               |   11 +
 tests/models/iam/roles_tests.rb                    |   16 +-
 tests/models/rds/cluster_tests.rb                  |   54 +
 tests/models/rds/clusters_tests.rb                 |    5 +
 tests/models/rds/helper.rb                         |   13 +
 tests/models/rds/server_tests.rb                   |    6 +-
 tests/models/rds/servers_tests.rb                  |   18 +
 tests/models/storage/directory_tests.rb            |    4 +
 tests/requests/auto_scaling/auto_scaling_tests.rb  |   10 +-
 tests/requests/compute/instance_tests.rb           |   45 +-
 tests/requests/dynamodb/item_tests.rb              |    4 +-
 tests/requests/rds/cluster_snapshot_tests.rb       |   43 +
 tests/requests/rds/cluster_tests.rb                |   37 +
 tests/requests/rds/helper.rb                       |   84 ++
 tests/requests/rds/instance_tests.rb               |   20 +-
 tests/requests/rds/parameter_group_tests.rb        |    2 +-
 tests/requests/rds/parameter_request_tests.rb      |    2 -
 tests/requests/storage/bucket_tests.rb             |    5 +
 104 files changed, 2031 insertions(+), 1913 deletions(-)
 create mode 100644 lib/fog/aws/models/rds/cluster.rb
 create mode 100644 lib/fog/aws/models/rds/cluster_snapshots.rb
 create mode 100644 lib/fog/aws/models/rds/clusters.rb
 copy lib/fog/aws/parsers/rds/{create_db_instance.rb => create_db_cluster.rb} (55%)
 copy lib/fog/aws/parsers/rds/{create_event_subscription.rb => create_db_cluster_snapshot.rb} (53%)
 create mode 100644 lib/fog/aws/parsers/rds/db_cluster_parser.rb
 create mode 100644 lib/fog/aws/parsers/rds/db_cluster_snapshot_parser.rb
 copy lib/fog/aws/parsers/rds/{base.rb => db_parameter_parser.rb} (52%)
 copy lib/fog/aws/parsers/rds/{create_db_instance.rb => delete_db_cluster.rb} (55%)
 copy lib/fog/aws/parsers/{elasticache/create_cache_subnet_group.rb => rds/delete_db_cluster_snapshot.rb} (50%)
 create mode 100644 lib/fog/aws/parsers/rds/describe_db_cluster_snapshots.rb
 create mode 100644 lib/fog/aws/parsers/rds/describe_db_clusters.rb
 create mode 100644 lib/fog/aws/parsers/rds/describe_engine_default_parameters.rb
 copy lib/fog/aws/requests/auto_scaling/{attach_load_balancers.rb => attach_instances.rb} (53%)
 create mode 100644 lib/fog/aws/requests/auto_scaling/detach_instances.rb
 create mode 100644 lib/fog/aws/requests/rds/create_db_cluster.rb
 create mode 100644 lib/fog/aws/requests/rds/create_db_cluster_snapshot.rb
 create mode 100644 lib/fog/aws/requests/rds/delete_db_cluster.rb
 create mode 100644 lib/fog/aws/requests/rds/delete_db_cluster_snapshot.rb
 create mode 100644 lib/fog/aws/requests/rds/describe_db_cluster_snapshots.rb
 create mode 100644 lib/fog/aws/requests/rds/describe_db_clusters.rb
 create mode 100644 lib/fog/aws/requests/rds/describe_engine_default_parameters.rb
 delete mode 100644 metadata.yml
 create mode 100644 tests/models/rds/cluster_tests.rb
 create mode 100644 tests/models/rds/clusters_tests.rb
 create mode 100644 tests/requests/rds/cluster_snapshot_tests.rb
 create mode 100644 tests/requests/rds/cluster_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