summaryrefslogtreecommitdiff
path: root/glanceclient/common/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Remove unicode-related Python2-only code"Zuul2023-01-121-23/+0
|\
| * Remove unicode-related Python2-only codeCyril Roelandt2022-11-141-23/+0
* | Merge "Boolean options: use strict checking"Zuul2023-01-121-1/+1
|\ \
| * | Boolean options: use strict checkingCyril Roelandt2022-11-141-1/+1
| |/
* | schema_args: Do not generate option for read-only propertiesCyril Roelandt2022-09-261-0/+2
|/
* Check if stdin has isatty attributeBenedikt Loeffler2022-07-071-1/+1
* Add support for Cache APIErno Kuvaja2022-02-221-1/+43
* Get tasks associated with imageAbhishek Kekane2021-03-021-0/+28
* Merge "Do not use the six library."Zuul2020-07-171-12/+9
|\
| * Do not use the six library.Cyril Roelandt2020-06-231-12/+9
* | Stop to use the __future__ module.Hervé Beraud2020-06-021-2/+0
|/
* Fail gracefully when MD5 is unavailableBrian Rosmaita2020-05-041-1/+8
* Update hacking versionjacky062019-03-271-4/+4
* Use "multihash" for data download validationBrian Rosmaita2018-09-071-0/+20
* Image show: print human readable string when the virtual size is unknownCyril Roelandt2018-05-311-0/+2
* Merge "Removes unicode 'u' response from "glance image-tag-update""Zuul2018-05-181-0/+31
|\
| * Removes unicode 'u' response from "glance image-tag-update"Abijitha Nadagouda2018-02-021-0/+31
* | Fix python 3.6 escape char warningEric Harney2017-07-311-1/+1
|/
* turn on warning-is-error in sphinx buildDoug Hellmann2017-06-281-1/+1
* Merge "Replace six.iteritems() with .items()"Jenkins2017-06-281-4/+4
|\
| * Replace six.iteritems() with .items()ji-xuepeng2017-02-081-4/+4
* | Downloading image with --progress failsAbhishek Kekane2017-05-291-0/+7
* | Downloading image with --progress fails for python3Abhishek Kekane2017-05-181-0/+3
|/
* Add request id to returned objectsRavi Jethani2017-01-201-0/+74
* Use import_versioned_module from oslo.utilsLi Wei2016-12-061-8/+0
* py3: Fix encoding and use sys.stdin.bufferSirushti Murugesan2016-07-251-2/+5
* Add comment about workaround for py3Louis Taylor2016-07-131-0/+2
* image-download: tests to catch stray outputStuart McLaren2016-06-291-4/+2
* Remove unused skip_authentication decoratorkairat_kushaev2016-06-021-15/+0
* Merge "Re-enable stacktracing when --debug is used"Jenkins2016-04-181-0/+8
|\
| * Re-enable stacktracing when --debug is usedStuart McLaren2016-04-071-0/+8
* | Fix typos in docstrings and commentsDao Cong Tien2016-04-111-3/+3
|/
* Merge "Handle 403 forbidden on download"Jenkins2016-02-291-1/+1
|\
| * Handle 403 forbidden on downloadStuart McLaren2016-02-241-1/+1
* | Fix image-download to stdout on Python 3.xAndy Botting2015-12-221-1/+4
|/
* Ensure that identity token in header is not an unicode stringVincent Untz2015-11-171-2/+1
* Fix the missing help descripiton of "image-create"wangxiyuan2015-10-271-0/+2
* Import i18n functions directlykairat_kushaev2015-10-161-2/+1
* Support image deletion in batches in v2wangxiyuan2015-10-101-0/+4
* Merge "Replace exception_to_str with oslo.utils function"Jenkins2015-09-301-12/+0
|\
| * Replace exception_to_str with oslo.utils functionkairat_kushaev2015-09-221-12/+0
* | Merge "Fix human readable when size is None"Jenkins2015-09-281-1/+3
|\ \ | |/ |/|
| * Fix human readable when size is NoneStuart McLaren2015-09-141-1/+3
* | Merge "Add parsing the endpoint URL"Jenkins2015-09-161-4/+7
|\ \ | |/ |/|
| * Add parsing the endpoint URLTakashi NATSUME2015-09-081-4/+7
* | check for None value in utils.safe_headerDavid Edery2015-09-081-1/+1
|/
* Remove custom SSL compression handlingStuart McLaren2015-08-261-12/+0
* Require disk and container format on image-createGorka Eguileor2015-08-141-0/+45
* Add unicode support for properties values in v2 shellDarja Shakhray2015-08-031-1/+1
* Enable flake8 checksDarja Shakhray2015-07-211-7/+5