summaryrefslogtreecommitdiff
path: root/openstackclient/tests/unit/image
Commit message (Expand)AuthorAgeFilesLines
* Merge "image: Add support for additional image import methods"Zuul2023-01-251-4/+16
|\
| * image: Add support for additional image import methodsStephen Finucane2022-11-301-4/+16
* | Merge "image: Fail if we can't find an image"Zuul2022-12-201-1/+4
|\ \
| * | image: Fail if we can't find an imageStephen Finucane2022-12-011-1/+4
* | | Merge "Add image metadef namespace command"Zuul2022-12-152-3/+156
|\ \ \ | |_|/ |/| |
| * | Add image metadef namespace commandhoosa2022-12-072-3/+156
| |/
* | image: Add 'image import' commandStephen Finucane2022-11-092-5/+223
|/
* image: Add 'image stage' commandStephen Finucane2022-11-092-25/+80
* image: Simplify handling of data provided via stdinStephen Finucane2022-11-091-64/+30
* image: Ignore '--progress' if providing image data from stdinStephen Finucane2022-11-091-0/+31
* Added "openstack image metadefs namespace list" commandAreg Grigoryan2022-10-262-0/+121
* Merge "Fix wrong assertion methods"Zuul2022-09-301-1/+1
|\
| * Fix wrong assertion methodsTakashi Natsume2022-09-231-1/+1
* | image: Add 'image task list' commandStephen Finucane2022-09-212-1/+127
* | image: Add 'image task show' commandslsmman2022-09-212-0/+134
|/
* image: Make better use of argparseStephen Finucane2022-06-301-80/+36
* Fix: create image from volume commandwhoami-rajat2022-06-301-1/+105
* Allow users to list all imagesCyril Roelandt2022-06-071-0/+32
* Allow to filter multiple tags for image listDmitriy Rabotyagov2022-05-161-2/+3
* image: Sanity check the 'SetImage' commandStephen Finucane2021-11-171-9/+3
* tests: Update fake image client in testsStephen Finucane2021-11-174-36/+28
* image: Remove FakeImage test helperStephen Finucane2021-11-174-189/+163
* image: Remove dead test helper methodsStephen Finucane2021-11-172-204/+0
* Remove non-working code after method return.lsmman2021-10-061-5/+0
* Replace assertItemsEqual with assertCountEqualDirk Mueller2021-05-032-17/+17
* Implements hide imageValery Tschopp2021-03-251-0/+68
* Merge "image: Unset properties rather than setting to None"Zuul2021-01-061-16/+13
|\
| * image: Unset properties rather than setting to NoneStephen Finucane2020-12-221-16/+13
* | Add project field in image list subcommandokozachenko2020-12-151-0/+15
|/
* Make use of comparable 'FormattableColumn' subclassesStephen Finucane2020-12-092-16/+16
* stop image downloads to memorySimon Merrick2020-11-251-1/+2
* Restore behavior of image create with same name.Sam Morrison2020-10-061-1/+5
* Expose flag for forcing use of import for imagesMonty Taylor2020-06-301-0/+22
* Complete switch from glanceclient to SDK for image serviceArtem Goncharov2020-03-242-111/+72
* Switch image to use SDKArtem Goncharov2020-03-232-278/+293
* Raise flake8-import-order version to latestSean McGinnis2020-01-104-6/+4
* Use cliff formattable columns in image commandsAkihiro Motoki2019-06-223-26/+28
* Remove deprecated image commandsDean Troyer2019-05-191-52/+0
* Remove code migrated to osc-lib long agoDean Troyer2019-05-162-2/+2
* Merge "Fix --limit option in image list sub-command"Zuul2019-05-081-4/+5
|\
| * Fix --limit option in image list sub-commandRadoslaw Smigielski2019-02-041-4/+5
* | Add possibility to filter images using member_statusArtem Goncharov2019-02-261-0/+43
|/
* Merge "Support --community in openstack image list"Zuul2018-07-251-0/+29
|\
| * Support --community in openstack image listNobuto Murata2018-07-241-0/+29
* | Fix error with image show when image name is NoneJake Yip2018-07-231-1/+2
|/
* Add ability to filter image list by tagAdam Harwell2018-06-281-0/+14
* Add support to list image membersMohammed Naser2018-03-211-0/+46
* Check that Glance returns image data before processing itMike Fedosin2018-01-051-0/+51
* Merge "Accept 0 for --min-disk and --min-ram"Zuul2017-10-212-0/+52
|\
| * Accept 0 for --min-disk and --min-ramShogoAdachi2017-10-202-0/+52