Wesley Beary
0cba13b70e
Merge pull request #551 from mogotest/implement_zerigo_mocks
...
Implemented mocks for Zerigo.
2011-10-09 08:53:47 -07:00
Wesley Beary
70ebf33569
Merge pull request #550 from mogotest/add_zerigo_record_search
...
Added the ability to search Zerigo records for a particular zone.
2011-10-09 08:53:19 -07:00
Wesley Beary
a9d6000497
Merge pull request #549 from mogotest/dns_docs_update
...
Updated DNS docs to use newer arg, rather than the old deprecated one.
2011-10-09 08:52:40 -07:00
Kevin Menard
3ec770b8cd
Return the only element of the array, not the array itself.
2011-10-09 11:49:02 -04:00
Kevin Menard
38a703e3e0
Added the ability to search Zerigo records for a particular zone.
2011-10-08 22:39:40 -04:00
Kevin Menard
929a73bb4a
Updated docs to use newer arg, rather than the old deprecated one.
2011-10-08 20:20:08 -04:00
Kevin Menard
25562a42b4
Implemented mocks for Zerigo.
2011-10-08 20:19:32 -04:00
Dylan Egan
09b2266371
Merge pull request #548 from dpiddy/aws-mock-cross-account-image-tagging
...
[aws|compute] Allow mock tagging to work across accounts.
2011-10-07 14:49:42 -07:00
Dan Peterson
890929ca6b
[aws|compute] Allow mock tagging to work across accounts.
...
This moves tag_sets out of individual resources and up to a top-level
item in each mock account's hash. Starting with images, this allows
other mock accounts to create and use their own tags on images they
have launchPermission on.
2011-10-07 14:39:13 -07:00
Wesley Beary
661667eff8
Merge pull request #547 from dpiddy/aws-modify-image-attribute-mock
...
[aws|compute] Mock modify_image_attribute add/remove users.
2011-10-06 12:12:43 -07:00
Dan Peterson
fdf1f927ee
[aws|compute] Mock modify_image_attribute add/remove users.
2011-10-06 12:08:34 -07:00
Dylan Egan
507dae34c6
Merge pull request #546 from dpiddy/aws-elb-describe-instance-health-fix
...
[aws|elb] Missed a change as part of #545 .
2011-10-06 09:51:57 -07:00
Dan Peterson
c1f7758497
[aws|elb] Missed a change as part of #545 .
2011-10-06 09:49:58 -07:00
Dylan Egan
7fe44fa0f9
Merge pull request #545 from dpiddy/aws-mock-data-digging
...
[aws|mock] Dig into mock data instead of instantiating new service object
2011-10-05 16:04:06 -07:00
Dan Peterson
05535b7633
[aws|mock] Dig into mock data instead of instantiating new service objects.
...
Using things like `IAM.new` and `Compute[:aws]` assumes credentials
are available via `Fog.credentials` which might not always be the case.
2011-10-05 15:52:09 -07:00
Nicholas Ricketts
ffb6af9648
clean up public_ip_address code for linode
2011-10-05 18:13:24 -04:00
Nicholas Ricketts
fae5d3357a
cleaned up code to use att_XX methods
2011-10-05 17:59:32 -04:00
Nicholas Ricketts
9f3820da7e
added linode ssh support with proper public ip address
2011-10-05 17:49:02 -04:00
Nicholas Ricketts
2d4d3cc5b5
added linode ssh support
2011-10-05 17:33:49 -04:00
Wesley Beary
7ba2f1b964
Merge pull request #542 from backupify/fix_mocked_s3_copy_object
...
Fixed an issue with S3 mocked copy_object command.
2011-10-04 16:06:55 -07:00
Kevin Menard
4ebb28cb24
We use 'Key' for all S3 objects now.
2011-10-04 14:47:42 -04:00
Wesley Beary
910b07393d
Merge pull request #541 from jbraeuer/mon-put-metric-alarm
...
Mon put metric alarm
2011-10-04 07:44:16 -07:00
Jens Braeuer
44decff5fb
[aws|cloudwatch] Add mocked version of put_metric_alarm.
2011-10-04 15:39:55 +02:00
Jens Braeuer
bbc2a8aa24
[aws|cloudwatch] Fix merge error.
2011-10-04 15:33:49 +02:00
Jens Braeuer
fcf599bf35
[aws|cloudwatch] Fix whitespace.
2011-10-04 15:31:31 +02:00
Jens Braeuer
5eb6eb4da8
Fix merge error.
2011-10-04 15:31:05 +02:00
Jens Braeuer
c27c7d4ddd
Whitespace cleanup.
2011-10-04 15:30:48 +02:00
Jens Braeuer
f6c57f4f17
Trailing whitespace cleanup.
2011-10-04 15:16:48 +02:00
Jens Braeuer
18bdf9e55b
[aws|cloudwatch] Add mocked implementation of put_metric_alarm.
2011-10-04 15:16:48 +02:00
Jens Braeuer
584ce1b16c
[aws|cloudwatch] Remove duplicate RequestId from response.
2011-10-04 15:16:48 +02:00
Jens Braeuer
c337c630bc
Minor whitespace change.
2011-10-04 15:14:02 +02:00
Jens Braeuer
40f8f45c32
[aws|cloudwatch] Add support for put-metric-alarm call.
2011-10-04 15:13:14 +02:00
Wesley Beary
9bf5c15a81
Merge pull request #540 from duritong/small_improvements
...
Small improvements
2011-10-04 05:27:39 -07:00
Wesley Beary
a97294e815
Merge pull request #538 from michaelzeng145/master
...
Completed support for CloudWatch
2011-10-04 05:25:05 -07:00
Peter Meier
7ac96b96e3
[core] fix attribute squashing with : in key
...
It can happen, that the squashing options conatins a : within its key,
for example: :squash => :'ovf:Item' . However this fails if we don't
quote the used symbol.
Note that :a == :'a', hence we don't change anything on how things work.
2011-10-04 10:58:40 +02:00
Peter Meier
7a3ac7e54f
simplification
2011-10-04 10:58:27 +02:00
Michael Zeng
f27bc08469
spacing change
2011-10-03 19:18:36 -04:00
Michael Zeng
bc638e569b
added alarm_data_tests
2011-10-03 19:16:21 -04:00
Michael Zeng
a7b258b7ea
removed all tabs
2011-10-03 19:12:45 -04:00
Michael Zeng
2f97d6305c
added newline to the end of file
2011-10-03 18:34:59 -04:00
Dylan Egan
2d0d85a431
[aws|iam] slight cleanup and test with a certificate chain. 🍰
2011-10-03 15:21:59 -07:00
Michael Zeng
b5aac6e9a5
reverting cloud_watch.rb
2011-10-03 17:37:48 -04:00
Michael Zeng
26f284d07c
reverting cloud_watch.rb
2011-10-03 17:37:28 -04:00
Michael Zeng
80012ecbfc
reverting cloud_watch.rb
2011-10-03 17:36:51 -04:00
Michael Zeng
f2fcb5d239
reverting cloud_watch.rb
2011-10-03 17:36:05 -04:00
Michael Zeng
e29d61d774
reverting cloud_watch.rb
2011-10-03 17:33:34 -04:00
Michael Zeng
b409e3ebec
revert gempspec date change
2011-10-03 17:25:16 -04:00
Michael Zeng
a9082c80b6
no need to add rake dep
2011-10-03 17:23:15 -04:00
Michael Zeng
ba8e072e14
fixed models and added tests
2011-10-03 17:12:30 -04:00
Michael Zeng
9c55b55111
bug fixes
2011-10-03 16:18:45 -04:00