1. c04e975 Add support for floating IPs using nova API. by Tim Miller · 11 years ago
  2. 5cf2319 Merge pull request #115 from rackspace/gh-112-openstack-env-vars by Samuel A. Falvo II · 11 years ago
  3. d289d75 Forgot to include osutil sub-package. by Samuel A. Falvo II · 11 years ago
  4. b967076 Recognize OS_REGION_NAME if env var is set. by Samuel A. Falvo II · 11 years ago
  5. 8280cb7 Provide API for building AuthOptions from env vars. by Samuel A. Falvo II · 11 years ago
  6. 0d8c265 Merge pull request #114 from pquerna/rename_testing_transport by Samuel A. Falvo II · 11 years ago
  7. 4a52f3d Rename transport_double.go to transport_double_test.go as it is only used when running tests, and was causing flags to be added to non-testing binaries. Fixes #113 by Paul Querna · 11 years ago
  8. 6ba72d5 Merge pull request #109 from seryl/travis-badge by Samuel A. Falvo II · 11 years ago
  9. f21fcac Add travis badge to README by Josh Toft · 11 years ago
  10. 2f2cb30 Merge branch 'issue-21-list-addresses-by-network' of https://github.com/jrperritt/gophercloud into jrperritt-issue-21-list-addresses-by-network by Samuel A. Falvo II · 11 years ago
  11. 2be65d1 go fmt by Jon Perritt · 11 years ago
  12. 7152a1c update test to print out all addresses by Jon Perritt · 11 years ago
  13. 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
  14. 28b4956 Back to rackspace for pull request. by Max Lincoln · 11 years ago
  15. c38f527 Don't encrypt repo_token; it's not supposed to be necessary at all for public projects, and making it encrypted would prevent coverage reports on pull-requests. by Max Lincoln · 11 years ago
  16. 57842a6 Give coverage try by Max Lincoln · 11 years ago
  17. 75e06ec rackspace -> maxlinc, to make sure travis works by Max Lincoln · 11 years ago
  18. 42b3672 Travis by Max Lincoln · 11 years ago
  19. 4199dec go fmt files authenticate.go, acceptance/00-authentication.go and acceptance/libargs.go by Rafael Garcia · 11 years ago
  20. ed5dd7f +maxlinc - Add ApiKey authentication by Rafael Garcia · 11 years ago
  21. dbc4e9e Expose service catalog to interested parties. by Samuel A. Falvo II · 11 years ago
  22. 32d297d Update godocs to include info useful for private clouds. by Samuel A. Falvo II · 11 years ago
  23. 9b8695b Drop support for Go 1.0.3. by Samuel A. Falvo II · 11 years ago
  24. 6da9245 Attempt to switch to rackspace coveralls acct by Samuel A. Falvo II · 11 years ago
  25. 6daaf51 Merge pull request #107 from maxlinc/travis by Samuel A. Falvo II · 11 years ago
  26. 3e40823 Merge pull request #108 from maxlinc/test_fix by Samuel A. Falvo II · 11 years ago
  27. 5b250e0 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
  28. 14a4f6b Back to rackspace for pull request. by Max Lincoln · 11 years ago
  29. c0faeca Don't encrypt repo_token; it's not supposed to be necessary at all for public projects, and making it encrypted would prevent coverage reports on pull-requests. by Max Lincoln · 11 years ago
  30. a9c4b01 Give coverage try by Max Lincoln · 11 years ago
  31. 6f755ac Merge pull request #105 from rafbgarcia/api_key by Samuel A. Falvo II · 11 years ago
  32. c56e9e6 rackspace -> maxlinc, to make sure travis works by Max Lincoln · 11 years ago
  33. cfc2918 Travis by Max Lincoln · 11 years ago
  34. 752cb33 go fmt files authenticate.go, acceptance/00-authentication.go and acceptance/libargs.go by Rafael Garcia · 11 years ago
  35. 6841a02 Merge pull request #104 from rackspace/expose-v2-service-catalog by Samuel A. Falvo II · 11 years ago
  36. 0c1629d go fmt by Jon Perritt · 11 years ago
  37. e4a550e +maxlinc - Add ApiKey authentication by Rafael Garcia · 11 years ago
  38. cfb352a Expose service catalog to interested parties. by Samuel A. Falvo II · 11 years ago
  39. b1ead74 initialize map to prevent runtime panic by Jon Perritt · 11 years ago
  40. 499dce1 Fixes #21 by Jon Perritt · 11 years ago
  41. aa3a31d Merge pull request #100 from rackspace/doc-update-custom-identity-api by Samuel A. Falvo II · 11 years ago
  42. 18087f4 Update godocs to include info useful for private clouds. by Samuel A. Falvo II · 11 years ago
  43. 90356ba Merge pull request #94 from rackspace/remove-dfw-default-regions-from-tests by Samuel A. Falvo II · 11 years ago
  44. e4a3e42 Remove the DFW default region. by Samuel A. Falvo II · 11 years ago
  45. d8789a6 Merge pull request #86 from justinsb/match_service_by_type_not_name by Samuel A. Falvo II · 11 years ago
  46. a4db50a Add test for type matching by Justin Santa Barbara · 11 years ago
  47. 044418d Merge pull request #83 from justinsb/specify_tenant_name by Samuel A. Falvo II · 11 years ago
  48. 25a062c Merge pull request #85 from justinsb/match_service_by_type_not_name by Samuel A. Falvo II · 11 years ago
  49. 2fe5ef4 Merge pull request #84 from justinsb/url_providers by Samuel A. Falvo II · 11 years ago
  50. 017b2de Support matching by type in the service catalog by Justin Santa Barbara · 11 years ago
  51. 21682a4 Expose auth with a tenantName by Justin Santa Barbara · 11 years ago
  52. 23f2a3a Allow for custom/private providers by Justin Santa Barbara · 11 years ago
  53. 9e55d65 Merge pull request #82 from markpeek/markpeek-deleteimage by Samuel A. Falvo II · 11 years ago
  54. d2188c4 Add acceptance test for CreateImage and DeleteImageById by Mark Peek · 11 years ago
  55. 12a81e6 Add DeleteImageById by Mark Peek · 11 years ago
  56. d27e253 gofmt by Mark Peek · 11 years ago
  57. 7d3e09d Remove leftover debug DumpReqJson from CreateImage by Mark Peek · 11 years ago
  58. b4a677a Merge pull request #81 from markpeek/markpeek-image by Samuel A. Falvo II · 11 years ago
  59. 22efb6c Change Server/NewServer Metadata from interface{} to map[string]string by Mark Peek · 11 years ago
  60. 0dbb368 Add ImageById to provide details on an image id by Mark Peek · 11 years ago
  61. 6b57c23 Add CreateImage that creates a new image from a running server by Mark Peek · 11 years ago
  62. 441991d Add ResponseWithReauth to do WithReauth that returns a perigee.Response by Mark Peek · 11 years ago
  63. a2818af Add KeyPairName to NewServers and gofmt. by Mark Peek · 11 years ago
  64. c0b07aa gofmt by Samuel A. Falvo II · 11 years ago
  65. 6262803 Merge pull request #78 from markpeek/markpeek-keypair by Samuel A. Falvo II · 11 years ago
  66. 434eacf Merge pull request #79 from markpeek/markpeek-omitquote by Samuel A. Falvo II · 11 years ago
  67. 8762d05 Merge pull request #76 from jamiehannaford/master by Samuel A. Falvo II · 11 years ago
  68. 3d151fb Add PrivateKey field to KeyPair for returning from CreateKeyPair by Mark Peek · 11 years ago
  69. a739f22 Fix quote in servers.go to include omitentry by Mark Peek · 11 years ago
  70. 5a9151f Add support for keypairs by Mark Peek · 11 years ago
  71. 8f7364e Delete LICENSE by Jamie Hannaford · 11 years ago
  72. 3fd3e9c Change Bash script URL by Jamie Hannaford · 11 years ago
  73. 838f42d Merge pull request #75 from rackspace/list-addresses by Samuel A. Falvo II · 11 years ago
  74. f339160 go fmt by Samuel A. Falvo II · 11 years ago
  75. e21808f Add ListAddresses method for cloud servers by Samuel A. Falvo II · 11 years ago
  76. b82f3d6 Added missing license, contributors file by Jesse Noller · 11 years ago
  77. 7c7e88a Adding Apache 2.0 license by jamiehannaford · 11 years ago
  78. cccca1a Merge pull request #72 from philips/patch-1 by Jesse Noller · 11 years ago
  79. 6c2efcc README: remove notes about private/public workspace scripts by Brandon Philips · 11 years ago
  80. e79d8a6 Merge pull request #65 from rackspace/rebuild-server-for-real by Samuel A. Falvo II · 11 years ago
  81. 414c15c Implement Rebuild server functionality. by Samuel A. Falvo II · 11 years ago
  82. 8a3a6e8 Merge pull request #64 from rackspace/update-docs by Samuel A. Falvo II · 11 years ago
  83. cb9eca6 Fix parameter omission in acceptance test by Samuel A. Falvo II · 11 years ago
  84. 20f1aa4 go fmt reformatting by Samuel A. Falvo II · 11 years ago
  85. 94761be Update godoc documentation by Samuel A. Falvo II · 11 years ago
  86. 8c1a57a Merge pull request #63 from rackspace/update-server by Samuel A. Falvo II · 11 years ago
  87. 72ac2dd Add update server capability. by Samuel A. Falvo II · 11 years ago
  88. e05d114 Merge pull request #62 from rackspace/rescue-servers by Samuel A. Falvo II · 11 years ago
  89. 15da6ab Expose rescue/unrescue functionality. by Samuel A. Falvo II · 11 years ago
  90. 530609a Merge pull request #61 from rackspace/reboot-server by Samuel A. Falvo II · 11 years ago
  91. adbecf9 Expose reboot server support. by Samuel A. Falvo II · 11 years ago
  92. c8b11d1 Merge pull request #60 from rackspace/fix-list-flavors by Samuel A. Falvo II · 11 years ago
  93. bc68123 Return details with list of flavors. by Samuel A. Falvo II · 11 years ago
  94. 102b7df Merge pull request #59 from rackspace/fix-list-images by Samuel A. Falvo II · 11 years ago
  95. 9b23b34 Deliver details with list images results by Samuel A. Falvo II · 11 years ago
  96. 05aadc3 Merge pull request #58 from rackspace/more-debt-reduction by Samuel A. Falvo II · 11 years ago
  97. 887d780 More technical debt payoff. by Samuel A. Falvo II · 11 years ago
  98. 3fdd947 Merge pull request #57 from rackspace/fix-get-server-details-test by Samuel A. Falvo II · 11 years ago
  99. 002b651 Create server to get details of if no other available. by Samuel A. Falvo II · 11 years ago
  100. d1b17c4 Merge pull request #56 from rackspace/tech-debt-reduction by Samuel A. Falvo II · 11 years ago