summaryrefslogtreecommitdiff
path: root/glanceclient
Commit message (Expand)AuthorAgeFilesLines
...
* | stage call fails with TypeErrorAbhishek Kekane2017-08-171-4/+6
|/
* Add missing docstring2.8.0Erno Kuvaja2017-07-271-0/+1
* Merge "Add image import features to client"Jenkins2017-07-272-2/+133
|\
| * Add image import features to clientErno Kuvaja2017-07-272-2/+133
* | Merge "Validate input args before trying image download"Jenkins2017-07-262-7/+22
|\ \
| * | Validate input args before trying image downloadRavi Shekhar Jethani2017-07-242-7/+22
| |/
* | Merge "Make --profile load from environment variables"Jenkins2017-07-261-5/+7
|\ \
| * | Make --profile load from environment variablesTovin Seven2017-07-241-5/+7
| |/
* | Merge "help text for container_format, disk_format"Jenkins2017-07-251-2/+3
|\ \
| * | help text for container_format, disk_formatM V P Nitesh2017-07-061-2/+3
| |/
* | Removed the --no-ssl-compression parameter which is deprecatedPranaliD2017-07-254-112/+0
* | Merge "Fix 'UnicodeEncodeError' for unicode values in url"Jenkins2017-07-241-38/+57
|\ \ | |/ |/|
| * Fix 'UnicodeEncodeError' for unicode values in urlbhagyashris2017-01-241-38/+57
* | Merge "Replace assertTrue(isinstance()) with assertIsInstance()"Jenkins2017-06-301-1/+1
|\ \
| * | Replace assertTrue(isinstance()) with assertIsInstance()Van Hung Pham2017-06-141-1/+1
* | | turn on warning-is-error in sphinx buildDoug Hellmann2017-06-281-1/+1
* | | add explicit dependency on pyopensslDoug Hellmann2017-06-281-0/+5
* | | Merge "Replace six.iteritems() with .items()"Jenkins2017-06-2811-25/+22
|\ \ \
| * | | Replace six.iteritems() with .items()ji-xuepeng2017-02-0811-25/+22
* | | | allow unhandled exceptions to cause test errorsDoug Hellmann2017-06-261-16/+0
* | | | Merge "Remove log translations"Jenkins2017-06-191-10/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | Remove log translationswangzhenyu2017-03-211-10/+0
* | | | Merge "Allow global_request_id in Client constructor"2.7.0Jenkins2017-06-012-0/+22
|\ \ \ \
| * | | | Allow global_request_id in Client constructorSean Dague2017-06-012-0/+22
* | | | | Downloading image with --progress failsAbhishek Kekane2017-05-292-1/+13
* | | | | Merge "Downloading image with --progress fails for python3"Jenkins2017-05-292-2/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Downloading image with --progress fails for python3Abhishek Kekane2017-05-182-2/+7
| |/ / /
* | | | v2: Content-Type: application/octet-stream header always addedckonstanski2017-05-194-8/+136
* | | | Convert IOError from requestsEric Fried2017-05-192-11/+3
|/ / /
* | | Merge "Replace functions 'dict.get' and 'del' with 'dict.pop'"Jenkins2017-03-061-3/+2
|\ \ \
| * | | Replace functions 'dict.get' and 'del' with 'dict.pop'bhagyashris2017-01-311-3/+2
| |/ /
* | | x-openstack-request-id logged twice in logsAbhishek Kekane2017-02-222-10/+28
|/ /
* | Merge "Replace dict.iteritems() with dict.items()"Jenkins2017-01-241-2/+2
|\ \ | |/ |/|
| * Replace dict.iteritems() with dict.items()Luong Anh Tuan2016-12-201-2/+2
* | Merge "Add support for community images"Jenkins2017-01-233-3/+21
|\ \
| * | Add support for community imagesAlexander Bashmakov2016-11-103-3/+21
* | | Merge "Add request id to returned objects"Jenkins2017-01-2318-211/+567
|\ \ \
| * | | Add request id to returned objectsRavi Jethani2017-01-2018-211/+567
* | | | Add ploop in disk_formatEvgeny Antyshev2017-01-194-4/+5
|/ / /
* | | Merge "Handle formatting of subcommand name in error output"Jenkins2017-01-132-1/+64
|\ \ \
| * | | Handle formatting of subcommand name in error outputIan Cordasco2017-01-112-1/+64
* | | | Add vhdx in disk_formatLi Wei2017-01-104-3/+59
| |_|/ |/| |
* | | Merge "Use import_versioned_module from oslo.utils"Jenkins2016-12-163-10/+6
|\ \ \
| * | | Use import_versioned_module from oslo.utilsLi Wei2016-12-063-10/+6
| |/ /
* | | Merge "Revert "Add last_request_id member to HTTPClient and SessionClient""Jenkins2016-12-142-12/+0
|\ \ \ | |/ / |/| |
| * | Revert "Add last_request_id member to HTTPClient and SessionClient"Abhishek Kekane2016-05-232-12/+0
* | | Merge "Add Apache 2.0 license to source file"Jenkins2016-11-181-0/+12
|\ \ \
| * | | Add Apache 2.0 license to source fileCao Xuan Hoang2016-10-041-0/+12
| | |/ | |/|
* | | Move old oslo-incubator code out of openstack/commonAbhishek Kekane2016-11-0813-330/+14
* | | Replace 'assertTrue(a not in b)' with 'assertNotIn(a, b)'Cao Xuan Hoang2016-09-281-1/+1
|/ /