1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
Commit graph

17 commits

Author SHA1 Message Date
Aaron Suggs
b18e5efa03 [aws|rds] Mock DB snapshot requests.
Relevant tests pass; no longer pending
2012-02-26 15:00:35 -05:00
Aaron Suggs
b55ce59976 fix typo in comment 2012-02-25 19:03:27 -05:00
Aaron Suggs
b0e357f71e whitespace 2012-02-25 19:01:39 -05:00
Rodrigo Estebanez
69bdd8e46c Better rds/security_group_test. Mocking rds security_groups. 2011-12-27 23:37:04 +01:00
Rodrigo Estebanez
5c1d199012 Passing half of rds/instance_tests.rb shindo tests 2011-12-22 21:49:27 +01:00
Rodrigo Estebanez
b121259735 Fixing bug: It always showed the first instance when using get 2011-12-07 19:36:00 +01:00
Rodrigo Estebanez
a8468de64c raise exception instead of excon response 2011-12-02 10:36:10 +01:00
Rodrigo Estebanez
d83ea87732 mocking modify_db_instance and reboot_db_instance 2011-12-01 01:08:28 +01:00
Rodrigo Estebanez
17885d5c82 mocking wait_for through describe_db_instances 2011-11-30 20:38:10 +01:00
Rodrigo Estebanez
077ddc41ed mocking delete_db_instance 2011-11-30 17:19:05 +01:00
Rodrigo Estebanez
735f8ec66c mocking describe_db_instance. Fix hash structure in create_db_instance 2011-11-30 15:06:49 +01:00
Rodrigo Estebanez
47cac2b71b mock create_db_instance 2011-11-29 19:40:36 +01:00
Christopher Oliver
4ecfb87419 [AWS RDS] Added describe db engine versions and describe db reserved instances. Changed the signed params version to 2011-04-01 from 2010-07-28. 2011-07-12 16:03:04 -04:00
geemus
768fcafaa9 [compute|aws] fix helpers to use Fog::AWS 2011-06-20 13:49:37 -07:00
Aaron Suggs
e3c646b03d [aws|rds] Basic support for restoring servers.
Adds RDS#restore_db_instance_from_db_snapshot and
RDS#restore_db_instance_to_point_in_time
2011-03-10 12:31:04 -08:00
Aaron Suggs
02ff3171ee [aws|rds] Add support for DB Security Groups
Added security_groups collection and
security_group model to Fog::AWS::RDS

Added API methods:
Fog::AWS::RDS#describe_db_security_groups
Fog::AWS::RDS#create_db_security_group
Fog::AWS::RDS#delete_db_security_group
Fog::AWS::RDS#authorize_db_security_group_ingress
Fog::AWS::RDS#revoke_db_security_group_ingress
2011-03-11 03:28:58 +08:00
Frederick Cheung
f3bdc7f074 [rds] support basic rds operations 2011-03-01 07:17:06 +08:00