1. 720c83c Completely original and in no way copy-paste tests by Ash Wilson · 10 years ago
  2. 0219eba Acceptance tests for Keypair operations. by Ash Wilson · 10 years ago
  3. 7bbfed0 I always forget to delegate the Extract function. by Ash Wilson · 10 years ago
  4. 20b4e87 Handy utility function. by Ash Wilson · 10 years ago
  5. 0b96c61 Let's start with the naive thing. by Ash Wilson · 10 years ago
  6. 8ec43af Merge pull request #254 from jrperritt/remove-redundant-delete by Ash Wilson · 10 years ago
  7. 708e0ac remove redundant delete by Jon Perritt · 10 years ago
  8. a8372a7 Merge pull request #253 from smashwilson/rax-to-rs by jrperritt · 10 years ago
  9. 1904fce Fixed a usage of `utils.AuthOptions()`. by Ash Wilson · 10 years ago
  10. 4b33eea Whoops, a test case assumed OS_USER_ID is set. by Ash Wilson · 10 years ago
  11. b17536b Imports by Ash Wilson · 10 years ago
  12. 5d1c2c3 Update the README again. :lipstick: by Ash Wilson · 10 years ago
  13. 88cf81c Merge pull request #249 from smashwilson/os-keypairs by jrperritt · 10 years ago
  14. a6ddde7 Backpedal in the acceptance tests. by Ash Wilson · 10 years ago
  15. e447449 Change RAX_ to RS_ and accept OS_. by Ash Wilson · 10 years ago
  16. 4176663 Delete operations. by Ash Wilson · 10 years ago
  17. bae65cd Test importing an existing key. by Ash Wilson · 10 years ago
  18. 10fede7 Write and test the Create call. by Ash Wilson · 10 years ago
  19. 4aaaa1e Implement "Get". Spend half an hour chasing a , by Ash Wilson · 10 years ago
  20. ad612f6 Test fixtures and a List function. by Ash Wilson · 10 years ago
  21. 0482daf I always feel silly writing tests for these. by Ash Wilson · 10 years ago
  22. adcc135 Unit tests for the delegates. by Ash Wilson · 10 years ago
  23. a5b1a14 Delegates and acceptance tests for OS compute exts. by Ash Wilson · 10 years ago
  24. e407cdd Merge pull request #252 from smashwilson/missed-one by Ash Wilson · 10 years ago
  25. a93ac3f This fixes the build :point_up: by Ash Wilson · 10 years ago
  26. c7e088d Merge pull request #243 from smashwilson/rackspace-compute by jrperritt · 10 years ago
  27. 7e2d23e Merge pull request #250 from jamiehannaford/auth-utils by Ash Wilson · 10 years ago
  28. 390555a Updating all refs to previous AuthOpions func by Jamie Hannaford · 10 years ago
  29. a49b374 It's useful to have the right package name by Jamie Hannaford · 10 years ago
  30. 53da316 Update Keystone v3 to use new util location by Jamie Hannaford · 10 years ago
  31. ee049ec Moving util function into root package to avoid import cycle by Jamie Hannaford · 10 years ago
  32. 6adb125 Update Keystone v3 usage by Jamie Hannaford · 10 years ago
  33. 60ab6c8 Rename utils.go to auth_env.go by Jamie Hannaford · 10 years ago
  34. 9272104 Adding utils file to retrieve env vars for Rackspace auth by Jamie Hannaford · 10 years ago
  35. e871b9b Merge pull request #248 from smashwilson/embed-provider by Jamie Hannaford · 10 years ago
  36. 146d3b6 Merge pull request #246 from jamiehannaford/os-neutron-fix by Ash Wilson · 10 years ago
  37. 13e7dc2 Last few references. by Ash Wilson · 10 years ago
  38. ea8c7f3 :fire: :fire: :fire: by Ash Wilson · 10 years ago
  39. 407cfa3 :fire: more manual ServiceClient fixtures. by Ash Wilson · 10 years ago
  40. 92c380c Provider: references in the OpenStack client. by Ash Wilson · 10 years ago
  41. ff899c1 Use the fake ServiceClient from testhelper. by Ash Wilson · 10 years ago
  42. d7f73e9 More .Provider references in OS identity v3. by Ash Wilson · 10 years ago
  43. 77857dc Remove the `.Provider.` bit. by Ash Wilson · 10 years ago
  44. 55bbaaf Embed the ProviderClient struct in ServiceClient. by Ash Wilson · 10 years ago
  45. bb3a3fd Merge remote-tracking branch 'upstream/v0.2.0' into rackspace-compute by Ash Wilson · 10 years ago
  46. 5b32ca7 Make the compute acceptance tests sequential. by Ash Wilson · 10 years ago
  47. f36c430 Merge pull request #247 from jamiehannaford/script-fix by Ash Wilson · 10 years ago
  48. 1c5f553 Modifying README to use new script by Jamie Hannaford · 10 years ago
  49. 52b266e Disabling parallel package test runs and adding verbose flag by Jamie Hannaford · 10 years ago
  50. e113fac Ensure that that all security groups are deleted by Jamie Hannaford · 10 years ago
  51. 2d48037 Adding more specific tags by Jamie Hannaford · 10 years ago
  52. fa046c9 Fixing acceptance tests which failed to clean up network resources by Jamie Hannaford · 10 years ago
  53. 82a6bba Adding additional validation for LBaaS monitor delays and timeouts by Jamie Hannaford · 10 years ago
  54. 90f87ba Acceptance test for server rebuilding. by Ash Wilson · 10 years ago
  55. acf49c6 Unit test for the Rebuild call. by Ash Wilson · 10 years ago
  56. 2295ba5 Unit test for server reboots. by Ash Wilson · 10 years ago
  57. 4e2a178 Merge pull request #235 from jrperritt/cloud-files by Ash Wilson · 10 years ago
  58. 1c1eb88 Refactor out common password change responses. by Ash Wilson · 10 years ago
  59. 3525c64 t.Errorf -> t.Fatalf by Jon Perritt · 10 years ago
  60. 664fe33 Refactor common code from openstack tests. by Ash Wilson · 10 years ago
  61. 2a7797d fixes to get acceptance tests passing by Jon Perritt · 10 years ago
  62. 7a20cc9 Unit test for server creation. by Ash Wilson · 10 years ago
  63. 15e0f27 Touch up build tags. by Ash Wilson · 10 years ago
  64. 30ca05d Debugging log message. by Ash Wilson · 10 years ago
  65. b8da719 I'm almost certain @jrperritt said this was okay by Ash Wilson · 10 years ago
  66. 88bbde3 Acceptance test for rebooting a server. by Ash Wilson · 10 years ago
  67. d3532cd CheckServerEquals is no longer needed :fire: by Ash Wilson · 10 years ago
  68. e846e17 Unit test for changing the admin password. by Ash Wilson · 10 years ago
  69. 8679332 Acceptance test for changing the admin password. by Ash Wilson · 10 years ago
  70. 7e57141 Log more sensibly. by Ash Wilson · 10 years ago
  71. 69c0874 Fixtures and unit tests for server calls. by Ash Wilson · 10 years ago
  72. bee34e2 Delegate the ExtractServers call. by Ash Wilson · 10 years ago
  73. fa7c755 Check exact page counts in unit tests. by Ash Wilson · 10 years ago
  74. 69b144f Touch up os.Server tags. by Ash Wilson · 10 years ago
  75. 74b9bcf Acceptance test for listing servers. by Ash Wilson · 10 years ago
  76. 4e034de (Assert|Check)DeepEquals now show diffs! by Ash Wilson · 10 years ago
  77. 260e088 bulk delete; finish updating common.Result structs by Jon Perritt · 10 years ago
  78. 0ce24ad rax bulk operations; results update [not working] by Jon Perritt · 10 years ago
  79. d846fe0 update result to be 'gophercloud.CommonResult' by Jon Perritt · 10 years ago
  80. 33ed741 rax cdnobjects unit test by Jon Perritt · 10 years ago
  81. a77ba0d rax objects unit test; fix for creating object content by Jon Perritt · 10 years ago
  82. 8abd2c2 rax accounts, containers acceptance tests by Jon Perritt · 10 years ago
  83. 4fcbfaa '*Opts' -> '*OptsBuilder' by Jon Perritt · 10 years ago
  84. 0ba5a56 rax cdn unit tests by Jon Perritt · 10 years ago
  85. b5c7812 cdn operations; unit test stubs by Jon Perritt · 10 years ago
  86. ccc2e94 rax object storage and cdn clients by Jon Perritt · 10 years ago
  87. bb5e981 'NewStorageClientV1' -> 'NewObjectStorageClientV1' by Jon Perritt · 10 years ago
  88. 457f8ca unit tests for delegated functions; factor out common test http handlers into 'fixtures.go' files by Jon Perritt · 10 years ago
  89. 0e28b11 rax cloud files delegation requests by Jon Perritt · 10 years ago
  90. 88074d5 Acceptance tests for Rackspace server create/delete. by Ash Wilson · 10 years ago
  91. e596398 Direct delegates for Rackspace server requests. by Ash Wilson · 10 years ago
  92. 93757df Add WaitForStatus to OpenStack servers. by Ash Wilson · 10 years ago
  93. 9b762e7 Unit test for Rackspace image GET. by Ash Wilson · 10 years ago
  94. d550654 Fixtures and unit tests for Rackspace images. by Ash Wilson · 10 years ago
  95. e8192ac Debugging function to pretty-print results. 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. 3194703 Stub delegates for image queries. by Ash Wilson · 10 years ago
  100. 9751fed Test flavors.Get. by Ash Wilson · 10 years ago