index
:
delta/openstack/python-glanceclient.git
feature/artifacts
master
stable/2023.1
stable/juno
stable/kilo
stable/liberty
stable/mitaka
stable/newton
stable/ocata
stable/pike
stable/queens
stable/rocky
stable/stein
stable/train
stable/ussuri
stable/victoria
stable/wallaby
stable/xena
stable/yoga
stable/zed
opendev.org: openstack/python-glanceclient.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
glanceclient
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ensure v1 'limit' query parameter works correctly.
0.4.2
Brian Lamar
2012-08-15
1
-2
/
+4
*
Allow 'deleted' to be passed through image update
0.4.1
Brian Waldon
2012-08-13
1
-1
/
+5
*
Cast is_public, protected, deleted to bool
Brian Waldon
2012-08-13
1
-0
/
+5
*
Return known int values as int, not str
Brian Waldon
2012-08-13
1
-5
/
+15
*
Use system CA certificate file
Stuart McLaren
2012-08-13
2
-3
/
+22
*
socket errors and timeouts should be CommunicationErrors
0.4.0
Chris Behrens
2012-08-10
1
-6
/
+6
*
Handle communication failures cleanly
Brian Waldon
2012-08-10
2
-9
/
+31
*
Merge "Client-side SSL Connection"
Jenkins
2012-08-10
2
-0
/
+30
|
\
|
*
Client-side SSL Connection
Brian Waldon
2012-08-04
2
-0
/
+30
*
|
Merge "SSL Certificate Validation"
Jenkins
2012-08-10
4
-25
/
+86
|
\
\
|
|
/
|
*
SSL Certificate Validation
Brian Waldon
2012-08-04
4
-25
/
+86
*
|
Enable client V2 to download images
Lars Gellrich
2012-08-09
4
-5
/
+77
*
|
Refactor HTTP-related exceptions
Brian Waldon
2012-08-08
1
-88
/
+91
*
|
Simplify v2 schema lookup
Brian Waldon
2012-08-08
2
-15
/
+1
*
|
Merge "Add missing copyright headers"
Jenkins
2012-08-08
3
-3
/
+44
|
\
\
|
*
|
Add missing copyright headers
Brian Waldon
2012-08-02
3
-3
/
+44
*
|
|
legacy_shell.py shouldn't be executable
Brian Waldon
2012-08-07
1
-0
/
+0
|
|
/
|
/
|
*
|
Merge "Allow CLI opts to override auth token and endpoint"
0.3.0
Jenkins
2012-08-03
1
-15
/
+19
|
\
\
|
|
/
|
/
|
|
*
Allow CLI opts to override auth token and endpoint
Brian Waldon
2012-08-01
1
-15
/
+19
*
|
Add legacy compat layer to v1 shell
Brian Waldon
2012-08-01
4
-5
/
+622
|
/
*
Merge "Refactor http request/response logging"
Jenkins
2012-08-02
3
-35
/
+40
|
\
|
*
Refactor http request/response logging
Brian Waldon
2012-07-29
3
-35
/
+40
*
|
Merge "Add exceptions for 500 and 503 HTTP status codes"
Jenkins
2012-08-01
1
-2
/
+19
|
\
\
|
*
|
Add exceptions for 500 and 503 HTTP status codes
Brian Waldon
2012-07-29
1
-2
/
+19
*
|
|
Stop looking for v2 image in container
Brian Waldon
2012-07-30
1
-2
/
+2
*
|
|
Merge "Honor '--insecure' commandline flag also for keystone authentication"
Jenkins
2012-07-31
1
-2
/
+4
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Honor '--insecure' commandline flag also for keystone authentication
Sascha Peilicke
2012-07-26
1
-2
/
+4
|
|
/
*
|
Fix --debug CLI option
Brian Waldon
2012-07-29
2
-10
/
+7
|
/
*
Replace httplib2 with httplib as http driver
Brian Waldon
2012-07-23
4
-57
/
+37
*
Clarify usage of --insecure flag
Sascha Peilicke
2012-07-20
1
-1
/
+4
*
Add pagination to v1 image-list
Brian Waldon
2012-07-19
2
-16
/
+43
*
Merge "Wrap image data in iterator"
Jenkins
2012-07-19
2
-4
/
+32
|
\
|
*
Wrap image data in iterator
Brian Waldon
2012-07-11
2
-4
/
+32
*
|
Add pagination to v2 image-list
Brian Waldon
2012-07-13
2
-4
/
+25
*
|
Prevent links from being printed in v2 CLI
Brian Waldon
2012-07-13
1
-0
/
+2
*
|
Align print_dict to the left
Brian Waldon
2012-07-13
1
-1
/
+1
*
|
Convert v2 images list method to generator
Brian Waldon
2012-07-13
1
-3
/
+5
*
|
Replace static v2 Image model with warlock model
Brian Waldon
2012-07-13
3
-13
/
+26
*
|
Add support for viewing a single image through v2
Brian Waldon
2012-07-13
2
-0
/
+15
*
|
Rewrite link parsing for finding v2 schemas
Brian Waldon
2012-07-13
3
-9
/
+22
*
|
Establish the supported importable interface
Brian Waldon
2012-07-13
7
-149
/
+161
*
|
Add --is-public to image-create
Brian Waldon
2012-07-13
1
-1
/
+6
*
|
Merge "Translate is_protected to protected"
Jenkins
2012-07-12
1
-0
/
+6
|
\
\
|
*
|
Translate is_protected to protected
Brian Waldon
2012-07-11
1
-0
/
+6
*
|
|
Merge changes I02ddeb59,Ife231377
Jenkins
2012-07-12
1
-3
/
+3
|
\
\
\
|
|
/
/
|
*
|
Change --protected to --is-protected in create
Brian Waldon
2012-07-11
1
-1
/
+1
|
*
|
Properly map boolean-like arguments to True/False
Brian Waldon
2012-07-11
1
-2
/
+2
|
|
/
*
|
Merge "Remove AuthorizationFailure exception"
Jenkins
2012-07-12
2
-6
/
+0
|
\
\
|
|
/
|
/
|
|
*
Remove AuthorizationFailure exception
Brian Waldon
2012-07-10
2
-6
/
+0
*
|
Add ability to get version information in python
Monty Taylor
2012-07-11
3
-0
/
+189
[next]