Nicholas Ricketts
|
82f99afeaa
|
added rdoc comments
|
2011-05-24 18:05:31 -04:00 |
|
Nicholas Ricketts
|
40f220b5cb
|
tests
|
2011-05-24 18:05:31 -04:00 |
|
nightshade427
|
abd05544ca
|
more test passing
|
2011-05-24 18:05:31 -04:00 |
|
nightshade427
|
28b6a2a92c
|
more test passing
|
2011-05-24 18:05:31 -04:00 |
|
nightshade427
|
b1dcb9864f
|
more test passing
|
2011-05-24 18:05:31 -04:00 |
|
nightshade427
|
0ddeb8bb06
|
more test passing
|
2011-05-24 18:05:31 -04:00 |
|
nightshade427
|
2aa4b325af
|
more test passing
|
2011-05-24 18:05:31 -04:00 |
|
nightshade427
|
634f25b8f4
|
more passing tests
|
2011-05-24 18:05:31 -04:00 |
|
nightshade427
|
058358d67d
|
code cleanup, tests passing
|
2011-05-24 18:05:31 -04:00 |
|
nightshade427
|
494035ce98
|
revert tests to proper error codes, waiting on fix from linode to support correct error codes
|
2011-05-24 18:05:31 -04:00 |
|
nightshade427
|
1b887f3608
|
tests passing
|
2011-05-24 18:05:31 -04:00 |
|
nightshade427
|
859ba90f63
|
made config private
|
2011-05-24 18:05:30 -04:00 |
|
nightshade427
|
10032ca389
|
added shutdown, reboot, boot
|
2011-05-24 18:05:30 -04:00 |
|
nightshade427
|
cb2b671c93
|
creating via stackscripts with callbacks working
|
2011-05-24 18:05:30 -04:00 |
|
nightshade427
|
ad5ec1da27
|
generalize code
|
2011-05-24 18:05:30 -04:00 |
|
nightshade427
|
a810092449
|
server creation and deletion working
|
2011-05-24 18:05:30 -04:00 |
|
nightshade427
|
d87127d211
|
server provisioning completed
|
2011-05-24 18:05:30 -04:00 |
|
nightshade427
|
57188adf91
|
added datacenters models
|
2011-05-24 18:05:30 -04:00 |
|
nightshade427
|
6fb039d3e8
|
added kernel modes
|
2011-05-24 18:05:30 -04:00 |
|
nightshade427
|
b26732a74e
|
added images models
|
2011-05-24 18:05:30 -04:00 |
|
nightshade427
|
1d172b85b3
|
started linode models
|
2011-05-24 18:05:30 -04:00 |
|
geemus
|
8a25dd46dd
|
[compute] consistency in #state call and mock test fixes
|
2011-05-24 14:59:48 -07:00 |
|
geemus
|
91d6e8ee4e
|
[dnsimple|dns] add dnsimple_url param to facilitate using https://test.dnsimple.com
closes #323
|
2011-05-24 13:43:08 -07:00 |
|
geemus
|
96a3d07d86
|
[ecloud] mark bin specs pending unless credentials provided
closes #325
|
2011-05-24 13:17:04 -07:00 |
|
bigfleet
|
295b5300e5
|
Public key results are cached, avoid a bug by using that cache
|
2011-05-24 01:50:05 +08:00 |
|
Wesley Beary
|
b0814e760f
|
Merge pull request #321 from mconigliaro/master
Documentation fixes (all of them this time)
|
2011-05-23 10:43:03 -07:00 |
|
Michael Conigliaro
|
9d65d9544d
|
:size should be a number in GB, not an instance size (e.g. "t1.micro")
|
2011-05-20 23:21:44 -06:00 |
|
geemus
|
9dec65e938
|
[rackspace|compute] make mocks respect Fog::Mock.delay
|
2011-05-20 16:14:35 -07:00 |
|
Wesley Beary
|
f57403d9de
|
Merge pull request #320 from dpiddy/master
Fix Fog::Mock.reset
|
2011-05-20 11:22:02 -07:00 |
|
Dan Peterson
|
63b9ea6eb0
|
[mock] fix Fog::Mock.reset
|
2011-05-20 15:00:22 -03:00 |
|
geemus
|
4b3e9dc462
|
[docs] also build/deploy rdocs
|
2011-05-19 17:17:52 -07:00 |
|
geemus
|
9ea5432fde
|
[mock] cleanup and reset related fixes
|
2011-05-19 15:35:33 -07:00 |
|
Dan Peterson
|
1e39267fe2
|
Flatten list of security groups.
|
2011-05-19 14:28:00 -07:00 |
|
geemus
|
6a98d14406
|
[aws|compute] respect key_name in mocked run_instances
closes #317
|
2011-05-19 12:14:13 -07:00 |
|
geemus
|
6c7d5754dd
|
[mock] error sooner for completely unimplemented services
|
2011-05-19 12:02:46 -07:00 |
|
geemus
|
5a1c52eff3
|
[aws|compute] respect security zone choice in mocked run_instances
closes #314
|
2011-05-19 10:54:30 -07:00 |
|
Wesley Beary
|
57f84fa6af
|
Merge pull request #316 from pweldon/amazon_api_reference_links
Add Amazon API reference link to requests' documentation
|
2011-05-19 10:43:31 -07:00 |
|
Wesley Beary
|
f55d779261
|
Merge pull request #315 from anomalousthought/reset_method
Add reset method to other mock classes in addition to Compute providers
|
2011-05-19 10:30:22 -07:00 |
|
Peter Weldon
|
389e8faafb
|
Add Amazon API reference link to requests' documentation
|
2011-05-19 09:35:04 -07:00 |
|
anomalousthought
|
c30f077b71
|
Add a reset method to Fog::Mock that resets all providers/services in addition to Compute providers.
|
2011-05-19 10:06:02 -04:00 |
|
anomalousthought
|
bdc84813f9
|
Add reset method to other providers in addition to Compute providers.
|
2011-05-19 10:05:33 -04:00 |
|
geemus
|
0f74c3f6c9
|
[aws|compute] make mock delay comparison >= so that delay 0 will work properly
|
2011-05-18 16:10:46 -07:00 |
|
Wesley Beary
|
b5d28104a5
|
Merge pull request #309 from anomalousthought/reset_method
Add reset method to mock classes
|
2011-05-18 14:50:51 -07:00 |
|
Wesley Beary
|
8ad1fc81c4
|
Merge pull request #313 from ktheory/better_aws_tests
Better aws tests
|
2011-05-18 14:46:43 -07:00 |
|
Aaron Suggs
|
eaab751b4b
|
[compute|aws] Make volumes format more flexible
|
2011-05-18 16:18:14 -04: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 |
|
Aaron Suggs
|
59a46d8299
|
[compute|aws] Fix default region when mocking
|
2011-05-18 14:38:18 -04:00 |
|
Aaron Suggs
|
a30c6c9970
|
[compute|aws] Mock get_password_data request
|
2011-05-18 14:37:44 -04:00 |
|
anomalousthought
|
5fcf3185ca
|
Add a reset method to Fog::Mock that resets all providers/services.
|
2011-05-17 22:41:35 -04:00 |
|
anomalousthought
|
d0e428667e
|
Add reset method to mock classes.
|
2011-05-17 22:40:17 -04:00 |
|