index
:
delta/openstack/python-heatclient.git
master
stable/2023.1
stable/kilo
stable/liberty
stable/mitaka
stable/newton
stable/ocata
stable/pike
stable/queens
stable/rocky
stable/stein
stable/train
stable/ussuri
stable/victoria
stable/wallaby
stable/xena
stable/yoga
stable/zed
opendev.org: openstack/python-heatclient.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
heatclient
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support --version for heatclient
ZhiQiang Fan
2013-09-04
2
-19
/
+10
*
Merge "Be backward compatible after a renaming in API"
Jenkins
2013-09-04
1
-3
/
+13
|
\
|
*
Be backward compatible after a renaming in API
Swann Croiset
2013-08-29
1
-3
/
+13
*
|
Merge "Fix and enable Hacking H501 warning"
Jenkins
2013-09-04
1
-2
/
+4
|
\
\
|
*
|
Fix and enable Hacking H501 warning
Dirk Mueller
2013-09-02
1
-2
/
+4
|
|
/
*
|
Added support for running the tests under PyPy with tox
Alex Gaynor
2013-09-03
1
-3
/
+3
|
/
*
Merge "Add X-Region-Name parameter in HTTP request"
Jenkins
2013-08-27
2
-0
/
+27
|
\
|
*
Add X-Region-Name parameter in HTTP request
Nachi Ueno
2013-08-22
2
-0
/
+27
*
|
Rename event logical_resource_id to resource_name
Swann Croiset
2013-08-26
1
-2
/
+2
*
|
Merge "Do not obscure Unauthorized error messages"
Jenkins
2013-08-25
2
-7
/
+5
|
\
\
|
|
/
|
/
|
|
*
Do not obscure Unauthorized error messages
Steve Baker
2013-08-21
2
-7
/
+5
*
|
Apply OS_REGION_NAME for endpoint selection
Nachi Ueno
2013-08-22
1
-0
/
+9
*
|
Merge "Generate a template from a resource"
Jenkins
2013-08-13
4
-1
/
+44
|
\
\
|
*
|
Generate a template from a resource
Andrew Plunk
2013-08-07
4
-1
/
+44
|
|
/
*
|
Fix heat event list sorted order incorrect
JUN JIE NAN
2013-08-08
2
-3
/
+6
|
/
*
Remove unused Stack data method
0.2.4
Steve Baker
2013-08-07
1
-3
/
+0
*
Do not paginate stack list unless page_size is set
Steve Baker
2013-08-07
4
-12
/
+234
*
Custom Stack get method to avoid lookup redirects
Steve Baker
2013-08-07
2
-0
/
+16
*
Fix Stack instance delete method
Steve Baker
2013-08-07
2
-1
/
+11
*
Sync with global requirements
Monty Taylor
2013-08-05
3
-0
/
+39
*
Implement Stack status and action properties
Steve Baker
2013-08-02
2
-0
/
+57
*
Merge "Parse error object (in json format) returned by heat-api"
Jenkins
2013-07-30
4
-0
/
+167
|
\
|
*
Parse error object (in json format) returned by heat-api
Jianing YANG
2013-07-26
4
-0
/
+167
*
|
Merge "Set credentials headers if there is no auth token."
Jenkins
2013-07-22
2
-4
/
+58
|
\
\
|
*
|
Set credentials headers if there is no auth token.
Steve Baker
2013-07-19
2
-4
/
+58
*
|
|
Merge "Validate heat url is supplied for --os-no-client-auth."
Jenkins
2013-07-22
1
-1
/
+6
|
\
\
\
|
|
/
/
|
|
/
|
|
/
|
/
|
|
*
Validate heat url is supplied for --os-no-client-auth.
Steve Baker
2013-07-19
1
-1
/
+6
*
|
Display yaml format for stack deployed via hot template
JUN JIE NAN
2013-07-16
2
-1
/
+57
|
/
*
Merge "Only set X-Auth-User, X-Auth-Key on stack create/update."
Jenkins
2013-07-16
4
-16
/
+26
|
\
|
*
Only set X-Auth-User, X-Auth-Key on stack create/update.
Steve Baker
2013-07-05
4
-16
/
+26
*
|
Make the parameter checking consistent.
Angus Salkeld
2013-07-16
5
-14
/
+52
*
|
Fix "heat validate" (add needed environment option)
Angus Salkeld
2013-07-08
1
-0
/
+2
|
/
*
Merge "Format resource required_by in resource-show."
Jenkins
2013-07-03
3
-0
/
+11
|
\
|
*
Format resource required_by in resource-show.
Steve Baker
2013-07-04
3
-0
/
+11
*
|
Merge "Unit tests for pretty table special formatters."
Jenkins
2013-07-03
3
-19
/
+53
|
\
\
|
|
/
|
*
Unit tests for pretty table special formatters.
Steve Baker
2013-07-04
3
-19
/
+53
*
|
Add support for suspend/resume actions
Steven Hardy
2013-07-03
3
-0
/
+77
|
/
*
Upload provider templates referenced in the environment.
Angus Salkeld
2013-06-29
2
-9
/
+130
*
Fix all but H302 hacking rules.
Angus Salkeld
2013-06-27
6
-17
/
+14
*
Fix all the pep8 E* and F* errors.
Angus Salkeld
2013-06-27
9
-108
/
+114
*
Fix various smaller pep8 issues
Dirk Mueller
2013-06-20
4
-25
/
+18
*
Stop passing path to VerifiedHTTPSConnection
Bryan D. Payne
2013-06-13
2
-11
/
+11
*
Merge "Use Python 3.x compatible except: construct"
Jenkins
2013-06-11
1
-1
/
+1
|
\
|
*
Use Python 3.x compatible except: construct
Dirk Mueller
2013-06-07
1
-1
/
+1
*
|
Merge "Add support for environment files"
Jenkins
2013-06-07
1
-0
/
+19
|
\
\
|
|
/
|
/
|
|
*
Add support for environment files
Angus Salkeld
2013-05-31
1
-0
/
+19
*
|
Merge "Migrate to testr from nose."
Jenkins
2013-06-03
1
-31
/
+23
|
\
\
|
*
|
Migrate to testr from nose.
Angus Salkeld
2013-05-31
1
-31
/
+23
|
|
/
*
|
Fixes text split for parameters
Sulochan Acharya
2013-05-31
4
-3
/
+37
|
/
*
Migrate test base classes to testtools.
Monty Taylor
2013-05-25
3
-80
/
+66
[next]