]> review.fuel-infra Code Review - openstack-build/heat-build.git/shortlog
openstack-build/heat-build.git
2012-07-05 Steven Hardyheat tools : whitespace cleanup in tools/openstack
2012-07-05 Steven Hardyheat tests : Add missing headers to tests
2012-07-05 Steven Hardyheat API : cleanup docstrings
2012-07-05 JenkinsMerge "Add more unit tests for the engine API"
2012-07-05 JenkinsMerge "Pass Tags into scheduler_hints"
2012-07-05 Angus SalkeldAdd monitoring to the loadbalancer
2012-07-05 JenkinsMerge "heat tools : heat-db-drop prompt for missing...
2012-07-05 Angus SalkeldAdd an OpenShift template.
2012-07-05 Angus SalkeldPass Tags into scheduler_hints
2012-07-05 Steven Hardyheat tools : heat-db-drop prompt for missing password
2012-07-05 Steven Hardyheat API : Convert API to use HeatAPIException subclasses
2012-07-04 Steven Hardyheat API : Implement API specific exceptions
2012-07-04 Steven Hardyheat : add heat-boto test client
2012-07-04 Zane BitterAdd more unit tests for the engine API
2012-07-04 Zane BitterStore the context in the resources
2012-07-04 Zane BitterAdd Metadata to detailed Resource output
2012-07-04 Zane BitterUse a consistent stack ID
2012-07-04 Zane BitterMake Stacks the owners of their own DB representation
2012-07-04 Zane BitterDon't store the metadata server address in the Stack
2012-07-04 Zane BitterDelete user creds from DB when no longer required
2012-07-04 Zane BitterRemove parsed template from database
2012-07-04 Zane BitterMake LoadBalancer a subclass of a nested stack
2012-07-04 Zane BitterUse unittest assert*() methods instead of assert keyword
2012-07-04 Andrew HutchingsSwitch .gitreview to use OpenStack
2012-07-03 Angus SalkeldAdd the loadbalancer resource.
2012-07-03 Angus SalkeldAdd the Fn::GetAZs() intrinsic function.
2012-07-03 Angus SalkeldTeach CheckedSchema to do nested schemas
2012-07-02 JenkinsMerge "Bump to v5"
2012-07-02 Steven Hardyheat API : Add missing Response wrappers
2012-06-29 Steven Hardyheat API : Make CreateStack work with boto
2012-06-29 Zane BitterAdd unit tests for timeout extraction
2012-06-29 Steven Hardyheat API : DescribeStacks return all when no stack...
2012-06-29 Zane BitterFix typo in stack creation code
2012-06-28 Jeff PeelerChange oz rpm install to use yum
2012-06-28 JenkinsMerge changes I05dcfd9a,If938b51a,Iebd2693b
2012-06-28 Steven Hardyheat engine : Return timestamps formatted by heat_utils...
2012-06-28 Steven DakeClean up pip-requires for stackforge
2012-06-28 Steven DakeWe don't need to be installable via PIP so remove build...
2012-06-28 Zane BitterDon't go fishing in the stack for the KeyName
2012-06-28 Zane BitterTidy up create timeout code
2012-06-28 Zane BitterGet rid of _wrap_db_error()
2012-06-27 Ian MainBump to v5
2012-06-27 Angus SalkeldStore the user parameters in the stack table
2012-06-26 JenkinsMerge "Do not remove qpid-cpp-server as it is part...
2012-06-26 Steven Hardyheat GettingStarted guide, add oz install instructions
2012-06-26 Angus SalkeldAdd nested templates that implement a simple proxy...
2012-06-26 Angus SalkeldPass the stack_id into the resource_metadata_update
2012-06-26 Steven DakeDo not remove qpid-cpp-server as it is part of openstac...
2012-06-26 Ian MainFew small fixes for getting started.
2012-06-25 Jeff PeelerRemove --root=/ in install script
2012-06-25 Jeff PeelerAdd keystone create script for devstack
2012-06-25 Steven Hardyheat API : Align DescribeStacks response with AWS docs
2012-06-25 Steven Hardyheat API : Escape JSON TemplateBody XML serialization
2012-06-24 JenkinsMerge "Add uninstall script for Heat"
2012-06-24 JenkinsMerge "Fix path to cloudinit directory"
2012-06-24 Jeff PeelerAdd uninstall script for Heat
2012-06-22 Ian MainFactor out authenticate method for engine.
2012-06-22 Ian MainFix metadata startup.
2012-06-22 Jeff PeelerChange install.sh to work on fresh install
2012-06-22 Zane BitterFix path to cloudinit directory
2012-06-22 JenkinsMerge "heat API : Add support for ContentType=JSON...
2012-06-22 Angus SalkeldIgnore the unimplemented properties of IAM::User
2012-06-22 Angus SalkeldDon't use json.dumps() on the output of get_template
2012-06-22 Angus SalkeldFix EIP template.
2012-06-21 Steven DakeRemove service name from nova() def
2012-06-21 Steven Hardyheat API : Add support for ContentType=JSON query parameter
2012-06-21 Zane BitterFix Stack initialisation
2012-06-21 Steven Hardyheat templates : Cleanup README and template whitespace
2012-06-21 Angus SalkeldFix the wait condition's reading of the metadata.
2012-06-21 Angus SalkeldFix a typo (from the commit to use state instead of...
2012-06-21 Angus SalkeldUse the correct resource name
2012-06-20 Tomas SedovicMake the describe-resource API calls user-aware
2012-06-20 JenkinsMerge "Don't remove resources from the DB during HA...
2012-06-20 Angus SalkeldDB: add stack status & reason, resource metadata
2012-06-20 Angus SalkeldUse the resource.state_description
2012-06-20 Zane BitterDon't remove resources from the DB during HA restart
2012-06-20 Angus SalkeldMake the saving cfn-signaling more reliable
2012-06-20 Angus SalkeldRemove duplicate setup_logging()
2012-06-20 Angus SalkeldWork around keystone strangeness (error deleting user)
2012-06-19 Angus SalkeldFix db exception description
2012-06-19 Angus SalkeldFix the metadata rpc functions
2012-06-18 JenkinsMerge "heat API : Align response StackId with AWS spec"
2012-06-18 Steven Hardyheat API : Align response StackId with AWS spec
2012-06-18 Ian MainAdd more per-user stack support (2).
2012-06-18 JenkinsMerge "Add execute bits to executable scripts manage...
2012-06-18 Zane BitterAdd example templates for nested stacks
2012-06-18 Steven DakeAdd execute bits to executable scripts manage.py and...
2012-06-18 JenkinsMerge "Add manpage for heat-metadata"
2012-06-18 Zane BitterFix DB calls in Resource API
2012-06-18 Tomas SedovicAdd describe resource API calls
2012-06-18 Steven Hardyheat api/engine : Reworked approach to aligning with...
2012-06-18 Steven Hardyheat API : Align time format with AWS spec
2012-06-18 Angus SalkeldLengthen the timeout of the WaitCondition in the HA...
2012-06-18 Angus SalkeldChange create_watch_data from POST to PUT
2012-06-18 Angus SalkeldGet the context from the db not the context of the...
2012-06-17 Zane BitterImplement Nested Stacks
2012-06-17 Zane BitterMove parsing of parameters out of template parser
2012-06-17 Zane BitterGet stacks from the DB by either name or id
2012-06-15 JenkinsMerge "Fix latest DB migration script"
2012-06-15 Steven DakeLock to pep 1.1
next