summaryrefslogtreecommitdiff
path: root/glanceclient
Commit message (Expand)AuthorAgeFilesLines
* Glance v3 client methods for work with blobsDarja Shakhray2015-08-262-4/+235
* Glance v3 client basic methodsMike Fedosin2015-08-263-5/+360
* Glance v3 client initial commitMike Fedosin2015-08-266-0/+344
* Extend unittests coverage for v2 tasks moduleKamil Rykowski2015-07-201-14/+97
* Fix exception message in Http.pywangxiyuan2015-07-142-2/+18
* Merge "Fix an issue with broken test on ci"Jenkins2015-07-132-28/+43
|\
| * Fix an issue with broken test on ciMike Fedosin2015-07-132-28/+43
* | Remove usage of assert_called_once on Mock objectsrico.lin2015-07-101-1/+1
|/
* Merge "Do not fall back to namespaced oslo.i18n"Jenkins2015-06-301-4/+1
|\
| * Do not fall back to namespaced oslo.i18nIan Cordasco2015-06-241-4/+1
* | Account for dictionary order in test_shell.pyCorey Bryant2015-06-291-5/+12
|/
* Merge "Add v2 support for the marker attribute"Jenkins2015-06-222-0/+9
|\
| * Add v2 support for the marker attributeBrad Pokorny2015-06-192-0/+9
* | Import only modules and update tox.iniCindy Pallares2015-06-179-43/+45
* | Merge "Close iterables at the end of iteration"Jenkins2015-06-162-1/+18
|\ \ | |/ |/|
| * Close iterables at the end of iterationRobert Collins2015-06-112-1/+18
* | Merge "Add parameter 'changes-since' for image-list of v1"Jenkins2015-06-152-1/+64
|\ \
| * | Add parameter 'changes-since' for image-list of v1Fei Long Wang2015-05-062-1/+64
* | | Merge "cleanup openstack-common.conf and sync updated files"Jenkins2015-06-143-4/+4
|\ \ \
| * | | cleanup openstack-common.conf and sync updated filesDavanum Srinivas2015-06-103-4/+4
| | |/ | |/|
* | | Make glanceclient accept a session objectJamie Lennox2015-06-116-97/+208
|/ /
* | Merge "Improve import related error handling"Jenkins2015-05-262-12/+80
|\ \
| * | Improve import related error handlingStuart McLaren2015-05-082-12/+80
| |/
* | Merge "Fix Metadef Object update issue with python-glanceclient"Jenkins2015-05-264-2/+38
|\ \
| * | Fix Metadef Object update issue with python-glanceclientLakshmi N Sampath2015-05-184-2/+38
* | | Merge "Use assertIn instead of assertTrue in tests"Jenkins2015-05-263-11/+11
|\ \ \
| * | | Use assertIn instead of assertTrue in testsKamil Rykowski2015-04-293-11/+11
| | |/ | |/|
* | | Merge "Unorder compare in tests"Jenkins2015-05-261-2/+2
|\ \ \
| * | | Unorder compare in testsJamie Lennox2015-04-291-2/+2
* | | | Merge "Include owner and status option in v2 image list"Jenkins2015-05-252-5/+13
|\ \ \ \
| * | | | Include owner and status option in v2 image listCindy Pallares2015-05-222-5/+13
* | | | | Merge "Check image-download for redirection"Jenkins2015-05-252-7/+20
|\ \ \ \ \
| * | | | | Check image-download for redirectionCindy Pallares2015-05-052-7/+20
* | | | | | Fix functional tests in gateStuart McLaren2015-05-152-2/+30
| |/ / / / |/| | | |
* | | | | Merge "Do not crash on homedir mkdir"Jenkins2015-05-141-1/+9
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Do not crash on homedir mkdirThomas Goirand2015-05-141-1/+9
* | | | | Add some basic CLI functional testsLouis Taylor2015-05-012-5/+60
| |_|_|/ |/| | |
* | | | Create functional test baseStuart McLaren2015-04-185-0/+154
| |_|/ |/| |
* | | Move unit tests to standard directoryStuart McLaren2015-04-1832-0/+8202
|/ /
* | Merge "Correct help messages for image-update command"0.18.0Jenkins2015-04-181-2/+4
|\ \
| * | Correct help messages for image-update commandAbhishek Talwar2015-03-191-2/+4
* | | Merge "Omit 'locations' as image-create parameter"Jenkins2015-04-151-1/+2
|\ \ \
| * | | Omit 'locations' as image-create parameterFei Long Wang2015-04-111-1/+2
* | | | Fix https stack trace on python 3.4 clientStuart McLaren2015-04-111-1/+3
* | | | Fix client when using no ssl compressionStuart McLaren2015-04-111-0/+7
|/ / /
* | | Merge "Validate tag name when filtering for images"Jenkins2015-04-091-2/+4
|\ \ \
| * | | Validate tag name when filtering for imagesKamil Rykowski2015-03-261-2/+4
* | | | Merge "glance image-show now have --human-readable option"Jenkins2015-04-082-2/+6
|\ \ \ \
| * | | | glance image-show now have --human-readable optionyatin karel2015-03-222-2/+6
* | | | | Merge "Creating task with invalid property crashes in py3"Jenkins2015-04-071-1/+1
|\ \ \ \ \