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

128 commits

Author SHA1 Message Date
Benton Roberts
eb96e320b9 [aws|rds] add tagging tests for RDS server model 2012-10-28 23:18:43 -04:00
Brice Figureau
e877f95034 [aws|cdn] add request mock support for AWS Cloudfront
This patch adds support for mocking the cloudfront API.
CDN Tests now can both be run with mocking and non mocking
activated.

Signed-off-by: Brice Figureau <brice-puppet@daysofwonder.com>
2012-09-28 11:24:36 +02:00
Brice Figureau
9666c9c7e0 [aws|cdn] AWS CDN models
This patch brings models for AWS CDN, including tests and documentation.

Signed-off-by: Brice Figureau <brice-puppet@daysofwonder.com>
2012-09-26 18:51:00 +02:00
Frederick Cheung
b48fe05d35 Merge pull request from fcheung/glacier
[AWS|Glacier] Initial support for glacier
2012-09-04 09:00:26 -07:00
Frederick Cheung
444a254bbe [AWS] Create the time directly in tests, avoids using a method not present in 1.8.7 2012-09-02 13:17:12 +01:00
Frederick Cheung
90d0126f3f [AWS|Glacier] mark tests as pending 2012-09-02 11:54:18 +01:00
Frederick Cheung
04fb3298ae [AWS|Glacier] jobs model 2012-09-02 10:09:33 +01:00
Frederick Cheung
9295f3321d [AWS|Glacier] models for archives 2012-09-02 10:09:33 +01:00
Frederick Cheung
0ce5681841 [AWS|Glacier] vaults model 2012-09-02 10:09:33 +01:00
Blake Gentry
d53c31ea34 parse ASCII code * in wildcard domain. Fixes 2012-08-16 15:05:38 -07:00
Paul Thornthwaite
6ee6aaad9a Tagged AWS URL test so correctly ignored by Shindo 2012-08-15 17:31:58 +01:00
Paul Thornthwaite
b8049a9805 Retagged tests with strings to be skipped by Shindo 2012-08-15 17:31:58 +01:00
Paul Thornthwaite
7c7c392a84 Rewrite tests to use 1.8 compatible Hash syntax 2012-08-14 10:45:16 +01:00
Aaron Suggs
229934744b [aws|rds] Mocking support for read replicas.
Tests pass. Still some rough edges (like error handling), but better
than nothing.
2012-08-07 18:27:43 -04:00
Aaron Suggs
69fd1561ac [aws|rds] Fix server tests
(5.5 is the default mysql version)
2012-08-03 18:13:03 -04:00
Aaron Suggs
c5fc9f29c8 [aws|rds] Correct server#read_replica_identifiers when mocking 2012-08-03 13:39:45 -04:00
Aaron Suggs
2e41edad0f [aws|compute] Nicer interface for security group authorizations
Don't use a specially formatted string for passing two arguments. Use a
hash instead.

This changes the interface introduced in pull .

Default to using self.owner_id as the account if not specified.
2012-08-02 11:40:50 -04:00
Dan Peterson
f325cbc61b [aws|compute] Address#destroy handles VPC addresses, improve address allocate/release mocking for VPC. 2012-07-18 12:33:13 -03:00
Wesley Beary
2e3ff266f4 Merge pull request from bkabrda/master
Fix some of the failing tests
2012-07-06 13:04:53 -07:00
Dylan Egan
868ae0375e Add a failure for . ✌️ 2012-07-04 17:33:51 +02:00
Bohuslav Kabrda
6cdb2e4276 The assignment correctly returns false, just the test has to react to it 2012-06-29 14:56:08 +02:00
Bohuslav Kabrda
198be208b6 The assignment correctly returns nil, just the test has to react to it. 2012-06-29 14:30:40 +02:00
Bohuslav Kabrda
b111aedbce Use proper signature when testing with aws mock 2012-06-29 12:38:25 +02:00
Bulat Shakirzyanov
038d64ed47 add authorize and revoke port range for security group 2012-06-15 21:56:02 -07:00
Dan Peterson
3e5020f2b3 [aws|elb] load_balancers.get(nil) returns nil instead of the first of all load balancers. 2012-06-14 12:53:45 -03:00
John Nishinaga
f0034d25e4 fix response-cache-control type for AWS signed urls 2012-06-14 00:13:56 -04:00
Aaron Bell
332f1d0c20 fixing test 2012-06-13 09:39:38 -07:00
Aaron Bell
85e533294c fix parser to show scheme, add test for internal ELB creation 2012-06-13 09:17:56 -07:00
Rodrigo Estebanez
cfdd1d34e3 Fix encoding issue: https://github.com/fog/fog/pull/189 2012-06-05 17:57:02 +02:00
Rodrigo Estebanez
30a1a8f190 @users -> @user. Clean up the @user after the policies and access_keys test 2012-06-05 17:57:02 +02:00
Rodrigo Estebanez
5e55a151ee shindo tests for IAM models: users, policies and access_keys. Mock implementation for get_user_policy 2012-06-05 17:57:02 +02:00
Rodrigo Estebanez
ac14390848 get_user Mock implemented. Basic shindo user_tests added 2012-06-05 17:57:02 +02:00
Eric Stonfer
eabb29e0e7 forgot to commit dhcp_options tests 2012-06-04 16:17:11 -04:00
Eric Stonfer
a7a51ac961 clean up conflict 2012-05-22 15:27:23 -04:00
Eric Stonfer
9a4087d450 VPC ELBs, Tests, and the introduction of the InternetGateway object 2012-05-22 15:15:06 -04:00
Dan Peterson
7f37b9dd79 [aws|elb] Failing test for load_balancers marker support. 2012-04-22 20:55:52 -03:00
Edward Muller
7ec382cf36 Merge pull request from drnic/address_server
Fog::Compute::AWS::Address#server -> assigned Server (fixes )
2012-04-18 19:17:40 -07:00
Dr Nic Williams
d4f61157f8 Fog::Compute::AWS::Address#server -> assigned Server 2012-04-18 15:56:00 -07:00
Dan Carley
8fa64aefbf [compute|aws] Apply tags to volume at creation
Same approach as used for server tags for issue 
2012-04-04 18:18:51 +01:00
Eric Stonfer
935c63447b https://github.com/fog/fog/issues/810 - Add ENI support by maf23 2012-04-01 22:22:38 -04:00
George Scott
7945ecb286 [aws|dns] Changed #insync? to #ready? 2012-03-26 13:40:19 -07:00
George Scott
ad81386d98 [aws|dns] Preserves change_id. Support for checking sync status via reload. 2012-03-26 12:23:42 -07:00
George Scott
f0ef3b12f6 Added additional convenience methods to application.
Flushed out application methods and unit test.
2012-03-16 12:39:30 -07:00
George Scott
64341926b4 Now sets pending when mocking for all beanstalk model tests. 2012-03-16 11:34:18 -07:00
George Scott
cc3e9a0cf4 Unit tests for beanstalk 2012-03-15 17:19:47 -07:00
Eric Stonfer
2a4abcd092 Merge pull request from estonfer/subnet
[aws]Add in subnets for VPCs
2012-03-12 14:01:11 -07:00
Eric Stonfer
f281bfb163 [aws]Add in subnets 2012-03-11 23:15:37 -04:00
Aaron Suggs
18c91aae5b [aws|storage|test] Mark multipart upload test as pending 2012-03-08 10:08:18 -05:00
Aaron Suggs
6aee48a173 Merge pull request from ktheory/s3_multipart_uploads
Simple multipart S3 uploads
2012-03-07 12:48:46 -08:00
Eric Stonfer
12320afc80 basic VPC creation 2012-03-05 22:47:10 -05:00