1. fc4191f Use a method to change the CreatePage function. by Ash Wilson · 10 years ago
  2. c72e362 Refactor tokens to use build tag fixtures. by Ash Wilson · 10 years ago
  3. c38c4a5 script/cibuild for Travis. by Ash Wilson · 10 years ago
  4. 0d81927 Test script shuffle. by Ash Wilson · 10 years ago
  5. 72f702b Acceptance test for rack/ident/2/tenants. by Ash Wilson · 10 years ago
  6. 94af38d rackspace/identity/v2/tenants delegation and test. by Ash Wilson · 10 years ago
  7. 55f89b8 Refactor os/identity/v2/tenants fixtures. by Ash Wilson · 10 years ago
  8. f4d6363 Delegates and unit tests for identity/extensions. by Ash Wilson · 10 years ago
  9. 59886a7 Override the List call without reimplementing. by Ash Wilson · 10 years ago
  10. 5bc7ba8 Open up the Pager struct a little. by Ash Wilson · 10 years ago
  11. bab89ef Explicit AuthenticateV2 function. by Ash Wilson · 10 years ago
  12. 0d86a3e Default the endpoint in rackspace.NewClient(). by Ash Wilson · 10 years ago
  13. 54ce2f4 Acceptance test for authing a Rackspace client. by Ash Wilson · 10 years ago
  14. fddb98a Add a quick unit test for authentication. by Ash Wilson · 10 years ago
  15. 61c49a5 More endpoint_location coverage. by Ash Wilson · 10 years ago
  16. fc1af5a Coverage for V2EndpointURL. by Ash Wilson · 10 years ago
  17. 9e172e8 Client creation and auth for Rackspace. by Ash Wilson · 10 years ago
  18. 2239724 Override request body generation for API keys. by Ash Wilson · 10 years ago
  19. 40095f0 Apply the OptsBuilder interface to tokens.Create() by Ash Wilson · 10 years ago
  20. 54b0382 Delegate to OS for Rackspace Identity. by Ash Wilson · 10 years ago
  21. d2d49c4 Export and rename the CreateURL function. by Ash Wilson · 10 years ago
  22. 1cf4d5f Remove APIKey authentication from openstack/. by Ash Wilson · 10 years ago
  23. 130a6e2 Move V3 endpoint location, too. by Ash Wilson · 10 years ago
  24. 5c0161c Let's expose it in openstack/ instead. by Ash Wilson · 10 years ago
  25. 405f310 Turn v2 EndpointURL into a ServiceCatalog method. by Ash Wilson · 10 years ago
  26. a844064 Move NormalizeURL to the root package. by Ash Wilson · 10 years ago
  27. c388f65 Merge pull request #225 from jamiehannaford/code-structure by Ash Wilson · 10 years ago
  28. 7eac89e Merge pull request #226 from jamiehannaford/new-readme by Ash Wilson · 10 years ago
  29. 765cae4 Merge pull request #222 from jamiehannaford/lint-fixes by Ash Wilson · 10 years ago
  30. b4b70f6 Small fixes to mailto: links by Jamie Hannaford · 10 years ago
  31. 2b7bf77 Adding links and correcting samples by Jamie Hannaford · 10 years ago
  32. 4eb3f96 Spring cleaning our README - adding relevant sections and community info by Jamie Hannaford · 10 years ago
  33. f75fce8 Remove old rackspace folder by Jamie Hannaford · 10 years ago
  34. e65621f Removing merge conflicts :fist: by Jamie Hannaford · 10 years ago
  35. 22ec479 Changes based on code review by Jamie Hannaford · 10 years ago
  36. c9cdc8f Fixes to object docs and tests by Jamie Hannaford · 10 years ago
  37. 4ff7996 Fixes to object storage docs and tests by Jamie Hannaford · 10 years ago
  38. 496ad13 Modifying test to use new fake service clients by Jamie Hannaford · 10 years ago
  39. 724e730 Amending doc.go of package to be more helpful by Jamie Hannaford · 10 years ago
  40. 378e1d3 Correct package comment by Jamie Hannaford · 10 years ago
  41. f7a898f Adding a missing comment by Jamie Hannaford · 10 years ago
  42. d8275bb Adding missing doc comments for block storage by Jamie Hannaford · 10 years ago
  43. 5247027 Updating package comment to start with 'package' and remove old terms by Jamie Hannaford · 10 years ago
  44. 35c91a6 Adding missing comments to networks by Jamie Hannaford · 10 years ago
  45. c7c49a7 Adding missign comments to provider ext by Jamie Hannaford · 10 years ago
  46. 84a140f Adding missign comments to LBaaS ext by Jamie Hannaford · 10 years ago
  47. ffcd679 Adding comments to external ext by Jamie Hannaford · 10 years ago
  48. cb12ee6 Adding params comments and tweaking map assignment by Jamie Hannaford · 10 years ago
  49. 4e98b87 Renaming erroneous test files by Jamie Hannaford · 10 years ago
  50. 2ff3ea9 Renaming erroneous test files by Jamie Hannaford · 10 years ago
  51. 6b3ac76 Merge pull request #219 from smashwilson/update-identity-v2 by jrperritt · 10 years ago
  52. b4c8c6f Networking URL construction no longer adds /v2.0 by Ash Wilson · 10 years ago
  53. 99541ab Set the ResourceBase for NewNetworkV2(). by Ash Wilson · 10 years ago
  54. a087050 Oh right, networking/extensions tests need 2.0. by Ash Wilson · 10 years ago
  55. 136b6b4 go get everything in one fell swoop. by Ash Wilson · 10 years ago
  56. f25ae37 Merge remote-tracking branch 'upstream/v0.2.0' into update-identity-v2 by Ash Wilson · 10 years ago
  57. f2f6c0a Add a shim in the networking delegate. by Ash Wilson · 10 years ago
  58. 4238032 Add a distinct ResourceBase to ServiceClient. by Ash Wilson · 10 years ago
  59. 541fa55 Merge pull request #210 from jamiehannaford/os-network-v2-ext by Ash Wilson · 10 years ago
  60. f96c7c3 Adding fake client file by Jamie Hannaford · 10 years ago
  61. 58b008f Updating tests to use new import path by Jamie Hannaford · 10 years ago
  62. c80bcc0 Moving fake client to new package to avoid import cycle by Jamie Hannaford · 10 years ago
  63. e3bb3f6 Moving to option interfaces by Jamie Hannaford · 10 years ago
  64. 5872fea Test the Get call against a real extension. by Ash Wilson · 10 years ago
  65. e9a0089 Acceptance test for the extensions endpoint. by Ash Wilson · 10 years ago
  66. f0af226 Extensions no longer appends the version. by Ash Wilson · 10 years ago
  67. fbedc67 Override the ExtractExtensions function. by Ash Wilson · 10 years ago
  68. 05e4107 Export the Extensions URL functions for overriding. by Ash Wilson · 10 years ago
  69. a493187 Remove version from the extensions resource URLs. by Ash Wilson · 10 years ago
  70. 7c8b138 Some output tweaking. by Ash Wilson · 10 years ago
  71. f4aee1e Acceptance test for tenants2.List. by Ash Wilson · 10 years ago
  72. 739a6cc Whoops, that file should be tagged. by Ash Wilson · 10 years ago
  73. 8018c39 Acceptance test for v2 token generation. by Ash Wilson · 10 years ago
  74. 3431e56 Use testhelper methods in client_test. by Ash Wilson · 10 years ago
  75. db84d5d s/testhelper/th/ by Ash Wilson · 10 years ago
  76. 6cc0070 Openstack client tests now pass again. by Ash Wilson · 10 years ago
  77. a1fb134 Rackspace monitoring no longer built. :fire: by Ash Wilson · 10 years ago
  78. 3da7d70 Obsolete code. :fire: by Ash Wilson · 10 years ago
  79. 52fbd18 Update the token acquisition code. by Ash Wilson · 10 years ago
  80. 632fb4d Merge pull request #209 from smashwilson/map-no-more by jrperritt · 10 years ago
  81. 9a1ac66 Remove the original, flat v2 code. by Ash Wilson · 10 years ago
  82. 9d085a8 Unit test the tenants List call. by Ash Wilson · 10 years ago
  83. 42e6d08 Merge pull request #220 from jrperritt/os-blockstorage by Ash Wilson · 10 years ago
  84. 8d26258 use 'MaybeXXXX' functions in gophercloud package by Jon Perritt · 10 years ago
  85. 0871a81 use ListOpts if provided by Jon Perritt · 10 years ago
  86. 27d29e2 Test token creation failure conditions. by Ash Wilson · 10 years ago
  87. 29f2317 TenantName and TenantID tests. by Ash Wilson · 10 years ago
  88. aa197a9 Happy-path unit tests for token creation. by Ash Wilson · 10 years ago
  89. ab48bbc Move the ServiceCatalog into the token resource. by Ash Wilson · 10 years ago
  90. c3e5388 Merge pull request #212 from smashwilson/identity-v3-conformity by Ash Wilson · 10 years ago
  91. 318666f Delegate to common from networking, too. by Ash Wilson · 10 years ago
  92. ad13c42 Delegate identity v2 extensions to common. by Ash Wilson · 10 years ago
  93. 8e1fc8d Documentation tweak :lipstick: by Ash Wilson · 10 years ago
  94. 61dcb02 Move the extensions resource to common/. by Ash Wilson · 10 years ago
  95. e357e3d UpdateMetadata for snapshots by Jon Perritt · 10 years ago
  96. fd53bba block storage v1 api version requests by Jon Perritt · 10 years ago
  97. 42b3a2a block storage v1 comments by Jon Perritt · 10 years ago
  98. 20f32a4 no longer need this by Jon Perritt · 10 years ago
  99. fa2c65e waitFor functions by Jon Perritt · 10 years ago
  100. 57ba763 update unit and acceptance tests by Jon Perritt · 10 years ago