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

30 commits

Author SHA1 Message Date
phiggins
f48af55118 Start of SNS. 2011-07-19 15:26:37 -05:00
phiggins
8ad32285c1 Fix a bunch of paths. 2011-07-19 15:25:08 -05:00
Jon Crosby
750e0e8050 Begin SQS support
* Add SQS object
* Add create_queue
* Add list_queues
* Add delete_queue
2011-07-19 15:11:20 -05:00
Wesley Beary
b8f18333fe Merge pull request from dylanegan/reserved_instances
Reserved instances mocking
2011-07-13 10:33:51 -07:00
croaker
bfa6685c7f Changed the encoding of the space character
Space characters are now encoded as %20. This is recommended in:
http://docs.amazonwebservices.com/AWSEC2/latest/UserGuide/index.html?using-query-api.html
2011-07-13 11:13:59 +02:00
Dylan Egan
a4d89195f5 reserved_instances mocking. I think, it's hard to test against a real AWS account since it costs money. 2011-07-13 16:54:13 +10:00
Dylan Egan
14f242f640 Begin work on mocking reserved instances. Provide describe_reserved_instances_offerings for mocking and real. REAL TALK 2011-07-13 10:48:53 +10:00
croaker
867a352a0f Fixed escaping in Fog::AWS.escape
Now correctly escapes multibyte strings and behaves exactly like
CGI.escape except that the tilde char is not escaped.
2011-07-12 15:59:51 +02:00
Wesley Beary
933e339013 Merge pull request from redzebra/auto_scaling_20100801
Auto scaling 20100801
2011-07-08 13:16:44 -07:00
Wesley Beary
accc795a8b Merge pull request from fcheung/cloudwatch
Cloudwatch
2011-07-08 13:14:28 -07:00
Nick Osborn
083df379b1 Merge branch 'master' of git://github.com/geemus/fog into auto_scaling_20100801 2011-07-07 23:30:34 +01:00
Dylan Egan
796c5c8809 Remove pending on iam/server_certificate_tests. Start the mocking. 2011-07-06 14:23:41 -07:00
Nick Osborn
ea8d2a1e68 Merge branch 'master' of git://github.com/geemus/fog into auto_scaling_20100801 2011-06-21 22:16:04 +01:00
Dylan Egan
28139f0c94 Provide mocked console output if server has been up for over the delay time. 2011-06-21 11:29:17 -07:00
Nick Osborn
9afb8c8460 [aws|auto_scaling] implement 2010-08-01 API 2011-06-12 21:07:42 +01:00
geemus
ecf0cc0390 [aws] use AWS.escape instead of CGI.escape 2011-06-07 15:28:38 -07:00
Aaron Suggs
b0f4d2448c [compute|aws] Better key_pair tests
Also, Fog::AWS::Mock.key_material returns a valid
RSA key
2011-05-18 15:33:13 -04:00
geemus
2725e312fd [aws|compute] better region/zone handling for mocks 2011-05-17 10:32:44 -07:00
Frederick Cheung
5a1789c182 add get/put/list metrics 2011-05-16 10:49:11 +01:00
Joshua Napoli
f7b457a782 Correction to the regular expression for unreserved characters. 2011-04-09 20:36:00 -04:00
Joshua Napoli
9f25c5c6a3 Fix a problem with the encoding of the tilde character. AWS needs tilde to be unescaped, or else the signature fails. CGI.escape escapes tilde; don't use it. 2011-04-09 20:16:42 -04:00
crazed
70862b3de3 [aws|cloudformation] add basic CloudFormation support 2011-02-28 15:27:41 -08:00
Frederick Cheung
f3bdc7f074 [rds] support basic rds operations 2011-03-01 07:17:06 +08:00
geemus
bb877cb9a7 defer requiring nokogiri 2011-02-16 17:25:50 -08:00
geemus
fadb437255 remove deprecated service initializers 2011-02-16 15:07:42 -08:00
geemus
f291f192c6 [aws|ses] cleanup and getting all the basics working 2011-01-25 17:28:03 -08:00
phiggins
0cc5773bf2 Fix a bunch of paths. 2011-01-11 02:20:40 +08:00
geemus
abe07ea14a small oversites from the previous batch 2011-01-07 17:16:50 -08:00
geemus
0d45273144 consolidate deprecated service init 2011-01-07 17:11:05 -08:00
geemus
865ac70f61 [providers] consolidate 2011-01-07 17:07:09 -08:00
Renamed from lib/fog/aws.rb (Browse further)