1. bc523bc fix keypair variable mistake by jrperritt · 10 years ago
  2. f54139c don't set key_name if not provided by Jon Perritt · 10 years ago
  3. fab1f3d grammar fix in comment by jrperritt · 10 years ago
  4. ade2d7f fix formatting in rs bfv by jrperritt · 10 years ago
  5. ad5f1cb create server helper fields by Jon Perritt · 10 years ago
  6. 92e10b5 Encapsulate Personality. Encode contents for user by Kevin Pike · 10 years ago
  7. edcbc31 Merge branch 'master' into personality by Kevin Pike · 10 years ago
  8. 7bf54c5 updates personality to []map[string]string where map has path and contents by Kevin Pike · 10 years ago
  9. f8b77ca ResizeOpts -> ResizeOptsBuilder by Jon Perritt · 10 years ago
  10. 33fd1b3 rs get and update metadata funcs by Jon Perritt · 10 years ago
  11. 1f3caa6 rs confirmresize func by Jon Perritt · 10 years ago
  12. 36747e4 rs resize func by Jon Perritt · 10 years ago
  13. 5497f94 Converting Rackspace services to new HTTP methods by Jamie Hannaford · 10 years ago
  14. b832838 Merge pull request #378 from jrperritt/list-server-addresses by jrperritt · 10 years ago
  15. 37465a0 rackspace attach volume ops & unit/acceptance tests by Jon Perritt · 10 years ago
  16. b51ba9c return slice (!map) from ExtractNetworkAddresses by Jon Perritt · 10 years ago
  17. 7ed6855 rackspace list server addresses ops and unit tests by Jon Perritt · 10 years ago
  18. 59fb6c4 Adjust regexps and do another pass. by Ash Wilson · 10 years ago
  19. 2199f10 rackspace :knife: perigee by Ash Wilson · 10 years ago
  20. 723a24b rackspace update server unit test by Jon Perritt · 10 years ago
  21. e5940aa add update method for rackspace servers by Jon Perritt · 10 years ago
  22. 2f07174 Fixed a few things that go vet was complaining about by Alex Gaynor · 10 years ago
  23. f3b2e14 add adminPass option for server creation by Jon Perritt · 10 years ago
  24. ba2395e ExtractErrResult -> ErrResult; Extract -> ExtractErr by Jon Perritt · 10 years ago
  25. b65675f Shifting Rackspace operations to common delete result by Jamie Hannaford · 10 years ago
  26. 7bc317d Adding DeleteResult for rackspace.compute.v2.servers.Delete by Jamie Hannaford · 10 years ago
  27. 193bf6f Merge pull request #262 from jamiehannaford/godoc-touch-up by Ash Wilson · 10 years ago
  28. 9880cb6 fix merge conflicts; don't add relics of 'git mergetool' by Jon Perritt · 10 years ago
  29. aafafd5 move BlockDevice bit in server creation above manual map manipulation by Jon Perritt · 10 years ago
  30. 01686cd BlockDevice -> []BlockDevice in CreateOpts by Jon Perritt · 10 years ago
  31. 8a0e24b Rename flavors.List to flavors.ListDetail. by Ash Wilson · 10 years ago
  32. 6171022 document UUID and SourceType as required; rackspace unit test by Jon Perritt · 10 years ago
  33. 8dd49db don't put extension params in 'CreateOpts' if unset; working rackspace acceptance test by Jon Perritt · 10 years ago
  34. bdc8697 Adding doc.go files for packages by Jamie Hannaford · 10 years ago
  35. d9a4bf7 create map from 'CreateOptsBuilder'; rackspace boot from volume; untested acceptance test by Jon Perritt · 10 years ago
  36. 4149d7c additionally return 'error' from 'ToCreateServerMap' by Jon Perritt · 10 years ago
  37. d7814a3 Do the same for Rackspace RebuildOpts. by Ash Wilson · 10 years ago
  38. ae0ca65 rackspace.CreateOpts unifies Rackspace opts. by Ash Wilson · 10 years ago
  39. 004d9c3 catch error and check with testhelper by Jon Perritt · 10 years ago
  40. 436de14 pull in rackspace block storage by Jon Perritt · 10 years ago
  41. 26ff5b7 moved rackspace networking under 'compute' by Jon Perritt · 10 years ago
  42. 720c83c Completely original and in no way copy-paste tests by Ash Wilson · 10 years ago
  43. 7bbfed0 I always forget to delegate the Extract function. by Ash Wilson · 10 years ago
  44. 0b96c61 Let's start with the naive thing. by Ash Wilson · 10 years ago
  45. acf49c6 Unit test for the Rebuild call. by Ash Wilson · 10 years ago
  46. 2295ba5 Unit test for server reboots. by Ash Wilson · 10 years ago
  47. 1c1eb88 Refactor out common password change responses. by Ash Wilson · 10 years ago
  48. 664fe33 Refactor common code from openstack tests. by Ash Wilson · 10 years ago
  49. 7a20cc9 Unit test for server creation. by Ash Wilson · 10 years ago
  50. 15e0f27 Touch up build tags. by Ash Wilson · 10 years ago
  51. b8da719 I'm almost certain @jrperritt said this was okay by Ash Wilson · 10 years ago
  52. e846e17 Unit test for changing the admin password. by Ash Wilson · 10 years ago
  53. 69c0874 Fixtures and unit tests for server calls. by Ash Wilson · 10 years ago
  54. bee34e2 Delegate the ExtractServers call. by Ash Wilson · 10 years ago
  55. fa7c755 Check exact page counts in unit tests. by Ash Wilson · 10 years ago
  56. e596398 Direct delegates for Rackspace server requests. by Ash Wilson · 10 years ago
  57. 9b762e7 Unit test for Rackspace image GET. by Ash Wilson · 10 years ago
  58. d550654 Fixtures and unit tests for Rackspace images. by Ash Wilson · 10 years ago
  59. 3194703 Stub delegates for image queries. by Ash Wilson · 10 years ago
  60. 9751fed Test flavors.Get. by Ash Wilson · 10 years ago
  61. 6f3162a Unit test flavors.List() by Ash Wilson · 10 years ago
  62. f595dc4 RS doesn't have a "changedSince" List option. by Ash Wilson · 10 years ago
  63. 92457e9 Stub Rackspace flavors. by Ash Wilson · 10 years ago