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
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge "Handle 403 forbidden on download"
Jenkins
2016-02-29
1
-1
/
+1
|
\
|
*
Handle 403 forbidden on download
Stuart McLaren
2016-02-24
1
-1
/
+1
*
|
Remove code needed for python2.5
kairat_kushaev
2016-02-01
1
-6
/
+0
*
|
Remove monkey-patching for getsockopt
kairat_kushaev
2016-01-15
1
-5
/
+0
*
|
Fix image-download to stdout on Python 3.x
Andy Botting
2015-12-22
1
-1
/
+4
*
|
Remove broken try/except workaround for old requests
Monty Taylor
2015-12-15
1
-5
/
+1
|
/
*
Ensure that identity token in header is not an unicode string
Vincent Untz
2015-11-17
2
-3
/
+3
*
Fix the missing help descripiton of "image-create"
wangxiyuan
2015-10-27
1
-0
/
+2
*
Import i18n functions directly
kairat_kushaev
2015-10-16
1
-2
/
+1
*
Merge "Add support for setting Accept-Language header"
Jenkins
2015-10-14
1
-0
/
+4
|
\
|
*
Add support for setting Accept-Language header
Frode Nordahl
2015-10-14
1
-0
/
+4
*
|
Support image deletion in batches in v2
wangxiyuan
2015-10-10
1
-0
/
+4
*
|
Merge "Fix Typos in comments"
Jenkins
2015-09-30
1
-1
/
+1
|
\
\
|
*
|
Fix Typos in comments
rahulram
2015-08-26
1
-1
/
+1
*
|
|
Merge "Replace exception_to_str with oslo.utils function"
Jenkins
2015-09-30
1
-12
/
+0
|
\
\
\
|
*
|
|
Replace exception_to_str with oslo.utils function
kairat_kushaev
2015-09-22
1
-12
/
+0
*
|
|
|
Merge "Fix human readable when size is None"
Jenkins
2015-09-28
1
-1
/
+3
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fix human readable when size is None
Stuart McLaren
2015-09-14
1
-1
/
+3
*
|
|
|
Merge "Add parsing the endpoint URL"
Jenkins
2015-09-16
1
-4
/
+7
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Add parsing the endpoint URL
Takashi NATSUME
2015-09-08
1
-4
/
+7
|
|
/
/
*
|
|
Merge "Check if v2 is available and fallback"
Jenkins
2015-09-08
1
-1
/
+4
|
\
\
\
|
*
|
|
Check if v2 is available and fallback
Flavio Percoco
2015-09-04
1
-1
/
+4
|
|
/
/
*
|
|
check for None value in utils.safe_header
David Edery
2015-09-08
1
-1
/
+1
|
/
/
*
|
Remove custom SSL compression handling
Stuart McLaren
2015-08-26
2
-25
/
+10
*
|
Require disk and container format on image-create
Gorka Eguileor
2015-08-14
1
-0
/
+45
*
|
Merge "Add unicode support for properties values in v2 shell"
Jenkins
2015-08-03
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Add unicode support for properties values in v2 shell
Darja Shakhray
2015-08-03
1
-1
/
+1
*
|
Merge "Fix failure to create glance https connection pool"
Jenkins
2015-07-29
1
-3
/
+4
|
\
\
|
|
/
|
/
|
|
*
Fix failure to create glance https connection pool
Haikel Guemar
2015-07-28
1
-3
/
+4
*
|
Enable flake8 checks
Darja Shakhray
2015-07-21
4
-28
/
+27
|
/
*
Fix exception message in Http.py
wangxiyuan
2015-07-14
1
-2
/
+4
*
Import only modules and update tox.ini
Cindy Pallares
2015-06-17
2
-9
/
+8
*
Merge "Close iterables at the end of iteration"
Jenkins
2015-06-16
1
-1
/
+5
|
\
|
*
Close iterables at the end of iteration
Robert Collins
2015-06-11
1
-1
/
+5
*
|
Make glanceclient accept a session object
Jamie Lennox
2015-06-11
2
-66
/
+133
|
/
*
Fix https stack trace on python 3.4 client
Stuart McLaren
2015-04-11
1
-1
/
+3
*
Fix client when using no ssl compression
Stuart McLaren
2015-04-11
1
-0
/
+7
*
glance image-show now have --human-readable option
yatin karel
2015-03-22
1
-1
/
+3
*
Merge "Unify using six.moves.range rename everywhere"
Jenkins
2015-03-04
1
-0
/
+2
|
\
|
*
Unify using six.moves.range rename everywhere
Erno Kuvaja
2015-02-25
1
-0
/
+2
*
|
Merge "https: Prevent leaking sockets for some operations"
Jenkins
2015-03-04
1
-56
/
+77
|
\
\
|
*
|
https: Prevent leaking sockets for some operations
Stuart McLaren
2015-02-18
1
-56
/
+77
*
|
|
Merge "Register our own ConnectionPool without globals"
Jenkins
2015-02-26
1
-9
/
+26
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Register our own ConnectionPool without globals
Ian Cordasco
2015-02-06
1
-10
/
+27
*
|
|
Merge "Reduce the set of supported client SSL ciphers"
Jenkins
2015-02-23
1
-0
/
+6
|
\
\
\
|
*
|
|
Reduce the set of supported client SSL ciphers
Stuart McLaren
2014-09-19
1
-0
/
+6
*
|
|
|
Merge "Update HTTPS certificate handling for pep-0476"
Jenkins
2015-02-19
1
-1
/
+5
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Update HTTPS certificate handling for pep-0476
James Page
2014-12-19
1
-1
/
+5
*
|
|
|
Merge "Return 130 for keyboard interrupt"
Jenkins
2015-02-06
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
Return 130 for keyboard interrupt
Rakesh H S
2015-02-05
1
-2
/
+2
[next]