summaryrefslogtreecommitdiff
path: root/heat/api/cloudwatch
Commit message (Expand)AuthorAgeFilesLines
* Get rid of gratuitous use of six.iterkeys()Zane Bitter2016-06-071-3/+3
* Using LOG.warning replace LOG.warnLiuNanke2015-12-291-1/+1
* Fix [H405] pep rule in heat/apiPeter Razumovsky2015-09-241-3/+1
* Remove identical modules versions.pyPeter Razumovsky2015-06-162-53/+1
* Merge "Update urllib/httplib/cStringIO to use six.moves"Jenkins2015-04-241-3/+2
|\
| * Update urllib/httplib/cStringIO to use six.movesSirushti Murugesan2015-04-231-3/+2
* | Use six.iterkeys(x) instead of x.keys()Tetiana Lashchova2015-04-231-2/+2
|/
* Convert all non-test imports of json to jsonutilsAngus Salkeld2015-03-041-2/+2
* Make import of oslo libraries namespacelessJens Rosenboom2015-02-181-1/+1
* Move logging to use oslo_log librarySteven Hardy2015-02-171-1/+1
* Always import heat.rpc.api as rpc_apiJason Dunsmore2014-12-011-36/+35
* Fix [H302] errors in heat/apiPeter Razumovsky2014-11-171-5/+5
* Update api docstrings to match guidelinesZiad Sawalha2014-10-152-59/+31
* Remove deprecated function i18n.install('heat')Ethan Lynn2014-10-131-6/+0
* Log translation hint for Heat.apiliu-sheng2014-09-101-2/+4
* Switch heat api to oslo i18nEthan Lynn2014-09-022-3/+6
* replace dict.iteritems() with six.iteritems(dict)Christian Berendt2014-08-061-1/+2
* Use None instead of mutables in method params defaultsliu-sheng2014-07-021-1/+2
* Port to oslo.messagingThomas Herve2014-06-261-5/+6
* Replacing variable logger on LOGSergey Kraynev2014-05-271-7/+7
* debug level logs should not be translatedChristian Berendt2014-05-141-2/+2
* Remove unused loggerSergey Kraynev2014-04-251-2/+0
* Merge "Make the first line of every file consistent."Jenkins2014-04-083-3/+0
|\
| * Make the first line of every file consistent.Jason Dunsmore2014-03-043-3/+0
* | Merge "Order imports in alphabetical order (2/9)"Jenkins2014-03-132-17/+11
|\ \ | |/ |/|
| * Order imports in alphabetical order (2/9)Pavlo Shchelokovskyy2014-02-192-17/+11
* | Remove vim header from files.Jason Dunsmore2014-03-043-3/+0
* | Tidy up rpc_client definitionsSteven Dake2014-02-241-7/+7
|/
* Fix unused variables 2/2: enable unused var checkJUN JIE NAN2014-01-081-10/+1
* Clean up "target" interface to policySteven Hardy2013-11-251-1/+1
* Add _() to fix i18N compliance (part 1)chenxiao2013-11-151-4/+6
* Wrap api exceptions in _()Angus Salkeld2013-10-181-8/+10
* Add the AutoScalingGroupName to the server TagsAngus Salkeld2013-08-011-9/+0
* install "_" via gettextutilsLiang Chen2013-06-301-2/+3
* Update the oslo code before importing a new moduleAngus Salkeld2013-05-271-2/+3
* Fix PEP H402 "one line docstring needs punctuation."Angus Salkeld2013-05-201-1/+1
* Remove duplicate Mapper() constructorAngus Salkeld2013-02-271-2/+0
* heat api : Add policy.json authorization to cloudwatch APISteven Hardy2013-02-071-0/+31
* heat cleanups to align with pep8 1.3.4Steven Hardy2012-12-202-30/+32
* Use module names as logger namesZane Bitter2012-11-301-1/+1
* Create a new heat.rpc packageZane Bitter2012-11-301-3/+3
* Merge "WatchRule refer to stack by id not name"Jenkins2012-11-191-4/+4
|\
| * WatchRule refer to stack by id not nameSteven Hardy2012-11-191-4/+4
* | Remove unused statements/local assignmentsAngus Salkeld2012-11-201-3/+3
|/
* Remove unused importsAngus Salkeld2012-11-192-15/+0
* Allow separate versioning of each APIZane Bitter2012-09-272-0/+67
* heat API : Implement initial CloudWatch APISteven Hardy2012-08-312-0/+415