1. 562a7d5 Add Identity HTTP operations by Jamie Hannaford · 10 years ago
  2. 6a3a78f Change HTTP methods for OpenStack Compute by Jamie Hannaford · 10 years ago
  3. 22aa42b Change HTTP methods for OpenStack CDN by Jamie Hannaford · 10 years ago
  4. 6181fdb Change HTTP methods for OpenStack block storage by Jamie Hannaford · 10 years ago
  5. 2a9e74f Add convenience methods for HTTP operations by Jamie Hannaford · 10 years ago
  6. c530ba1 Refactor OpenStack services to use default OkCodes by Jamie Hannaford · 10 years ago
  7. 647cea5 Adding default codes by Jamie Hannaford · 10 years ago
  8. 23307db Merge pull request #399 from jrperritt/rackconnect by jrperritt · 10 years ago
  9. aa24499 changes after PR review by Jon Perritt · 10 years ago
  10. 07d11fe rackconnect public ips acceptance tests by Jon Perritt · 10 years ago
  11. 63b3ec0 rackconnect lb pools acceptance tests by Jon Perritt · 10 years ago
  12. b7b3935 rename funcs by Jon Perritt · 10 years ago
  13. 0eeeb0c rackconnect cloud networks acceptance tests by Jon Perritt · 10 years ago
  14. ac0190f i really wish atom wouldn't use my repo on imports by Jon Perritt · 10 years ago
  15. b55847b rackconnect public ips ops and unit tests by Jon Perritt · 10 years ago
  16. 9f8b015 rackconnect lb pools ops and unit tests by Jon Perritt · 10 years ago
  17. 60c33a9 fix spacing by Jon Perritt · 10 years ago
  18. d91fffb fix import path by Jon Perritt · 10 years ago
  19. 9776ef6 rackconnect cloud networks ops and unit tests by Jon Perritt · 10 years ago
  20. 1ffa1ba doc.go for rackconnect v3 by Jon Perritt · 10 years ago
  21. 3353473 add rackconnect client by Jon Perritt · 10 years ago
  22. ee3e876 Merge pull request #397 from jrperritt/doc-updates by Ash Wilson · 10 years ago
  23. 9ba988a replace sdk-support email address with url by Jon Perritt · 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. 8bacd0e Merge pull request #396 from jrperritt/network-ext-bug-fix by jrperritt · 10 years ago
  27. b0b9c0d weak decode NetworkExtAttrs by Jon Perritt · 10 years ago
  28. 590bb04 Merge pull request #394 from kazegusuri/fix_reauth by jrperritt · 10 years ago
  29. 8c2139d remove unused, commented code by Jon Perritt · 10 years ago
  30. db9a9b3 rs secgroup acceptance tests by Jon Perritt · 10 years ago
  31. af5e28c rackspace neutron sec groups ops & unit tests by Jon Perritt · 10 years ago
  32. b832838 Merge pull request #378 from jrperritt/list-server-addresses by jrperritt · 10 years ago
  33. b0ca321 Merge pull request #393 from jrperritt/allpages-fix by jrperritt · 10 years ago
  34. 1b2bafe fix recursive reauth failure by Masahiro Sano · 10 years ago
  35. a11b5df add logic to handle AllPages result page by Jon Perritt · 10 years ago
  36. 6753165 Merge pull request #392 from jrperritt/go-tip-failing-unit-test by Ash Wilson · 10 years ago
  37. 7f658c1 add comment about go version by Jon Perritt · 10 years ago
  38. 2474fbb comment for filler line by Jon Perritt · 10 years ago
  39. cf6e524 add filler line to avoid runtime issue by Jon Perritt · 10 years ago
  40. be9b37d Merge pull request #386 from jtopjian/os-tenant-networks by jrperritt · 10 years ago
  41. c21202d os-tenant-networks by Joe Topjian · 10 years ago
  42. 32d0a89 Merge pull request #388 from jackspirou/master by Ash Wilson · 10 years ago
  43. 26b227f removing line used for debugging by JackSpirou · 10 years ago
  44. 7a54fe1 Merge pull request #1 from jtopjian/list-server-addresses by jrperritt · 10 years ago
  45. 75c3fec Merge pull request #383 from jrperritt/rs-attach-volume-to-server by Jamie Hannaford · 10 years ago
  46. b4395c7 Modifying acceptance tests to support alternative network name by Joe Topjian · 10 years ago
  47. 37465a0 rackspace attach volume ops & unit/acceptance tests by Jon Perritt · 10 years ago
  48. b51ba9c return slice (!map) from ExtractNetworkAddresses by Jon Perritt · 10 years ago
  49. 7ed6855 rackspace list server addresses ops and unit tests by Jon Perritt · 10 years ago
  50. cff75ec Merge pull request #377 from jrperritt/get-all-pages by Jamie Hannaford · 10 years ago
  51. 38cc052 openstack list server addresses acceptance tests by Jon Perritt · 10 years ago
  52. 04d073c openstack ListAddressesByNetwork op and unit test by Jon Perritt · 10 years ago
  53. 5cb4948 list server addresses operation and unit tests by Jon Perritt · 10 years ago
  54. 3d0a185 remove need for Pager.PageType by Jon Perritt · 10 years ago
  55. 521cc68 use strings.HasSuffix to check for links key by Jon Perritt · 10 years ago
  56. 46b71ba fix typos in comments by Jon Perritt · 10 years ago
  57. 98ab2c9 add marker-page acceptance test (containers) by Jon Perritt · 10 years ago
  58. bd34ac9 add comment for Pager.PageType by Jon Perritt · 10 years ago
  59. 2a3f7e8 add more comments to AllPages method by Jon Perritt · 10 years ago
  60. fe5e735 add all pages test on marker-page (containers) by Jon Perritt · 10 years ago
  61. 0ed1fa9 add []interface case by Jon Perritt · 10 years ago
  62. d27a9c7 unit test for linked-page resource (servers) by Jon Perritt · 10 years ago
  63. e7017d6 unit test for sinlge-page resource (volumes) by Jon Perritt · 10 years ago
  64. 71bf00e return error early if field PageType is nil by Jon Perritt · 10 years ago
  65. db319f1 all page marker/single/linked ops and unit tests by Jon Perritt · 10 years ago
  66. 7ca169d Merge pull request #372 from jrperritt/get-object-cdn-url by Jamie Hannaford · 10 years ago
  67. 061127b Merge pull request #376 from ggiamarchi/fwaas-replace-perigee by jrperritt · 10 years ago
  68. 8e5c3f2 Use client.Request instead of perigee by Guillaume Giamarchi · 10 years ago
  69. ea5b3ff Merge pull request #373 from jrperritt/auto-reauth by Ash Wilson · 10 years ago
  70. 6fe7c40 include AuthOptions in ReauthFunc closure by Jon Perritt · 10 years ago
  71. 374de6c Merge pull request #342 from ggiamarchi/fwaas by jrperritt · 10 years ago
  72. 0059767 Introduce OptsBuilder for code style consistency by Guillaume Giamarchi · 10 years ago
  73. f150399 Change type *string to string for fields `name` & `description` by Guillaume Giamarchi · 10 years ago
  74. ed2ed80 Error handling on struct to map mappings by Guillaume Giamarchi · 10 years ago
  75. 092b45f Use solid types for *bool attributes by Guillaume Giamarchi · 10 years ago
  76. 5571b6f Add acceptance test for firewalls by Guillaume Giamarchi · 10 years ago
  77. 0bf7cd3 Add acceptance test for firewall policies by Guillaume Giamarchi · 10 years ago
  78. 21a7267 Add acceptance test for firewall rules by Guillaume Giamarchi · 10 years ago
  79. 6d3d006 Add unit tests for firewalls by Guillaume Giamarchi · 10 years ago
  80. 3e5b293 Add unit tests for firewall policies by Guillaume Giamarchi · 10 years ago
  81. b8dca24 Add unit tests for firewall rules by Guillaume Giamarchi · 10 years ago
  82. d9f939f Replace struct based mapping by manual mapping by Guillaume Giamarchi · 10 years ago
  83. 4645912 Add mapstructure tags on Policy result by Guillaume Giamarchi · 10 years ago
  84. 914b10f Fix bugs & warnings by Guillaume Giamarchi · 10 years ago
  85. 68c49f8 Firewall rules bugfixes & enhancements by Guillaume Giamarchi · 10 years ago
  86. 9441b81 Support FWaaS - Firewalls by Guillaume Giamarchi · 10 years ago
  87. 506d150 Support FWaaS - Policies by Guillaume Giamarchi · 10 years ago
  88. 0e69514 Support FWaaS - Rules by Guillaume Giamarchi · 10 years ago
  89. f245fe7 Merge pull request #375 from longnguyen11288/fix_group_id by jrperritt · 10 years ago
  90. ca51f01 fixed issue with group id by Long Nguyen · 10 years ago
  91. b260acf only cache credentials if AllowReauth is set to true by Jon Perritt · 10 years ago
  92. d7c4886 update AllowReauth comment by Jon Perritt · 10 years ago
  93. 65c81ec Get object CDN URL operation and acceptance test by Jon Perritt · 10 years ago
  94. f4052c6 OpenStack/Rackspace reauth functionality by Jon Perritt · 10 years ago
  95. 4ef9c55 Merge pull request #369 from jrperritt/custom-user-agent by Ash Wilson · 10 years ago
  96. f0a1fee set user-agent header before MoreHeaders by Jon Perritt · 10 years ago
  97. 2b5e3e1 add UserAgent field and methods to ProviderClient by Jon Perritt · 10 years ago
  98. 3bca9e0 Merge pull request #367 from smashwilson/deperigee by Jamie Hannaford · 10 years ago
  99. decfed7 Convert Orchestration and the new Compute extension. by Ash Wilson · 10 years ago
  100. accf2f5 Cast to the correct error type. by Ash Wilson · 10 years ago