1. 47cee0c add rackpsace/gophercloud commits by jrperritt · 9 years ago
  2. 2f93a63 fixes after rackspace/gophercloud merge by jrperritt · 9 years ago
  3. 075c532 add rackspace/gophercloud commits by jrperritt · 9 years ago
  4. 8ce5e28 fix import paths by jrperritt · 9 years ago
  5. 64d0ef0 fix auth v2 unit tests by jrperritt · 9 years ago
  6. 29ae6b3 no naked returns in go; fix auth v3 unit tests by jrperritt · 9 years ago
  7. a09b5b4 Merge pull request #553 from jtopjian/subnet-no-gateway by jrperritt · 9 years ago
  8. 2524d11 Ensure both GatewayIP and NoGateway cannot be set in subnets by Joe Topjian · 9 years ago
  9. f92ae6c Allow subnets to have no gateway by Joe Topjian · 9 years ago
  10. 69cc337 leave auth options untouched in authv3 by jrperritt · 9 years ago
  11. 61270d4 Merge pull request #526 from Fodoj/add-router-type by jrperritt · 9 years ago
  12. 8aeb1d9 Remove router_type reference by Kirill Shirinkin · 9 years ago
  13. f824a86 Fixes as in review by Kirill Shirinkin · 9 years ago
  14. 2be387a tmp commit, auth unit tests broken by Jon Perritt · 9 years ago
  15. 3860b51 named return vars by Jon Perritt · 9 years ago
  16. bda4859 Add fixtures build tag to all fixtures.go files by Keith Byrne · 9 years ago
  17. 8992d74 Merge pull request #542 from dangogh/quota-set-get by jrperritt · 9 years ago
  18. 7aadf86 spelling by Dan Kirkwood · 9 years ago
  19. 397ade6 fixes for failing unit tests after changes by Jon Perritt · 9 years ago
  20. fea9073 objectstorage v1 and orchestration v1 struct tags by Jon Perritt · 9 years ago
  21. e1c6ceb struct tags for networking v2 by Jon Perritt · 9 years ago
  22. db0ae14 dsl struct tags; wip by Jon Perritt · 9 years ago
  23. 9b8e7f3 Merge pull request #535 from marcin-krolik/kromar-fix-533 by jrperritt · 9 years ago
  24. 01618ee first crack at BuildRequestBody function by Jon Perritt · 9 years ago
  25. 1380826 another servers v2 error type by Jon Perritt · 9 years ago
  26. 58611da orchestration v1 error types by Jon Perritt · 9 years ago
  27. 852278c v1 object storage error types by Jon Perritt · 9 years ago
  28. b5bf704 remove sample by Dan Kirkwood · 9 years ago
  29. 7e8d8ed use QuotaSet consistently; fix unit test by Dan Kirkwood · 9 years ago
  30. c0a8099 change package and type name by Dan Kirkwood · 9 years ago
  31. 47b2706 quota -> quotasets by Dan Kirkwood · 9 years ago
  32. b068825 remove all but Get action by Dan Kirkwood · 9 years ago
  33. e3cb7e4 error types for networks v2 by Jon Perritt · 9 years ago
  34. a3302e1 identity v2 error types by Jon Perritt · 9 years ago
  35. 763e592 db v1 error types by Jon Perritt · 9 years ago
  36. f094fef more error types for compute v2 by Jon Perritt · 9 years ago
  37. ceb8409 initial os-quota-set api; GET unit test by Dan Kirkwood · 9 years ago
  38. a33da23 more error types; RequestOptsBuilder error fixes by Jon Perritt · 9 years ago
  39. defa84a Merge branch 'master' into add-router-type by Kirill Shirinkin · 9 years ago
  40. 376dfce openstack errors by Jon Perritt · 9 years ago
  41. ed25894 blockstorage error types by Jon Perritt · 9 years ago
  42. f3d0534 Merge pull request #522 from deniszh/master by jrperritt · 9 years ago
  43. 4f9dce2 Unit tests for Security Group Rules with ICMP values of 0 by Joe Topjian · 9 years ago
  44. 1b22083 remove urls_test.go files by Jon Perritt · 9 years ago
  45. 31b6646 more consistent naming by Jon Perritt · 9 years ago
  46. 3c16647 remove mapstructure from identity,networking,objectstorage,orchestration,pagination by Jon Perritt · 9 years ago
  47. 1239521 remove mapstructure from blockstorage,cdn,compute,db pkgs by Jon Perritt · 9 years ago
  48. eb01563 add comments to exported funcs and fix EndpointErr unit test by Jon Perritt · 9 years ago
  49. 994370e add ServiceClient field to servers.CreateOpts by Jon Perritt · 9 years ago
  50. c2697cf fix import in unit test to use openstack, not rackspace by Jon Perritt · 9 years ago
  51. c19dd15 change var name: STACK_TIME_FMT->StackFmtTime by Jon Perritt · 9 years ago
  52. 27249f4 rename imports: rackspace/gophercloud -> gophercloud/gophercloud by Jon Perritt · 9 years ago
  53. ab8cd7a Added build constraint: fixtures by Rickard von Essen · 9 years ago
  54. c3d49b7 Added test for servers.GetPasswordResult and fixed spelling. by Rickard von Essen · 9 years ago
  55. 14c8801 Fix for issue#533 by Marcin Krolik · 9 years ago
  56. 5b8bbff Add Nova get-password support by Rickard von Essen · 9 years ago
  57. 2e84b74 Resolve conflicts by Kirill Shirinkin · 9 years ago
  58. b101323 initial migration from rackspace/gophercloud by jrperritt · 9 years ago
  59. 6769c3b Merge pull request #471 from feiskyer/keystone by jrperritt · 9 years ago
  60. 5ef9a23 Support reauth on identity endpoints with a base path by alexcern · 9 years ago
  61. e6b9184 Merge pull request #524 from monkeylittleinc/master by jrperritt · 9 years ago
  62. 010f2b6 Merge pull request #515 from jtopjian/jtopjian-multi-ephemeral by jrperritt · 9 years ago
  63. b7d9172 Merge pull request #529 from kwapik/fix/reauth_in_v3_tokens by jrperritt · 9 years ago
  64. ff407fa Merge pull request #525 from Fodoj/extend-routers-attribute by jrperritt · 9 years ago
  65. 7cfd38c Merge pull request #488 from trumant/allowed_address_pairs by jrperritt · 9 years ago
  66. baaaf3e Fix reauth in v3 tokens by Krzysztof Kwapisiewicz · 9 years ago
  67. 0c24665 Addressing feedback from @jrperritt to move to []AddressPair explicit typing by Travis Truman · 9 years ago
  68. 3b07ffd remove One extre obsolete test by Kirill Shirinkin · 9 years ago
  69. 9ffeae7 Remove references to router type by Kirill Shirinkin · 9 years ago
  70. 87b8fa6 Add DriverOpts for routers by Kirill Shirinkin · 9 years ago
  71. 043fa70 Add support for distributed routers by Kirill Shirinkin · 9 years ago
  72. 98c77d0 fix spacing issue by Denis Zhdanov · 9 years ago
  73. 370c430 Add support for forced delete by Ian Duffy · 9 years ago
  74. af49847 From Port and To Port should accept values of 0 when the IP Protocol is "ICMP". by Denys Zhdanov · 9 years ago
  75. 87704ba use better type assertions by Jamie Hannaford · 9 years ago
  76. a371c0e AllowedAddressPairs support for Port creation by Travis Truman · 9 years ago
  77. d3e3a10 Fixing typo by Travis Truman · 9 years ago
  78. e934020 unit testing allowed_address_pairs by Travis Truman · 9 years ago
  79. 69e88e9 Testing the allowed_address_pairs update by Travis Truman · 9 years ago
  80. b02c75b Passing acceptance test by Travis Truman · 9 years ago
  81. 0447aca First cut at supporting optional allowed_address_pairs option for Neutron Port update operation by Travis Truman · 9 years ago
  82. f8f23dd Allow all routes to be removed by Keith Byrne · 9 years ago
  83. 0a866d9 Merge pull request #514 from chaolou/bug-fix-reauth by jrperritt · 9 years ago
  84. 9c901fb Merge pull request #403 from jtopjian/compute-floating-ip-fixed-ip by jrperritt · 9 years ago
  85. 94e4cc5 Renaming functions to be more appropriate to their task by Joe Topjian · 9 years ago
  86. 5e6aa6b Merge pull request #499 from tahia-khan/master by jrperritt · 9 years ago
  87. 57ff5f8 Merge pull request #494 from timbyr/RouterExtraRoutes by jrperritt · 9 years ago
  88. ecf63dd multi ephemeral support by Joe Topjian · 9 years ago
  89. 0454360 add extract user method from get token's response include the unit and acceptance tests by hzlouchao · 9 years ago
  90. 761cff8 Merge pull request #361 from jamiehannaford/cloud-dbs by jrperritt · 9 years ago
  91. 2e695a3 use interfaces rather than concrete types by Jamie Hannaford · 9 years ago
  92. 75e8cc4 rename functions by Jamie Hannaford · 9 years ago
  93. e65ad95 convert strings to time.Time by Jamie Hannaford · 9 years ago
  94. e4e8b4b add floating IP options by Andrew Yongjoon Kong · 9 years ago
  95. b764089 modify according jrperritt's suggestion by hzlouchao · 9 years ago
  96. 1a59d26 [rfr]Support Extra routes extension in router api by Keith Byrne · 9 years ago
  97. 9d6e6a9 [rfr] Remove imageName and flavorName from Boot From Volume by Joe Topjian · 9 years ago
  98. f6e2926 add validate user's token method for v2 and bug fix for reauth by hzlouchao · 9 years ago
  99. d87c7d6 test fixes by Jamie Hannaford · 9 years ago
  100. d2b755f add various fixes by Jamie Hannaford · 9 years ago