1. a3de08f rackspace reponse header structs by Jon Perritt · 10 years ago
  2. 63e7a48 refactored DecodeHeader function to gophercloud package; updated tests by Jon Perritt · 10 years ago
  3. c09ae84 rackspace update server acceptance test by Jon Perritt · 10 years ago
  4. 1bda9c1 add UpdateOpts type for consistency and update tests to relect it by Jon Perritt · 10 years ago
  5. 39552bd Update the service update CDN acceptance test. by Ash Wilson · 10 years ago
  6. ea764ef added acceptance test for listing services by Jon Perritt · 10 years ago
  7. dc47180 rackspace cdn flavors acceptance tests by Jon Perritt · 10 years ago
  8. d4106ec rackspace cdn service assets acceptance tests by Jon Perritt · 10 years ago
  9. 9600eb4 rackspace cdn services acceptance tests by Jon Perritt · 10 years ago
  10. b682313 rackspace cdn base acceptance tests by Jon Perritt · 10 years ago
  11. 9a0980e allow for string 'image' attribute when server created via bfv by Jon Perritt · 10 years ago
  12. 53c8a3a unit and acceptance tests by Jon Perritt · 10 years ago
  13. b514bfd Fixing tests by Jamie Hannaford · 10 years ago
  14. 82ce916 fixing tests by Jamie Hannaford · 10 years ago
  15. bde7260 Modifying acceptance tests by Jamie Hannaford · 10 years ago
  16. 07cf0ea Adding ACL acceptance tests by Jamie Hannaford · 10 years ago
  17. 872ee2b Adding monitor tests and implementing small fixes by Jamie Hannaford · 10 years ago
  18. c9da4b4 Fixes by Jamie Hannaford · 10 years ago
  19. bef5393 Adding initial acceptance tests by Jamie Hannaford · 10 years ago
  20. f3b2e14 add adminPass option for server creation by Jon Perritt · 10 years ago
  21. e756512 rackspace servers acceptance test fix by Jon Perritt · 10 years ago
  22. 266a7c2 Add acceptance test for reset API key. by Paul Querna · 10 years ago
  23. 41a9c5d Added Rackspace acceptance test by Jamie Hannaford · 10 years ago
  24. 40bd5a6 Adding Rackspace acceptance test by Jamie Hannaford · 10 years ago
  25. 3333195 Adding pkg file to allow better test execution by Jamie Hannaford · 10 years ago
  26. a75c77d Fixing import path :smile: by Jamie Hannaford · 10 years ago
  27. ba2395e ExtractErrResult -> ErrResult; Extract -> ExtractErr by Jon Perritt · 10 years ago
  28. 10a7ec1 add 'ExtractHeader' method to object storage return types by Jon Perritt · 10 years ago
  29. e4e6dfe Updating acceptance tests :ok_hand: by Jamie Hannaford · 10 years ago
  30. c751229 Merge pull request #267 from smashwilson/unbreak-acceptance by Ash Wilson · 10 years ago
  31. 7e70c40 rackspace object storage acceptance tests fixes by Jon Perritt · 10 years ago
  32. fef72b8 ExtractHeaders is no more. by Ash Wilson · 10 years ago
  33. 9880cb6 fix merge conflicts; don't add relics of 'git mergetool' by Jon Perritt · 10 years ago
  34. 129f6c9 Merge pull request #265 from smashwilson/unbreak-acceptance by jrperritt · 10 years ago
  35. 01686cd BlockDevice -> []BlockDevice in CreateOpts by Jon Perritt · 10 years ago
  36. efbae20 createServer() takes a key now. by Ash Wilson · 10 years ago
  37. 8a0e24b Rename flavors.List to flavors.ListDetail. by Ash Wilson · 10 years ago
  38. 8dd49db don't put extension params in 'CreateOpts' if unset; working rackspace acceptance test by Jon Perritt · 10 years ago
  39. d9a4bf7 create map from 'CreateOptsBuilder'; rackspace boot from volume; untested acceptance test by Jon Perritt · 10 years ago
  40. 4149d7c additionally return 'error' from 'ToCreateServerMap' by Jon Perritt · 10 years ago
  41. 5d68672 Use Rackspace rebuild options. by Ash Wilson · 10 years ago
  42. 9c24f6b Use keys and diskConfig in RS acceptance tests. by Ash Wilson · 10 years ago
  43. 436de14 pull in rackspace block storage by Jon Perritt · 10 years ago
  44. 8135c6f skip tests that create servers if 'short' build flag provided by Jon Perritt · 10 years ago
  45. 26ff5b7 moved rackspace networking under 'compute' by Jon Perritt · 10 years ago
  46. 4c2a1f2 Fixing all those build tags :stars: by Jamie Hannaford · 10 years ago
  47. 9b77ef9 Using Rackspace Env vars by Jamie Hannaford · 10 years ago
  48. 48a80ce Adding remaining tests by Jamie Hannaford · 10 years ago
  49. 29149be Use new env function by Jamie Hannaford · 10 years ago
  50. af209d1 Adding initial acceptance tests by Jamie Hannaford · 10 years ago
  51. 1176d85 virtual interfaces acceptance tests by Jon Perritt · 10 years ago
  52. 857b312 networks acceptance tests by Jon Perritt · 10 years ago
  53. 0219eba Acceptance tests for Keypair operations. by Ash Wilson · 10 years ago
  54. b17536b Imports by Ash Wilson · 10 years ago
  55. a6ddde7 Backpedal in the acceptance tests. by Ash Wilson · 10 years ago
  56. c7e088d Merge pull request #243 from smashwilson/rackspace-compute by jrperritt · 10 years ago
  57. 390555a Updating all refs to previous AuthOpions func by Jamie Hannaford · 10 years ago
  58. bb3a3fd Merge remote-tracking branch 'upstream/v0.2.0' into rackspace-compute by Ash Wilson · 10 years ago
  59. 5b32ca7 Make the compute acceptance tests sequential. by Ash Wilson · 10 years ago
  60. 90f87ba Acceptance test for server rebuilding. by Ash Wilson · 10 years ago
  61. 30ca05d Debugging log message. by Ash Wilson · 10 years ago
  62. 88bbde3 Acceptance test for rebooting a server. by Ash Wilson · 10 years ago
  63. 8679332 Acceptance test for changing the admin password. by Ash Wilson · 10 years ago
  64. 7e57141 Log more sensibly. by Ash Wilson · 10 years ago
  65. 74b9bcf Acceptance test for listing servers. by Ash Wilson · 10 years ago
  66. 260e088 bulk delete; finish updating common.Result structs by Jon Perritt · 10 years ago
  67. 0ce24ad rax bulk operations; results update [not working] by Jon Perritt · 10 years ago
  68. 33ed741 rax cdnobjects unit test by Jon Perritt · 10 years ago
  69. a77ba0d rax objects unit test; fix for creating object content by Jon Perritt · 10 years ago
  70. 8abd2c2 rax accounts, containers acceptance tests by Jon Perritt · 10 years ago
  71. 88074d5 Acceptance tests for Rackspace server create/delete. by Ash Wilson · 10 years ago
  72. cf39273 Acceptance test for images.Get. by Ash Wilson · 10 years ago
  73. 1532f52 Acceptance test for image listing. by Ash Wilson · 10 years ago
  74. f595dc4 RS doesn't have a "changedSince" List option. by Ash Wilson · 10 years ago
  75. 8fecf33 Acceptance tests for flavor operations. by Ash Wilson · 10 years ago
  76. 72f702b Acceptance test for rack/ident/2/tenants. by Ash Wilson · 10 years ago
  77. f4d6363 Delegates and unit tests for identity/extensions. by Ash Wilson · 10 years ago
  78. 54ce2f4 Acceptance test for authing a Rackspace client. by Ash Wilson · 10 years ago
  79. f75fce8 Remove old rackspace folder by Jamie Hannaford · 10 years ago
  80. 5eb55b1 add versioning to identity; add generic 'client' function by Jon Perritt · 10 years ago
  81. 97d1b5c Forgot to remove unused file. by Samuel A. Falvo II · 11 years ago
  82. f9ffaa1 Use build tags to prevent accidental run of acceptance tests by Samuel A. Falvo II · 11 years ago
  83. c70164d Fix API differences from x-new-api branch by Samuel A. Falvo II · 11 years ago
  84. 9637a00 Reorg of acceptance tests by Samuel A. Falvo II · 11 years ago