1. 65d5ee2 fixes for image unit tests by jrperritt · 9 years ago
  2. a06e2ca Add ScheduleArgs interface for autoscale policies by Brad Ison · 9 years ago
  3. eedc8d9 Add additional validation for autoscale polices by Brad Ison · 9 years ago
  4. 2b73916 Add intermediate type for autoscale policies by Brad Ison · 9 years ago
  5. b35ef6d Embed adjustments in autoscale policy request bodies by Brad Ison · 9 years ago
  6. 4d1a9a6 Validate Rackspace Auto Scale policy adjustments by Brad Ison · 9 years ago
  7. 40dd634 Rackspace Auto Scale: Add policies docs by Brad Ison · 9 years ago
  8. baade94 Rackspace Auto Scale: Add policies URL tests by Brad Ison · 9 years ago
  9. 42f8dfb Rackspace Auto Scale: Add policies Execute() by Brad Ison · 9 years ago
  10. 124df8e Rackspace Auto Scale: Add policies Delete() by Brad Ison · 9 years ago
  11. ac037d5 Rackspace Auto Scale: Add policies Update() by Brad Ison · 9 years ago
  12. 55523e5 Rackspace Auto Scale: Add policies Get() by Brad Ison · 9 years ago
  13. e7d6dfc Rackspace Auto Scale: Add policies Create() by Brad Ison · 9 years ago
  14. 53e997c Rackspace Auto Scale: Add policies List() by Brad Ison · 9 years ago
  15. 5ed9e9f Don't allow autoscale webhook updates with no metadata by Brad Ison · 9 years ago
  16. cd10b15 Don't paginate autoscale webhook create results by Brad Ison · 9 years ago
  17. 43086e9 Rackspace Auto Scale: Add webhooks URL tests by Brad Ison · 9 years ago
  18. 428198d Rackspace Auto Scale: Add webhooks docs by Brad Ison · 9 years ago
  19. b5d5548 Rackspace Auto Scale: Add webhooks Delete() by Brad Ison · 9 years ago
  20. d9ebfb9 Rackspace Auto Scale: Add webhooks Update() by Brad Ison · 9 years ago
  21. 20644be Rackspace Auto Scale: Add webhooks Get() by Brad Ison · 9 years ago
  22. e6e0ec1 Rackspace Auto Scale: Add webhooks Create() by Brad Ison · 9 years ago
  23. 366a7a0 Rackspace Auto Scale: Add webhooks List() by Brad Ison · 9 years ago
  24. 282247b Add Rackspace Auto Scale client by Brad Ison · 9 years ago
  25. bda4859 Add fixtures build tag to all fixtures.go files by Keith Byrne · 9 years ago
  26. 6adbd72 Merge pull request #491 from rgbkrk/find-node-by-ip-and-port by jrperritt · 9 years ago
  27. 87704ba use better type assertions by Jamie Hannaford · 9 years ago
  28. 2e695a3 use interfaces rather than concrete types by Jamie Hannaford · 9 years ago
  29. 75e8cc4 rename functions by Jamie Hannaford · 9 years ago
  30. e65ad95 convert strings to time.Time by Jamie Hannaford · 9 years ago
  31. 1b2f8cb ensure list use rackspace User structs by Jamie Hannaford · 9 years ago
  32. 7274916 Add list options by Jamie Hannaford · 9 years ago
  33. b9aa87f test fixes by Jamie Hannaford · 9 years ago
  34. 05665d6 add delegates for rackspace configurations by Jamie Hannaford · 9 years ago
  35. 52dbcee fix general issues by Jamie Hannaford · 9 years ago
  36. 99eced5 Finalize Rackspace acceptance tests and fix various things by Jamie Hannaford · 10 years ago
  37. 42a5c6f Use correct service type by Jamie Hannaford · 10 years ago
  38. 8803f83 Fixing minor issues such as weakly typed decoding by Jamie Hannaford · 10 years ago
  39. 1110840 Finalizing most acceptance tests by Jamie Hannaford · 10 years ago
  40. 05d200d First crack at acceptance tests by Jamie Hannaford · 10 years ago
  41. b0d267b Finish DB docs for Rackspace by Jamie Hannaford · 10 years ago
  42. e635b7d Refactor fixtures by Jamie Hannaford · 10 years ago
  43. a50d135 Refactor to use new client.Request by Jamie Hannaford · 10 years ago
  44. c1c6bf8 Remove duplication by Jamie Hannaford · 10 years ago
  45. 8252352 Add datastore functionality by Jamie Hannaford · 10 years ago
  46. 23867bb Adding configuration parameters :ok_hand: by Jamie Hannaford · 10 years ago
  47. be00824 Use new helper by Jamie Hannaford · 10 years ago
  48. ed7f453 Add configuration resource by Jamie Hannaford · 10 years ago
  49. 4ec6afe Adding support for replicas by Jamie Hannaford · 10 years ago
  50. 2e81732 Rework locations of extracted structs by Jamie Hannaford · 10 years ago
  51. e052473 Add Datastore type to Backup struct by Jamie Hannaford · 10 years ago
  52. 302c0b6 Start work on backups :monkey: by Jamie Hannaford · 10 years ago
  53. 984e917 Access functions for users by Jamie Hannaford · 10 years ago
  54. 8195446 Adding flavors for Rackspace by Jamie Hannaford · 10 years ago
  55. 3c1796b Adding user delegates by Jamie Hannaford · 10 years ago
  56. 27957b2 Fixes by Jamie Hannaford · 10 years ago
  57. ba1e96c Add DB delegates by Jamie Hannaford · 10 years ago
  58. cc21147 Adding more docs by Jamie Hannaford · 10 years ago
  59. e6390d4 Delegates for instance actions by Jamie Hannaford · 10 years ago
  60. f77fc10 Update instance/associate with config group by Jamie Hannaford · 10 years ago
  61. 936a547 Adding GetConfig operation for Rackspace provider by Jamie Hannaford · 10 years ago
  62. ebcac55 Enable root user delegate by Jamie Hannaford · 10 years ago
  63. 1232e04 Delegate for delete by Jamie Hannaford · 10 years ago
  64. 39d4ffb Adding delegate for Get instance + tests by Jamie Hannaford · 10 years ago
  65. 9fdda58 Decouple OpenStack implementation from Rackspace provider by Jamie Hannaford · 10 years ago
  66. 3dbfb2d Add Instance result struct by Jamie Hannaford · 10 years ago
  67. 2a4beaa Adding other files by Jamie Hannaford · 10 years ago
  68. fac40db Adding tests and Create method by Jamie Hannaford · 10 years ago
  69. 6ee7d4a Adding fixture file by Jamie Hannaford · 10 years ago
  70. 4ad4160 Merge pull request #486 from pratikmallya/enable_template_environment_parsing by jrperritt · 9 years ago
  71. 73e2759 Delete TODO comment by Kyle Kelley · 9 years ago
  72. 9cd8c84 Return error when node not found. by Kyle Kelley · 9 years ago
  73. e93b53f FindNodeByIPPort -> GetByIPPort by Kyle Kelley · 9 years ago
  74. b90cef5 Allow finding load balancer node by IP and Port by Kyle Kelley · 9 years ago
  75. 5fddb2a Add template and environment parsing to gophercloud by Pratik Mallya · 9 years ago
  76. 827c03e Fix api interfaces for orchestration resources by Pratik Mallya · 9 years ago
  77. 9b4df56 Merge pull request #476 from spothanis/reorg by jrperritt · 9 years ago
  78. ee675fd Make client return error on JSON decoding error by Pratik Mallya · 9 years ago
  79. 07400f3 Reorganized volumes and volumeattach to move fixtures to subpackage by Sreekanth Pothanis · 9 years ago
  80. efb1971 import fix: dear atom, always use rackpsace repo and not mine by jrperritt · 9 years ago
  81. 52e6ada update ExtractFlavors function and unit tests by Jon Perritt · 10 years ago
  82. b1ce0af change field types: uint -> int by Jon Perritt · 10 years ago
  83. 2571c77 allow rackspace flavor extra_specs by Jon Perritt · 10 years ago
  84. b9396a1 ensure rackspace tests use new fixture by Jamie Hannaford · 10 years ago
  85. 2c749a0 Refactor PageResult creation. by Ash Wilson · 10 years ago
  86. fe80dae Prevent read from closed stream. by Ash Wilson · 10 years ago
  87. dbee478 Return the CreateResult's error, if one is present. by Ash Wilson · 10 years ago
  88. ae55143 Start with a failing test because that's how I roll by Ash Wilson · 10 years ago
  89. bc523bc fix keypair variable mistake by jrperritt · 10 years ago
  90. f54139c don't set key_name if not provided by Jon Perritt · 10 years ago
  91. fab1f3d grammar fix in comment by jrperritt · 10 years ago
  92. ade2d7f fix formatting in rs bfv by jrperritt · 10 years ago
  93. ad5f1cb create server helper fields by Jon Perritt · 10 years ago
  94. a2c88b2 fix object storage nil pointer deref error by Jon Perritt · 10 years ago
  95. 9ad4137 Merge pull request #413 from doubledutch/personality by jrperritt · 10 years ago
  96. a69b347 Use a ReadSeeker for upload content and rewind the offset on retries by Brendan ODonnell · 10 years ago
  97. 92e10b5 Encapsulate Personality. Encode contents for user by Kevin Pike · 10 years ago
  98. edcbc31 Merge branch 'master' into personality by Kevin Pike · 10 years ago
  99. 7bf54c5 updates personality to []map[string]string where map has path and contents by Kevin Pike · 10 years ago
  100. f8b77ca ResizeOpts -> ResizeOptsBuilder by Jon Perritt · 10 years ago