1. 3d96616 move unit tests into 'testing' directories by jrperritt · 9 years ago
  2. 29ae6b3 no naked returns in go; fix auth v3 unit tests by jrperritt · 9 years ago
  3. 3860b51 named return vars by Jon Perritt · 9 years ago
  4. db0ae14 dsl struct tags; wip by Jon Perritt · 9 years ago
  5. a33da23 more error types; RequestOptsBuilder error fixes by Jon Perritt · 9 years ago
  6. 1b22083 remove urls_test.go files by Jon Perritt · 9 years ago
  7. 31b6646 more consistent naming by Jon Perritt · 9 years ago
  8. 3c16647 remove mapstructure from identity,networking,objectstorage,orchestration,pagination by Jon Perritt · 9 years ago
  9. 27249f4 rename imports: rackspace/gophercloud -> gophercloud/gophercloud by Jon Perritt · 9 years ago
  10. 562a7d5 Add Identity HTTP operations by Jamie Hannaford · 10 years ago
  11. c530ba1 Refactor OpenStack services to use default OkCodes by Jamie Hannaford · 10 years ago
  12. 59fb6c4 Adjust regexps and do another pass. by Ash Wilson · 10 years ago
  13. 4bf41a3 openstack/ :knife: perigee by Ash Wilson · 10 years ago
  14. 2f07174 Fixed a few things that go vet was complaining about by Alex Gaynor · 10 years ago
  15. 1980344 update functions to use BuildQueryString instead of BuildQuery by Jon Perritt · 10 years ago
  16. ba2395e ExtractErrResult -> ErrResult; Extract -> ExtractErr by Jon Perritt · 10 years ago
  17. 269b66f Shifting identity operations to common delete result by Jamie Hannaford · 10 years ago
  18. 8ab3c14 Adding DeleteResult for v3.services.Delete by Jamie Hannaford · 10 years ago
  19. bdc8697 Adding doc.go files for packages by Jamie Hannaford · 10 years ago
  20. 53da316 Update Keystone v3 to use new util location by Jamie Hannaford · 10 years ago
  21. 6adb125 Update Keystone v3 usage by Jamie Hannaford · 10 years ago
  22. ea8c7f3 :fire: :fire: :fire: by Ash Wilson · 10 years ago
  23. 77857dc Remove the `.Provider.` bit. by Ash Wilson · 10 years ago
  24. b8b16f8 Base a pagination.PageResult on gophercloud.Result. by Ash Wilson · 10 years ago
  25. d3dc254 Rename Result.Resp to Result.Body. by Ash Wilson · 10 years ago
  26. f548aad Rename gophercloud.CommonResult references. by Ash Wilson · 10 years ago
  27. a253adf Removing unnecessary conditionals from identity service by Jamie Hannaford · 10 years ago
  28. 81ab83a Trailing `s` :fire: by Ash Wilson · 10 years ago
  29. 3f59ade Update identity v3 tests. by Ash Wilson · 10 years ago
  30. 74e2bb8 Use XyzResult structs and Extract methods. by Ash Wilson · 10 years ago
  31. 1e1b733 getXyzUrl -> xyzUrl by Ash Wilson · 10 years ago
  32. fc55c82 LinkedPageBase follows a LinkPath element. by Ash Wilson · 10 years ago
  33. cd95a0c Adjust callers again. by Ash Wilson · 10 years ago
  34. 3c8cc77 Change identity endpoints and services. by Ash Wilson · 10 years ago
  35. ab6be61 Adjust callers to match. by Ash Wilson · 10 years ago
  36. 152d75a Remove the closures from the New.*Pager calls. by Ash Wilson · 10 years ago
  37. 6b35e50 Add an error return to the EachPage closure. by Ash Wilson · 10 years ago
  38. bddac13 Use the new pagination in identity/3/services. by Ash Wilson · 10 years ago
  39. 5266e49 Rename `Info` to `Get`. by Ash Wilson · 10 years ago
  40. b110fc9 Use a Concat method to aggregate Collection pages. by Ash Wilson · 10 years ago
  41. 64f4415 ServiceList is now a LinkCollection. by Ash Wilson · 10 years ago
  42. d24786d Delete services, too. by Ash Wilson · 10 years ago
  43. d1b7213 Update existing Services. by Ash Wilson · 10 years ago
  44. b112997 Implement and test the Service Info call. by Ash Wilson · 10 years ago
  45. 2f5dd1f List the services available from an endpoint. by Ash Wilson · 10 years ago
  46. a87ee06 Use general (Provider|Service)Client structs. by Ash Wilson · 10 years ago
  47. 6e87003 Generate a URL for a specific Service resource. by Ash Wilson · 10 years ago
  48. b73b7f8 Implement and test service creation. by Ash Wilson · 10 years ago