1. 8b1799a Merge pull request #484 from pratikmallya/fix_gc_client by jrperritt · 9 years ago
  2. ee675fd Make client return error on JSON decoding error by Pratik Mallya · 9 years ago
  3. 8e6b4c7 Allow setting tenantID when creating security-groups by feisky · 9 years ago
  4. 0ba79da fix typo in comment by jrperritt · 10 years ago
  5. 5c1d733 fix resource name in error msgs by jrperritt · 10 years ago
  6. 7ab1328 IDFromName for networking resources by Jon Perritt · 10 years ago
  7. 059e150 Add Networking HTTP operations by Jamie Hannaford · 10 years ago
  8. c530ba1 Refactor OpenStack services to use default OkCodes by Jamie Hannaford · 10 years ago
  9. bae3446 Merge pull request #395 from jrperritt/rs-security-groups by jrperritt · 10 years ago
  10. 24019b1 are -> is in docs by Jon Perritt · 10 years ago
  11. b0b9c0d weak decode NetworkExtAttrs by Jon Perritt · 10 years ago
  12. 7f658c1 add comment about go version by Jon Perritt · 10 years ago
  13. 2474fbb comment for filler line by Jon Perritt · 10 years ago
  14. cf6e524 add filler line to avoid runtime issue by Jon Perritt · 10 years ago
  15. 8e5c3f2 Use client.Request instead of perigee by Guillaume Giamarchi · 10 years ago
  16. 0059767 Introduce OptsBuilder for code style consistency by Guillaume Giamarchi · 10 years ago
  17. f150399 Change type *string to string for fields `name` & `description` by Guillaume Giamarchi · 10 years ago
  18. ed2ed80 Error handling on struct to map mappings by Guillaume Giamarchi · 10 years ago
  19. 092b45f Use solid types for *bool attributes by Guillaume Giamarchi · 10 years ago
  20. 6d3d006 Add unit tests for firewalls by Guillaume Giamarchi · 10 years ago
  21. 3e5b293 Add unit tests for firewall policies by Guillaume Giamarchi · 10 years ago
  22. b8dca24 Add unit tests for firewall rules by Guillaume Giamarchi · 10 years ago
  23. d9f939f Replace struct based mapping by manual mapping by Guillaume Giamarchi · 10 years ago
  24. 4645912 Add mapstructure tags on Policy result by Guillaume Giamarchi · 10 years ago
  25. 914b10f Fix bugs & warnings by Guillaume Giamarchi · 10 years ago
  26. 68c49f8 Firewall rules bugfixes & enhancements by Guillaume Giamarchi · 10 years ago
  27. 9441b81 Support FWaaS - Firewalls by Guillaume Giamarchi · 10 years ago
  28. 506d150 Support FWaaS - Policies by Guillaume Giamarchi · 10 years ago
  29. 0e69514 Support FWaaS - Rules by Guillaume Giamarchi · 10 years ago
  30. 59fb6c4 Adjust regexps and do another pass. by Ash Wilson · 10 years ago
  31. 4bf41a3 openstack/ :knife: perigee by Ash Wilson · 10 years ago
  32. 71e109a Make portID not mandatory in floatingips by Julien Vey · 10 years ago
  33. 181b25b Add a missing omitempty on TenantId of the CreateOpts struct of LBaaS members by Eric Bellemon · 10 years ago
  34. ef2d5fc Merge branch 'master' of https://github.com/rackspace/gophercloud into ExtractHeader-method by Jon Perritt · 10 years ago
  35. ba2395e ExtractErrResult -> ErrResult; Extract -> ExtractErr by Jon Perritt · 10 years ago
  36. a6d5f9f Fixed a handful of typos by Alex Gaynor · 10 years ago
  37. d6c81b2 Shifting networking operations to common delete result by Jamie Hannaford · 10 years ago
  38. bdc8697 Adding doc.go files for packages by Jamie Hannaford · 10 years ago
  39. e871b9b Merge pull request #248 from smashwilson/embed-provider by Jamie Hannaford · 10 years ago
  40. 77857dc Remove the `.Provider.` bit. by Ash Wilson · 10 years ago
  41. 82a6bba Adding additional validation for LBaaS monitor delays and timeouts by Jamie Hannaford · 10 years ago
  42. b8b16f8 Base a pagination.PageResult on gophercloud.Result. by Ash Wilson · 10 years ago
  43. d3dc254 Rename Result.Resp to Result.Body. by Ash Wilson · 10 years ago
  44. f548aad Rename gophercloud.CommonResult references. by Ash Wilson · 10 years ago
  45. 04851d3 consistency updates; struct opts -> interface opts (networking, compute) by Jon Perritt · 10 years ago
  46. ca3821d Bumping coverage by Jamie Hannaford · 10 years ago
  47. eeb0cfa Covering edge cases by Jamie Hannaford · 10 years ago
  48. 9695d51 Updating extensions URLs to use service client initialization by Jamie Hannaford · 10 years ago
  49. c1f3649 Removing dead code by Jamie Hannaford · 10 years ago
  50. e557596 Adding more tests for routers by Jamie Hannaford · 10 years ago
  51. 24820c1 Adding more tests for floating IPs by Jamie Hannaford · 10 years ago
  52. 8d104f8 Adding test for edge case by Jamie Hannaford · 10 years ago
  53. 91cd64e Removing duplication in extract methods by Jamie Hannaford · 10 years ago
  54. c7c49a7 Adding missign comments to provider ext by Jamie Hannaford · 10 years ago
  55. 84a140f Adding missign comments to LBaaS ext by Jamie Hannaford · 10 years ago
  56. ffcd679 Adding comments to external ext by Jamie Hannaford · 10 years ago
  57. b4c8c6f Networking URL construction no longer adds /v2.0 by Ash Wilson · 10 years ago
  58. a087050 Oh right, networking/extensions tests need 2.0. by Ash Wilson · 10 years ago
  59. f25ae37 Merge remote-tracking branch 'upstream/v0.2.0' into update-identity-v2 by Ash Wilson · 10 years ago
  60. f2f6c0a Add a shim in the networking delegate. by Ash Wilson · 10 years ago
  61. 58b008f Updating tests to use new import path by Jamie Hannaford · 10 years ago
  62. e3bb3f6 Moving to option interfaces by Jamie Hannaford · 10 years ago
  63. f0af226 Extensions no longer appends the version. by Ash Wilson · 10 years ago
  64. 318666f Delegate to common from networking, too. by Ash Wilson · 10 years ago
  65. 896caf7 Fixing small issues based on code review by Jamie Hannaford · 10 years ago
  66. dc554a0 Adding missing test for associate by Jamie Hannaford · 10 years ago
  67. 09cc0a7 Moving to centralized ServiceClient refs by Jamie Hannaford · 10 years ago
  68. 51a6ec7 Adding security group rules by Jamie Hannaford · 10 years ago
  69. b72055f Adding security groups :lock: by Jamie Hannaford · 10 years ago
  70. 32789b5 Fixing test by Jamie Hannaford · 10 years ago
  71. 92523e3 Moving repetitive query building to centralized function by Jamie Hannaford · 10 years ago
  72. 6f57e9e Removing unnecessary 'err' vars by Jamie Hannaford · 10 years ago
  73. a241e31 Removing unnecessary references by Jamie Hannaford · 10 years ago
  74. 5c89f0a Fixing JSON array key by Jamie Hannaford · 10 years ago
  75. 30fbef1 Modifying JSON keys because the documentation lied to me by Jamie Hannaford · 10 years ago
  76. 88950ea Renaming SubnetID to PoolID by Jamie Hannaford · 10 years ago
  77. bd81c6d Removing unnecessary doc.go files by Jamie Hannaford · 10 years ago
  78. 3ed167c Adding members by Jamie Hannaford · 10 years ago
  79. db1ff7f Adding monitor disassociation operation to pools by Jamie Hannaford · 10 years ago
  80. ca7926c Adding monitor association operation to pools by Jamie Hannaford · 10 years ago
  81. 9955f89 Adding health monitors :mag_right: by Jamie Hannaford · 10 years ago
  82. 14883b1 Touching up documentation by Jamie Hannaford · 10 years ago
  83. 6233989 Adding delete pool operation by Jamie Hannaford · 10 years ago
  84. 080074a Adding update pools operation by Jamie Hannaford · 10 years ago
  85. 3808104 Adding get pool operation by Jamie Hannaford · 10 years ago
  86. bf4484c Adding create pool operation by Jamie Hannaford · 10 years ago
  87. 671a863 Adding list pools operation by Jamie Hannaford · 10 years ago
  88. 59043cd Adding delete vip operation by Jamie Hannaford · 10 years ago
  89. 59f6805 Adding update vip operation by Jamie Hannaford · 10 years ago
  90. af7a1f7 Adding get vip operation by Jamie Hannaford · 10 years ago
  91. afb6003 Adding create vip operation by Jamie Hannaford · 10 years ago
  92. a338145 Setting up initial LBaaS structure + tests :zap: by Jamie Hannaford · 10 years ago
  93. fec56f0 Modifying list operations to use new initialization by Jamie Hannaford · 10 years ago
  94. b6c5387 Finishing acceptance tests for routers by Jamie Hannaford · 10 years ago
  95. 7db63f2 Introducing new opts interface idea :smirk: by Jamie Hannaford · 10 years ago
  96. 9823bb6 Beginning acceptance tests by Jamie Hannaford · 10 years ago
  97. 4c9a227 Finishing documentation :pencil2: by Jamie Hannaford · 10 years ago
  98. 5a53190 Adding more documentation and tweaking operations by Jamie Hannaford · 10 years ago
  99. 2f496d4 Finishing up floating ips work :ok_hand: by Jamie Hannaford · 10 years ago
  100. a2961bb Adding create floatingip operation by Jamie Hannaford · 10 years ago