summaryrefslogtreecommitdiff
path: root/heatclient
Commit message (Expand)AuthorAgeFilesLines
* Support --version for heatclientZhiQiang Fan2013-09-042-19/+10
* Merge "Be backward compatible after a renaming in API"Jenkins2013-09-041-3/+13
|\
| * Be backward compatible after a renaming in APISwann Croiset2013-08-291-3/+13
* | Merge "Fix and enable Hacking H501 warning"Jenkins2013-09-041-2/+4
|\ \
| * | Fix and enable Hacking H501 warningDirk Mueller2013-09-021-2/+4
| |/
* | Added support for running the tests under PyPy with toxAlex Gaynor2013-09-031-3/+3
|/
* Merge "Add X-Region-Name parameter in HTTP request"Jenkins2013-08-272-0/+27
|\
| * Add X-Region-Name parameter in HTTP requestNachi Ueno2013-08-222-0/+27
* | Rename event logical_resource_id to resource_nameSwann Croiset2013-08-261-2/+2
* | Merge "Do not obscure Unauthorized error messages"Jenkins2013-08-252-7/+5
|\ \ | |/ |/|
| * Do not obscure Unauthorized error messagesSteve Baker2013-08-212-7/+5
* | Apply OS_REGION_NAME for endpoint selectionNachi Ueno2013-08-221-0/+9
* | Merge "Generate a template from a resource"Jenkins2013-08-134-1/+44
|\ \
| * | Generate a template from a resourceAndrew Plunk2013-08-074-1/+44
| |/
* | Fix heat event list sorted order incorrectJUN JIE NAN2013-08-082-3/+6
|/
* Remove unused Stack data method0.2.4Steve Baker2013-08-071-3/+0
* Do not paginate stack list unless page_size is setSteve Baker2013-08-074-12/+234
* Custom Stack get method to avoid lookup redirectsSteve Baker2013-08-072-0/+16
* Fix Stack instance delete methodSteve Baker2013-08-072-1/+11
* Sync with global requirementsMonty Taylor2013-08-053-0/+39
* Implement Stack status and action propertiesSteve Baker2013-08-022-0/+57
* Merge "Parse error object (in json format) returned by heat-api"Jenkins2013-07-304-0/+167
|\
| * Parse error object (in json format) returned by heat-apiJianing YANG2013-07-264-0/+167
* | Merge "Set credentials headers if there is no auth token."Jenkins2013-07-222-4/+58
|\ \
| * | Set credentials headers if there is no auth token.Steve Baker2013-07-192-4/+58
* | | Merge "Validate heat url is supplied for --os-no-client-auth."Jenkins2013-07-221-1/+6
|\ \ \ | |/ / | | / | |/ |/|
| * Validate heat url is supplied for --os-no-client-auth.Steve Baker2013-07-191-1/+6
* | Display yaml format for stack deployed via hot templateJUN JIE NAN2013-07-162-1/+57
|/
* Merge "Only set X-Auth-User, X-Auth-Key on stack create/update."Jenkins2013-07-164-16/+26
|\
| * Only set X-Auth-User, X-Auth-Key on stack create/update.Steve Baker2013-07-054-16/+26
* | Make the parameter checking consistent.Angus Salkeld2013-07-165-14/+52
* | Fix "heat validate" (add needed environment option)Angus Salkeld2013-07-081-0/+2
|/
* Merge "Format resource required_by in resource-show."Jenkins2013-07-033-0/+11
|\
| * Format resource required_by in resource-show.Steve Baker2013-07-043-0/+11
* | Merge "Unit tests for pretty table special formatters."Jenkins2013-07-033-19/+53
|\ \ | |/
| * Unit tests for pretty table special formatters.Steve Baker2013-07-043-19/+53
* | Add support for suspend/resume actionsSteven Hardy2013-07-033-0/+77
|/
* Upload provider templates referenced in the environment.Angus Salkeld2013-06-292-9/+130
* Fix all but H302 hacking rules.Angus Salkeld2013-06-276-17/+14
* Fix all the pep8 E* and F* errors.Angus Salkeld2013-06-279-108/+114
* Fix various smaller pep8 issuesDirk Mueller2013-06-204-25/+18
* Stop passing path to VerifiedHTTPSConnectionBryan D. Payne2013-06-132-11/+11
* Merge "Use Python 3.x compatible except: construct"Jenkins2013-06-111-1/+1
|\
| * Use Python 3.x compatible except: constructDirk Mueller2013-06-071-1/+1
* | Merge "Add support for environment files"Jenkins2013-06-071-0/+19
|\ \ | |/ |/|
| * Add support for environment filesAngus Salkeld2013-05-311-0/+19
* | Merge "Migrate to testr from nose."Jenkins2013-06-031-31/+23
|\ \
| * | Migrate to testr from nose.Angus Salkeld2013-05-311-31/+23
| |/
* | Fixes text split for parametersSulochan Acharya2013-05-314-3/+37
|/
* Migrate test base classes to testtools.Monty Taylor2013-05-253-80/+66