Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
debian
/
gophercloud
/
cff75ecb818be718953150263d6b48f28d3c4ad6
cff75ec
Merge pull request #377 from jrperritt/get-all-pages
by Jamie Hannaford
· 10 years ago
3d0a185
remove need for Pager.PageType
by Jon Perritt
· 10 years ago
521cc68
use strings.HasSuffix to check for links key
by Jon Perritt
· 10 years ago
46b71ba
fix typos in comments
by Jon Perritt
· 10 years ago
98ab2c9
add marker-page acceptance test (containers)
by Jon Perritt
· 10 years ago
bd34ac9
add comment for Pager.PageType
by Jon Perritt
· 10 years ago
2a3f7e8
add more comments to AllPages method
by Jon Perritt
· 10 years ago
fe5e735
add all pages test on marker-page (containers)
by Jon Perritt
· 10 years ago
0ed1fa9
add []interface case
by Jon Perritt
· 10 years ago
d27a9c7
unit test for linked-page resource (servers)
by Jon Perritt
· 10 years ago
e7017d6
unit test for sinlge-page resource (volumes)
by Jon Perritt
· 10 years ago
71bf00e
return error early if field PageType is nil
by Jon Perritt
· 10 years ago
db319f1
all page marker/single/linked 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
061127b
Merge pull request #376 from ggiamarchi/fwaas-replace-perigee
by jrperritt
· 10 years ago
8e5c3f2
Use client.Request instead of perigee
by Guillaume Giamarchi
· 10 years ago
ea5b3ff
Merge pull request #373 from jrperritt/auto-reauth
by Ash Wilson
· 10 years ago
6fe7c40
include AuthOptions in ReauthFunc closure
by Jon Perritt
· 10 years ago
374de6c
Merge pull request #342 from ggiamarchi/fwaas
by jrperritt
· 10 years ago
0059767
Introduce OptsBuilder for code style consistency
by Guillaume Giamarchi
· 10 years ago
f150399
Change type *string to string for fields `name` & `description`
by Guillaume Giamarchi
· 10 years ago
ed2ed80
Error handling on struct to map mappings
by Guillaume Giamarchi
· 10 years ago
092b45f
Use solid types for *bool attributes
by Guillaume Giamarchi
· 10 years ago
5571b6f
Add acceptance test for firewalls
by Guillaume Giamarchi
· 10 years ago
0bf7cd3
Add acceptance test for firewall policies
by Guillaume Giamarchi
· 10 years ago
21a7267
Add acceptance test for firewall rules
by Guillaume Giamarchi
· 10 years ago
6d3d006
Add unit tests for firewalls
by Guillaume Giamarchi
· 10 years ago
3e5b293
Add unit tests for firewall policies
by Guillaume Giamarchi
· 10 years ago
b8dca24
Add unit tests for firewall rules
by Guillaume Giamarchi
· 10 years ago
d9f939f
Replace struct based mapping by manual mapping
by Guillaume Giamarchi
· 10 years ago
4645912
Add mapstructure tags on Policy result
by Guillaume Giamarchi
· 10 years ago
914b10f
Fix bugs & warnings
by Guillaume Giamarchi
· 10 years ago
68c49f8
Firewall rules bugfixes & enhancements
by Guillaume Giamarchi
· 10 years ago
9441b81
Support FWaaS - Firewalls
by Guillaume Giamarchi
· 10 years ago
506d150
Support FWaaS - Policies
by Guillaume Giamarchi
· 10 years ago
0e69514
Support FWaaS - Rules
by Guillaume Giamarchi
· 10 years ago
f245fe7
Merge pull request #375 from longnguyen11288/fix_group_id
by jrperritt
· 10 years ago
ca51f01
fixed issue with group id
by Long Nguyen
· 10 years ago
b260acf
only cache credentials if AllowReauth is set to true
by Jon Perritt
· 10 years ago
d7c4886
update AllowReauth comment
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
4ef9c55
Merge pull request #369 from jrperritt/custom-user-agent
by Ash Wilson
· 10 years ago
f0a1fee
set user-agent header before MoreHeaders
by Jon Perritt
· 10 years ago
2b5e3e1
add UserAgent field and methods to ProviderClient
by Jon Perritt
· 10 years ago
3bca9e0
Merge pull request #367 from smashwilson/deperigee
by Jamie Hannaford
· 10 years ago
decfed7
Convert Orchestration and the new Compute extension.
by Ash Wilson
· 10 years ago
accf2f5
Cast to the correct error type.
by Ash Wilson
· 10 years ago
322a7e6
Object Storage special case.
by Ash Wilson
· 10 years ago
7cb4dab
Manually convert a perigee.Get call.
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
4bf41a3
openstack/ :knife: perigee
by Ash Wilson
· 10 years ago
f98df8d
openstack/cdn :knife: perigee
by Ash Wilson
· 10 years ago
3346525
Merge pull request #365 from smashwilson/centralize-http
by Ash Wilson
· 10 years ago
d3dfaa1
Merge pull request #357 from jrperritt/orchestration
by Jamie Hannaford
· 10 years ago
8eaf67b
Merge pull request #360 from jtopjian/os-floating-ips
by jrperritt
· 10 years ago
dee3222
Added support for os-floating-ips extension
by Joe Topjian
· 10 years ago
afe36f9
Merge pull request #366 from jtopjian/server-securitygroup-attribute
by jrperritt
· 10 years ago
978bb50
Added the SecurityGroup attribute to servers result
by Joe Topjian
· 10 years ago
9716ec3
Right, that's a pointer now.
by Ash Wilson
· 10 years ago
54d62fa
Use Header.Set, not Header.Add.
by Ash Wilson
· 10 years ago
e58e5c3
pagination :knife: perigee
by Ash Wilson
· 10 years ago
acb1b90
Use the new API in openstack/blockstorage.
by Ash Wilson
· 10 years ago
e43f3de
alter BuildQuery to handle slices
by Jon Perritt
· 10 years ago
12c04a4
make ListOpts field types more concrete
by Jon Perritt
· 10 years ago
89eec33
Create the Request method.
by Ash Wilson
· 10 years ago
8bdc1a6
fix typo: retreives->retrieves
by Jon Perritt
· 10 years ago
5110718
fix comment to make update stack param Timeout optional
by Jon Perritt
· 10 years ago
9170989
make create stack param timeout optional
by Jon Perritt
· 10 years ago
cc6e048
remove broken unit test
by Jon Perritt
· 10 years ago
91246b5
remove unneeded comment
by Jon Perritt
· 10 years ago
9dce415
add comments on the Event struct fields
by Jon Perritt
· 10 years ago
a37ecf4
fix typo: retreives -> retrieves
by Jon Perritt
· 10 years ago
4893f07
update stackevents doc.go
by Jon Perritt
· 10 years ago
99f6312
fix type: Enging -> Engine
by Jon Perritt
· 10 years ago
21b3eee
Link -> gophercloud.Link in apiversions
by Jon Perritt
· 10 years ago
1e58a83
Merge pull request #363 from jtopjian/images-typo
by jrperritt
· 10 years ago
661a3c8
Fixed typo in image query requests
by Joe Topjian
· 10 years ago
8301fe5
Merge pull request #362 from jrperritt/secgroup-url-fix
by jrperritt
· 10 years ago
13dd142
fix ListByServer URL and unit test
by Jon Perritt
· 10 years ago
f7d3d14
make openstack acceptance test template use env vars
by Jon Perritt
· 10 years ago
5a0ddd8
rackspace acceptance tests
by Jon Perritt
· 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
3440fd0
openstack build info acceptance tests
by Jon Perritt
· 10 years ago
79f185f
openstack stack templates acceptance tests
by Jon Perritt
· 10 years ago
ff2116c
openstack stack events acceptance tests
by Jon Perritt
· 10 years ago
64c053f
give ExtractResourceEvents function
by Jon Perritt
· 10 years ago
6dbf9a5
openstack stack resources acceptance tests
by Jon Perritt
· 10 years ago
db0d26a
comment for AbandonResult String method
by Jon Perritt
· 10 years ago
3d381d5
add String method to AbandonResult
by Jon Perritt
· 10 years ago
ebc9e4c
openstack stacks acceptance tests
by Jon Perritt
· 10 years ago
6ec27cf
change Template field from string to type map
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
90944ca
openstack doc.go files
by Jon Perritt
· 10 years ago
8ade432
comments
by Jon Perritt
· 10 years ago
f63c909
rackspace stack templates ops and unit tests
by Jon Perritt
· 10 years ago
Next »