1. 0e5b92a diskconfig.Extract* functions. by Ash Wilson · 10 years ago
  2. 189c95c Move Get and Update mocks to fixtures. by Ash Wilson · 10 years ago
  3. 80387a0 Extended ResizeOpts test. by Ash Wilson · 10 years ago
  4. 5b50549 Test request body generation. by Ash Wilson · 10 years ago
  5. 5f14f54 It's "diskConfig", camelCase. by Ash Wilson · 10 years ago
  6. 6935a9b Extended create, rebuild and resize opts. by Ash Wilson · 10 years ago
  7. 5f7cf18 Use an options struct for Resize. by Ash Wilson · 10 years ago
  8. 0b61c25 Oops, left that build tag comment out. by Ash Wilson · 10 years ago
  9. 4176663 Delete operations. by Ash Wilson · 10 years ago
  10. bae65cd Test importing an existing key. by Ash Wilson · 10 years ago
  11. 10fede7 Write and test the Create call. by Ash Wilson · 10 years ago
  12. 4aaaa1e Implement "Get". Spend half an hour chasing a , by Ash Wilson · 10 years ago
  13. ad612f6 Test fixtures and a List function. by Ash Wilson · 10 years ago
  14. 0482daf I always feel silly writing tests for these. by Ash Wilson · 10 years ago
  15. adcc135 Unit tests for the delegates. by Ash Wilson · 10 years ago
  16. a5b1a14 Delegates and acceptance tests for OS compute exts. by Ash Wilson · 10 years ago
  17. c7e088d Merge pull request #243 from smashwilson/rackspace-compute by jrperritt · 10 years ago
  18. 77857dc Remove the `.Provider.` bit. by Ash Wilson · 10 years ago
  19. bb3a3fd Merge remote-tracking branch 'upstream/v0.2.0' into rackspace-compute by Ash Wilson · 10 years ago
  20. acf49c6 Unit test for the Rebuild call. by Ash Wilson · 10 years ago
  21. 2295ba5 Unit test for server reboots. by Ash Wilson · 10 years ago
  22. 1c1eb88 Refactor out common password change responses. by Ash Wilson · 10 years ago
  23. 664fe33 Refactor common code from openstack tests. by Ash Wilson · 10 years ago
  24. 2a7797d fixes to get acceptance tests passing by Jon Perritt · 10 years ago
  25. 15e0f27 Touch up build tags. by Ash Wilson · 10 years ago
  26. d3532cd CheckServerEquals is no longer needed :fire: by Ash Wilson · 10 years ago
  27. 69b144f Touch up os.Server tags. by Ash Wilson · 10 years ago
  28. 93757df Add WaitForStatus to OpenStack servers. by Ash Wilson · 10 years ago
  29. e77ffb0 Begin moving compute fixtures into fixtures.go. by Ash Wilson · 10 years ago
  30. 262bcc8 Update a last few stale references. by Ash Wilson · 10 years ago
  31. 52c18ac Merge remote-tracking branch 'upstream/v0.2.0' into stale-refs by Ash Wilson · 10 years ago
  32. 01c1efe Separating rebuild result type from other actions by Jamie Hannaford · 10 years ago
  33. 8c072a3 Making server action result types more consistent by Jamie Hannaford · 10 years ago
  34. b8b16f8 Base a pagination.PageResult on gophercloud.Result. by Ash Wilson · 10 years ago
  35. d3dc254 Rename Result.Resp to Result.Body. by Ash Wilson · 10 years ago
  36. f548aad Rename gophercloud.CommonResult references. by Ash Wilson · 10 years ago
  37. 304ab09 Moving 1 call to fake service client by Jamie Hannaford · 10 years ago
  38. 2aaf1a6 Moving calls to client helper while I'm at it by Jamie Hannaford · 10 years ago
  39. cf00172 Fixing broken test :mag: by Jamie Hannaford · 10 years ago
  40. bfe33b2 Adding list options to servers by Jamie Hannaford · 10 years ago
  41. 5986bb4 Merge pull request #238 from jamiehannaford/server-rebuild-opts by Ash Wilson · 10 years ago
  42. dcb8c27 Whoops, struct tags are not needed :squirrel: by Jamie Hannaford · 10 years ago
  43. 6c9eb60 Adding RebuildOpts to clarify arg ordering by Jamie Hannaford · 10 years ago
  44. 26780d5 'To*String' -> 'To*Query' by Jon Perritt · 10 years ago
  45. c5679eb flavors listURL unit test by Jon Perritt · 10 years ago
  46. 2082ce3 'testhelper' -> 'th' by Jon Perritt · 10 years ago
  47. 04851d3 consistency updates; struct opts -> interface opts (networking, compute) by Jon Perritt · 10 years ago
  48. 8204821 UpdateOptsLike -> UpdateOptsBuilder by Jon Perritt · 10 years ago
  49. b8764b6 NextPageURL unit test (v2/images) by Jon Perritt · 10 years ago
  50. 703bfc0 unit tests for urls (v2/servers) by Jon Perritt · 10 years ago
  51. 7adfd54 unit tests for urls (v2/flavors) by Jon Perritt · 10 years ago
  52. ef168e6 unit tests and consistency checks for v2/images by Jon Perritt · 10 years ago
  53. 9af0385 consistency changes by Jon Perritt · 10 years ago
  54. a581acd Removing unnecessary conditionals from compute service by Jamie Hannaford · 10 years ago
  55. 378e1d3 Correct package comment by Jamie Hannaford · 10 years ago
  56. 3a0e3b4 Unnecessary reference operator :fire: by Ash Wilson · 10 years ago
  57. 2206a11 Call it "CreateOptsBuilder". by Ash Wilson · 10 years ago
  58. e45c973 ReqBody -> Map by Ash Wilson · 10 years ago
  59. 59425db Let's call it "ToServerXyzReqBody". by Ash Wilson · 10 years ago
  60. dcbc8fb Use a struct for Update options, too. by Ash Wilson · 10 years ago
  61. 6a310e0 Use a concrete struct for server.Create options. by Ash Wilson · 10 years ago
  62. 397c78b Rename ListPage to ServerPage. by Ash Wilson · 10 years ago
  63. 501b4f3 Rename ListPage to ImagePage. by Ash Wilson · 10 years ago
  64. 31f6bde Rename getFooURL to fooURL. by Ash Wilson · 10 years ago
  65. 0d2c242 Rename ListPage to FlavorPage. by Ash Wilson · 10 years ago
  66. 71ff2fe Use links for images and servers, too. by Ash Wilson · 10 years ago
  67. 7aca3cb Use links to page Flavors, not marker. by Ash Wilson · 10 years ago
  68. f57381e Right, that's a smarter way to share a method. by Ash Wilson · 10 years ago
  69. d27e0ff Use result structs for server requests. by Ash Wilson · 10 years ago
  70. d2f8703 Use CommonResult for images. by Ash Wilson · 10 years ago
  71. 8a8b86f Use CommonResult in flavors. by Ash Wilson · 10 years ago
  72. 8deb38c Test RevertResize. by Ash Wilson · 10 years ago
  73. e2bffd5 Test ConfirmResize. by Ash Wilson · 10 years ago
  74. 45181f4 Test the Resize call. by Ash Wilson · 10 years ago
  75. 077f877 Reboot action test. by Ash Wilson · 10 years ago
  76. 8d368e9 Reboot action test. by Ash Wilson · 10 years ago
  77. fb99ec7 ChangeAdminPassword test. by Ash Wilson · 10 years ago
  78. 0aac3a8 servers.Update test case. by Ash Wilson · 10 years ago
  79. a612f1f Test the Get call. by Ash Wilson · 10 years ago
  80. aff3627 Server deletion test. by Ash Wilson · 10 years ago
  81. 3204d0d Server creation test. by Ash Wilson · 10 years ago
  82. ad21c71 Test servers.List. by Ash Wilson · 10 years ago
  83. 4b54884 Test images.Get. by Ash Wilson · 10 years ago
  84. faf006d images.List test case. by Ash Wilson · 10 years ago
  85. b60b38c Add a flavors.Get test. by Ash Wilson · 10 years ago
  86. ae60961 Add flavors_links to the List result. by Ash Wilson · 10 years ago
  87. 32be7e1 Unit test flavors.List(). by Ash Wilson · 10 years ago
  88. dc7daa8 Clarify which statuses are reached at which points. by Ash Wilson · 10 years ago
  89. 7ddf036 Implement images.Get(). Image tests now pass. by Ash Wilson · 10 years ago
  90. 1225939 The server test passes again. by Ash Wilson · 10 years ago
  91. fd04379 Rename ListResult(s) to ListPage. by Ash Wilson · 10 years ago
  92. 01626a3 Use clients and pagination for Servers, too. by Ash Wilson · 10 years ago
  93. 9ccf9b6 Ditto for Images. by Ash Wilson · 10 years ago
  94. 16e75ef Use ServiceClient and pagination in Flavor operations. by Ash Wilson · 10 years ago
  95. a286795 Merge remote-tracking branch 'upstream/v0.2.0' into identity-v3 by Ash Wilson · 10 years ago
  96. c8fc6ea Moving compute resources into version dir by Jamie Hannaford · 10 years ago
  97. 2ebb21c Finish the identity.AuthOptions removal. :fire: by Ash Wilson · 10 years ago
  98. 5eb55b1 add versioning to identity; add generic 'client' function by Jon Perritt · 10 years ago
  99. a7f7047 Merge pull request #160 from jrperritt/cf-refactor by Samuel A. Falvo II · 11 years ago
  100. 38c6ad0 Complete Flavors sub-API. by Samuel A. Falvo II · 11 years ago