1. b4c8c6f Networking URL construction no longer adds /v2.0 by Ash Wilson · 10 years ago
  2. 99541ab Set the ResourceBase for NewNetworkV2(). by Ash Wilson · 10 years ago
  3. a087050 Oh right, networking/extensions tests need 2.0. by Ash Wilson · 10 years ago
  4. f25ae37 Merge remote-tracking branch 'upstream/v0.2.0' into update-identity-v2 by Ash Wilson · 10 years ago
  5. f2f6c0a Add a shim in the networking delegate. by Ash Wilson · 10 years ago
  6. 541fa55 Merge pull request #210 from jamiehannaford/os-network-v2-ext by Ash Wilson · 10 years ago
  7. 58b008f Updating tests to use new import path by Jamie Hannaford · 10 years ago
  8. e3bb3f6 Moving to option interfaces by Jamie Hannaford · 10 years ago
  9. f0af226 Extensions no longer appends the version. by Ash Wilson · 10 years ago
  10. fbedc67 Override the ExtractExtensions function. by Ash Wilson · 10 years ago
  11. 05e4107 Export the Extensions URL functions for overriding. by Ash Wilson · 10 years ago
  12. a493187 Remove version from the extensions resource URLs. by Ash Wilson · 10 years ago
  13. f4aee1e Acceptance test for tenants2.List. by Ash Wilson · 10 years ago
  14. 3431e56 Use testhelper methods in client_test. by Ash Wilson · 10 years ago
  15. db84d5d s/testhelper/th/ by Ash Wilson · 10 years ago
  16. 6cc0070 Openstack client tests now pass again. by Ash Wilson · 10 years ago
  17. 3da7d70 Obsolete code. :fire: by Ash Wilson · 10 years ago
  18. 52fbd18 Update the token acquisition code. by Ash Wilson · 10 years ago
  19. 632fb4d Merge pull request #209 from smashwilson/map-no-more by jrperritt · 10 years ago
  20. 9a1ac66 Remove the original, flat v2 code. by Ash Wilson · 10 years ago
  21. 9d085a8 Unit test the tenants List call. by Ash Wilson · 10 years ago
  22. 42e6d08 Merge pull request #220 from jrperritt/os-blockstorage by Ash Wilson · 10 years ago
  23. 8d26258 use 'MaybeXXXX' functions in gophercloud package by Jon Perritt · 10 years ago
  24. 0871a81 use ListOpts if provided by Jon Perritt · 10 years ago
  25. 27d29e2 Test token creation failure conditions. by Ash Wilson · 10 years ago
  26. 29f2317 TenantName and TenantID tests. by Ash Wilson · 10 years ago
  27. aa197a9 Happy-path unit tests for token creation. by Ash Wilson · 10 years ago
  28. ab48bbc Move the ServiceCatalog into the token resource. by Ash Wilson · 10 years ago
  29. c3e5388 Merge pull request #212 from smashwilson/identity-v3-conformity by Ash Wilson · 10 years ago
  30. 318666f Delegate to common from networking, too. by Ash Wilson · 10 years ago
  31. ad13c42 Delegate identity v2 extensions to common. by Ash Wilson · 10 years ago
  32. 8e1fc8d Documentation tweak :lipstick: by Ash Wilson · 10 years ago
  33. 61dcb02 Move the extensions resource to common/. by Ash Wilson · 10 years ago
  34. e357e3d UpdateMetadata for snapshots by Jon Perritt · 10 years ago
  35. fd53bba block storage v1 api version requests by Jon Perritt · 10 years ago
  36. 42b3a2a block storage v1 comments by Jon Perritt · 10 years ago
  37. fa2c65e waitFor functions by Jon Perritt · 10 years ago
  38. 57ba763 update unit and acceptance tests by Jon Perritt · 10 years ago
  39. 1f11051 Completely untested code for tokens and tenants. by Ash Wilson · 10 years ago
  40. a6b0831 Move RFC3339Milli to the root package. by Ash Wilson · 10 years ago
  41. 896caf7 Fixing small issues based on code review by Jamie Hannaford · 10 years ago
  42. dc554a0 Adding missing test for associate by Jamie Hannaford · 10 years ago
  43. 09cc0a7 Moving to centralized ServiceClient refs by Jamie Hannaford · 10 years ago
  44. 884b5cf Comment the `header` field. by Ash Wilson · 10 years ago
  45. 81ab83a Trailing `s` :fire: by Ash Wilson · 10 years ago
  46. 3a0e3b4 Unnecessary reference operator :fire: by Ash Wilson · 10 years ago
  47. 2206a11 Call it "CreateOptsBuilder". by Ash Wilson · 10 years ago
  48. 55f2433 Missed a return. Thank you unit testing by Ash Wilson · 10 years ago
  49. 63b2a29 Provide expires_at in test fixtures. by Ash Wilson · 10 years ago
  50. 3f59ade Update identity v3 tests. by Ash Wilson · 10 years ago
  51. 51a6ec7 Adding security group rules by Jamie Hannaford · 10 years ago
  52. b72055f Adding security groups :lock: by Jamie Hannaford · 10 years ago
  53. 32789b5 Fixing test by Jamie Hannaford · 10 years ago
  54. 92523e3 Moving repetitive query building to centralized function by Jamie Hannaford · 10 years ago
  55. 5c6e996 Beginning work on query cleanup by Jamie Hannaford · 10 years ago
  56. 6f57e9e Removing unnecessary 'err' vars by Jamie Hannaford · 10 years ago
  57. a241e31 Removing unnecessary references by Jamie Hannaford · 10 years ago
  58. 5c89f0a Fixing JSON array key by Jamie Hannaford · 10 years ago
  59. 30fbef1 Modifying JSON keys because the documentation lied to me by Jamie Hannaford · 10 years ago
  60. 88950ea Renaming SubnetID to PoolID by Jamie Hannaford · 10 years ago
  61. bd81c6d Removing unnecessary doc.go files by Jamie Hannaford · 10 years ago
  62. 3ed167c Adding members by Jamie Hannaford · 10 years ago
  63. db1ff7f Adding monitor disassociation operation to pools by Jamie Hannaford · 10 years ago
  64. ca7926c Adding monitor association operation to pools by Jamie Hannaford · 10 years ago
  65. 9955f89 Adding health monitors :mag_right: by Jamie Hannaford · 10 years ago
  66. 14883b1 Touching up documentation by Jamie Hannaford · 10 years ago
  67. 6233989 Adding delete pool operation by Jamie Hannaford · 10 years ago
  68. 080074a Adding update pools operation by Jamie Hannaford · 10 years ago
  69. 3808104 Adding get pool operation by Jamie Hannaford · 10 years ago
  70. bf4484c Adding create pool operation by Jamie Hannaford · 10 years ago
  71. 671a863 Adding list pools operation by Jamie Hannaford · 10 years ago
  72. 59043cd Adding delete vip operation by Jamie Hannaford · 10 years ago
  73. 59f6805 Adding update vip operation by Jamie Hannaford · 10 years ago
  74. af7a1f7 Adding get vip operation by Jamie Hannaford · 10 years ago
  75. afb6003 Adding create vip operation by Jamie Hannaford · 10 years ago
  76. a338145 Setting up initial LBaaS structure + tests :zap: by Jamie Hannaford · 10 years ago
  77. fec56f0 Modifying list operations to use new initialization by Jamie Hannaford · 10 years ago
  78. b6c5387 Finishing acceptance tests for routers by Jamie Hannaford · 10 years ago
  79. 7db63f2 Introducing new opts interface idea :smirk: by Jamie Hannaford · 10 years ago
  80. 9823bb6 Beginning acceptance tests by Jamie Hannaford · 10 years ago
  81. 4c9a227 Finishing documentation :pencil2: by Jamie Hannaford · 10 years ago
  82. 5a53190 Adding more documentation and tweaking operations by Jamie Hannaford · 10 years ago
  83. 2f496d4 Finishing up floating ips work :ok_hand: by Jamie Hannaford · 10 years ago
  84. a2961bb Adding create floatingip operation by Jamie Hannaford · 10 years ago
  85. 9b75ba2 Moving URLs into their own file for consistency by Jamie Hannaford · 10 years ago
  86. 69be692 Adding router interface operations :elephant: by Jamie Hannaford · 10 years ago
  87. c6a04ea Finalizing routers by Jamie Hannaford · 10 years ago
  88. 37e9f72 Adding list operation for L3-routing by Jamie Hannaford · 10 years ago
  89. b0d9912 Finalizing provider ext by Jamie Hannaford · 10 years ago
  90. fb97168 Removing quotas since the docs are patchy by Jamie Hannaford · 10 years ago
  91. db6926f Adding correct package declarations to other extension files by Jamie Hannaford · 10 years ago
  92. 9be22f5 Finalizing acceptance tests and modifying fields by Jamie Hannaford · 10 years ago
  93. 546401f Adding quotas operations by Jamie Hannaford · 10 years ago
  94. 6ee2e9a Adding initial tests by Jamie Hannaford · 10 years ago
  95. 8d58bbb Add directory structure by Jamie Hannaford · 10 years ago
  96. 6d5561b unit tests; consistency with the other OpenStack services by Jon Perritt · 10 years ago
  97. bd2c1e3 fix JSON formatting in unit test by Jon Perritt · 10 years ago
  98. 2caa95a return correct status code from unit test by Jon Perritt · 10 years ago
  99. ec7810a volumetypes unit tests; 'Extract' method for consistency; rename blockStorage to blockstorage and volumeTypes to volumetypes by Jon Perritt · 10 years ago
  100. 29f7c45 move ListOpts to requests.go by Jon Perritt · 10 years ago