]> review.fuel-infra Code Review - openstack-build/heat-build.git/shortlog
openstack-build/heat-build.git
2013-08-13 Luis A. GarciaRevert "Add missing _ imports to allow doc generation"
2013-08-13 JenkinsMerge "Introduce new resource_data_delete db api"
2013-08-12 JenkinsMerge "ReST API: Add an API for retrieving resource...
2013-08-12 Thomas HerveIntroduce new resource_data_delete db api
2013-08-12 JenkinsMerge "Fail fast if Resource action methods are missing"
2013-08-12 JenkinsMerge "Get rid of unused greenlet things in test_resource"
2013-08-12 JenkinsMerge "Resolve LaunchConfig references"
2013-08-12 JenkinsMerge "Initial input for HOT template guide and spec"
2013-08-12 JenkinsMerge "Don't raise ResourceFailure directly in Instance"
2013-08-12 JenkinsMerge "Enable multi-cloud standalone mode"
2013-08-12 Angus SalkeldResolve LaunchConfig references
2013-08-12 Alexander GordeevGet rid of unused greenlet things in test_resource
2013-08-12 Zane BitterFail fast if Resource action methods are missing
2013-08-12 Zane BitterDon't raise ResourceFailure directly in Instance
2013-08-12 Zane BitterReST API: Add an API for retrieving resource schemata
2013-08-12 Zane BitterRPC: Add an RPC call to get a resource type schema
2013-08-12 Zane BitterRPC Client: Add missing unit tests
2013-08-12 JenkinsMerge "Port policy from oslo and refactor heat policy"
2013-08-12 guohliuPort policy from oslo and refactor heat policy
2013-08-12 Ben NemecEnable multi-cloud standalone mode
2013-08-12 JenkinsMerge "Fix problem creating ResourceFailure"
2013-08-11 JenkinsMerge "Tidy up RPC API definitions"
2013-08-11 JenkinsMerge "Define a Schema format for properties"
2013-08-11 Ben NemecFix problem creating ResourceFailure
2013-08-09 JenkinsMerge "Tolerance for modified ceilometer alarm notifica...
2013-08-09 Zane BitterTidy up RPC API definitions
2013-08-09 Zane BitterDefine a Schema format for properties
2013-08-09 Liang ChenRemove meaningless property set in models.HeatBase
2013-08-09 Eoghan GlynnTolerance for modified ceilometer alarm notification
2013-08-09 JenkinsMerge "Use openstack rpc functions to generate _Remote...
2013-08-09 JenkinsMerge "HOT parameter validator part"
2013-08-09 Thomas SpatzierInitial input for HOT template guide and spec
2013-08-09 JenkinsMerge "Implement neutron pool resource"
2013-08-09 JenkinsMerge "Implement neutron health monitor resource"
2013-08-09 JenkinsMerge "db: Remove deprecated assert_unicode attribute"
2013-08-09 JenkinsMerge "Add unittests for faultwrap middleware"
2013-08-09 JenkinsMerge "Remove unnecessary individual import tests.utils.X"
2013-08-09 Liang ChenRemove unnecessary individual import tests.utils.X
2013-08-08 JenkinsMerge "Updated from global requirements"
2013-08-08 JenkinsMerge "Refactor compute resources to use nova_utils"
2013-08-08 JenkinsMerge "Remove raw_template_get_all from db api"
2013-08-08 JenkinsMerge "Provide a way to clean up soft deleted data"
2013-08-08 JenkinsMerge "Enable stack soft delete for event persistence"
2013-08-08 JenkinsMerge "Exclude heat-cfn, heat-watch from pep8"
2013-08-08 Liang ChenRemove raw_template_get_all from db api
2013-08-08 Liang ChenProvide a way to clean up soft deleted data
2013-08-08 Liang ChenEnable stack soft delete for event persistence
2013-08-08 Thomas HerveImplement neutron pool resource
2013-08-08 Thomas HerveImplement neutron health monitor resource
2013-08-08 Chuck Shortdb: Remove deprecated assert_unicode attribute
2013-08-08 Liang ChenRefactor some tests for stack soft-delete
2013-08-08 Jianing YANGAdd unittests for faultwrap middleware
2013-08-08 Jianing YANGUse openstack rpc functions to generate _Remote exceptions
2013-08-08 JenkinsMerge "Provide a way to clean up testing database"
2013-08-08 JenkinsMerge "Refactor InstanceGroup to use a nested stack"
2013-08-08 JenkinsMerge "Add missing _ imports to allow doc generation"
2013-08-08 JenkinsMerge "Fix H231 Python 3.x incompatible 'except x,y:'"
2013-08-08 JenkinsMerge "Fix H501 Do not use locals() for string formatting"
2013-08-08 JenkinsMerge "Implement an "Action in progress" error."
2013-08-08 Steve BakerExclude heat-cfn, heat-watch from pep8
2013-08-08 Steve BakerFix H231 Python 3.x incompatible 'except x,y:'
2013-08-08 Steve BakerFix H501 Do not use locals() for string formatting
2013-08-08 Liang ChenProvide a way to clean up testing database
2013-08-07 Steve BakerAdd missing _ imports to allow doc generation
2013-08-07 Randall BurtRefactor compute resources to use nova_utils
2013-08-07 Monty TaylorUpdated from global requirements
2013-08-07 JenkinsMerge "Refactor useful nova functions for re-use."
2013-08-07 Jason DunsmoreImplement an "Action in progress" error.
2013-08-07 Jason DunsmoreDon't cache data from the API that could change.
2013-08-07 JenkinsMerge "Rename Quantum to Neutron"
2013-08-07 JenkinsMerge "Add help option to Config Settings"
2013-08-07 JenkinsMerge "Fix test cases pass dict schema directly as...
2013-08-07 JenkinsMerge "DB models and migration scripts for soft delete"
2013-08-07 Angus SalkeldStop copying UUIDStub, put it into tests.utils
2013-08-07 JUN JIE NANHOT parameter validator part
2013-08-07 JUN JIE NANFix test cases pass dict schema directly as parameter...
2013-08-07 Steven DakeRename Quantum to Neutron
2013-08-07 JenkinsMerge "Don't assign "error" variable twice."
2013-08-07 JenkinsMerge "Add the enabled property to the ceilometer alarm."
2013-08-07 JenkinsMerge "Returns text error when instance validation...
2013-08-07 Angus SalkeldAdd the enabled property to the ceilometer alarm.
2013-08-06 Randall BurtRefactor useful nova functions for re-use.
2013-08-06 Christopher... Refactor InstanceGroup to use a nested stack
2013-08-06 Liang ChenDB models and migration scripts for soft delete
2013-08-06 Jianing YANGReturns text error when instance validation fails
2013-08-06 JenkinsMerge "Fix test cases pass dict as template object...
2013-08-06 Clint ByrumAdd Babel missing requirement
2013-08-06 JUN JIE NANFix test cases pass dict as template object directly.
2013-08-06 JenkinsMerge "Rename: VALUES to ALLOWED_VALUES, PATTERN to...
2013-08-06 JenkinsMerge "Change token name from context."
2013-08-05 JenkinsMerge "Small tweaks to recreation of remote errors"
2013-08-05 JenkinsMerge "Revert "Replace part_handler.py with write-files...
2013-08-05 Jason DunsmoreDon't assign "error" variable twice.
2013-08-05 JenkinsMerge "Include the resource and action in ResourceFailu...
2013-08-05 JenkinsMerge "Unit tests: Don't raise ResourceFailure directly"
2013-08-05 JenkinsMerge "unit tests: Add a handle_delete method to Generi...
2013-08-05 Andrew PlunkChange token name from context.
2013-08-05 Steven DakeRevert "Replace part_handler.py with write-files cloudi...
2013-08-05 JenkinsMerge "Rackspace: Don't raise ResourceFailure exceptions"
2013-08-05 JenkinsMerge "Resource: Clean up exception handling and error...
next