]> review.fuel-infra Code Review - openstack-build/heat-build.git/shortlog
openstack-build/heat-build.git
2012-07-11 Zane BitterRaise the correct error when a stack is not found
2012-07-11 Zane BitterAccess Resource metadata through the new attribute
2012-07-11 Zane BitterAdd a helper class for metadata
2012-07-11 Zane BitterAdd unit tests for metadata read/write in heat-engine API
2012-07-11 Zane BitterAvoid unneccesary template parsing
2012-07-11 Zane BitterAllow partial template parsing
2012-07-11 Zane BitterRename resource_id to resource_name in metadata API
2012-07-11 Zane BitterReport errors from nested stacks
2012-07-11 Zane BitterSpeed up engine manager unit tests
2012-07-11 JenkinsMerge "Add DB refresh/expire on specific parameters"
2012-07-11 JenkinsMerge "Allow Status(Reason) access through Stack/Resour...
2012-07-10 Steven Hardyheat cli : Align resource-list-details usage with other...
2012-07-09 Steven Hardyheat API: bugfix to XMLResponseSerializer
2012-07-09 Steven Hardyheat engine: raise appropriate error on bad stack name
2012-07-06 Zane BitterAdd DB refresh/expire on specific parameters
2012-07-06 Zane BitterAllow Status(Reason) access through Stack/Resource...
2012-07-06 Zane BitterRename test_resources to test_instance
2012-07-06 Steven Hardyheat API : Return auth errors in AWS format
2012-07-06 Steven Hardyheat : heat-boto remove boto.cfg reading
2012-07-06 Zane BitterSeparate out formatting for Engine API from manager
2012-07-06 Zane BitterAdd new assertions about event unit tests
2012-07-06 Angus SalkeldAdd basic autoscaling.
2012-07-06 Angus SalkeldAdd NovaSchedulerHints and correct the implementation...
2012-07-05 Steven Hardyheat tools : openstack script don't create duplicate...
2012-07-05 Steven Hardyheat tools : openstack script add restart option
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
next