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
/
tests
/
v1
Commit message (
Expand
)
Author
Age
Files
Lines
*
Hide stderr noise in test output
Louis Taylor
2014-08-18
1
-8
/
+18
*
Remove deprecated commands from shell
Cindy Pallares
2014-08-12
3
-644
/
+0
*
Replace old httpclient with requests
AmalaBasha
2014-07-10
3
-18
/
+18
*
Enable F841
ChangBo Guo(gcb)
2014-07-09
2
-12
/
+11
*
Set purge-props header correctly in image update
Maithem
2014-06-19
1
-2
/
+13
*
Merge "Reuse class Manager from common code"
Jenkins
2014-06-18
1
-0
/
+5
|
\
|
*
Reuse class Manager from common code
Andrey Kurilin
2014-06-12
1
-0
/
+5
*
|
Convert passed integer values into int in v1 shell
Cindy Pallares
2014-06-12
1
-3
/
+43
|
/
*
Python 3: use next(foo) instead of foo.next()
Cyril Roelandt
2014-06-02
1
-1
/
+1
*
Merge "Finalize Python3 support"
Jenkins
2014-05-28
1
-3
/
+7
|
\
|
*
Finalize Python3 support
Frederic Lepied
2014-05-20
1
-3
/
+7
*
|
Return request ID to callers
Chris Buccella
2014-04-25
1
-1
/
+126
|
/
*
Fix the parameter order of assertEqual in glanceclient v1 test
Eiichi Aikawa
2014-03-17
4
-130
/
+130
*
Python3: do not use the 'file' type
Cyril Roelandt
2014-03-04
1
-2
/
+9
*
Merge "Handle endpoints with versions consistently"
Jenkins
2014-01-24
1
-0
/
+36
|
\
|
*
Handle endpoints with versions consistently
Stuart McLaren
2014-01-22
1
-0
/
+36
*
|
Merge "Allow updating empty created v2 images from v1"
Jenkins
2014-01-22
1
-0
/
+46
|
\
\
|
*
|
Allow updating empty created v2 images from v1
David Koo
2014-01-20
1
-0
/
+46
|
|
/
*
|
It was removed urllib, urllib2 & urlparse modules
Victor Morales
2014-01-18
1
-3
/
+3
|
/
*
Remove vim header
Noboru arai
2014-01-14
2
-2
/
+0
*
Python3: use six.StringIO rather than StringIO.StringIO
Yassine Lamgarchal
2014-01-10
1
-3
/
+4
*
Merge "Fix and enable gating on H306"
Jenkins
2013-12-23
1
-1
/
+1
|
\
|
*
Fix and enable gating on H306
Dirk Mueller
2013-12-16
1
-1
/
+1
*
|
Replace inheritance hierarchy with composition
Andrey Kurilin
2013-12-09
1
-1
/
+3
|
/
*
Replace OpenStack LLC with OpenStack Foundation
ZhiQiang Fan
2013-09-20
4
-4
/
+4
*
Merge "Cast image_id to string before calling urllib.quote"
Jenkins
2013-08-09
1
-0
/
+11
|
\
|
*
Cast image_id to string before calling urllib.quote
Justin Santa Barbara
2013-08-07
1
-0
/
+11
*
|
Revert 02116565d358a4fa254217779fef82b14b38d8ca
0.10.0
Mark J. Washenberger
2013-08-08
1
-14
/
+11
*
|
Show a pretty progressbar when uploading and downloading an image.
mouad benchchaoui
2013-08-08
1
-1
/
+2
*
|
Allow v1 client to list all users' images
Stuart McLaren
2013-07-26
1
-2
/
+21
*
|
Add v1 client side owner based filtering
Stuart McLaren
2013-07-26
1
-0
/
+122
*
|
Increase default page_size value
Jared Culp
2013-07-16
1
-20
/
+56
|
/
*
Merge "Rename invalid domain name to be RFC compliant."
Jenkins
2013-07-08
2
-18
/
+18
|
\
|
*
Rename invalid domain name to be RFC compliant.
Monty Taylor
2013-06-30
2
-18
/
+18
*
|
Start using Pyflakes and Hacking
Dirk Mueller
2013-06-22
1
-4
/
+4
|
/
*
Merge "Fix problem where image data is not read from a pipe."
Jenkins
2013-06-18
1
-17
/
+29
|
\
|
*
Fix problem where image data is not read from a pipe.
Hugh Saunders
2013-06-03
1
-17
/
+29
*
|
Do not decode headers in v1/images.py
Flaper Fesp
2013-06-04
1
-11
/
+0
*
|
Add tests for encodings
Flaper Fesp
2013-06-03
1
-1
/
+23
|
/
*
Don't attempt to read stdin if it is empty.
Hugh Saunders
2013-05-23
1
-0
/
+290
*
Convert non-ascii characters within image property to unicode
Zhi Yan Liu
2013-05-21
1
-0
/
+1
*
Add test for glanceclient shells
Tatyana Leontovich
2013-05-17
2
-0
/
+721
*
Merge "Improve Python 3.x compatibility"
Jenkins
2013-04-24
1
-2
/
+2
|
\
|
*
Improve Python 3.x compatibility
Dirk Mueller
2013-04-22
1
-2
/
+2
*
|
Test that copy_from is used properly in old API
John Bresnahan
2013-04-12
1
-0
/
+20
|
/
*
Filter images list by public=True|False
John Bresnahan
2013-03-30
1
-0
/
+49
*
Use testtools instead of unittest.
Monty Taylor
2013-01-02
2
-5
/
+8
*
Add --sort-key and --sort-dir to image-list
Brian Waldon
2012-11-28
1
-0
/
+47
*
Pin pep8 to 1.3.3
Chuck Short
2012-11-25
1
-2
/
+2
*
Handle create/update of images with unknown size
Stuart McLaren
2012-10-08
1
-1
/
+1
[next]