1. 25d4569 Merge branch 'personality' of github.com:doubledutch/gophercloud by Kevin Pike · 10 years ago
  2. a2bfaea use MarshalJSON by Kevin Pike · 10 years ago
  3. f3ced00 Merge pull request #421 from ZettaIO/serveraction-createimage by jrperritt · 10 years ago
  4. 4e5fdaf Naming convention and better parsing of Location by einarf · 10 years ago
  5. 358892c Merge pull request #417 from pantheon-systems/imageDelete by jrperritt · 10 years ago
  6. 2fc665e Added support for a server action to create a server image / snapshot by einarf · 10 years ago
  7. 8c1e037 Fixup URL assembly, add simple test by Jesse Nelson · 10 years ago
  8. c9fb21b Adds os-server-groups by Joe Topjian · 10 years ago
  9. ab02e57 add image.Delete operation by Jesse Nelson · 10 years ago
  10. 92e10b5 Encapsulate Personality. Encode contents for user by Kevin Pike · 10 years ago
  11. edcbc31 Merge branch 'master' into personality by Kevin Pike · 10 years ago
  12. 7bf54c5 updates personality to []map[string]string where map has path and contents by Kevin Pike · 10 years ago
  13. 08b33d5 Build v3 auth scope from AuthOptions by Guillaume Giamarchi · 10 years ago
  14. b2663b2 Use service catalog to get services URLs by Guillaume Giamarchi · 10 years ago
  15. c043a3d Extract Keystone v3 service catalog by Guillaume Giamarchi · 10 years ago
  16. d341609 go fmt by Jon Perritt · 10 years ago
  17. 1d27afa Add Orchestration + ObjectStore HTTP operations by Jamie Hannaford · 10 years ago
  18. 059e150 Add Networking HTTP operations by Jamie Hannaford · 10 years ago
  19. 562a7d5 Add Identity HTTP operations by Jamie Hannaford · 10 years ago
  20. 6a3a78f Change HTTP methods for OpenStack Compute by Jamie Hannaford · 10 years ago
  21. 22aa42b Change HTTP methods for OpenStack CDN by Jamie Hannaford · 10 years ago
  22. 6181fdb Change HTTP methods for OpenStack block storage by Jamie Hannaford · 10 years ago
  23. c530ba1 Refactor OpenStack services to use default OkCodes by Jamie Hannaford · 10 years ago
  24. bae3446 Merge pull request #395 from jrperritt/rs-security-groups by jrperritt · 10 years ago
  25. 24019b1 are -> is in docs by Jon Perritt · 10 years ago
  26. b0b9c0d weak decode NetworkExtAttrs by Jon Perritt · 10 years ago
  27. 590bb04 Merge pull request #394 from kazegusuri/fix_reauth by jrperritt · 10 years ago
  28. b832838 Merge pull request #378 from jrperritt/list-server-addresses by jrperritt · 10 years ago
  29. 1b2bafe fix recursive reauth failure by Masahiro Sano · 10 years ago
  30. a11b5df add logic to handle AllPages result page by Jon Perritt · 10 years ago
  31. 6753165 Merge pull request #392 from jrperritt/go-tip-failing-unit-test by Ash Wilson · 10 years ago
  32. 7f658c1 add comment about go version by Jon Perritt · 10 years ago
  33. 2474fbb comment for filler line by Jon Perritt · 10 years ago
  34. cf6e524 add filler line to avoid runtime issue by Jon Perritt · 10 years ago
  35. c21202d os-tenant-networks by Joe Topjian · 10 years ago
  36. b51ba9c return slice (!map) from ExtractNetworkAddresses by Jon Perritt · 10 years ago
  37. cff75ec Merge pull request #377 from jrperritt/get-all-pages by Jamie Hannaford · 10 years ago
  38. 04d073c openstack ListAddressesByNetwork op and unit test by Jon Perritt · 10 years ago
  39. 5cb4948 list server addresses operation and unit tests by Jon Perritt · 10 years ago
  40. 3d0a185 remove need for Pager.PageType by Jon Perritt · 10 years ago
  41. fe5e735 add all pages test on marker-page (containers) by Jon Perritt · 10 years ago
  42. d27a9c7 unit test for linked-page resource (servers) by Jon Perritt · 10 years ago
  43. e7017d6 unit test for sinlge-page resource (volumes) by Jon Perritt · 10 years ago
  44. 8e5c3f2 Use client.Request instead of perigee by Guillaume Giamarchi · 10 years ago
  45. ea5b3ff Merge pull request #373 from jrperritt/auto-reauth by Ash Wilson · 10 years ago
  46. 6fe7c40 include AuthOptions in ReauthFunc closure by Jon Perritt · 10 years ago
  47. 0059767 Introduce OptsBuilder for code style consistency by Guillaume Giamarchi · 10 years ago
  48. f150399 Change type *string to string for fields `name` & `description` by Guillaume Giamarchi · 10 years ago
  49. ed2ed80 Error handling on struct to map mappings by Guillaume Giamarchi · 10 years ago
  50. 092b45f Use solid types for *bool attributes by Guillaume Giamarchi · 10 years ago
  51. 6d3d006 Add unit tests for firewalls by Guillaume Giamarchi · 10 years ago
  52. 3e5b293 Add unit tests for firewall policies by Guillaume Giamarchi · 10 years ago
  53. b8dca24 Add unit tests for firewall rules by Guillaume Giamarchi · 10 years ago
  54. d9f939f Replace struct based mapping by manual mapping by Guillaume Giamarchi · 10 years ago
  55. 4645912 Add mapstructure tags on Policy result by Guillaume Giamarchi · 10 years ago
  56. 914b10f Fix bugs & warnings by Guillaume Giamarchi · 10 years ago
  57. 68c49f8 Firewall rules bugfixes & enhancements by Guillaume Giamarchi · 10 years ago
  58. 9441b81 Support FWaaS - Firewalls by Guillaume Giamarchi · 10 years ago
  59. 506d150 Support FWaaS - Policies by Guillaume Giamarchi · 10 years ago
  60. 0e69514 Support FWaaS - Rules by Guillaume Giamarchi · 10 years ago
  61. ca51f01 fixed issue with group id by Long Nguyen · 10 years ago
  62. b260acf only cache credentials if AllowReauth is set to true by Jon Perritt · 10 years ago
  63. f4052c6 OpenStack/Rackspace reauth functionality by Jon Perritt · 10 years ago
  64. decfed7 Convert Orchestration and the new Compute extension. by Ash Wilson · 10 years ago
  65. 322a7e6 Object Storage special case. by Ash Wilson · 10 years ago
  66. 7cb4dab Manually convert a perigee.Get call. by Ash Wilson · 10 years ago
  67. 59fb6c4 Adjust regexps and do another pass. by Ash Wilson · 10 years ago
  68. 2491b4c Manual follow-on tweaks to get the build green again. by Ash Wilson · 10 years ago
  69. 4bf41a3 openstack/ :knife: perigee by Ash Wilson · 10 years ago
  70. f98df8d openstack/cdn :knife: perigee by Ash Wilson · 10 years ago
  71. 3346525 Merge pull request #365 from smashwilson/centralize-http by Ash Wilson · 10 years ago
  72. d3dfaa1 Merge pull request #357 from jrperritt/orchestration by Jamie Hannaford · 10 years ago
  73. dee3222 Added support for os-floating-ips extension by Joe Topjian · 10 years ago
  74. 978bb50 Added the SecurityGroup attribute to servers result by Joe Topjian · 10 years ago
  75. acb1b90 Use the new API in openstack/blockstorage. by Ash Wilson · 10 years ago
  76. 12c04a4 make ListOpts field types more concrete by Jon Perritt · 10 years ago
  77. 8bdc1a6 fix typo: retreives->retrieves by Jon Perritt · 10 years ago
  78. 5110718 fix comment to make update stack param Timeout optional by Jon Perritt · 10 years ago
  79. 9170989 make create stack param timeout optional by Jon Perritt · 10 years ago
  80. cc6e048 remove broken unit test by Jon Perritt · 10 years ago
  81. 91246b5 remove unneeded comment by Jon Perritt · 10 years ago
  82. 9dce415 add comments on the Event struct fields by Jon Perritt · 10 years ago
  83. a37ecf4 fix typo: retreives -> retrieves by Jon Perritt · 10 years ago
  84. 4893f07 update stackevents doc.go by Jon Perritt · 10 years ago
  85. 99f6312 fix type: Enging -> Engine by Jon Perritt · 10 years ago
  86. 21b3eee Link -> gophercloud.Link in apiversions by Jon Perritt · 10 years ago
  87. 661a3c8 Fixed typo in image query requests by Joe Topjian · 10 years ago
  88. 8301fe5 Merge pull request #362 from jrperritt/secgroup-url-fix by jrperritt · 10 years ago
  89. 13dd142 fix ListByServer URL and unit test by Jon Perritt · 10 years ago
  90. 64c053f give ExtractResourceEvents function by Jon Perritt · 10 years ago
  91. db0d26a comment for AbandonResult String method by Jon Perritt · 10 years ago
  92. 3d381d5 add String method to AbandonResult by Jon Perritt · 10 years ago
  93. 6ec27cf change Template field from string to type map by Jon Perritt · 10 years ago
  94. efe6d1f openstack/rackspace build info ops and unit tests by Jon Perritt · 10 years ago
  95. 90944ca openstack doc.go files by Jon Perritt · 10 years ago
  96. 8ade432 comments by Jon Perritt · 10 years ago
  97. f799b94 openstack stack templates ops and unit tests by Jon Perritt · 10 years ago
  98. 716a0fd revert cdn files to master versions by Jon Perritt · 10 years ago
  99. 64f594d fix List op for MarkerPageBase by Jon Perritt · 10 years ago
  100. 7cbb42c openstack stack events ops and unit tests by Jon Perritt · 10 years ago