1. 75e8cc4 rename functions by Jamie Hannaford · 9 years ago
  2. e65ad95 convert strings to time.Time by Jamie Hannaford · 9 years ago
  3. d87c7d6 test fixes by Jamie Hannaford · 9 years ago
  4. d2b755f add various fixes by Jamie Hannaford · 9 years ago
  5. 52dbcee fix general issues by Jamie Hannaford · 9 years ago
  6. 99eced5 Finalize Rackspace acceptance tests and fix various things by Jamie Hannaford · 10 years ago
  7. 7d51cf1 Removing awkward nested maps by Jamie Hannaford · 10 years ago
  8. 257c8dc Pre-allocate the slices by Jamie Hannaford · 10 years ago
  9. 8803f83 Fixing minor issues such as weakly typed decoding by Jamie Hannaford · 10 years ago
  10. 1110840 Finalizing most acceptance tests by Jamie Hannaford · 10 years ago
  11. 05d200d First crack at acceptance tests by Jamie Hannaford · 10 years ago
  12. 9793d94 Adding documentation by Jamie Hannaford · 10 years ago
  13. 4a17028 Refactor OS fixtures by Jamie Hannaford · 10 years ago
  14. d3a78ef Refactor to use new handler setup by Jamie Hannaford · 10 years ago
  15. a50d135 Refactor to use new client.Request by Jamie Hannaford · 10 years ago
  16. 76e177b Add usage field by Jamie Hannaford · 10 years ago
  17. 3aba0b1 Fixes to imports by Jamie Hannaford · 10 years ago
  18. 5b7acc1 Add support for OS flavors by Jamie Hannaford · 10 years ago
  19. 2ca55d8 Extract out user functionality into its own namespace by Jamie Hannaford · 10 years ago
  20. af4570f OpenStack DB users by Jamie Hannaford · 10 years ago
  21. 85f1033 Fix receiver name by Jamie Hannaford · 10 years ago
  22. 56d0c2e Extract DB functionality out by Jamie Hannaford · 10 years ago
  23. 1943b38 Add support for OpenStack DBs by Jamie Hannaford · 10 years ago
  24. 219ca59 Adding instance actions by Jamie Hannaford · 10 years ago
  25. a74d425 Adding isRootEnabled feature by Jamie Hannaford · 10 years ago
  26. 94164fa Enable root user by Jamie Hannaford · 10 years ago
  27. 5b16b63 Adding more tests and delete fn by Jamie Hannaford · 10 years ago
  28. 821015f Get instance :rocket: by Jamie Hannaford · 10 years ago
  29. 9068424 List instances by Jamie Hannaford · 10 years ago
  30. 9fdda58 Decouple OpenStack implementation from Rackspace provider by Jamie Hannaford · 10 years ago
  31. 7e6b7b9 Bug fixes by Pratik Mallya · 9 years ago
  32. d86f958 Merge pull request #495 from jrperritt/optimize-object-upload by jrperritt · 9 years ago
  33. 4ad4160 Merge pull request #486 from pratikmallya/enable_template_environment_parsing by jrperritt · 9 years ago
  34. 4fcd3b7 fix parameter name: multiple-manifest -> multipart-manifest by jrperritt · 9 years ago
  35. 05e31e6 don't copy file contents for etag by jrperritt · 9 years ago
  36. 3de347f Linting and comments fixes by Pratik Mallya · 9 years ago
  37. a979f5b Make parsing methods local by Pratik Mallya · 9 years ago
  38. e3086ae Refactor functions into methods by Pratik Mallya · 9 years ago
  39. bfc6eda Improve documentation of functions and methods by Pratik Mallya · 9 years ago
  40. 5fddb2a Add template and environment parsing to gophercloud by Pratik Mallya · 9 years ago
  41. 827c03e Fix api interfaces for orchestration resources by Pratik Mallya · 9 years ago
  42. f928634 Merge pull request #468 from DSpeichert/role_assignments by jrperritt · 9 years ago
  43. 9b4df56 Merge pull request #476 from spothanis/reorg by jrperritt · 9 years ago
  44. 1cc1c84 code styling, paging fix by Daniel Speichert · 9 years ago
  45. 8b1799a Merge pull request #484 from pratikmallya/fix_gc_client by jrperritt · 9 years ago
  46. ee675fd Make client return error on JSON decoding error by Pratik Mallya · 9 years ago
  47. efd338f Merge pull request #478 from pratikmallya/fix_orchestration_time by jrperritt · 9 years ago
  48. eb51d26 Merge pull request #480 from timbyr/HostRoute by jrperritt · 9 years ago
  49. b2653a5 Merge pull request #474 from feiskyer/securitygroups by jrperritt · 9 years ago
  50. 075bf42 Merge pull request #479 from timbyr/master by jrperritt · 9 years ago
  51. fa1b308 Allow DNSNameservers and HostRoutes to be removed by Keith Byrne · 9 years ago
  52. c1afb43 Added mapstructure tags for HostRoute parsing by Keith Byrne · 9 years ago
  53. e1b6cbb Fix time format used for cloud orchestration by Pratik Mallya · 9 years ago
  54. 07400f3 Reorganized volumes and volumeattach to move fixtures to subpackage by Sreekanth Pothanis · 9 years ago
  55. 8e6b4c7 Allow setting tenantID when creating security-groups by feisky · 9 years ago
  56. 44e3b54 Keystone Identity /v3/role_assignments by Daniel Speichert · 9 years ago
  57. 5448f58 Fix Pagination for list StackResources by Pratik Mallya · 9 years ago
  58. 9ad9243 return etag error if checksum and etag aren't equal by jrperritt · 9 years ago
  59. 433cc79 one more 'object create' bug fix by jrperritt · 9 years ago
  60. ca68c9b check for etag header only if resp is not nil by jrperritt · 9 years ago
  61. d200ea3 import path fixes by jrperritt · 9 years ago
  62. e6e8c65 copy content to hash while writing to new buffer by jrperritt · 9 years ago
  63. 046c882 copy reader before making hash by jrperritt · 9 years ago
  64. 56d51e9 add etag header to request object by jrperritt · 9 years ago
  65. f4ff727 debug lines by jrperritt · 9 years ago
  66. 1f218c8 rename var: authopts.Token -> authopts.TokenID by jrperritt · 9 years ago
  67. 475668a fix token unit test by jrperritt · 9 years ago
  68. 95b74c8 allow token/tenantID authentication by jrperritt · 9 years ago
  69. f64c349 Merge pull request #381 from jtopjian/os-networks by jrperritt · 9 years ago
  70. 9342e52 Add all_tenants to nova servers list by Daniel Speichert · 10 years ago
  71. 50fc97d make the comment a bit more relevant by Jamie Hannaford · 9 years ago
  72. 52d3076 add explanatory comment by Jamie Hannaford · 9 years ago
  73. 0809623 Add MD5 checksum check to file uploads by Jamie Hannaford · 10 years ago
  74. 99a0613 os-networks extension by Joe Topjian · 10 years ago
  75. 24c2083 IDFromName functions by Jon Perritt · 10 years ago
  76. 5d1d835 fix typo in comment by jrperritt · 10 years ago
  77. 14f716b fix typo in comment by jrperritt · 10 years ago
  78. 376d4f7 fix typo in comment by jrperritt · 10 years ago
  79. 0ba79da fix typo in comment by jrperritt · 10 years ago
  80. 5c1d733 fix resource name in error msgs by jrperritt · 10 years ago
  81. 00399b4 fix resource name in error msgs by jrperritt · 10 years ago
  82. dbec8c0 fix resource name in error msgs by jrperritt · 10 years ago
  83. 7ab1328 IDFromName for networking resources by Jon Perritt · 10 years ago
  84. 6b0a883 IDFromName for servers by Jon Perritt · 10 years ago
  85. 4267c94 fix formatting in bfv by jrperritt · 10 years ago
  86. ad5f1cb create server helper fields by Jon Perritt · 10 years ago
  87. a2c88b2 fix object storage nil pointer deref error by Jon Perritt · 10 years ago
  88. 9ad4137 Merge pull request #413 from doubledutch/personality by jrperritt · 10 years ago
  89. 4d6c6e7 remove duplicate test from bad merge by Kevin Pike · 10 years ago
  90. 7d6989c Allows for more complex scheduling queries. by Joe Topjian · 10 years ago
  91. 9748b7b improves File documentation by Kevin Pike · 10 years ago
  92. 9546f89 Merge branch 'personality' of https://github.com/doubledutch/gophercloud into personality by Kevin Pike · 10 years ago
  93. eb4e44c Merge pull request #425 from b0d0nne11/brendan/fix-swift-upload-retries by jrperritt · 10 years ago
  94. 27a6243 Scheduler Hints by Joe Topjian · 10 years ago
  95. a69b347 Use a ReadSeeker for upload content and rewind the offset on retries by Brendan ODonnell · 10 years ago
  96. 25d4569 Merge branch 'personality' of github.com:doubledutch/gophercloud by Kevin Pike · 10 years ago
  97. b11111a Merge branch 'master' of https://github.com/rackspace/gophercloud into personality by Kevin Pike · 10 years ago
  98. a2bfaea use MarshalJSON by Kevin Pike · 10 years ago
  99. f3ced00 Merge pull request #421 from ZettaIO/serveraction-createimage by jrperritt · 10 years ago
  100. 4e5fdaf Naming convention and better parsing of Location by einarf · 10 years ago