1. 3be15e1 Bring acceptance tests up to date. by Ash Wilson · 10 years ago
  2. d88f32b Use the new EndpointOpts service instantiation. by Ash Wilson · 10 years ago
  3. a26eea0 Working on the acceptance test, now. by Ash Wilson · 10 years ago
  4. fc96135 Put something non-test in acceptance/../identity/v3. by Ash Wilson · 10 years ago
  5. 8e15a5f fix import path by Jon Perritt · 10 years ago
  6. 509fbb6 add ApplyDefaults method for EndpointOpts by Jon Perritt · 10 years ago
  7. efac18b Rename "Interface" to "Availability". by Ash Wilson · 10 years ago
  8. a286795 Merge remote-tracking branch 'upstream/v0.2.0' into identity-v3 by Ash Wilson · 10 years ago
  9. e69059d Merge pull request #192 from jamiehannaford/acceptance-test-readme by Ash Wilson · 10 years ago
  10. 0eb85cf Merge branch 'acceptance-test-readme' of github.com:jamiehannaford/gophercloud into acceptance-test-readme by Jamie Hannaford · 10 years ago
  11. 2a2a146 Minor fixes based on code review by Jamie Hannaford · 10 years ago
  12. c8fc6ea Moving compute resources into version dir by Jamie Hannaford · 10 years ago
  13. 2c0e45b Stale error message apparently. by Ash Wilson · 10 years ago
  14. 0747d7e Move the Interface type and its consts. by Ash Wilson · 10 years ago
  15. 7083d02 Explicitly auth against v3 in v3 tests. by Ash Wilson · 10 years ago
  16. 51dff8a Update the identity v2 acceptance test. by Ash Wilson · 10 years ago
  17. 33a23e7 Right, v2 actually needs those vars. by Ash Wilson · 10 years ago
  18. ccfccce ChooseVersion accounts for missing /s. by Ash Wilson · 10 years ago
  19. 1cd3e69 Exercise the endpoint discovery code a little. by Ash Wilson · 10 years ago
  20. 0fd6752 Adding "Download RC file" hint for OpenStack users by Jamie Hannaford · 10 years ago
  21. e8ab7b4 Adding README for acceptance test directory by Jamie Hannaford · 10 years ago
  22. 61b2d34 Fix up more of the acceptance tests. by Ash Wilson · 10 years ago
  23. 5deff16 Missed an AuthOptions in the acceptance tests. by Ash Wilson · 10 years ago
  24. 0555c64 Acceptance test that simulates walking to an endpoint. by Ash Wilson · 10 years ago
  25. dd7188d Shuffle around the acceptance tests a little. by Ash Wilson · 10 years ago
  26. fd794d5 Acceptance test that enumerates services. by Ash Wilson · 10 years ago
  27. 9d9fb10 Update acceptance tests to match. by Ash Wilson · 10 years ago
  28. c25ae60 Missed an acceptance test tag. by Ash Wilson · 10 years ago
  29. 33c85f4 Acceptance test for creating authenticated clients. by Ash Wilson · 10 years ago
  30. 4215691 Acceptance test for token generation. by Ash Wilson · 10 years ago
  31. 4563a98 remove unused files from previous version; they are confusing people. by Jon Perritt · 10 years ago
  32. 5f4b5c2 move 'NewClient' function to 'utils' directory by Jon Perritt · 10 years ago
  33. aab1fcd move 'NewClient' to function by Jon Perritt · 10 years ago
  34. a8c3b81 don't use region environment variable by Jon Perritt · 10 years ago
  35. 6e89878 change name of 'ClientOpts' to 'EndpointOpts' by Jon Perritt · 10 years ago
  36. 5eb55b1 add versioning to identity; add generic 'client' function by Jon Perritt · 10 years ago
  37. 28cadc2 Refactor storage test to use new package by Samuel A. Falvo II · 10 years ago
  38. 43d8353 Refactor compute acceptance tests to prep for extensions tests by Samuel A. Falvo II · 10 years ago
  39. ad023dc Merge branch 'master' into v0.2.0 by Samuel A. Falvo II · 11 years ago
  40. 2dd7d2f go run-style acceptance tests now requires build tags by Samuel A. Falvo II · 11 years ago
  41. 9f90f77 Add negative test to acceptance test by Samuel A. Falvo II · 11 years ago
  42. 6292745 Add negative test to 0.1.x acceptance test by Samuel A. Falvo II · 11 years ago
  43. a7f7047 Merge pull request #160 from jrperritt/cf-refactor by Samuel A. Falvo II · 11 years ago
  44. 38c6ad0 Complete Flavors sub-API. by Samuel A. Falvo II · 11 years ago
  45. eb57564 change from 'Get' to 'Extract'; decrease dependence on perigee by Jon Perritt · 11 years ago
  46. b6b1d02 add versioning by Jon Perritt · 11 years ago
  47. 49d7a64 merging in changes from v0.2.0 branch by Jon Perritt · 11 years ago
  48. 816d2a0 openstack object storage v02.0 by Jon Perritt · 11 years ago
  49. 808bb63 Add remaining server actions, except create image. by Samuel A. Falvo II · 11 years ago
  50. 41c9f61 Add server action: reboot server by Samuel A. Falvo II · 11 years ago
  51. ca5f9a3 Add server action: change admin password by Samuel A. Falvo II · 11 years ago
  52. 97d1b5c Forgot to remove unused file. by Samuel A. Falvo II · 11 years ago
  53. f9ffaa1 Use build tags to prevent accidental run of acceptance tests by Samuel A. Falvo II · 11 years ago
  54. b5d93f2 Use build tags to prevent accidental run of acceptance tests by Samuel A. Falvo II · 11 years ago
  55. e246ac0 go fmt by Samuel A. Falvo II · 11 years ago
  56. 0abdb10 Update server test by Samuel A. Falvo II · 11 years ago
  57. 22d3b77 Add update server call by Samuel A. Falvo II · 11 years ago
  58. ce00073 Create, delete, and query server by Samuel A. Falvo II · 11 years ago
  59. 10decf9 Add ability to list flavors by Samuel A. Falvo II · 11 years ago
  60. db02088 Add test to list flavors by Samuel A. Falvo II · 11 years ago
  61. f370dc7 Convert compute acceptance tests to go test form by Samuel A. Falvo II · 11 years ago
  62. 8030050 Convert identity acceptance tests to go test form by Samuel A. Falvo II · 11 years ago
  63. 6dbf9f6 Normalize the two listing tools by Samuel A. Falvo II · 11 years ago
  64. e520cb6 Add support for region name by Samuel A. Falvo II · 11 years ago
  65. 5df4fb5 Change output format for 01-servers by Samuel A. Falvo II · 11 years ago
  66. 17ae565 Add images resource by Samuel A. Falvo II · 11 years ago
  67. d793b02 Support all regions when listing servers by Samuel A. Falvo II · 11 years ago
  68. c007c27 Implement first function of cloud compute API by Samuel A. Falvo II · 11 years ago
  69. c70164d Fix API differences from x-new-api branch by Samuel A. Falvo II · 11 years ago
  70. 2b96321 Re-implement basic identity API for v0.2.0. by Samuel A. Falvo II · 11 years ago
  71. 9637a00 Reorg of acceptance tests by Samuel A. Falvo II · 11 years ago
  72. 41822a7 Removed mixed dev work; focus returns to 0.2.0 API by Samuel A. Falvo II · 11 years ago
  73. 5d20fbf Reverting to clean dev slate by Samuel A. Falvo II · 11 years ago
  74. 97f1059 Merge branch 'x-new-api' into v0.2.0 by Samuel A. Falvo II · 11 years ago
  75. a1a95cc Whoops -- forgot authentication token. by Samuel A. Falvo II · 11 years ago
  76. 0262e97 First monitoring API endpoint implemented by Samuel A. Falvo II · 11 years ago
  77. 8a549ef Initial commit of experimental, new, v0.2.0 API by Samuel A. Falvo II · 11 years ago
  78. d361710 Refactor address set code for greater flexibility. by Samuel A. Falvo II · 11 years ago
  79. 8280cb7 Provide API for building AuthOptions from env vars. by Samuel A. Falvo II · 11 years ago
  80. 2be65d1 go fmt by Jon Perritt · 11 years ago
  81. 7152a1c update test to print out all addresses by Jon Perritt · 11 years ago
  82. 211719f Tests broke because Image ID is outdated. Find by name instead - it'll require less maintenance and will be easier to use with other providers. by Max Lincoln · 11 years ago
  83. 28b4956 Back to rackspace for pull request. by Max Lincoln · 11 years ago
  84. 75e06ec rackspace -> maxlinc, to make sure travis works by Max Lincoln · 11 years ago
  85. 4199dec go fmt files authenticate.go, acceptance/00-authentication.go and acceptance/libargs.go by Rafael Garcia · 11 years ago
  86. ed5dd7f +maxlinc - Add ApiKey authentication by Rafael Garcia · 11 years ago
  87. 499dce1 Fixes #21 by Jon Perritt · 11 years ago
  88. e4a3e42 Remove the DFW default region. by Samuel A. Falvo II · 11 years ago
  89. d2188c4 Add acceptance test for CreateImage and DeleteImageById by Mark Peek · 11 years ago
  90. d27e253 gofmt by Mark Peek · 11 years ago
  91. 5a9151f Add support for keypairs by Mark Peek · 11 years ago
  92. e21808f Add ListAddresses method for cloud servers by Samuel A. Falvo II · 11 years ago
  93. 414c15c Implement Rebuild server functionality. by Samuel A. Falvo II · 11 years ago
  94. cb9eca6 Fix parameter omission in acceptance test by Samuel A. Falvo II · 11 years ago
  95. 72ac2dd Add update server capability. by Samuel A. Falvo II · 11 years ago
  96. 15da6ab Expose rescue/unrescue functionality. by Samuel A. Falvo II · 11 years ago
  97. adbecf9 Expose reboot server support. by Samuel A. Falvo II · 11 years ago
  98. 9b23b34 Deliver details with list images results by Samuel A. Falvo II · 11 years ago
  99. 887d780 More technical debt payoff. by Samuel A. Falvo II · 11 years ago
  100. 002b651 Create server to get details of if no other available. by Samuel A. Falvo II · 11 years ago