]> review.fuel-infra Code Review - openstack-build/heat-build.git/shortlog
openstack-build/heat-build.git
2012-11-16 Zane BitterReST API: Add a convenience redirect for resources
2012-11-16 Zane BitterReST API: Add API for Resources
2012-11-16 Zane BitterRPC API: Include less detail in resource list
2012-11-16 Zane BitterRefactor unit tests for ReST API
2012-11-16 Zane BitterReST API: Move remote error handler to utils module
2012-11-15 Zane BitterRPC API: Return a resource identifier
2012-11-15 Zane BitterAdd identifiers for resources
2012-11-15 Zane BitterReST API: Refactor routes
2012-11-15 Steven Hardyheat engine : remove now-unused metadata rpc calls
2012-11-15 Steven Hardyheat workaround for HA/Autoscaling regression
2012-11-15 Steven Hardyheat dbapi rename stack_get_by_tenant
2012-11-14 JenkinsMerge "Allow stack.owner_id to store a uuid."
2012-11-14 Steve BakerAllow stack.owner_id to store a uuid.
2012-11-14 Zane BitterReST API: Split utilities into a separate module
2012-11-14 Zane BitterActually validate properties of resources
2012-11-14 Zane BitterGetting Started: Fix formatting errors
2012-11-14 Steven Hardyheat templates : align autoscaling alarm descriptions...
2012-11-14 Steven Hardyheat engine : create boto config via instance userdata
2012-11-14 Steven Hardyheat engine : append watch server url to instance userdata
2012-11-14 Zane BitterDon't use OpenStack plugin in tox
2012-11-14 Steve BakerAlways filter by tenant_id in stack_get_by_name.
2012-11-13 Steve BakerAlign pip-requires versions with nova
2012-11-13 Steven Hardyheat align openstack/common with latest oslo-incubator
2012-11-13 Steve BakerModify identify_stack to check for uuid.
2012-11-12 Steven Hardyheat engine : Don't wait() for killed greenthreads
2012-11-11 Steve BakerPass a Stack entity to Stack.load().
2012-11-09 JenkinsMerge "Switch to UUID for the Stack primary key."
2012-11-09 Steve BakerSwitch to UUID for the Stack primary key.
2012-11-08 Steve BakerAdd a list_stacks RPC call.
2012-11-08 Steve BakerRename instance_id to resource_id.
2012-11-08 Steve BakerMove client connection out of resources.py.
2012-11-08 Steve BakerFix FnGetAtt id test
2012-11-07 JenkinsMerge "Fix cloud-init runcmd to be exec friendly"
2012-11-07 Jeff PeelerFix cloud-init runcmd to be exec friendly
2012-11-07 Steve BakerReplace KeyStoneCreds params with X-Auth headers.
2012-11-06 JenkinsMerge "A template which associates an instance with...
2012-11-06 JenkinsMerge "Type is now mandatory. Boolean now exists."
2012-11-06 JenkinsMerge "Make Boolean property a bool type. Since json...
2012-11-06 JenkinsMerge "Quantum template to demonstrate floatingip."
2012-11-06 JenkinsMerge "Cleanup runcmd to exit 0 and not use 'type'"
2012-11-06 Steve BakerQuantum template to demonstrate floatingip.
2012-11-06 Steve BakerMake Boolean property a bool type.
2012-11-05 Steve BakerA template which associates an instance with a Quantum...
2012-11-05 Steve BakerType is now mandatory. Boolean now exists.
2012-11-05 Zane BitterHandle list properties that do not contain objects
2012-11-05 Zane BitterRemove the CheckedDict class
2012-11-05 Zane BitterUse new Parameters class in unit test
2012-11-05 Zane BitterGet rid of Resource.calculate_properties()
2012-11-05 Zane BitterAdd a Properties implementation with lazy loading
2012-11-05 Zane BitterAvoid modifying the Properties of a Load Balancer
2012-11-05 Zane BitterFix schemata errors for properties
2012-11-05 Steve BakerAdd a set of native quantum resource types.
2012-11-05 Steve BakerRecursively replace all : with . in Output keys.
2012-11-04 JenkinsMerge "Rename heat client to heat-cfn."
2012-11-04 Steve BakerRename heat client to heat-cfn.
2012-11-04 Steve BakerUpdate openstack-common, add network_utils.
2012-11-02 Angus SalkeldUse openstack-common service.py
2012-11-02 JenkinsMerge "Add service.py from openstack-common"
2012-11-02 JenkinsMerge "Update openstack-common"
2012-11-02 Steven Hardyheat templates : Align AutoScaling template with cfntools
2012-11-02 Angus SalkeldAdd service.py from openstack-common
2012-11-01 Angus SalkeldUpdate openstack-common
2012-10-31 Zane BitterImplement NoEcho for parameters
2012-10-31 Zane BitterUse new Parameters class for validation
2012-10-31 Zane BitterSeparate Parameters implementation from Properties
2012-10-31 Zane BitterClean up hacks for parameter passing in unit tests
2012-10-31 Zane BitterPut the Template class in its own file
2012-10-31 Steven Hardyheat-keystone-setup : fix error on folsom first-install
2012-10-26 Steven Hardyheat engine : add heat_waitcondition_server_url
2012-10-26 Steven Hardyheat metadata : Remove all non-waitcondition related...
2012-10-26 Steven Hardyheat metadata : remove metadata_url logic
2012-10-26 JenkinsMerge "Format stack_identity as id *and* links."
2012-10-25 Steve BakerFormat stack_identity as id *and* links.
2012-10-25 Zane BitterMove resources into a separate sub-package
2012-10-25 Zane BitterMove Timestamp code to separate file
2012-10-25 Steven Hardyheat-keystone-setup : change role to heat_stack_user
2012-10-25 Steven Hardyheat engine : add template-defined users to keystone...
2012-10-25 Steven Hardyheat engine : Allow instance users to view their own...
2012-10-25 Steven Hardyheat-keystone-setup add instance role
2012-10-25 Steven Hardyheat-keystone-setup workaround keystone arg syntax
2012-10-25 Steven Hardyheat-keystone-setup workaround keystone output reordering
2012-10-23 Steven Hardyheat tests : StackBoto fix _check_*_result functions
2012-10-23 Steven Hardyheat tests : refactor stackid check into utils.Stack
2012-10-23 Steven Hardyheat tests : fix CFN_API_Actions test fix state reason
2012-10-23 Steven Hardyheat tests : fix CFN_API_Actions test stackid regex
2012-10-23 Steven Hardyheat engine : kill running greenthreads on stack_delete
2012-10-23 Steven Hardyheat engine : Store all resource states to DB
2012-10-23 Zane BitterBump version to v8
2012-10-22 Steven Hardyheat engine : Make Resource::swift handle auth_token
2012-10-22 Jeff PeelerCleanup runcmd to exit 0 and not use 'type'
2012-10-22 Zane BitterReST API: Add a keystone endpoint
2012-10-22 Zane BitterHandle %(tenant_id)s in endpoints when updating
2012-10-22 Zane BitterChange the service user to match devstack
2012-10-22 Zane BitterPass the correct tenant for the service user
2012-10-19 JenkinsMerge "ReST API: Format output as JSON"
2012-10-19 JenkinsMerge "Start and enable libvirtd."
2012-10-19 Ian MainStart and enable libvirtd.
2012-10-19 Steven Hardyheat engine : Resource.keystone handle auth_token
2012-10-19 Steven Hardyheat engine : Rework auth.authenticate
2012-10-19 Steven Hardyheat engine : remove unused EC2 style auth from engine
next