Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
debian
/
gophercloud
/
a50d135a623a75f951b4651b7419faf4f7e479b1
/
rackspace
a50d135
Refactor to use new client.Request
by Jamie Hannaford
· 10 years ago
c1c6bf8
Remove duplication
by Jamie Hannaford
· 10 years ago
8252352
Add datastore functionality
by Jamie Hannaford
· 10 years ago
23867bb
Adding configuration parameters :ok_hand:
by Jamie Hannaford
· 10 years ago
be00824
Use new helper
by Jamie Hannaford
· 10 years ago
ed7f453
Add configuration resource
by Jamie Hannaford
· 10 years ago
4ec6afe
Adding support for replicas
by Jamie Hannaford
· 10 years ago
2e81732
Rework locations of extracted structs
by Jamie Hannaford
· 10 years ago
e052473
Add Datastore type to Backup struct
by Jamie Hannaford
· 10 years ago
302c0b6
Start work on backups :monkey:
by Jamie Hannaford
· 10 years ago
984e917
Access functions for users
by Jamie Hannaford
· 10 years ago
8195446
Adding flavors for Rackspace
by Jamie Hannaford
· 10 years ago
3c1796b
Adding user delegates
by Jamie Hannaford
· 10 years ago
27957b2
Fixes
by Jamie Hannaford
· 10 years ago
ba1e96c
Add DB delegates
by Jamie Hannaford
· 10 years ago
cc21147
Adding more docs
by Jamie Hannaford
· 10 years ago
e6390d4
Delegates for instance actions
by Jamie Hannaford
· 10 years ago
f77fc10
Update instance/associate with config group
by Jamie Hannaford
· 10 years ago
936a547
Adding GetConfig operation for Rackspace provider
by Jamie Hannaford
· 10 years ago
ebcac55
Enable root user delegate
by Jamie Hannaford
· 10 years ago
1232e04
Delegate for delete
by Jamie Hannaford
· 10 years ago
39d4ffb
Adding delegate for Get instance + tests
by Jamie Hannaford
· 10 years ago
9fdda58
Decouple OpenStack implementation from Rackspace provider
by Jamie Hannaford
· 10 years ago
3dbfb2d
Add Instance result struct
by Jamie Hannaford
· 10 years ago
2a4beaa
Adding other files
by Jamie Hannaford
· 10 years ago
fac40db
Adding tests and Create method
by Jamie Hannaford
· 10 years ago
6ee7d4a
Adding fixture file
by Jamie Hannaford
· 10 years ago
4ad4160
Merge pull request #486 from pratikmallya/enable_template_environment_parsing
by jrperritt
· 9 years ago
5fddb2a
Add template and environment parsing to gophercloud
by Pratik Mallya
· 9 years ago
827c03e
Fix api interfaces for orchestration resources
by Pratik Mallya
· 9 years ago
9b4df56
Merge pull request #476 from spothanis/reorg
by jrperritt
· 9 years ago
ee675fd
Make client return error on JSON decoding error
by Pratik Mallya
· 9 years ago
07400f3
Reorganized volumes and volumeattach to move fixtures to subpackage
by Sreekanth Pothanis
· 9 years ago
efb1971
import fix: dear atom, always use rackpsace repo and not mine
by jrperritt
· 9 years ago
52e6ada
update ExtractFlavors function and unit tests
by Jon Perritt
· 9 years ago
b1ce0af
change field types: uint -> int
by Jon Perritt
· 9 years ago
2571c77
allow rackspace flavor extra_specs
by Jon Perritt
· 9 years ago
b9396a1
ensure rackspace tests use new fixture
by Jamie Hannaford
· 10 years ago
2c749a0
Refactor PageResult creation.
by Ash Wilson
· 10 years ago
fe80dae
Prevent read from closed stream.
by Ash Wilson
· 10 years ago
dbee478
Return the CreateResult's error, if one is present.
by Ash Wilson
· 10 years ago
ae55143
Start with a failing test because that's how I roll
by Ash Wilson
· 10 years ago
bc523bc
fix keypair variable mistake
by jrperritt
· 10 years ago
f54139c
don't set key_name if not provided
by Jon Perritt
· 10 years ago
fab1f3d
grammar fix in comment
by jrperritt
· 10 years ago
ade2d7f
fix formatting in rs bfv
by jrperritt
· 10 years ago
ad5f1cb
create server helper fields
by Jon Perritt
· 10 years ago
a2c88b2
fix object storage nil pointer deref error
by Jon Perritt
· 10 years ago
9ad4137
Merge pull request #413 from doubledutch/personality
by jrperritt
· 10 years ago
a69b347
Use a ReadSeeker for upload content and rewind the offset on retries
by Brendan ODonnell
· 10 years ago
92e10b5
Encapsulate Personality. Encode contents for user
by Kevin Pike
· 10 years ago
edcbc31
Merge branch 'master' into personality
by Kevin Pike
· 10 years ago
7bf54c5
updates personality to []map[string]string where map has path and contents
by Kevin Pike
· 10 years ago
f8b77ca
ResizeOpts -> ResizeOptsBuilder
by Jon Perritt
· 10 years ago
33fd1b3
rs get and update metadata funcs
by Jon Perritt
· 10 years ago
1f3caa6
rs confirmresize func
by Jon Perritt
· 10 years ago
36747e4
rs resize func
by Jon Perritt
· 10 years ago
d341609
go fmt
by Jon Perritt
· 10 years ago
5497f94
Converting Rackspace services to new HTTP methods
by Jamie Hannaford
· 10 years ago
aa24499
changes after PR review
by Jon Perritt
· 10 years ago
ac0190f
i really wish atom wouldn't use my repo on imports
by Jon Perritt
· 10 years ago
b55847b
rackconnect public ips ops and unit tests
by Jon Perritt
· 10 years ago
9f8b015
rackconnect lb pools ops and unit tests
by Jon Perritt
· 10 years ago
60c33a9
fix spacing
by Jon Perritt
· 10 years ago
d91fffb
fix import path
by Jon Perritt
· 10 years ago
9776ef6
rackconnect cloud networks ops and unit tests
by Jon Perritt
· 10 years ago
1ffa1ba
doc.go for rackconnect v3
by Jon Perritt
· 10 years ago
3353473
add rackconnect client
by Jon Perritt
· 10 years ago
24019b1
are -> is in docs
by Jon Perritt
· 10 years ago
db9a9b3
rs secgroup acceptance tests
by Jon Perritt
· 10 years ago
af5e28c
rackspace neutron sec groups ops & unit tests
by Jon Perritt
· 10 years ago
b832838
Merge pull request #378 from jrperritt/list-server-addresses
by jrperritt
· 10 years ago
37465a0
rackspace attach volume ops & unit/acceptance tests
by Jon Perritt
· 10 years ago
b51ba9c
return slice (!map) from ExtractNetworkAddresses
by Jon Perritt
· 10 years ago
7ed6855
rackspace list server addresses ops and unit tests
by Jon Perritt
· 10 years ago
7ca169d
Merge pull request #372 from jrperritt/get-object-cdn-url
by Jamie Hannaford
· 10 years ago
6fe7c40
include AuthOptions in ReauthFunc closure
by Jon Perritt
· 10 years ago
b260acf
only cache credentials if AllowReauth is set to true
by Jon Perritt
· 10 years ago
65c81ec
Get object CDN URL operation and acceptance test
by Jon Perritt
· 10 years ago
f4052c6
OpenStack/Rackspace reauth functionality
by Jon Perritt
· 10 years ago
accf2f5
Cast to the correct error type.
by Ash Wilson
· 10 years ago
59fb6c4
Adjust regexps and do another pass.
by Ash Wilson
· 10 years ago
2199f10
rackspace :knife: perigee
by Ash Wilson
· 10 years ago
2491b4c
Manual follow-on tweaks to get the build green again.
by Ash Wilson
· 10 years ago
3346525
Merge pull request #365 from smashwilson/centralize-http
by Ash Wilson
· 10 years ago
9716ec3
Right, that's a pointer now.
by Ash Wilson
· 10 years ago
9df3c48
add rackspace Get operation
by Jon Perritt
· 10 years ago
f76605e
add rackspace orchestration v1 client
by Jon Perritt
· 10 years ago
efe6d1f
openstack/rackspace build info ops and unit tests
by Jon Perritt
· 10 years ago
25e1462
rackspace do.go files
by Jon Perritt
· 10 years ago
f63c909
rackspace stack templates ops and unit tests
by Jon Perritt
· 10 years ago
716a0fd
revert cdn files to master versions
by Jon Perritt
· 10 years ago
4107878
rackspace stack events ops and unit tests
by Jon Perritt
· 10 years ago
714d1b1
temporarily comment out abandon unit tests
by Jon Perritt
· 10 years ago
b1e303a
openstack/rackspace stack resources template op/unit test
by Jon Perritt
· 10 years ago
1d4aca0
openstack/rackspace get resource type schema op and unit test
by Jon Perritt
· 10 years ago
a065da1
openstack/rackspace stack resources find/list/get/listtypes/metadata ops and unit tests
by Jon Perritt
· 10 years ago
9b81b8c
rackspace abandon stack op and unit test
by Jon Perritt
· 10 years ago
68c2717
rackspace preview stack op and unit test
by Jon Perritt
· 10 years ago
27a0b3e
rackspace delete stack op and unit test
by Jon Perritt
· 10 years ago
Next »