summaryrefslogtreecommitdiff
path: root/heatclient/tests/unit/test_shell.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Remove six"Zuul2022-06-131-14/+14
|\
| * Remove sixTakashi Kajinami2022-05-091-14/+14
* | Encode urls in unit testsPavlo Shchelokovskyy2022-06-131-2/+4
|/
* Use unittest.mock instead of third party mockjacky062020-05-061-1/+1
* Update hacking for Python3ussuri-em2.1.0Andreas Jaeger2020-03-311-2/+2
* Remove mox usage from test_shellZane Bitter2020-02-101-288/+120
* Use assertRegex instead of assertRegexpMatchesVu Cong Tuan2018-04-111-17/+17
* No longer use oslotest.mockpatchThomas Bechtold2017-10-091-2/+1
* Fixing read before prompt bugJoe Borg2017-07-261-1/+3
* Merge "Add optional arguments '-y' in CLI:snapshot-delete"Jenkins2017-07-051-1/+63
|\
| * Add optional arguments '-y' in CLI:snapshot-deletericolin2017-05-171-1/+63
* | Don't encode path separatorsrabi2017-05-091-20/+20
|/
* Show 'project' info if heat server returnshuangtianhua2017-01-241-20/+22
* Distinguish between stack and resource events when pollingZane Bitter2017-01-091-2/+2
* Make sure the --heat-url option is respected, part 2Jason Dunsmore2017-01-061-3/+6
* Fix "heat output-show -F json" output formatJason Dunsmore2016-09-301-3/+13
* Don't use endpoint_override with sessiontamilhce2016-09-091-3/+3
* Import mox in __init__.pyshizhihui2016-09-011-1/+1
* Standardize import formatshizhihui2016-08-031-11/+10
* Implement client side of event list --nested-depthSteve Baker2016-06-101-9/+124
* Refactor test_shellSteve Baker2016-06-101-1472/+500
* switch to keystoneauthSteve Martinelli2016-05-181-2/+1
* Support "--pre-delete" argument for hook-clearhuangtianhua2016-04-161-2/+17
* Fix logging issue in heatclient testsDmitriy Uvarenkov2016-04-071-6/+0
* Replace assertRegexpMatches with assertRegexBryan Jones2016-03-311-92/+90
* stack-delete command should not call do_stack_list.PanFengyun2016-03-171-52/+17
* Added deprecation warnings for heat commandsDmitriy Uvarenkov2016-03-151-0/+1
* Fixed exceptions handling in stacks deletingDmitriy Uvarenkov2016-03-071-1/+17
* Prompt user before deleting stack if ttyCrag Wolfe2016-02-261-0/+84
* Merge "Add heat client support for Resource set health"Jenkins2016-02-261-0/+81
|\
| * Add heat client support for Resource set healthAhmed Elkhouly2016-02-081-0/+81
* | Stack resource searchKanagaraj Manickam2016-02-201-41/+22
* | Remove the only-value flag of output-showThomas Herve2016-02-171-17/+19
* | Merge "Validate for empty file for stack-adopt"Jenkins2016-02-151-0/+10
|\ \ | |/ |/|
| * Validate for empty file for stack-adoptneetu2016-01-131-0/+10
* | Merge "Add show_nested support to update --dry-run"Jenkins2016-02-051-4/+31
|\ \
| * | Add show_nested support to update --dry-runSteven Hardy2016-01-181-4/+31
* | | Merge "Raise CommandError when Any of stack/deployment/config delete failed"Jenkins2016-02-011-10/+34
|\ \ \
| * | | Raise CommandError when Any of stack/deployment/config delete faileddixiaoli2016-01-281-10/+34
| |/ /
* | | Add formatters for 'tags' in method _do_stack_showdixiaoli2016-01-251-2/+5
|/ /
* | Merge "Add resolve_outputs parameter to stack get method"Jenkins2016-01-131-0/+40
|\ \
| * | Add resolve_outputs parameter to stack get methodOleksii Chuprykov2016-01-121-0/+40
| |/
* | Added -P support to template-validateJay Dobies2016-01-061-0/+36
|/
* Resolve outputs from stack objectOleksii Chuprykov2015-12-251-0/+114
* Merge "Use stack lookup for getting stack name/id"Jenkins2015-12-241-250/+0
|\
| * Use stack lookup for getting stack name/idOleksii Chuprykov2015-12-211-250/+0
* | remove py26 specific code from heatclientSteve Martinelli2015-12-141-21/+0
|/
* Merge "Add output API calls implementations"Jenkins2015-11-271-93/+363
|\
| * Add output API calls implementationsPeter Razumovsky2015-11-161-93/+363
* | Enable pep8 E241 testricolin2015-11-231-1/+1