Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
debian
/
gophercloud
/
2e784862056cd517242ea9eaf8b2b85d84596b82
2e78486
Updating download function to use reader rather than casting everything into bytes
by Jamie Hannaford
· 10 years ago
79ba68b
Update references to the v0.2.0 branch.
by Ash Wilson
· 10 years ago
b36e12b
Merge branch 'v0.2.0'
by Ash Wilson
· 10 years ago
c751229
Merge pull request #267 from smashwilson/unbreak-acceptance
by Ash Wilson
· 10 years ago
0b0f51e
Merge pull request #1 from jrperritt/unbreak-acceptance
by Ash Wilson
· 10 years ago
7e70c40
rackspace object storage acceptance tests fixes
by Jon Perritt
· 10 years ago
193bf6f
Merge pull request #262 from jamiehannaford/godoc-touch-up
by Ash Wilson
· 10 years ago
2b36fa3
openstack object storage acceptance tests fixes
by Jon Perritt
· 10 years ago
c41ac8e
Merge pull request #191 from rackspace/stop-start-actions
by Ash Wilson
· 10 years ago
ce8aab5
Merge pull request #259 from jrperritt/boot-from-volume
by Ash Wilson
· 10 years ago
fef72b8
ExtractHeaders is no more.
by Ash Wilson
· 10 years ago
9880cb6
fix merge conflicts; don't add relics of 'git mergetool'
by Jon Perritt
· 10 years ago
0036cbf
Broken newClient method.
by Ash Wilson
· 10 years ago
aafafd5
move BlockDevice bit in server creation above manual map manipulation
by Jon Perritt
· 10 years ago
129f6c9
Merge pull request #265 from smashwilson/unbreak-acceptance
by jrperritt
· 10 years ago
d49b2b6
Merge pull request #266 from smashwilson/no-printf
by jrperritt
· 10 years ago
c78ef29
Merge pull request #264 from smashwilson/list-detail
by jrperritt
· 10 years ago
01686cd
BlockDevice -> []BlockDevice in CreateOpts
by Jon Perritt
· 10 years ago
9a9f5bc
Remove extraneous fmt.Printf calls.
by Ash Wilson
· 10 years ago
736ae9c
Don't assume -v for acceptance tests.
by Ash Wilson
· 10 years ago
14c3741
ResizeOpts is now a struct.
by Ash Wilson
· 10 years ago
0b09d1d
openstack acceptance test
by Jon Perritt
· 10 years ago
efbae20
createServer() takes a key now.
by Ash Wilson
· 10 years ago
8a0e24b
Rename flavors.List to flavors.ListDetail.
by Ash Wilson
· 10 years ago
6171022
document UUID and SourceType as required; rackspace unit test
by Jon Perritt
· 10 years ago
485b8aa
fix for isJSONEquals
by Jon Perritt
· 10 years ago
8dd49db
don't put extension params in 'CreateOpts' if unset; working rackspace acceptance test
by Jon Perritt
· 10 years ago
bdc8697
Adding doc.go files for packages
by Jamie Hannaford
· 10 years ago
b280dea
Making root docs more consistent
by Jamie Hannaford
· 10 years ago
d258b79
Bulking up root package.go
by Jamie Hannaford
· 10 years ago
d9a4bf7
create map from 'CreateOptsBuilder'; rackspace boot from volume; untested acceptance test
by Jon Perritt
· 10 years ago
4149d7c
additionally return 'error' from 'ToCreateServerMap'
by Jon Perritt
· 10 years ago
654fb0e
boot from volume base code
by Jon Perritt
· 10 years ago
a80ea95
Merge pull request #256 from smashwilson/disk-config
by jrperritt
· 10 years ago
9e87a92
Use ResizeOptsBuilder, not ResizeOpts.
by Ash Wilson
· 10 years ago
5d68672
Use Rackspace rebuild options.
by Ash Wilson
· 10 years ago
d7814a3
Do the same for Rackspace RebuildOpts.
by Ash Wilson
· 10 years ago
237aad6
Unit testing grammar :lipstick:
by Ash Wilson
· 10 years ago
9c24f6b
Use keys and diskConfig in RS acceptance tests.
by Ash Wilson
· 10 years ago
ae0ca65
rackspace.CreateOpts unifies Rackspace opts.
by Ash Wilson
· 10 years ago
3883af2
Unit test for the Extract function.
by Ash Wilson
· 10 years ago
a70510a
Move HandleServerListSuccessfully() to fixtures, too.
by Ash Wilson
· 10 years ago
0e5b92a
diskconfig.Extract* functions.
by Ash Wilson
· 10 years ago
189c95c
Move Get and Update mocks to fixtures.
by Ash Wilson
· 10 years ago
80387a0
Extended ResizeOpts test.
by Ash Wilson
· 10 years ago
5b50549
Test request body generation.
by Ash Wilson
· 10 years ago
5f14f54
It's "diskConfig", camelCase.
by Ash Wilson
· 10 years ago
3315cf9
*JSONEquals() testhelper methods.
by Ash Wilson
· 10 years ago
6935a9b
Extended create, rebuild and resize opts.
by Ash Wilson
· 10 years ago
5f7cf18
Use an options struct for Resize.
by Ash Wilson
· 10 years ago
f928eff
Merge pull request #245 from jrperritt/rax-networking
by Ash Wilson
· 10 years ago
4a42084
increase timeout by 1 second
by Jon Perritt
· 10 years ago
004d9c3
catch error and check with testhelper
by Jon Perritt
· 10 years ago
436de14
pull in rackspace block storage
by Jon Perritt
· 10 years ago
8135c6f
skip tests that create servers if 'short' build flag provided
by Jon Perritt
· 10 years ago
26ff5b7
moved rackspace networking under 'compute'
by Jon Perritt
· 10 years ago
e52516e
Merge pull request #244 from jamiehannaford/rax-block-storage
by Ash Wilson
· 10 years ago
4c2a1f2
Fixing all those build tags :stars:
by Jamie Hannaford
· 10 years ago
395d4d1
This dir needs a pkg.go because
by Jamie Hannaford
· 10 years ago
3ac3aa7
Rejig ordering of timeout
by Jamie Hannaford
· 10 years ago
59f2207
Fixing tests
by Jamie Hannaford
· 10 years ago
878cce0
Removing superfluous stuff
by Jamie Hannaford
· 10 years ago
8ad8c59
Stricter err checking
by Jamie Hannaford
· 10 years ago
9efd18e
Small fixes to errors and bool checks
by Jamie Hannaford
· 10 years ago
9b77ef9
Using Rackspace Env vars
by Jamie Hannaford
· 10 years ago
f9b8bf5
Allowing WaitFor to cycle without timeouts
by Jamie Hannaford
· 10 years ago
48a80ce
Adding remaining tests
by Jamie Hannaford
· 10 years ago
29149be
Use new env function
by Jamie Hannaford
· 10 years ago
b415170
Adding more validation when creating volumes
by Jamie Hannaford
· 10 years ago
3ea715f
Updating to new Provider idiom
by Jamie Hannaford
· 10 years ago
3a3d0ee
Adding waiter functions
by Jamie Hannaford
· 10 years ago
2e4d7d1
Converting Bootable field to string because the API doesn't make sense
by Jamie Hannaford
· 10 years ago
390ff52
Fixing NewBlockStorageV1 defaults
by Jamie Hannaford
· 10 years ago
af209d1
Adding initial acceptance tests
by Jamie Hannaford
· 10 years ago
f8ef986
Adding convenience method for CBS client
by Jamie Hannaford
· 10 years ago
eff7e8d
Fixing results to use new common result
by Jamie Hannaford
· 10 years ago
20cabd7
Adding support for volume types
by Jamie Hannaford
· 10 years ago
1790b77
Shifting fixtures to their own file for vtypes
by Jamie Hannaford
· 10 years ago
0b7d040
Adding delegate tests for volumes
by Jamie Hannaford
· 10 years ago
449c4ac
Shifting volume fixtures into their own file
by Jamie Hannaford
· 10 years ago
dfc1be7
Beginning work on volumes
by Jamie Hannaford
· 10 years ago
c35ae76
Re-formatting struct and changing field type
by Jamie Hannaford
· 10 years ago
4a78395
Finalizing snapshots
by Jamie Hannaford
· 10 years ago
ff08ef9
Rename to v1 dir and add in more delegate logic
by Jamie Hannaford
· 10 years ago
96c666d
Extract common mock responses into their own functions
by Jamie Hannaford
· 10 years ago
70abdb8
Adding initial delegates for block storage
by Jamie Hannaford
· 10 years ago
0d58968
Merge pull request #255 from smashwilson/rackspace-keypairs
by jrperritt
· 10 years ago
1176d85
virtual interfaces acceptance tests
by Jon Perritt
· 10 years ago
857b312
networks acceptance tests
by Jon Perritt
· 10 years ago
b8edf08
c.Provide.AuthenticatedHeaders -> c.AuthenticatedHeaders
by Jon Perritt
· 10 years ago
44b1ea2
virtual interfaces operations & unit tests; networks unit tests
by Jon Perritt
· 10 years ago
f95e3e4
virtual interfaces stubs
by Jon Perritt
· 10 years ago
24270c4
networks operations
by Jon Perritt
· 10 years ago
0b61c25
Oops, left that build tag comment out.
by Ash Wilson
· 10 years ago
720c83c
Completely original and in no way copy-paste tests
by Ash Wilson
· 10 years ago
0219eba
Acceptance tests for Keypair operations.
by Ash Wilson
· 10 years ago
7bbfed0
I always forget to delegate the Extract function.
by Ash Wilson
· 10 years ago
20b4e87
Handy utility function.
by Ash Wilson
· 10 years ago
0b96c61
Let's start with the naive thing.
by Ash Wilson
· 10 years ago
8ec43af
Merge pull request #254 from jrperritt/remove-redundant-delete
by Ash Wilson
· 10 years ago
Next »