Paul Thornthwaite
b346308613
[Brightbox] Adds reset FTP for scoped accounts
...
This deprecates the old form of #reset_ftp_password_account without an
argument and alows passing of an identifier.
2012-11-20 09:59:49 +00:00
Paul Thornthwaite
169a9ff076
[Brightbox] Fixes generated files EOF with newlines
...
Sorry for the noise commit
2012-11-16 12:48:16 +00:00
Paul Thornthwaite
89b18f4d53
[Brightbox] Comments out rogue text
2012-11-16 00:11:49 +00:00
Paul Thornthwaite
3ba29a5513
[Brightbox] Adds baseline documentation
...
Generated minimal documentation based on our request descriptions
2012-11-15 17:41:09 +00:00
Paul Thornthwaite
d94df4eca3
[Brightbox] Updates request docs to use Yard
2012-11-15 17:41:09 +00:00
Paul Thornthwaite
014724e748
[Brightbox] Use correct request to update account
...
Actually use the correct API request to update a nominated account.
2012-11-02 20:17:04 +00:00
Paul Thornthwaite
1272fc1b1b
[Brightbox] Deprecates old account update request
...
This moves #update_account in line with the other update requests since
we are moving towards management of multiple accounts.
2012-11-02 19:20:59 +00:00
Paul Thornthwaite
0ceb4c54d9
[Brightbox] Standardises update_firewall_rule
...
Code was not generated and missed the checks for blank identifiers or
options.
2012-11-02 18:55:33 +00:00
Paul Thornthwaite
fb13fd981d
[Brightbox] Deprecates overloaded requests
...
Fog::Compute::Brightbox::Real#get_user and #get_account were overloaded
to return the currently authenticated user or the scoped account
respectively if no identifier was passed.
This is strictly wrong because the requests should map to one API
endpoint but these now switch between two.
Behaviour is deprecated and will be removed at a suitable point in the
future.
2012-11-02 18:55:33 +00:00
Paul Thornthwaite
b87c9445f9
[Brightbox] Fixes cloud IP options default
...
Originally defaulted as `nil` which meant options could not be trusted
as such in the `request` code.
2012-11-01 17:49:54 +00:00
Hemant Kumar
0d0cf60e2e
[Brightbox] Add identifier to get_account method
2012-11-01 17:49:54 +00:00
Hemant Kumar
2b8e54c826
[Brightbox] Change code to return Single user
2012-11-01 17:49:54 +00:00
Steve Smith
7a4c0440a4
[Brightbox] add support for User Applications
2012-11-01 17:49:54 +00:00
Steve Smith
da46fd27f6
[Brightbox] Allow users to lists all accounts associated with the current credentials
2012-11-01 17:49:53 +00:00
Hemant Kumar
d91edcbb29
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
tests/brightbox/requests/compute/helper.rb
2012-07-25 17:09:19 +05:30
Paul Thornthwaite
00896b88ac
[brightbox|compute] Remove resize request since not available
2012-05-09 10:07:50 +01:00
Kevin Menard
dcefc2d7de
Fixed #875 : Loosen multi_json version.
2012-04-25 10:31:28 -04:00
Steve Smith
f99058a095
Merge branch 'master' of https://github.com/fog/fog
2012-04-25 10:25:48 +01:00
Steve Smith
d89dd56fe7
Use MultiJSON #dump and #load rather than #encode and #decode
...
MultiJSON deprecated these methods in 1.3.0 in favour of the new ones.
This requires an update to the gemspec to ensure ~>1.3
2012-04-20 13:09:14 +01:00
Hemant Kumar
a4c1deac54
[Brightbox] Fix output format for brightbox cloud ip
2012-04-12 17:35:52 +05:30
Hemant Kumar
62f1757ead
Add support for port translators
2012-04-11 15:47:26 +05:30
Caius Durling
ceb5a6d73e
Adding update_firewall_rule request
2011-12-26 12:27:19 +00:00
Hemant Kumar
d2cfc2560f
[Brightbox] Add request for remove_firewall_policy
2011-10-20 18:21:38 +05:30
Paul Thornthwaite
1099a03b10
[compute|brightbox] Passing options to server group update
2011-09-21 09:45:22 +01:00
Paul Thornthwaite
8bce5d165d
[compute|brightbox] Added requests for firewall management
2011-09-20 17:01:14 +01:00
Paul Thornthwaite
842f1b6e50
[compute|brightbox] Added missing requests
...
* reset_secret_api_client - hopefully people won't lock themselves out with this
* update_cloud_ip - request added
2011-09-20 17:00:13 +01:00
geemus
4002c9ff89
[compute|brightbox] move brightbox compute to its own shared area (namespacing should probably be corrected)
2011-08-24 20:31:12 -05:00
geemus
3be53104be
[compute] consolidate
2011-01-07 16:52:09 -08:00
Paul Thornthwaite
f2f5b68645
[brightbox] Extended LoadBalancer requests
2010-12-15 18:58:31 +00:00
Paul Thornthwaite
26358ecb98
[brightbox] Load Balancer requests added with tests
2010-12-03 14:39:24 +00:00
Paul Thornthwaite
6291125fa5
[brightbox] Remove rebuild request, another no longer in API
2010-11-16 17:10:44 +00:00
Paul Thornthwaite
7ca779c9aa
[brightbox] Removed reboot action and request due to API change
2010-11-16 17:05:33 +00:00
Paul Thornthwaite
c0a120a112
[brightbox] Add check in update requests to ensure some options have been passed in
2010-11-12 11:50:57 +00:00
Paul Thornthwaite
0f8ca5dd18
[brightbox] Added check for identifiers being passed to requests to prevent requests to resource root
2010-11-12 11:50:20 +00:00
Paul Thornthwaite
dd458945a2
[brightbox] Added support for Brightbox cloud API beta ( http://beta.brightbox.com )
2010-11-08 17:34:30 +00:00