Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
debian
/
gophercloud
/
63ee53d682169b50b8dfaca88722ba19bd5b17a6
/
openstack
7e6b7b9
Bug fixes
by Pratik Mallya
· 9 years ago
d86f958
Merge pull request #495 from jrperritt/optimize-object-upload
by jrperritt
· 9 years ago
4ad4160
Merge pull request #486 from pratikmallya/enable_template_environment_parsing
by jrperritt
· 9 years ago
4fcd3b7
fix parameter name: multiple-manifest -> multipart-manifest
by jrperritt
· 9 years ago
05e31e6
don't copy file contents for etag
by jrperritt
· 9 years ago
3de347f
Linting and comments fixes
by Pratik Mallya
· 9 years ago
a979f5b
Make parsing methods local
by Pratik Mallya
· 9 years ago
e3086ae
Refactor functions into methods
by Pratik Mallya
· 9 years ago
bfc6eda
Improve documentation of functions and methods
by Pratik Mallya
· 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
f928634
Merge pull request #468 from DSpeichert/role_assignments
by jrperritt
· 9 years ago
9b4df56
Merge pull request #476 from spothanis/reorg
by jrperritt
· 9 years ago
1cc1c84
code styling, paging fix
by Daniel Speichert
· 9 years ago
8b1799a
Merge pull request #484 from pratikmallya/fix_gc_client
by jrperritt
· 9 years ago
ee675fd
Make client return error on JSON decoding error
by Pratik Mallya
· 9 years ago
efd338f
Merge pull request #478 from pratikmallya/fix_orchestration_time
by jrperritt
· 9 years ago
eb51d26
Merge pull request #480 from timbyr/HostRoute
by jrperritt
· 9 years ago
b2653a5
Merge pull request #474 from feiskyer/securitygroups
by jrperritt
· 9 years ago
075bf42
Merge pull request #479 from timbyr/master
by jrperritt
· 9 years ago
fa1b308
Allow DNSNameservers and HostRoutes to be removed
by Keith Byrne
· 9 years ago
c1afb43
Added mapstructure tags for HostRoute parsing
by Keith Byrne
· 9 years ago
e1b6cbb
Fix time format used for cloud orchestration
by Pratik Mallya
· 9 years ago
07400f3
Reorganized volumes and volumeattach to move fixtures to subpackage
by Sreekanth Pothanis
· 9 years ago
8e6b4c7
Allow setting tenantID when creating security-groups
by feisky
· 9 years ago
44e3b54
Keystone Identity /v3/role_assignments
by Daniel Speichert
· 9 years ago
5448f58
Fix Pagination for list StackResources
by Pratik Mallya
· 9 years ago
9ad9243
return etag error if checksum and etag aren't equal
by jrperritt
· 9 years ago
433cc79
one more 'object create' bug fix
by jrperritt
· 9 years ago
ca68c9b
check for etag header only if resp is not nil
by jrperritt
· 9 years ago
d200ea3
import path fixes
by jrperritt
· 9 years ago
e6e8c65
copy content to hash while writing to new buffer
by jrperritt
· 9 years ago
046c882
copy reader before making hash
by jrperritt
· 9 years ago
56d51e9
add etag header to request object
by jrperritt
· 9 years ago
f4ff727
debug lines
by jrperritt
· 9 years ago
1f218c8
rename var: authopts.Token -> authopts.TokenID
by jrperritt
· 9 years ago
475668a
fix token unit test
by jrperritt
· 9 years ago
95b74c8
allow token/tenantID authentication
by jrperritt
· 9 years ago
f64c349
Merge pull request #381 from jtopjian/os-networks
by jrperritt
· 9 years ago
9342e52
Add all_tenants to nova servers list
by Daniel Speichert
· 10 years ago
50fc97d
make the comment a bit more relevant
by Jamie Hannaford
· 9 years ago
52d3076
add explanatory comment
by Jamie Hannaford
· 9 years ago
0809623
Add MD5 checksum check to file uploads
by Jamie Hannaford
· 10 years ago
99a0613
os-networks extension
by Joe Topjian
· 10 years ago
24c2083
IDFromName functions
by Jon Perritt
· 10 years ago
5d1d835
fix typo in comment
by jrperritt
· 10 years ago
14f716b
fix typo in comment
by jrperritt
· 10 years ago
376d4f7
fix typo in comment
by jrperritt
· 10 years ago
0ba79da
fix typo in comment
by jrperritt
· 10 years ago
5c1d733
fix resource name in error msgs
by jrperritt
· 10 years ago
00399b4
fix resource name in error msgs
by jrperritt
· 10 years ago
dbec8c0
fix resource name in error msgs
by jrperritt
· 10 years ago
7ab1328
IDFromName for networking resources
by Jon Perritt
· 10 years ago
6b0a883
IDFromName for servers
by Jon Perritt
· 10 years ago
4267c94
fix formatting in 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
4d6c6e7
remove duplicate test from bad merge
by Kevin Pike
· 10 years ago
7d6989c
Allows for more complex scheduling queries.
by Joe Topjian
· 10 years ago
9748b7b
improves File documentation
by Kevin Pike
· 10 years ago
9546f89
Merge branch 'personality' of https://github.com/doubledutch/gophercloud into personality
by Kevin Pike
· 10 years ago
eb4e44c
Merge pull request #425 from b0d0nne11/brendan/fix-swift-upload-retries
by jrperritt
· 10 years ago
27a6243
Scheduler Hints
by Joe Topjian
· 10 years ago
a69b347
Use a ReadSeeker for upload content and rewind the offset on retries
by Brendan ODonnell
· 10 years ago
25d4569
Merge branch 'personality' of github.com:doubledutch/gophercloud
by Kevin Pike
· 10 years ago
b11111a
Merge branch 'master' of https://github.com/rackspace/gophercloud into personality
by Kevin Pike
· 10 years ago
a2bfaea
use MarshalJSON
by Kevin Pike
· 10 years ago
f3ced00
Merge pull request #421 from ZettaIO/serveraction-createimage
by jrperritt
· 10 years ago
4e5fdaf
Naming convention and better parsing of Location
by einarf
· 10 years ago
358892c
Merge pull request #417 from pantheon-systems/imageDelete
by jrperritt
· 10 years ago
2fc665e
Added support for a server action to create a server image / snapshot
by einarf
· 10 years ago
8c1e037
Fixup URL assembly, add simple test
by Jesse Nelson
· 10 years ago
c9fb21b
Adds os-server-groups
by Joe Topjian
· 10 years ago
ab02e57
add image.Delete operation
by Jesse Nelson
· 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
08b33d5
Build v3 auth scope from AuthOptions
by Guillaume Giamarchi
· 10 years ago
b2663b2
Use service catalog to get services URLs
by Guillaume Giamarchi
· 10 years ago
c043a3d
Extract Keystone v3 service catalog
by Guillaume Giamarchi
· 10 years ago
d341609
go fmt
by Jon Perritt
· 10 years ago
1d27afa
Add Orchestration + ObjectStore HTTP operations
by Jamie Hannaford
· 10 years ago
059e150
Add Networking HTTP operations
by Jamie Hannaford
· 10 years ago
562a7d5
Add Identity HTTP operations
by Jamie Hannaford
· 10 years ago
6a3a78f
Change HTTP methods for OpenStack Compute
by Jamie Hannaford
· 10 years ago
22aa42b
Change HTTP methods for OpenStack CDN
by Jamie Hannaford
· 10 years ago
6181fdb
Change HTTP methods for OpenStack block storage
by Jamie Hannaford
· 10 years ago
c530ba1
Refactor OpenStack services to use default OkCodes
by Jamie Hannaford
· 10 years ago
bae3446
Merge pull request #395 from jrperritt/rs-security-groups
by jrperritt
· 10 years ago
24019b1
are -> is in docs
by Jon Perritt
· 10 years ago
b0b9c0d
weak decode NetworkExtAttrs
by Jon Perritt
· 10 years ago
590bb04
Merge pull request #394 from kazegusuri/fix_reauth
by jrperritt
· 10 years ago
b832838
Merge pull request #378 from jrperritt/list-server-addresses
by jrperritt
· 10 years ago
1b2bafe
fix recursive reauth failure
by Masahiro Sano
· 10 years ago
a11b5df
add logic to handle AllPages result page
by Jon Perritt
· 10 years ago
6753165
Merge pull request #392 from jrperritt/go-tip-failing-unit-test
by Ash Wilson
· 10 years ago
7f658c1
add comment about go version
by Jon Perritt
· 10 years ago
2474fbb
comment for filler line
by Jon Perritt
· 10 years ago
cf6e524
add filler line to avoid runtime issue
by Jon Perritt
· 10 years ago
Next »