1. 5db0892 add commonResult types for ExtractHeaders method by Jon Perritt · 10 years ago
  2. de47eac change 'XXXXOpts' to pointers; return url.URL from BuildQueryString by Jon Perritt · 10 years ago
  3. 6f9e4ff defer pagination error to EachPage callback by Jon Perritt · 10 years ago
  4. a9caabd rename objectStorage to objectstorage by Jon Perritt · 10 years ago
  5. fdac6e5 rename directory from 'storage' to 'objectStorage'; add fix for handling 'text/html' content-type response from 'ListNames' by Jon Perritt · 10 years ago
  6. 8c93a30 use generic parameter building functions; pagination in unit tests by Jon Perritt · 10 years ago
  7. b1eea51 objects acceptance test docs by Jon Perritt · 10 years ago
  8. c81fa8f accounts acceptance test docs by Jon Perritt · 10 years ago
  9. 4cf2ecf containers acceptance tests docs (and fix) by Jon Perritt · 10 years ago
  10. a85379e change identity_test package name to 'v2' by Jon Perritt · 10 years ago
  11. f050a4c break storage_test into smaller files by Jon Perritt · 10 years ago
  12. 768e8e9 reorg storage_test and identity_test by Jon Perritt · 10 years ago
  13. 89734d0 Use Extract() methods in acceptance tests. by Ash Wilson · 10 years ago
  14. ebc3d12 Merge remote-tracking branch 'upstream/v0.2.0' into paginate-compute by Ash Wilson · 10 years ago
  15. d903642 Introducing new FooResult idiom :shipit: by Jamie Hannaford · 10 years ago
  16. f283540 Removed all extension functionality from core package by Jamie Hannaford · 10 years ago
  17. 5e45ccb Moving shared logic into common file by Jamie Hannaford · 10 years ago
  18. d9961b3 Adding forgotten port test by Jamie Hannaford · 10 years ago
  19. 2a0492a All acceptance/unit tests pass :raised_hands: by Jamie Hannaford · 10 years ago
  20. f84171d Finalizing acceptance tests for subnets by Jamie Hannaford · 10 years ago
  21. 89f9af2 Starting subnets by Jamie Hannaford · 10 years ago
  22. f0c615b Moving network v2 to new(est) pagination idiom by Jamie Hannaford · 10 years ago
  23. 4721abc Shuffled resources into sub-packages and upgraded to new pagination idiom by Jamie Hannaford · 10 years ago
  24. 1ce30f2 Moving extensions and API versions into different sub-packages; fixing test helper methods by Jamie Hannaford · 10 years ago
  25. a13f067 Refactoring tests to use helper funcs :ok_hand: by Jamie Hannaford · 10 years ago
  26. b859cfa Adding tests for delete network by Jamie Hannaford · 10 years ago
  27. 7947505 Making return types more consistent :boom: by Jamie Hannaford · 10 years ago
  28. d2d9f56 Adding create network operation by Jamie Hannaford · 10 years ago
  29. 12bc247 Adding get extension operation by Jamie Hannaford · 10 years ago
  30. f14d456 Adding API resource operation by Jamie Hannaford · 10 years ago
  31. 7ea2958 Fixes to client setup and build tags by Jamie Hannaford · 10 years ago
  32. 01e1492 Adding ListAPIVersions operation by Jamie Hannaford · 10 years ago
  33. 6250ff2 Rename and refactor tests to use common service logic by Jamie Hannaford · 10 years ago
  34. 6e3d566 Add initial top-level acceptance tests by Jamie Hannaford · 10 years ago
  35. dc7daa8 Clarify which statuses are reached at which points. by Ash Wilson · 10 years ago
  36. fd56648 Rework the compute acceptance tests. by Ash Wilson · 10 years ago
  37. 4cee008 Move compute acceptance tests into a v2 folder. by Ash Wilson · 10 years ago
  38. d88186c Adjust storage acceptance tests accordingly. by Ash Wilson · 10 years ago
  39. da7c09f Update the acceptance tests to use pagination. by Ash Wilson · 10 years ago
  40. 387d1bd Update acceptance tests. by Ash Wilson · 10 years ago
  41. 3be15e1 Bring acceptance tests up to date. by Ash Wilson · 10 years ago
  42. d88f32b Use the new EndpointOpts service instantiation. by Ash Wilson · 10 years ago
  43. a26eea0 Working on the acceptance test, now. by Ash Wilson · 10 years ago
  44. fc96135 Put something non-test in acceptance/../identity/v3. by Ash Wilson · 10 years ago
  45. 8e15a5f fix import path by Jon Perritt · 10 years ago
  46. 509fbb6 add ApplyDefaults method for EndpointOpts by Jon Perritt · 10 years ago
  47. efac18b Rename "Interface" to "Availability". by Ash Wilson · 10 years ago
  48. a286795 Merge remote-tracking branch 'upstream/v0.2.0' into identity-v3 by Ash Wilson · 10 years ago
  49. e69059d Merge pull request #192 from jamiehannaford/acceptance-test-readme by Ash Wilson · 10 years ago
  50. 0eb85cf Merge branch 'acceptance-test-readme' of github.com:jamiehannaford/gophercloud into acceptance-test-readme by Jamie Hannaford · 10 years ago
  51. 2a2a146 Minor fixes based on code review by Jamie Hannaford · 10 years ago
  52. c8fc6ea Moving compute resources into version dir by Jamie Hannaford · 10 years ago
  53. 2c0e45b Stale error message apparently. by Ash Wilson · 10 years ago
  54. 0747d7e Move the Interface type and its consts. by Ash Wilson · 10 years ago
  55. 7083d02 Explicitly auth against v3 in v3 tests. by Ash Wilson · 10 years ago
  56. 51dff8a Update the identity v2 acceptance test. by Ash Wilson · 10 years ago
  57. 33a23e7 Right, v2 actually needs those vars. by Ash Wilson · 10 years ago
  58. ccfccce ChooseVersion accounts for missing /s. by Ash Wilson · 10 years ago
  59. 1cd3e69 Exercise the endpoint discovery code a little. by Ash Wilson · 10 years ago
  60. 0fd6752 Adding "Download RC file" hint for OpenStack users by Jamie Hannaford · 10 years ago
  61. e8ab7b4 Adding README for acceptance test directory by Jamie Hannaford · 10 years ago
  62. 61b2d34 Fix up more of the acceptance tests. by Ash Wilson · 10 years ago
  63. 5deff16 Missed an AuthOptions in the acceptance tests. by Ash Wilson · 10 years ago
  64. 0555c64 Acceptance test that simulates walking to an endpoint. by Ash Wilson · 10 years ago
  65. dd7188d Shuffle around the acceptance tests a little. by Ash Wilson · 10 years ago
  66. fd794d5 Acceptance test that enumerates services. by Ash Wilson · 10 years ago
  67. 9d9fb10 Update acceptance tests to match. by Ash Wilson · 10 years ago
  68. c25ae60 Missed an acceptance test tag. by Ash Wilson · 10 years ago
  69. 33c85f4 Acceptance test for creating authenticated clients. by Ash Wilson · 10 years ago
  70. 4215691 Acceptance test for token generation. by Ash Wilson · 10 years ago
  71. 4563a98 remove unused files from previous version; they are confusing people. by Jon Perritt · 10 years ago
  72. 5f4b5c2 move 'NewClient' function to 'utils' directory by Jon Perritt · 10 years ago
  73. aab1fcd move 'NewClient' to function by Jon Perritt · 10 years ago
  74. a8c3b81 don't use region environment variable by Jon Perritt · 10 years ago
  75. 6e89878 change name of 'ClientOpts' to 'EndpointOpts' by Jon Perritt · 10 years ago
  76. 5eb55b1 add versioning to identity; add generic 'client' function by Jon Perritt · 10 years ago
  77. 28cadc2 Refactor storage test to use new package by Samuel A. Falvo II · 10 years ago
  78. 43d8353 Refactor compute acceptance tests to prep for extensions tests by Samuel A. Falvo II · 10 years ago
  79. ad023dc Merge branch 'master' into v0.2.0 by Samuel A. Falvo II · 11 years ago
  80. 2dd7d2f go run-style acceptance tests now requires build tags by Samuel A. Falvo II · 11 years ago
  81. 9f90f77 Add negative test to acceptance test by Samuel A. Falvo II · 11 years ago
  82. 6292745 Add negative test to 0.1.x acceptance test by Samuel A. Falvo II · 11 years ago
  83. a7f7047 Merge pull request #160 from jrperritt/cf-refactor by Samuel A. Falvo II · 11 years ago
  84. 38c6ad0 Complete Flavors sub-API. by Samuel A. Falvo II · 11 years ago
  85. eb57564 change from 'Get' to 'Extract'; decrease dependence on perigee by Jon Perritt · 11 years ago
  86. b6b1d02 add versioning by Jon Perritt · 11 years ago
  87. 49d7a64 merging in changes from v0.2.0 branch by Jon Perritt · 11 years ago
  88. 816d2a0 openstack object storage v02.0 by Jon Perritt · 11 years ago
  89. 808bb63 Add remaining server actions, except create image. by Samuel A. Falvo II · 11 years ago
  90. 41c9f61 Add server action: reboot server by Samuel A. Falvo II · 11 years ago
  91. ca5f9a3 Add server action: change admin password by Samuel A. Falvo II · 11 years ago
  92. 97d1b5c Forgot to remove unused file. by Samuel A. Falvo II · 11 years ago
  93. f9ffaa1 Use build tags to prevent accidental run of acceptance tests by Samuel A. Falvo II · 11 years ago
  94. b5d93f2 Use build tags to prevent accidental run of acceptance tests by Samuel A. Falvo II · 11 years ago
  95. e246ac0 go fmt by Samuel A. Falvo II · 11 years ago
  96. 0abdb10 Update server test by Samuel A. Falvo II · 11 years ago
  97. 22d3b77 Add update server call by Samuel A. Falvo II · 11 years ago
  98. ce00073 Create, delete, and query server by Samuel A. Falvo II · 11 years ago
  99. 10decf9 Add ability to list flavors by Samuel A. Falvo II · 11 years ago
  100. db02088 Add test to list flavors by Samuel A. Falvo II · 11 years ago