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