summaryrefslogtreecommitdiff
path: root/heatclient
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix unicode display in parameters"0.2.10Jenkins2014-06-274-5/+47
|\
| * Fix unicode display in parametersEthan Lynn2014-06-184-5/+47
* | Improve --debug logging outputSteve Baker2014-06-251-1/+3
* | Do not set up logging handler in httpSteve Baker2014-06-251-3/+0
* | Merge "Let server order event-list"Jenkins2014-06-131-1/+1
|\ \
| * | Let server order event-listClint Byrum2014-05-151-1/+1
| |/
* | Merge "Remove no use option parameters for template-validate"Jenkins2014-06-132-17/+0
|\ \
| * | Remove no use option parameters for template-validateZhang Yang2014-05-172-17/+0
| |/
* | Merge "Don't allow "propagate" of heatclient logger"Jenkins2014-06-131-0/+1
|\ \
| * | Don't allow "propagate" of heatclient loggerliu-sheng2014-05-301-0/+1
* | | Merge "Add option to show soft-deleted stacks in stack-list"Jenkins2014-06-132-3/+8
|\ \ \
| * | | Add option to show soft-deleted stacks in stack-listJason Dunsmore2014-05-292-3/+8
| |/ /
* | | Merge "Add shell arguments for stack update"Jenkins2014-06-102-1/+11
|\ \ \ | |/ / |/| |
| * | Add shell arguments for stack updateZhang Yang2014-06-052-1/+11
| |/
* | Client should support stack-list for global scopehuangtianhua2014-05-272-2/+10
* | Merge "Fix empty resource list index out of range error"Jenkins2014-05-212-5/+28
|\ \
| * | Fix empty resource list index out of range errorJUNJIE NAN2014-04-162-5/+28
* | | Merge "Add code coverage in resource list test"Jenkins2014-05-211-5/+17
|\ \ \ | |/ / | | / | |/ |/|
| * Add code coverage in resource list testJUNJIE NAN2014-04-161-5/+17
* | fixed typos found by RETF rulesChristian Berendt2014-05-033-4/+4
* | Merge "Heat client does not support OS_CACERT option"Jenkins2014-04-292-1/+12
|\ \
| * | Heat client does not support OS_CACERT optionRob Crittenden2014-04-232-1/+12
| |/
* | Merge "Add a description of how stack-abandon works"Jenkins2014-04-171-1/+6
|\ \ | |/ |/|
| * Add a description of how stack-abandon worksClint Byrum2014-04-111-1/+6
* | Merge "Remove unused arguments for stack-preview command"Jenkins2014-04-151-18/+0
|\ \
| * | Remove unused arguments for stack-preview commandPavlo Shchelokovskyy2014-04-141-18/+0
* | | Merge "Use correct order of arguments to assertEqual"Jenkins2014-04-152-9/+9
|\ \ \ | |/ / |/| |
| * | Use correct order of arguments to assertEqualPavlo Shchelokovskyy2014-04-142-9/+9
* | | Merge "Deprecate preview --create-timeout in favor of --timeout"Jenkins2014-04-141-4/+13
|\ \ \ | |/ / |/| |
| * | Deprecate preview --create-timeout in favor of --timeouthuangtianhua2014-04-101-4/+13
| |/
* | Merge "Sync oslo incubator"Jenkins2014-04-149-57/+818
|\ \
| * | Sync oslo incubatorThomas Herve2014-04-039-57/+818
* | | Process provider templates for included filesSteve Baker2014-04-112-65/+217
| |/ |/|
* | Support Python 3Cyril Roelandt2014-04-031-6/+6
* | Merge "Python3: fix a bytes/str issue"Jenkins2014-04-031-1/+1
|\ \ | |/ |/|
| * Python3: fix a bytes/str issueCyril Roelandt2014-03-241-1/+1
* | Merge "Python 3: fix test_template_utils.py"Jenkins2014-04-021-82/+101
|\ \
| * | Python 3: fix test_template_utils.pyCyril Roelandt2014-03-311-82/+101
* | | Merge "Python 3: decode bytes before feeding them to jsonutils.loads()"Jenkins2014-04-021-0/+3
|\ \ \
| * | | Python 3: decode bytes before feeding them to jsonutils.loads()Cyril Roelandt2014-03-221-0/+3
* | | | Merge "Skip timeout_mins when not specify"Jenkins2014-04-012-4/+24
|\ \ \ \
| * | | | Skip timeout_mins when not specifyThomas Herve2014-03-262-4/+24
| | |/ / | |/| |
* | | | Merge "Resolve files in resource types"Jenkins2014-03-312-4/+94
|\ \ \ \ | |/ / / |/| | |
| * | | Resolve files in resource typesThomas Herve2014-03-252-4/+94
* | | | get_file: encode non utf-8 encoding files via base64JUNJIE NAN2014-03-252-6/+79
* | | | get_file: do not read same url once againJUNJIE NAN2014-03-252-5/+26
|/ / /
* | | Do not use the '+' operation with dict_items()Cyril Roelandt2014-03-241-1/+1
| |/ |/|
* | Merge "Output warnings for deprecated commands"Jenkins2014-03-241-0/+9
|\ \
| * | Output warnings for deprecated commandsSteven Hardy2014-03-191-0/+9
* | | Merge "Using common methods from oslo cliutils"Jenkins2014-03-244-47/+354
|\ \ \