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
/
v1
/
shell.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove deprecated commands from shell
Cindy Pallares
2014-08-12
1
-10
/
+2
*
Use a correctly formatted example location in help
Stuart McLaren
2014-07-16
1
-2
/
+6
*
Convert passed integer values into int in v1 shell
Cindy Pallares
2014-06-12
1
-9
/
+9
*
Fix help text in image-create
Juan Manuel Olle
2014-06-03
1
-1
/
+1
*
Merge "Improve help strings"
Jenkins
2014-03-16
1
-2
/
+2
|
\
|
*
Improve help strings
Andreas Jaeger
2014-02-26
1
-2
/
+2
*
|
Only show progress bar for local image files
Jon Bernard
2014-01-31
1
-1
/
+2
|
/
*
Using common method 'bool_from_string' from oslo strutils
llg8212
2014-01-24
1
-5
/
+10
*
Python 3: use six.iteritems() instead of iteritems()
Yassine Lamgarchal
2014-01-09
1
-1
/
+2
*
Get better format for long lines with PrettyTable
Fei Long Wang
2014-01-06
1
-3
/
+6
*
Fix and enable gating on H306
Dirk Mueller
2013-12-16
1
-2
/
+2
*
Merge "Replace OpenStack LLC with OpenStack Foundation"
Jenkins
2013-11-15
1
-1
/
+1
|
\
|
*
Replace OpenStack LLC with OpenStack Foundation
ZhiQiang Fan
2013-09-20
1
-1
/
+1
*
|
Merge "Fix python 3.x related Hacking warnings"
Jenkins
2013-11-12
1
-10
/
+12
|
\
\
|
*
|
Fix python 3.x related Hacking warnings
Dirk Mueller
2013-08-26
1
-10
/
+12
*
|
|
Add CLI for V2 image create, update, and upload
eddie-sheffield
2013-10-02
1
-30
/
+1
|
|
/
|
/
|
*
|
Fix glanceclient usage inconsistences for options
Gabe Westmaas
2013-08-25
1
-5
/
+5
|
/
*
Revert "removed deprecated parameter --public"
Dean Troyer
2013-08-19
1
-1
/
+6
*
Merge "removed deprecated parameter --public"
Jenkins
2013-08-19
1
-6
/
+1
|
\
|
*
removed deprecated parameter --public
Christian Berendt
2013-07-30
1
-6
/
+1
*
|
Show a pretty progressbar when uploading and downloading an image.
mouad benchchaoui
2013-08-08
1
-0
/
+21
*
|
Allow v1 client to list all users' images
Stuart McLaren
2013-07-26
1
-0
/
+5
*
|
Add v1 client side owner based filtering
Stuart McLaren
2013-07-26
1
-0
/
+8
|
/
*
Merge "Fix problem where image data is not read from a pipe."
Jenkins
2013-06-18
1
-3
/
+4
|
\
|
*
Fix problem where image data is not read from a pipe.
Hugh Saunders
2013-06-03
1
-3
/
+4
*
|
Replace utils.ensure_(str|unicode) with strutils.safe(decode|encode)
Flaper Fesp
2013-06-04
1
-1
/
+2
|
/
*
Don't attempt to read stdin if it is empty.
Hugh Saunders
2013-05-23
1
-2
/
+2
*
Merge "Improve Python 3.x compatibility"
Jenkins
2013-04-24
1
-1
/
+1
|
\
|
*
Improve Python 3.x compatibility
Dirk Mueller
2013-04-22
1
-1
/
+1
*
|
bug 1166263 image-update handling for closed stdin
MattieuPuel
2013-04-16
1
-9
/
+16
|
/
*
Filter images list by public=True|False
John Bresnahan
2013-03-30
1
-1
/
+4
*
Merge "Decode input and encode output"
Jenkins
2013-02-18
1
-1
/
+2
|
\
|
*
Decode input and encode output
Flaper Fesp
2013-02-13
1
-1
/
+2
*
|
Fix typo in image-update help page
David Wittman
2013-01-30
1
-4
/
+4
|
/
*
Add image names to glance command arguments.
Ken'ichi Ohmichi
2013-01-05
1
-17
/
+23
*
Update --location help to reference swift store.
Brian Waldon
2012-12-03
1
-8
/
+6
*
Merge "Change default image sort to use name"
Jenkins
2012-11-30
1
-1
/
+1
|
\
|
*
Change default image sort to use name
Brian Waldon
2012-11-28
1
-1
/
+1
*
|
Merge "Add --sort-key and --sort-dir to image-list"
Jenkins
2012-11-30
1
-2
/
+12
|
\
\
|
|
/
|
*
Add --sort-key and --sort-dir to image-list
Brian Waldon
2012-11-28
1
-2
/
+12
*
|
Merge "Allow setting x-image-meta-store through shell on image creation"
Jenkins
2012-11-26
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
Allow setting x-image-meta-store through shell on image creation
Florian Haas
2012-11-24
1
-0
/
+2
*
|
Pin pep8 to 1.3.3
Chuck Short
2012-11-25
1
-2
/
+2
|
/
*
Merge "Make image sizes more readable for humans"
Jenkins
2012-11-19
1
-4
/
+22
|
\
|
*
Make image sizes more readable for humans
Christian Berendt
2012-11-19
1
-4
/
+22
*
|
Set useful boolean flag metavars
Brian Waldon
2012-11-19
1
-4
/
+4
*
|
Enhance --checksum help with algorithm
Andre Naehring
2012-11-14
1
-1
/
+2
|
/
*
Merge "Allow deletion of multiple images through CLI"
Jenkins
2012-10-25
1
-3
/
+18
|
\
|
*
Allow deletion of multiple images through CLI
Sulochan Acharya
2012-10-24
1
-3
/
+18
*
|
Fixes shell command for member-delete
Sulochan Acharya
2012-10-23
1
-5
/
+5
|
/
[next]