1. d1e861a make keyName a const; check key is on server by Jon Perritt · 10 years ago
  2. 2961166 2014 -> 2048 by Jon Perritt · 10 years ago
  3. 5fdb722 CreateOptsExt struct and ToServerCreateMap method; add key pair acceptance test by Jon Perritt · 10 years ago
  4. b514bfd Fixing tests by Jamie Hannaford · 10 years ago
  5. 82ce916 fixing tests by Jamie Hannaford · 10 years ago
  6. bde7260 Modifying acceptance tests by Jamie Hannaford · 10 years ago
  7. 07cf0ea Adding ACL acceptance tests by Jamie Hannaford · 10 years ago
  8. 872ee2b Adding monitor tests and implementing small fixes by Jamie Hannaford · 10 years ago
  9. c9da4b4 Fixes by Jamie Hannaford · 10 years ago
  10. bef5393 Adding initial acceptance tests by Jamie Hannaford · 10 years ago
  11. f3b2e14 add adminPass option for server creation by Jon Perritt · 10 years ago
  12. e756512 rackspace servers acceptance test fix by Jon Perritt · 10 years ago
  13. 46be1a1 openstack blockstorage acceptance test fix by Jon Perritt · 10 years ago
  14. 266a7c2 Add acceptance test for reset API key. by Paul Querna · 10 years ago
  15. 41a9c5d Added Rackspace acceptance test by Jamie Hannaford · 10 years ago
  16. cebff1b Adding OpenStack acceptance tests by Jamie Hannaford · 10 years ago
  17. 40bd5a6 Adding Rackspace acceptance test by Jamie Hannaford · 10 years ago
  18. 3333195 Adding pkg file to allow better test execution by Jamie Hannaford · 10 years ago
  19. c21ffb9 Adding more build tags by Jamie Hannaford · 10 years ago
  20. 4e7c720 Adding user acceptance tests for OpenStack by Jamie Hannaford · 10 years ago
  21. a75c77d Fixing import path :smile: by Jamie Hannaford · 10 years ago
  22. 0bfb099 use th.AssertNoErr by jrperritt · 10 years ago
  23. fe1b497 use th.AssertNoErr by jrperritt · 10 years ago
  24. 4508d5f multi-line error check -> th.AssertNoErr by jrperritt · 10 years ago
  25. ba2395e ExtractErrResult -> ErrResult; Extract -> ExtractErr by Jon Perritt · 10 years ago
  26. 1f61778 update block storage 'Delete' acceptance tests to use 'Extract' by Jon Perritt · 10 years ago
  27. 10a7ec1 add 'ExtractHeader' method to object storage return types by Jon Perritt · 10 years ago
  28. e4e6dfe Updating acceptance tests :ok_hand: by Jamie Hannaford · 10 years ago
  29. c751229 Merge pull request #267 from smashwilson/unbreak-acceptance by Ash Wilson · 10 years ago
  30. 7e70c40 rackspace object storage acceptance tests fixes by Jon Perritt · 10 years ago
  31. 193bf6f Merge pull request #262 from jamiehannaford/godoc-touch-up by Ash Wilson · 10 years ago
  32. 2b36fa3 openstack object storage acceptance tests fixes by Jon Perritt · 10 years ago
  33. fef72b8 ExtractHeaders is no more. by Ash Wilson · 10 years ago
  34. 9880cb6 fix merge conflicts; don't add relics of 'git mergetool' by Jon Perritt · 10 years ago
  35. 0036cbf Broken newClient method. by Ash Wilson · 10 years ago
  36. 129f6c9 Merge pull request #265 from smashwilson/unbreak-acceptance by jrperritt · 10 years ago
  37. d49b2b6 Merge pull request #266 from smashwilson/no-printf by jrperritt · 10 years ago
  38. 01686cd BlockDevice -> []BlockDevice in CreateOpts by Jon Perritt · 10 years ago
  39. 9a9f5bc Remove extraneous fmt.Printf calls. by Ash Wilson · 10 years ago
  40. 14c3741 ResizeOpts is now a struct. by Ash Wilson · 10 years ago
  41. 0b09d1d openstack acceptance test by Jon Perritt · 10 years ago
  42. efbae20 createServer() takes a key now. by Ash Wilson · 10 years ago
  43. 8a0e24b Rename flavors.List to flavors.ListDetail. by Ash Wilson · 10 years ago
  44. 8dd49db don't put extension params in 'CreateOpts' if unset; working rackspace acceptance test by Jon Perritt · 10 years ago
  45. bdc8697 Adding doc.go files for packages by Jamie Hannaford · 10 years ago
  46. d9a4bf7 create map from 'CreateOptsBuilder'; rackspace boot from volume; untested acceptance test by Jon Perritt · 10 years ago
  47. 4149d7c additionally return 'error' from 'ToCreateServerMap' by Jon Perritt · 10 years ago
  48. 5d68672 Use Rackspace rebuild options. by Ash Wilson · 10 years ago
  49. 9c24f6b Use keys and diskConfig in RS acceptance tests. by Ash Wilson · 10 years ago
  50. 436de14 pull in rackspace block storage by Jon Perritt · 10 years ago
  51. 8135c6f skip tests that create servers if 'short' build flag provided by Jon Perritt · 10 years ago
  52. 26ff5b7 moved rackspace networking under 'compute' by Jon Perritt · 10 years ago
  53. 4c2a1f2 Fixing all those build tags :stars: by Jamie Hannaford · 10 years ago
  54. 395d4d1 This dir needs a pkg.go because by Jamie Hannaford · 10 years ago
  55. 9b77ef9 Using Rackspace Env vars by Jamie Hannaford · 10 years ago
  56. 48a80ce Adding remaining tests by Jamie Hannaford · 10 years ago
  57. 29149be Use new env function by Jamie Hannaford · 10 years ago
  58. af209d1 Adding initial acceptance tests by Jamie Hannaford · 10 years ago
  59. 1176d85 virtual interfaces acceptance tests by Jon Perritt · 10 years ago
  60. 857b312 networks acceptance tests by Jon Perritt · 10 years ago
  61. 0219eba Acceptance tests for Keypair operations. by Ash Wilson · 10 years ago
  62. 20b4e87 Handy utility function. by Ash Wilson · 10 years ago
  63. 708e0ac remove redundant delete by Jon Perritt · 10 years ago
  64. a8372a7 Merge pull request #253 from smashwilson/rax-to-rs by jrperritt · 10 years ago
  65. 1904fce Fixed a usage of `utils.AuthOptions()`. by Ash Wilson · 10 years ago
  66. 4b33eea Whoops, a test case assumed OS_USER_ID is set. by Ash Wilson · 10 years ago
  67. b17536b Imports by Ash Wilson · 10 years ago
  68. 5d1c2c3 Update the README again. :lipstick: by Ash Wilson · 10 years ago
  69. a6ddde7 Backpedal in the acceptance tests. by Ash Wilson · 10 years ago
  70. a5b1a14 Delegates and acceptance tests for OS compute exts. by Ash Wilson · 10 years ago
  71. c7e088d Merge pull request #243 from smashwilson/rackspace-compute by jrperritt · 10 years ago
  72. 390555a Updating all refs to previous AuthOpions func by Jamie Hannaford · 10 years ago
  73. 146d3b6 Merge pull request #246 from jamiehannaford/os-neutron-fix by Ash Wilson · 10 years ago
  74. bb3a3fd Merge remote-tracking branch 'upstream/v0.2.0' into rackspace-compute by Ash Wilson · 10 years ago
  75. 5b32ca7 Make the compute acceptance tests sequential. by Ash Wilson · 10 years ago
  76. f36c430 Merge pull request #247 from jamiehannaford/script-fix by Ash Wilson · 10 years ago
  77. 1c5f553 Modifying README to use new script by Jamie Hannaford · 10 years ago
  78. e113fac Ensure that that all security groups are deleted by Jamie Hannaford · 10 years ago
  79. 2d48037 Adding more specific tags by Jamie Hannaford · 10 years ago
  80. fa046c9 Fixing acceptance tests which failed to clean up network resources by Jamie Hannaford · 10 years ago
  81. 90f87ba Acceptance test for server rebuilding. by Ash Wilson · 10 years ago
  82. 3525c64 t.Errorf -> t.Fatalf by Jon Perritt · 10 years ago
  83. 2a7797d fixes to get acceptance tests passing by Jon Perritt · 10 years ago
  84. 15e0f27 Touch up build tags. by Ash Wilson · 10 years ago
  85. 30ca05d Debugging log message. by Ash Wilson · 10 years ago
  86. 88bbde3 Acceptance test for rebooting a server. by Ash Wilson · 10 years ago
  87. 8679332 Acceptance test for changing the admin password. by Ash Wilson · 10 years ago
  88. 7e57141 Log more sensibly. by Ash Wilson · 10 years ago
  89. 74b9bcf Acceptance test for listing servers. by Ash Wilson · 10 years ago
  90. 260e088 bulk delete; finish updating common.Result structs by Jon Perritt · 10 years ago
  91. 0ce24ad rax bulk operations; results update [not working] by Jon Perritt · 10 years ago
  92. 33ed741 rax cdnobjects unit test by Jon Perritt · 10 years ago
  93. a77ba0d rax objects unit test; fix for creating object content by Jon Perritt · 10 years ago
  94. 8abd2c2 rax accounts, containers acceptance tests by Jon Perritt · 10 years ago
  95. 88074d5 Acceptance tests for Rackspace server create/delete. by Ash Wilson · 10 years ago
  96. fa02455 Merge pull request #242 from smashwilson/unbreak-acceptance by Jamie Hannaford · 10 years ago
  97. cf39273 Acceptance test for images.Get. by Ash Wilson · 10 years ago
  98. 1532f52 Acceptance test for image listing. by Ash Wilson · 10 years ago
  99. f595dc4 RS doesn't have a "changedSince" List option. by Ash Wilson · 10 years ago
  100. 8fecf33 Acceptance tests for flavor operations. by Ash Wilson · 10 years ago