1. 27caa2f more containers unit tests by Jon Perritt · 10 years ago
  2. 1c2356b struct opts -> interface opts (block storage) by Jon Perritt · 10 years ago
  3. e90aced struct opts -> interface opts (object storage) by Jon Perritt · 10 years ago
  4. ea4e301 Objects consistency updates by Jon Perritt · 10 years ago
  5. b346140 Containers update unit tests by Jon Perritt · 10 years ago
  6. 4a59d23 Accounts updated unit tests; common ExtractHeaders method by Jon Perritt · 10 years ago
  7. b8764b6 NextPageURL unit test (v2/images) by Jon Perritt · 10 years ago
  8. 703bfc0 unit tests for urls (v2/servers) by Jon Perritt · 10 years ago
  9. 7adfd54 unit tests for urls (v2/flavors) by Jon Perritt · 10 years ago
  10. ef168e6 unit tests and consistency checks for v2/images by Jon Perritt · 10 years ago
  11. 9af0385 consistency changes by Jon Perritt · 10 years ago
  12. da08671 WaitForStatus (volumes) unit test by Jon Perritt · 10 years ago
  13. 8485713 Update Volume unit test by Jon Perritt · 10 years ago
  14. 036c944 WaitForStatus unit test by Jon Perritt · 10 years ago
  15. 34b4796 Merge pull request #234 from jamiehannaford/object-store-accounts by Ash Wilson · 10 years ago
  16. b2e129d Updating account results to make them more consistent by Jamie Hannaford · 10 years ago
  17. 93209fe Making account files more consistent by Jamie Hannaford · 10 years ago
  18. ca3821d Bumping coverage by Jamie Hannaford · 10 years ago
  19. eeb0cfa Covering edge cases by Jamie Hannaford · 10 years ago
  20. 5d93f56 Adding extra coverage to subnets by Jamie Hannaford · 10 years ago
  21. 9695d51 Updating extensions URLs to use service client initialization by Jamie Hannaford · 10 years ago
  22. 0a41004 Updating api versions URLs to use service client initialization by Jamie Hannaford · 10 years ago
  23. a2976ab Updating subnet URLs to use service client initialization by Jamie Hannaford · 10 years ago
  24. c98f59b Updating port URLs to use service client initialization by Jamie Hannaford · 10 years ago
  25. 32979b6 Updating network URLs to use service client initialization by Jamie Hannaford · 10 years ago
  26. 5d6b875 Adding common directory so that tests can re-use decorated mocks by Jamie Hannaford · 10 years ago
  27. a253adf Removing unnecessary conditionals from identity service by Jamie Hannaford · 10 years ago
  28. a581acd Removing unnecessary conditionals from compute service by Jamie Hannaford · 10 years ago
  29. 1926e9c Removing unnecessary conditionals from common exts by Jamie Hannaford · 10 years ago
  30. 6a83e80 Removing unnecessary conditionals from block storage by Jamie Hannaford · 10 years ago
  31. c1f3649 Removing dead code by Jamie Hannaford · 10 years ago
  32. e557596 Adding more tests for routers by Jamie Hannaford · 10 years ago
  33. 24820c1 Adding more tests for floating IPs by Jamie Hannaford · 10 years ago
  34. 8d104f8 Adding test for edge case by Jamie Hannaford · 10 years ago
  35. 91cd64e Removing duplication in extract methods by Jamie Hannaford · 10 years ago
  36. 47ea9c2 Testing edge conditions for apiversions by Jamie Hannaford · 10 years ago
  37. e65621f Removing merge conflicts :fist: by Jamie Hannaford · 10 years ago
  38. 22ec479 Changes based on code review by Jamie Hannaford · 10 years ago
  39. c9cdc8f Fixes to object docs and tests by Jamie Hannaford · 10 years ago
  40. 4ff7996 Fixes to object storage docs and tests by Jamie Hannaford · 10 years ago
  41. 496ad13 Modifying test to use new fake service clients by Jamie Hannaford · 10 years ago
  42. 724e730 Amending doc.go of package to be more helpful by Jamie Hannaford · 10 years ago
  43. 378e1d3 Correct package comment by Jamie Hannaford · 10 years ago
  44. f7a898f Adding a missing comment by Jamie Hannaford · 10 years ago
  45. d8275bb Adding missing doc comments for block storage by Jamie Hannaford · 10 years ago
  46. 35c91a6 Adding missing comments to networks by Jamie Hannaford · 10 years ago
  47. c7c49a7 Adding missign comments to provider ext by Jamie Hannaford · 10 years ago
  48. 84a140f Adding missign comments to LBaaS ext by Jamie Hannaford · 10 years ago
  49. ffcd679 Adding comments to external ext by Jamie Hannaford · 10 years ago
  50. 4e98b87 Renaming erroneous test files by Jamie Hannaford · 10 years ago
  51. 2ff3ea9 Renaming erroneous test files by Jamie Hannaford · 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. f25ae37 Merge remote-tracking branch 'upstream/v0.2.0' into update-identity-v2 by Ash Wilson · 10 years ago
  56. f2f6c0a Add a shim in the networking delegate. by Ash Wilson · 10 years ago
  57. 541fa55 Merge pull request #210 from jamiehannaford/os-network-v2-ext by Ash Wilson · 10 years ago
  58. 58b008f Updating tests to use new import path by Jamie Hannaford · 10 years ago
  59. e3bb3f6 Moving to option interfaces by Jamie Hannaford · 10 years ago
  60. f0af226 Extensions no longer appends the version. by Ash Wilson · 10 years ago
  61. fbedc67 Override the ExtractExtensions function. by Ash Wilson · 10 years ago
  62. 05e4107 Export the Extensions URL functions for overriding. by Ash Wilson · 10 years ago
  63. a493187 Remove version from the extensions resource URLs. by Ash Wilson · 10 years ago
  64. f4aee1e Acceptance test for tenants2.List. by Ash Wilson · 10 years ago
  65. 3431e56 Use testhelper methods in client_test. by Ash Wilson · 10 years ago
  66. db84d5d s/testhelper/th/ by Ash Wilson · 10 years ago
  67. 6cc0070 Openstack client tests now pass again. by Ash Wilson · 10 years ago
  68. 3da7d70 Obsolete code. :fire: by Ash Wilson · 10 years ago
  69. 52fbd18 Update the token acquisition code. by Ash Wilson · 10 years ago
  70. 632fb4d Merge pull request #209 from smashwilson/map-no-more by jrperritt · 10 years ago
  71. 9a1ac66 Remove the original, flat v2 code. by Ash Wilson · 10 years ago
  72. 9d085a8 Unit test the tenants List call. by Ash Wilson · 10 years ago
  73. 42e6d08 Merge pull request #220 from jrperritt/os-blockstorage by Ash Wilson · 10 years ago
  74. 8d26258 use 'MaybeXXXX' functions in gophercloud package by Jon Perritt · 10 years ago
  75. 0871a81 use ListOpts if provided by Jon Perritt · 10 years ago
  76. 27d29e2 Test token creation failure conditions. by Ash Wilson · 10 years ago
  77. 29f2317 TenantName and TenantID tests. by Ash Wilson · 10 years ago
  78. aa197a9 Happy-path unit tests for token creation. by Ash Wilson · 10 years ago
  79. ab48bbc Move the ServiceCatalog into the token resource. by Ash Wilson · 10 years ago
  80. c3e5388 Merge pull request #212 from smashwilson/identity-v3-conformity by Ash Wilson · 10 years ago
  81. 318666f Delegate to common from networking, too. by Ash Wilson · 10 years ago
  82. ad13c42 Delegate identity v2 extensions to common. by Ash Wilson · 10 years ago
  83. 8e1fc8d Documentation tweak :lipstick: by Ash Wilson · 10 years ago
  84. 61dcb02 Move the extensions resource to common/. by Ash Wilson · 10 years ago
  85. e357e3d UpdateMetadata for snapshots by Jon Perritt · 10 years ago
  86. fd53bba block storage v1 api version requests by Jon Perritt · 10 years ago
  87. 42b3a2a block storage v1 comments by Jon Perritt · 10 years ago
  88. fa2c65e waitFor functions by Jon Perritt · 10 years ago
  89. 57ba763 update unit and acceptance tests by Jon Perritt · 10 years ago
  90. 1f11051 Completely untested code for tokens and tenants. by Ash Wilson · 10 years ago
  91. a6b0831 Move RFC3339Milli to the root package. by Ash Wilson · 10 years ago
  92. 896caf7 Fixing small issues based on code review by Jamie Hannaford · 10 years ago
  93. dc554a0 Adding missing test for associate by Jamie Hannaford · 10 years ago
  94. 09cc0a7 Moving to centralized ServiceClient refs by Jamie Hannaford · 10 years ago
  95. 884b5cf Comment the `header` field. by Ash Wilson · 10 years ago
  96. 81ab83a Trailing `s` :fire: by Ash Wilson · 10 years ago
  97. 3a0e3b4 Unnecessary reference operator :fire: by Ash Wilson · 10 years ago
  98. 2206a11 Call it "CreateOptsBuilder". by Ash Wilson · 10 years ago
  99. 55f2433 Missed a return. Thank you unit testing by Ash Wilson · 10 years ago
  100. 63b2a29 Provide expires_at in test fixtures. by Ash Wilson · 10 years ago