- 29ae6b3 no naked returns in go; fix auth v3 unit tests by jrperritt · 9 years ago
- 2be387a tmp commit, auth unit tests broken by Jon Perritt · 9 years ago
- 3860b51 named return vars by Jon Perritt · 9 years ago
- 397ade6 fixes for failing unit tests after changes by Jon Perritt · 9 years ago
- 77f79d2 only check exported fields by Jon Perritt · 9 years ago
- fea9073 objectstorage v1 and orchestration v1 struct tags by Jon Perritt · 9 years ago
- e1c6ceb struct tags for networking v2 by Jon Perritt · 9 years ago
- db0ae14 dsl struct tags; wip by Jon Perritt · 9 years ago
- 226976e travis.yml support by Jon Perritt · 9 years ago
- 554de82 update coveralls badge by Jon Perritt · 9 years ago
- 90d31ce move HTTP action methods to ServiceClient (for microversions) by Jon Perritt · 9 years ago
- c0dd8e5 add Microversion field to ServiceClient by Jon Perritt · 9 years ago
- 01618ee first crack at BuildRequestBody function by Jon Perritt · 9 years ago
- 1380826 another servers v2 error type by Jon Perritt · 9 years ago
- 58611da orchestration v1 error types by Jon Perritt · 9 years ago
- 8025197 pagination error types by Jon Perritt · 9 years ago
- 852278c v1 object storage error types by Jon Perritt · 9 years ago
- e3cb7e4 error types for networks v2 by Jon Perritt · 9 years ago
- a3302e1 identity v2 error types by Jon Perritt · 9 years ago
- 763e592 db v1 error types by Jon Perritt · 9 years ago
- f094fef more error types for compute v2 by Jon Perritt · 9 years ago
- a33da23 more error types; RequestOptsBuilder error fixes by Jon Perritt · 9 years ago
- 4024a02 RequestOptsBuilder interface to allow custom request opts by Jon Perritt · 9 years ago
- 28256b3 provider_client error type fixes by Jon Perritt · 9 years ago
- 376dfce openstack errors by Jon Perritt · 9 years ago
- ed25894 blockstorage error types by Jon Perritt · 9 years ago
- 256208d ResourceNotFound, MultipleResourcesFound error types by Jon Perritt · 9 years ago
- 1b22083 remove urls_test.go files by Jon Perritt · 9 years ago
- 31b6646 more consistent naming by Jon Perritt · 9 years ago
- 82583e7 better implementation for unmashaling times by Jon Perritt · 9 years ago
- 3c16647 remove mapstructure from identity,networking,objectstorage,orchestration,pagination by Jon Perritt · 9 years ago
- 6682282 time formats for json unmarshaling by Jon Perritt · 9 years ago
- c7d828e default IsEmpty func for Pages by Jon Perritt · 9 years ago
- 1239521 remove mapstructure from blockstorage,cdn,compute,db pkgs by Jon Perritt · 9 years ago
- 7d5c8dc coveralls badge by Jon Perritt · 9 years ago
- e0f9e4f error types in provider_client for http errors by Jon Perritt · 9 years ago
- eb01563 add comments to exported funcs and fix EndpointErr unit test by Jon Perritt · 9 years ago
- aaafa61 change *interface to interface and comment exported funcs in provider_client by Jon Perritt · 9 years ago
- 994370e add ServiceClient field to servers.CreateOpts by Jon Perritt · 9 years ago
- c2697cf fix import in unit test to use openstack, not rackspace by Jon Perritt · 9 years ago
- c7a7983 bump gophercloud version in user agent tests by Jon Perritt · 9 years ago
- c19dd15 change var name: STACK_TIME_FMT->StackFmtTime by Jon Perritt · 9 years ago
- 0c8edb1 remove rackspace acceptance tests by Jon Perritt · 9 years ago
- 27249f4 rename imports: rackspace/gophercloud -> gophercloud/gophercloud by Jon Perritt · 9 years ago
- b101323 initial migration from rackspace/gophercloud by jrperritt · 9 years ago
- 6769c3b Merge pull request #471 from feiskyer/keystone by jrperritt · 9 years ago
- 89bdd4f Merge pull request #531 from alexcern/fix/reauth_with_base_path by jrperritt · 9 years ago
- 5ef9a23 Support reauth on identity endpoints with a base path by alexcern · 9 years ago
- e6b9184 Merge pull request #524 from monkeylittleinc/master by jrperritt · 9 years ago
- 010f2b6 Merge pull request #515 from jtopjian/jtopjian-multi-ephemeral by jrperritt · 9 years ago
- b4e5f90 Merge pull request #513 from kyarovoy/patch-1 by jrperritt · 9 years ago
- 6adbd72 Merge pull request #491 from rgbkrk/find-node-by-ip-and-port by jrperritt · 9 years ago
- b7d9172 Merge pull request #529 from kwapik/fix/reauth_in_v3_tokens by jrperritt · 9 years ago
- ff407fa Merge pull request #525 from Fodoj/extend-routers-attribute by jrperritt · 9 years ago
- b13ad9a Merge pull request #530 from kwapik/add_patch_method by jrperritt · 9 years ago
- 7cfd38c Merge pull request #488 from trumant/allowed_address_pairs by jrperritt · 9 years ago
- 136d2c2 Add Patch method to ProviderClient by Krzysztof Kwapisiewicz · 9 years ago
- baaaf3e Fix reauth in v3 tokens by Krzysztof Kwapisiewicz · 9 years ago
- 0c24665 Addressing feedback from @jrperritt to move to []AddressPair explicit typing by Travis Truman · 9 years ago
- 043fa70 Add support for distributed routers by Kirill Shirinkin · 9 years ago
- 370c430 Add support for forced delete by Ian Duffy · 9 years ago
- 680aa02 Merge pull request #520 from jamiehannaford/fix-db-results by jrperritt · 9 years ago
- 87704ba use better type assertions by Jamie Hannaford · 9 years ago
- a371c0e AllowedAddressPairs support for Port creation by Travis Truman · 9 years ago
- d3e3a10 Fixing typo by Travis Truman · 9 years ago
- e934020 unit testing allowed_address_pairs by Travis Truman · 9 years ago
- 69e88e9 Testing the allowed_address_pairs update by Travis Truman · 9 years ago
- b02c75b Passing acceptance test by Travis Truman · 9 years ago
- 0447aca First cut at supporting optional allowed_address_pairs option for Neutron Port update operation by Travis Truman · 9 years ago
- c70720d Merge pull request #518 from clintonskitson/bugfix/reauth_body by jrperritt · 9 years ago
- eef7ebc Merge pull request #519 from timbyr/deleteallroutes by jrperritt · 9 years ago
- f8f23dd Allow all routes to be removed by Keith Byrne · 9 years ago
- fcd283a Fixed problem re-authenticating during request by Clinton Kitson · 9 years ago
- 0a866d9 Merge pull request #514 from chaolou/bug-fix-reauth by jrperritt · 9 years ago
- 9c901fb Merge pull request #403 from jtopjian/compute-floating-ip-fixed-ip by jrperritt · 9 years ago
- 94e4cc5 Renaming functions to be more appropriate to their task by Joe Topjian · 9 years ago
- 5e6aa6b Merge pull request #499 from tahia-khan/master by jrperritt · 9 years ago
- 57ff5f8 Merge pull request #494 from timbyr/RouterExtraRoutes by jrperritt · 9 years ago
- ecf63dd multi ephemeral support by Joe Topjian · 9 years ago
- 0454360 add extract user method from get token's response include the unit and acceptance tests by hzlouchao · 9 years ago
- 3fa30bb Update provider_client.go by Kostiantyn Yarovyi · 9 years ago
- 761cff8 Merge pull request #361 from jamiehannaford/cloud-dbs by jrperritt · 9 years ago
- 2e695a3 use interfaces rather than concrete types by Jamie Hannaford · 9 years ago
- 75e8cc4 rename functions by Jamie Hannaford · 9 years ago
- e65ad95 convert strings to time.Time by Jamie Hannaford · 9 years ago
- 3c3c784 changes to acceptance tests by Jamie Hannaford · 9 years ago
- 154dc4c Merge pull request #510 from sstrato/patch-1 by jrperritt · 9 years ago
- e4e8b4b add floating IP options by Andrew Yongjoon Kong · 9 years ago
- b764089 modify according jrperritt's suggestion by hzlouchao · 9 years ago
- 1a59d26 [rfr]Support Extra routes extension in router api by Keith Byrne · 9 years ago
- d471e57 Merge pull request #509 from jtopjian/jtopjian-bfv-fix by jrperritt · 9 years ago
- 9d6e6a9 [rfr] Remove imageName and flavorName from Boot From Volume by Joe Topjian · 9 years ago
- f6e2926 add validate user's token method for v2 and bug fix for reauth by hzlouchao · 9 years ago
- 63ee53d Merge pull request #506 from rackspace/rgbkrk-remove-tip by jrperritt · 9 years ago
- 98b1671 Remove tip by Kyle Kelley · 9 years ago
- dc139e8 Merge pull request #505 from fredipevcin/close-unauth-connection by jrperritt · 9 years ago
- a979be9 Reauth didn't close old connection by Fredi Pevcin · 9 years ago
- 1b2f8cb ensure list use rackspace User structs by Jamie Hannaford · 9 years ago
- 7274916 Add list options by Jamie Hannaford · 9 years ago
- d87c7d6 test fixes by Jamie Hannaford · 9 years ago