1. db0ae14 dsl struct tags; wip by Jon Perritt · 9 years ago
  2. f094fef more error types for compute v2 by Jon Perritt · 9 years ago
  3. 27249f4 rename imports: rackspace/gophercloud -> gophercloud/gophercloud by Jon Perritt · 9 years ago
  4. 370c430 Add support for forced delete by Ian Duffy · 9 years ago
  5. 4d6c6e7 remove duplicate test from bad merge by Kevin Pike · 10 years ago
  6. 9546f89 Merge branch 'personality' of https://github.com/doubledutch/gophercloud into personality by Kevin Pike · 10 years ago
  7. 25d4569 Merge branch 'personality' of github.com:doubledutch/gophercloud by Kevin Pike · 10 years ago
  8. b11111a Merge branch 'master' of https://github.com/rackspace/gophercloud into personality by Kevin Pike · 10 years ago
  9. a2bfaea use MarshalJSON by Kevin Pike · 10 years ago
  10. 4e5fdaf Naming convention and better parsing of Location by einarf · 10 years ago
  11. 2fc665e Added support for a server action to create a server image / snapshot by einarf · 10 years ago
  12. 92e10b5 Encapsulate Personality. Encode contents for user by Kevin Pike · 10 years ago
  13. b832838 Merge pull request #378 from jrperritt/list-server-addresses by jrperritt · 10 years ago
  14. b51ba9c return slice (!map) from ExtractNetworkAddresses by Jon Perritt · 10 years ago
  15. 04d073c openstack ListAddressesByNetwork op and unit test by Jon Perritt · 10 years ago
  16. 5cb4948 list server addresses operation and unit tests by Jon Perritt · 10 years ago
  17. d27a9c7 unit test for linked-page resource (servers) by Jon Perritt · 10 years ago
  18. 789f832 CreateMetadata -> ResetMetadata by Jon Perritt · 10 years ago
  19. 78c57ce Metadata -> Metadatum; Metadatas -> Metadata by Jon Perritt · 10 years ago
  20. cc77da6 server metadata operations and tests by Jon Perritt · 10 years ago
  21. 6c003d2 Successfully is a very difficult word to spell by Alex Gaynor · 10 years ago
  22. fa8fbeb Move the HandleFunc to fixtures so it can be reused easily by Alex Gaynor · 10 years ago
  23. 0160cff capitalization by Alex Gaynor · 10 years ago
  24. 7f3b06e Structure this correctly. by Alex Gaynor · 10 years ago
  25. 02c86a3 doh, wrong status code by Alex Gaynor · 10 years ago
  26. a72749e whoops, convert this to the right type by Alex Gaynor · 10 years ago
  27. 40449ed typo by Alex Gaynor · 10 years ago
  28. 3116817 whoops by Alex Gaynor · 10 years ago
  29. 810d489 first pass at a test by Alex Gaynor · 10 years ago
  30. 34732fe Adding DeleteResult for servers.Delete by Jamie Hannaford · 10 years ago
  31. a70510a Move HandleServerListSuccessfully() to fixtures, too. by Ash Wilson · 10 years ago
  32. 189c95c Move Get and Update mocks to fixtures. by Ash Wilson · 10 years ago
  33. 5f7cf18 Use an options struct for Resize. by Ash Wilson · 10 years ago
  34. acf49c6 Unit test for the Rebuild call. by Ash Wilson · 10 years ago
  35. 2295ba5 Unit test for server reboots. by Ash Wilson · 10 years ago
  36. 1c1eb88 Refactor out common password change responses. by Ash Wilson · 10 years ago
  37. 664fe33 Refactor common code from openstack tests. by Ash Wilson · 10 years ago
  38. d3532cd CheckServerEquals is no longer needed :fire: by Ash Wilson · 10 years ago
  39. e77ffb0 Begin moving compute fixtures into fixtures.go. by Ash Wilson · 10 years ago
  40. 8c072a3 Making server action result types more consistent by Jamie Hannaford · 10 years ago
  41. 304ab09 Moving 1 call to fake service client by Jamie Hannaford · 10 years ago
  42. 2aaf1a6 Moving calls to client helper while I'm at it by Jamie Hannaford · 10 years ago
  43. cf00172 Fixing broken test :mag: by Jamie Hannaford · 10 years ago
  44. 6c9eb60 Adding RebuildOpts to clarify arg ordering by Jamie Hannaford · 10 years ago
  45. 3a0e3b4 Unnecessary reference operator :fire: by Ash Wilson · 10 years ago
  46. dcbc8fb Use a struct for Update options, too. by Ash Wilson · 10 years ago
  47. 6a310e0 Use a concrete struct for server.Create options. by Ash Wilson · 10 years ago
  48. d27e0ff Use result structs for server requests. by Ash Wilson · 10 years ago
  49. 8deb38c Test RevertResize. by Ash Wilson · 10 years ago
  50. e2bffd5 Test ConfirmResize. by Ash Wilson · 10 years ago
  51. 45181f4 Test the Resize call. by Ash Wilson · 10 years ago
  52. 077f877 Reboot action test. by Ash Wilson · 10 years ago
  53. 8d368e9 Reboot action test. by Ash Wilson · 10 years ago
  54. fb99ec7 ChangeAdminPassword test. by Ash Wilson · 10 years ago
  55. 0aac3a8 servers.Update test case. by Ash Wilson · 10 years ago
  56. a612f1f Test the Get call. by Ash Wilson · 10 years ago
  57. aff3627 Server deletion test. by Ash Wilson · 10 years ago
  58. 3204d0d Server creation test. by Ash Wilson · 10 years ago
  59. ad21c71 Test servers.List. by Ash Wilson · 10 years ago