1. d44daa8 Adding monitor result types by Jamie Hannaford · 10 years ago
  2. 8f87d39 Adding monitor fixtures by Jamie Hannaford · 10 years ago
  3. c1b23c6 Adding doc file for monitors by Jamie Hannaford · 10 years ago
  4. 491ea5d Delete VIPs by Jamie Hannaford · 10 years ago
  5. f7e8e1a Create VIP operation by Jamie Hannaford · 10 years ago
  6. 2841a53 Adding list VIPs by Jamie Hannaford · 10 years ago
  7. 0cebb06 Adding URLs by Jamie Hannaford · 10 years ago
  8. 1c81731 Shifting VIP struct to new package by Jamie Hannaford · 10 years ago
  9. f0cd165 Add remaining VIP files by Jamie Hannaford · 10 years ago
  10. fd35b50 Adding fixtures by Jamie Hannaford · 10 years ago
  11. c6f2ceb Add doc file for VIPs by Jamie Hannaford · 10 years ago
  12. 89ebfc2 Fixing tests :wrench: by Jamie Hannaford · 10 years ago
  13. b2007ee Adding more LB docs by Jamie Hannaford · 10 years ago
  14. 862ba14 Finalizing node docs :pencil: by Jamie Hannaford · 10 years ago
  15. 8cdaa80 Adding docs and adding event list opts by Jamie Hannaford · 10 years ago
  16. 1fac9dd Adding list events by Jamie Hannaford · 10 years ago
  17. 9f4870f Delete nodes :fire: by Jamie Hannaford · 10 years ago
  18. 00222d7 Update node by Jamie Hannaford · 10 years ago
  19. 51175a0 Adding support for get node operation by Jamie Hannaford · 10 years ago
  20. 940159d Abstract batch ID query generation by Jamie Hannaford · 10 years ago
  21. 0a9a6be Validating batch delete slices by Jamie Hannaford · 10 years ago
  22. 16bebfc Adding batch delete nodes by Jamie Hannaford · 10 years ago
  23. ed8b89a Add nodes :joy: by Jamie Hannaford · 10 years ago
  24. 3cfa00a Adding list nodes operation by Jamie Hannaford · 10 years ago
  25. 940cece Adding node types by Jamie Hannaford · 10 years ago
  26. 21a3eb1 Shifting LB dirs inside version by Jamie Hannaford · 10 years ago
  27. fba65af Rename lb dir to lbs by Jamie Hannaford · 10 years ago
  28. b6927c1 Adding node files by Jamie Hannaford · 10 years ago
  29. 2a8031e Adding node fixtures by Jamie Hannaford · 10 years ago
  30. 76fcc83 Add update LB functionality by Jamie Hannaford · 10 years ago
  31. 07c0696 Adding support for getting LB by Jamie Hannaford · 10 years ago
  32. fcd2259 No need for LB suffix actually :thought_balloon: by Jamie Hannaford · 10 years ago
  33. 5f95e6a Add support for deleting LBs by Jamie Hannaford · 10 years ago
  34. 1c26033 Adding batch delete LBs by Jamie Hannaford · 10 years ago
  35. e09b682 Adding support for create load balancer by Jamie Hannaford · 10 years ago
  36. 186d4e2 Beginning work on Load Balancer resource by Jamie Hannaford · 10 years ago
  37. f3b2e14 add adminPass option for server creation by Jon Perritt · 10 years ago
  38. a12ba7f Merge pull request #303 from alex/typos by jrperritt · 10 years ago
  39. fdc369a Add ResetAPIKey. by Paul Querna · 10 years ago
  40. c6cc18f Fixed a few typos by Alex Gaynor · 10 years ago
  41. 7b017d1 Expose this commonOpts as well by Alex Gaynor · 10 years ago
  42. b136b18 Fixing tests by Jamie Hannaford · 10 years ago
  43. 36a7dfd Various fixes to URL paths by Jamie Hannaford · 10 years ago
  44. d165fe7 Adding Rackspace delegates by Jamie Hannaford · 10 years ago
  45. 14e44c9 Ensure that we get a bool for MFA field by Jamie Hannaford · 10 years ago
  46. 6e4d795 Adding Rackspace delegates by Jamie Hannaford · 10 years ago
  47. ba2395e ExtractErrResult -> ErrResult; Extract -> ExtractErr by Jon Perritt · 10 years ago
  48. d50f93e refactor 'ExtractHeader' to 'gophercloud' proper by Jon Perritt · 10 years ago
  49. 9856a34 update comments to reflect change by Jon Perritt · 10 years ago
  50. 10a7ec1 add 'ExtractHeader' method to object storage return types by Jon Perritt · 10 years ago
  51. 138e5d9 No need to have custom delete results by Jamie Hannaford · 10 years ago
  52. b65675f Shifting Rackspace operations to common delete result by Jamie Hannaford · 10 years ago
  53. 7bc317d Adding DeleteResult for rackspace.compute.v2.servers.Delete by Jamie Hannaford · 10 years ago
  54. f639864 Adding DeleteResult for rackspace.blockstorage.v1.volumes.Delete by Jamie Hannaford · 10 years ago
  55. c758963 Adding DeleteResult for rackspace.blockstorage.v1.snapshots.Delete by Jamie Hannaford · 10 years ago
  56. 193bf6f Merge pull request #262 from jamiehannaford/godoc-touch-up by Ash Wilson · 10 years ago
  57. 9880cb6 fix merge conflicts; don't add relics of 'git mergetool' by Jon Perritt · 10 years ago
  58. aafafd5 move BlockDevice bit in server creation above manual map manipulation by Jon Perritt · 10 years ago
  59. 01686cd BlockDevice -> []BlockDevice in CreateOpts by Jon Perritt · 10 years ago
  60. 8a0e24b Rename flavors.List to flavors.ListDetail. by Ash Wilson · 10 years ago
  61. 6171022 document UUID and SourceType as required; rackspace unit test by Jon Perritt · 10 years ago
  62. 8dd49db don't put extension params in 'CreateOpts' if unset; working rackspace acceptance test by Jon Perritt · 10 years ago
  63. bdc8697 Adding doc.go files for packages by Jamie Hannaford · 10 years ago
  64. d9a4bf7 create map from 'CreateOptsBuilder'; rackspace boot from volume; untested acceptance test by Jon Perritt · 10 years ago
  65. 4149d7c additionally return 'error' from 'ToCreateServerMap' by Jon Perritt · 10 years ago
  66. d7814a3 Do the same for Rackspace RebuildOpts. by Ash Wilson · 10 years ago
  67. ae0ca65 rackspace.CreateOpts unifies Rackspace opts. by Ash Wilson · 10 years ago
  68. 004d9c3 catch error and check with testhelper by Jon Perritt · 10 years ago
  69. 436de14 pull in rackspace block storage by Jon Perritt · 10 years ago
  70. 26ff5b7 moved rackspace networking under 'compute' by Jon Perritt · 10 years ago
  71. 59f2207 Fixing tests by Jamie Hannaford · 10 years ago
  72. 878cce0 Removing superfluous stuff by Jamie Hannaford · 10 years ago
  73. 8ad8c59 Stricter err checking by Jamie Hannaford · 10 years ago
  74. 9efd18e Small fixes to errors and bool checks by Jamie Hannaford · 10 years ago
  75. b415170 Adding more validation when creating volumes by Jamie Hannaford · 10 years ago
  76. 3ea715f Updating to new Provider idiom by Jamie Hannaford · 10 years ago
  77. 3a3d0ee Adding waiter functions by Jamie Hannaford · 10 years ago
  78. 390ff52 Fixing NewBlockStorageV1 defaults by Jamie Hannaford · 10 years ago
  79. f8ef986 Adding convenience method for CBS client by Jamie Hannaford · 10 years ago
  80. eff7e8d Fixing results to use new common result by Jamie Hannaford · 10 years ago
  81. 20cabd7 Adding support for volume types by Jamie Hannaford · 10 years ago
  82. 0b7d040 Adding delegate tests for volumes by Jamie Hannaford · 10 years ago
  83. dfc1be7 Beginning work on volumes by Jamie Hannaford · 10 years ago
  84. 4a78395 Finalizing snapshots by Jamie Hannaford · 10 years ago
  85. ff08ef9 Rename to v1 dir and add in more delegate logic by Jamie Hannaford · 10 years ago
  86. 70abdb8 Adding initial delegates for block storage by Jamie Hannaford · 10 years ago
  87. 1176d85 virtual interfaces acceptance tests by Jon Perritt · 10 years ago
  88. 857b312 networks acceptance tests by Jon Perritt · 10 years ago
  89. b8edf08 c.Provide.AuthenticatedHeaders -> c.AuthenticatedHeaders by Jon Perritt · 10 years ago
  90. 44b1ea2 virtual interfaces operations & unit tests; networks unit tests by Jon Perritt · 10 years ago
  91. f95e3e4 virtual interfaces stubs by Jon Perritt · 10 years ago
  92. 24270c4 networks operations by Jon Perritt · 10 years ago
  93. 720c83c Completely original and in no way copy-paste tests by Ash Wilson · 10 years ago
  94. 7bbfed0 I always forget to delegate the Extract function. by Ash Wilson · 10 years ago
  95. 0b96c61 Let's start with the naive thing. by Ash Wilson · 10 years ago
  96. e447449 Change RAX_ to RS_ and accept OS_. by Ash Wilson · 10 years ago
  97. a93ac3f This fixes the build :point_up: by Ash Wilson · 10 years ago
  98. c7e088d Merge pull request #243 from smashwilson/rackspace-compute by jrperritt · 10 years ago
  99. a49b374 It's useful to have the right package name by Jamie Hannaford · 10 years ago
  100. 9272104 Adding utils file to retrieve env vars for Rackspace auth by Jamie Hannaford · 10 years ago