1. 47cee0c add rackpsace/gophercloud commits by jrperritt · 9 years ago
  2. 64d0ef0 fix auth v2 unit tests by jrperritt · 9 years ago
  3. 29ae6b3 no naked returns in go; fix auth v3 unit tests by jrperritt · 9 years ago
  4. 69cc337 leave auth options untouched in authv3 by jrperritt · 9 years ago
  5. a33da23 more error types; RequestOptsBuilder error fixes by Jon Perritt · 9 years ago
  6. 376dfce openstack errors by Jon Perritt · 9 years ago
  7. 27249f4 rename imports: rackspace/gophercloud -> gophercloud/gophercloud by Jon Perritt · 9 years ago
  8. 6769c3b Merge pull request #471 from feiskyer/keystone by jrperritt · 9 years ago
  9. 5ef9a23 Support reauth on identity endpoints with a base path by alexcern · 9 years ago
  10. 0a866d9 Merge pull request #514 from chaolou/bug-fix-reauth by jrperritt · 9 years ago
  11. 75e8cc4 rename functions by Jamie Hannaford · 9 years ago
  12. f6e2926 add validate user's token method for v2 and bug fix for reauth by hzlouchao · 9 years ago
  13. 05d200d First crack at acceptance tests by Jamie Hannaford · 10 years ago
  14. 66803f0 Add identity admin client by feisky · 9 years ago
  15. 08b33d5 Build v3 auth scope from AuthOptions by Guillaume Giamarchi · 10 years ago
  16. b2663b2 Use service catalog to get services URLs by Guillaume Giamarchi · 10 years ago
  17. 1b2bafe fix recursive reauth failure by Masahiro Sano · 10 years ago
  18. 6fe7c40 include AuthOptions in ReauthFunc closure by Jon Perritt · 10 years ago
  19. b260acf only cache credentials if AllowReauth is set to true by Jon Perritt · 10 years ago
  20. f4052c6 OpenStack/Rackspace reauth functionality by Jon Perritt · 10 years ago
  21. 2491b4c Manual follow-on tweaks to get the build green again. by Ash Wilson · 10 years ago
  22. 35e27e4 stacks by Jon Perritt · 10 years ago
  23. ebd18ec openstack cdn client by Jon Perritt · 10 years ago
  24. 92c380c Provider: references in the OpenStack client. by Ash Wilson · 10 years ago
  25. bb5e981 'NewStorageClientV1' -> 'NewObjectStorageClientV1' by Jon Perritt · 10 years ago
  26. 61c49a5 More endpoint_location coverage. by Ash Wilson · 10 years ago
  27. 40095f0 Apply the OptsBuilder interface to tokens.Create() by Ash Wilson · 10 years ago
  28. 130a6e2 Move V3 endpoint location, too. by Ash Wilson · 10 years ago
  29. 405f310 Turn v2 EndpointURL into a ServiceCatalog method. by Ash Wilson · 10 years ago
  30. a844064 Move NormalizeURL to the root package. by Ash Wilson · 10 years ago
  31. 99541ab Set the ResourceBase for NewNetworkV2(). by Ash Wilson · 10 years ago
  32. f25ae37 Merge remote-tracking branch 'upstream/v0.2.0' into update-identity-v2 by Ash Wilson · 10 years ago
  33. 6cc0070 Openstack client tests now pass again. by Ash Wilson · 10 years ago
  34. 52fbd18 Update the token acquisition code. by Ash Wilson · 10 years ago
  35. 42e6d08 Merge pull request #220 from jrperritt/os-blockstorage by Ash Wilson · 10 years ago
  36. 63b2a29 Provide expires_at in test fixtures. by Ash Wilson · 10 years ago
  37. c5ee85e add block storage v1 client by Jon Perritt · 10 years ago
  38. ebc3d12 Merge remote-tracking branch 'upstream/v0.2.0' into paginate-compute by Ash Wilson · 10 years ago
  39. 7ea2958 Fixes to client setup and build tags by Jamie Hannaford · 10 years ago
  40. 5e57c1b Create an Openstack Compute client. by Ash Wilson · 10 years ago
  41. 3c8cc77 Change identity endpoints and services. by Ash Wilson · 10 years ago
  42. 6b35e50 Add an error return to the EachPage closure. by Ash Wilson · 10 years ago
  43. 566613e Consume the new pagination in openstack.Client. by Ash Wilson · 10 years ago
  44. aca58d8 Normalize endpoint URLs during endpoint location. by Ash Wilson · 10 years ago
  45. 509fbb6 add ApplyDefaults method for EndpointOpts by Jon Perritt · 10 years ago
  46. efac18b Rename "Interface" to "Availability". by Ash Wilson · 10 years ago
  47. 0747d7e Move the Interface type and its consts. by Ash Wilson · 10 years ago
  48. 09694b9 Ookay, last reshuffle. by Ash Wilson · 10 years ago
  49. e7da01c Lots of URL normalization. by Ash Wilson · 10 years ago
  50. a0c4c84 ChooseVersion prefers exact URL matches now. by Ash Wilson · 10 years ago
  51. 1cd3e69 Exercise the endpoint discovery code a little. by Ash Wilson · 10 years ago
  52. 9d9876b Identity v2 endpoint location. by Ash Wilson · 10 years ago
  53. 8e434bf Take out the reauth closure for now. by Ash Wilson · 10 years ago
  54. b8401a7 Provide endpoint discovery via closure for v3. by Ash Wilson · 10 years ago
  55. 11c9828 Use v2 identity in AuthenticatedClient. by Ash Wilson · 10 years ago
  56. ed6a1d8 Let's include the / in service endpoints. by Ash Wilson · 10 years ago
  57. a87ee06 Use general (Provider|Service)Client structs. by Ash Wilson · 10 years ago
  58. ccd020b Shuffle around authentication methods. by Ash Wilson · 10 years ago
  59. 773e6c3 Explicitly return a v3 endpoint on request. by Ash Wilson · 10 years ago
  60. 4dee1b8 Use version negotiation in openstack.NewClient(). by Ash Wilson · 10 years ago
  61. 6425a41 Clarify ServiceClient and ProviderClient. by Ash Wilson · 10 years ago
  62. 8ba8224 Stub out a provider-level Client for OpenStack. by Ash Wilson · 10 years ago