summaryrefslogtreecommitdiff
path: root/openstackclient/tests/unit/image/v2
Commit message (Expand)AuthorAgeFilesLines
* 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-172-28/+22
* image: Remove FakeImage test helperStephen Finucane2021-11-172-142/+125
* image: Remove dead test helper methodsStephen Finucane2021-11-171-173/+0
* Remove non-working code after method return.lsmman2021-10-061-5/+0
* Replace assertItemsEqual with assertCountEqualDirk Mueller2021-05-031-12/+12
* 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-091-11/+11
* 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
* Switch image to use SDKArtem Goncharov2020-03-232-278/+293
* Raise flake8-import-order version to latestSean McGinnis2020-01-102-2/+2
* Use cliff formattable columns in image commandsAkihiro Motoki2019-06-222-16/+16
* Remove deprecated image commandsDean Troyer2019-05-191-52/+0
* Remove code migrated to osc-lib long agoDean Troyer2019-05-161-1/+1
* 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-211-0/+26
|\
| * Accept 0 for --min-disk and --min-ramShogoAdachi2017-10-201-0/+26
* | Fix 'project purge' deletes ALL images problemlihaijing2017-09-261-0/+1
|/
* Use flake8-import-order pluginAkihiro Motoki2017-08-172-2/+2
* image-list should support filters 'name','status'nidhimittalhada2017-07-121-0/+28
* Merge "To display image size in human friendly format"Jenkins2017-06-012-3/+32
|\
| * To display image size in human friendly formatBadhmapriya Boopalan2017-01-112-3/+32
* | Trivial fix typosVu Cong Tuan2017-05-301-1/+1
* | doc: Correct Sphinx warningsStephen Finucane2017-03-281-3/+3
* | Fix image member unit tests occasional failuresDean Troyer2017-01-121-20/+87
* | Add support for Glance 'update image members' featureJordan Pittier2017-01-041-0/+33
* | Revert "Remove marker and loop from "image list" command"Steve Martinelli2016-12-051-5/+16
* | clean up image choices and help textSteve Martinelli2016-11-231-7/+7
|/
* Replace 'MagicMock' with 'Mock'qtang2016-09-141-1/+1
* move unit tests to new "unit" test moduleSteve Martinelli2016-09-083-0/+1625