summaryrefslogtreecommitdiff
path: root/openstackclient/identity/v3/mapping.py
Commit message (Expand)AuthorAgeFilesLines
* Blacken openstackclient.identityStephen Finucane2023-05-101-11/+20
* Replace six.iteritems() with .items()lihaijing2020-01-091-3/+2
* Handle log message interpolation by the logger in identity/Gábor Antal2017-02-131-2/+1
* Fix 'mapping set' return valueColleen Murphy2017-01-251-1/+0
* translate all command help strings3.4.0Steve Martinelli2016-11-171-6/+6
* Support bulk deletion for delete commands in identityv3Huanxuan Ao2016-07-191-4/+18
* Make set/unset commands pass normally when nothing specified in identityv3Huanxuan Ao2016-07-141-4/+0
* Standardize logger usageTang Chen2016-06-201-1/+5
* osc-lib: commandDean Troyer2016-06-131-1/+1
* osc-lib: utilsDean Troyer2016-06-131-3/+2
* osc-lib: exceptionsDean Troyer2016-06-131-1/+2
* Fix i18n support problems in identityTang Chen2016-06-071-10/+11
* take_action() method from command.Command shouldn't returnMohan Muppidi2016-02-291-1/+0
* log take_action parameters in a single placeAkihiro Motoki2016-02-021-21/+4
* Fine tune some of the helps commandsSteve Martinelli2015-01-131-1/+1
* Command doc: mappingSteve Martinelli2015-01-081-18/+21
* Remove links from federation related commands in identity v3Steve Martinelli2014-11-131-6/+4
* Implement CRUD operations for Mapping objectsMarek Denis2014-10-081-0/+209