1. 32c0e8d Implement endpoints.List(). by Ash Wilson · 10 years ago
  2. 989ce54 Implement endpoints.Create. by Ash Wilson · 10 years ago
  3. bdfc330 Unit tests for Endpoint CRUD operations. by Ash Wilson · 10 years ago
  4. 0a997f8 Generate Endpoint service URLs. by Ash Wilson · 10 years ago
  5. d24786d Delete services, too. by Ash Wilson · 10 years ago
  6. d1b7213 Update existing Services. by Ash Wilson · 10 years ago
  7. b112997 Implement and test the Service Info call. by Ash Wilson · 10 years ago
  8. fd794d5 Acceptance test that enumerates services. by Ash Wilson · 10 years ago
  9. 2f5dd1f List the services available from an endpoint. by Ash Wilson · 10 years ago
  10. ed6a1d8 Let's include the / in service endpoints. by Ash Wilson · 10 years ago
  11. 9d9fb10 Update acceptance tests to match. by Ash Wilson · 10 years ago
  12. a87ee06 Use general (Provider|Service)Client structs. by Ash Wilson · 10 years ago
  13. c6372fe Trim unused fields out of (Provider|Service)Client. by Ash Wilson · 10 years ago
  14. 49f0f56 Remove some fields from ProviderClient. by Ash Wilson · 10 years ago
  15. c25ae60 Missed an acceptance test tag. by Ash Wilson · 10 years ago
  16. 001cfa5 Fix tests. by Ash Wilson · 10 years ago
  17. 33c85f4 Acceptance test for creating authenticated clients. by Ash Wilson · 10 years ago
  18. 4215691 Acceptance test for token generation. by Ash Wilson · 10 years ago
  19. e646c74 Extrapolate OS_ env vars for other auth options. by Ash Wilson · 10 years ago
  20. 72f7dfb The version endpoint returns a 300. by Ash Wilson · 10 years ago
  21. ccd020b Shuffle around authentication methods. by Ash Wilson · 10 years ago
  22. 6e87003 Generate a URL for a specific Service resource. by Ash Wilson · 10 years ago
  23. 773e6c3 Explicitly return a v3 endpoint on request. by Ash Wilson · 10 years ago
  24. b73b7f8 Implement and test service creation. by Ash Wilson · 10 years ago
  25. 4dee1b8 Use version negotiation in openstack.NewClient(). by Ash Wilson · 10 years ago
  26. aef9dc5 Don't use experimental versions. by Ash Wilson · 10 years ago
  27. c436020 Choose a version from an API base endpoint. by Ash Wilson · 10 years ago
  28. 0545143 Oops, wrong package name. by Ash Wilson · 10 years ago
  29. 131b775 Authentication at the identity client level. by Ash Wilson · 10 years ago
  30. 6425a41 Clarify ServiceClient and ProviderClient. by Ash Wilson · 10 years ago
  31. 89466cc Rename ServiceClient to ProviderClient. by Ash Wilson · 10 years ago
  32. 0ab4d61 Move setup() and teardown() into testhelper, too. by Ash Wilson · 10 years ago
  33. 46d913f And all of the rest of the token operations. by Ash Wilson · 10 years ago
  34. e058e34 Parse token expiration from the response. by Ash Wilson · 10 years ago
  35. 4a52e2a Extract the new token from headers. by Ash Wilson · 10 years ago
  36. aed3db4 Test the rest of the failure cases for Create. by Ash Wilson · 10 years ago
  37. a8855ff First batch of failure cases. by Ash Wilson · 10 years ago
  38. 1fde616 Unit tests for various Scopes. by Ash Wilson · 10 years ago
  39. 053fcb0 Test Create with only a TokenID. by Ash Wilson · 10 years ago
  40. d8da9e4 Test Username+DomainName+Password. by Ash Wilson · 10 years ago
  41. 417d922 Test Username+DomainID+Password auth. by Ash Wilson · 10 years ago
  42. cde6812 Tests and bug fixes for UserID + Password. by Ash Wilson · 10 years ago
  43. 9e3f715 Pretty-print JSON when inconsistencies arise. by Ash Wilson · 10 years ago
  44. b482d54 A wild test appears! It's super effective! by Ash Wilson · 10 years ago
  45. 8ba8224 Stub out a provider-level Client for OpenStack. by Ash Wilson · 10 years ago
  46. dd580ce Make another package for unit testing helpers. by Ash Wilson · 10 years ago
  47. e555086 Break the import cycle :wrench: by Ash Wilson · 10 years ago
  48. 8a85a91 Authenticate by creating an identity/v3 Client. by Ash Wilson · 10 years ago
  49. d5f2f2d Screw it exporting. by Ash Wilson · 10 years ago
  50. a192008 Move the TokenCreateResult type to its own file. by Ash Wilson · 10 years ago
  51. 2a32580 Move errors to their own source file. by Ash Wilson · 10 years ago
  52. b6943e0 TokenID(), not GetTokenID(). by Ash Wilson · 10 years ago
  53. 85d8265 The first identity v3 request. by Ash Wilson · 10 years ago
  54. 70dfe0c gophercloud-wide authentication types. by Ash Wilson · 10 years ago
  55. dda0f99 Package docs linter :lipstick: by Ash Wilson · 10 years ago
  56. fd4fe57 Merge pull request #187 from jrperritt/v0.2.0 by Ash Wilson · 10 years ago
  57. 8ef2153 update README for v0.2.0 by Jon Perritt · 10 years ago
  58. 4563a98 remove unused files from previous version; they are confusing people. by Jon Perritt · 10 years ago
  59. a19be19 Merge pull request #184 from jrperritt/v0.2.0 by Samuel A. Falvo II · 10 years ago
  60. 5f4b5c2 move 'NewClient' function to 'utils' directory by Jon Perritt · 10 years ago
  61. 55fa818 Merge pull request #183 from jrperritt/cf-change-reader-to-interface by Samuel A. Falvo II · 10 years ago
  62. aab1fcd move 'NewClient' to function by Jon Perritt · 10 years ago
  63. a7b7e8f Merge pull request #181 from jrperritt/os-identity-endpoint-fix by Ash Wilson · 10 years ago
  64. e1ce298 return error if no endpoint found by Jon Perritt · 10 years ago
  65. a8c3b81 don't use region environment variable by Jon Perritt · 10 years ago
  66. 6e89878 change name of 'ClientOpts' to 'EndpointOpts' by Jon Perritt · 10 years ago
  67. 8cff5cf add comments by Jon Perritt · 10 years ago
  68. 5eb55b1 add versioning to identity; add generic 'client' function by Jon Perritt · 10 years ago
  69. 884e031 make object's 'Content' type more generic (from *bytes.Reader to io.Reader) by Jon Perritt · 10 years ago
  70. 31cdefd Merge pull request #172 from jrperritt/fix-os-identity-format by Samuel A. Falvo II · 10 years ago
  71. a7099c6 fix format of result of extensions query and related functions by Jon Perritt · 10 years ago
  72. e76ade7 testing identity extensions by Jon Perritt · 10 years ago
  73. 28cadc2 Refactor storage test to use new package by Samuel A. Falvo II · 10 years ago
  74. 43d8353 Refactor compute acceptance tests to prep for extensions tests by Samuel A. Falvo II · 10 years ago
  75. ad023dc Merge branch 'master' into v0.2.0 by Samuel A. Falvo II · 11 years ago
  76. 2dd7d2f go run-style acceptance tests now requires build tags by Samuel A. Falvo II · 11 years ago
  77. 40444fb Fix #168 - prevent panic when calling ServerById() on non-existent resource by Samuel A. Falvo II · 11 years ago
  78. 9f90f77 Add negative test to acceptance test by Samuel A. Falvo II · 11 years ago
  79. 6292745 Add negative test to 0.1.x acceptance test by Samuel A. Falvo II · 11 years ago
  80. 5fd033b Merge pull request #165 from zinic/master by Samuel A. Falvo II · 11 years ago
  81. e2bc702 Inspect response code on authenticate for correct handling of authentication failures and unexpected status code returns. by John Hopper · 11 years ago
  82. 02f272d Merge pull request #164 from mnaser/patch-1 by Samuel A. Falvo II · 11 years ago
  83. 15f7ac7 Update api_fetch.go by Mohammed Naser · 11 years ago
  84. 90cf7c2 Merge pull request #163 from sivel/access-nil-pointer by Samuel A. Falvo II · 11 years ago
  85. 3927d84 Prevent panic on incorrect auth by Matt Martz · 11 years ago
  86. a7f7047 Merge pull request #160 from jrperritt/cf-refactor by Samuel A. Falvo II · 11 years ago
  87. bef727e comment types; remove ok codes by Jon Perritt · 11 years ago
  88. 38c6ad0 Complete Flavors sub-API. by Samuel A. Falvo II · 11 years ago
  89. eb57564 change from 'Get' to 'Extract'; decrease dependence on perigee by Jon Perritt · 11 years ago
  90. c19adea make object and container types generic by Jon Perritt · 11 years ago
  91. b6b1d02 add versioning by Jon Perritt · 11 years ago
  92. 3055864 go fmt by Jon Perritt · 11 years ago
  93. 49d7a64 merging in changes from v0.2.0 branch by Jon Perritt · 11 years ago
  94. 2285a42 Merge pull request #159 from polvi/config_drive by Samuel A. Falvo II · 11 years ago
  95. 1800d8f feat(config_drive): add config drive support by Alex Polvi · 11 years ago
  96. 816d2a0 openstack object storage v02.0 by Jon Perritt · 11 years ago
  97. 808bb63 Add remaining server actions, except create image. by Samuel A. Falvo II · 11 years ago
  98. 41c9f61 Add server action: reboot server by Samuel A. Falvo II · 11 years ago
  99. ca5f9a3 Add server action: change admin password by Samuel A. Falvo II · 11 years ago
  100. d4fc90f Merge pull request #138 from rackspace/sg-default-rules by Samuel A. Falvo II · 11 years ago