]> review.fuel-infra Code Review - openstack-build/heat-build.git/shortlog
openstack-build/heat-build.git
2012-12-07 Zane BitterGet rid of leftover heat-jeos code in utils
2012-12-07 Zane BitterGet rid of pointless cloudformation.py file
2012-12-07 Zane BitterGet rid of the cfn_helper tests
2012-12-07 Zane BitterEnable VPC unit tests
2012-12-07 Zane BitterEnable Quantum unit tests
2012-12-07 Zane BitterGet rid of naked except: clauses
2012-12-07 Steven Hardyheat : Update getting started wiki links
2012-12-07 Steven Hardyheat : Clarify openstack versions for Fedora releases
2012-12-07 Steven Hardyheat : Update repositiory in getting started guide
2012-12-07 JenkinsMerge "Add version.py from openstack-common"
2012-12-07 Jeff PeelerAdd version.py from openstack-common
2012-12-06 JenkinsMerge "Update openstack-common"
2012-12-06 JenkinsMerge "Do not wrap exceptions during quantum resource...
2012-12-06 Steve BakerDo not wrap exceptions during quantum resource delete
2012-12-06 Jeff PeelerUpdate openstack-common
2012-12-06 Zane BitterUse common implementation for fetching templates
2012-12-06 Zane BitterAdd a common implementation for fetching a URL
2012-12-06 Zane BitterPass string to template_format.parse()
2012-12-06 Steve BakerResource.__eq__ allow resources in different stacks
2012-12-05 Zane BitterFix importing of quantum resources subpackage
2012-12-05 Steve BakerDo the same install_requires as other projects
2012-12-05 Steve BakerInstall extras during pip install; fixes devstack
2012-12-03 JenkinsMerge "heat getting started, add pip install extras"
2012-12-03 JenkinsMerge "heat remove unused config options"
2012-12-03 Steven Hardyheat remove unused config options
2012-12-03 Steven Hardyheat getting started, add pip install extras
2012-12-03 Steven Hardyheat engine : remove KeystoneClient get_user_by_name
2012-12-03 Steven Hardyheat engine : Rework AccessKey to avoid keystone user...
2012-12-03 JenkinsMerge "Make sure heat uses its own control_exchange"
2012-12-03 Steve BakerMake sure heat uses its own control_exchange
2012-12-03 Steve BakerMake default encryption key long enough for unit tests
2012-12-02 JenkinsMerge "Update the README with more current links"
2012-12-02 Angus SalkeldUpdate the README with more current links
2012-12-02 Steve BakerAdd VPC resource implementation
2012-12-02 Jeremy StanleyUpdate .gitreview for org move.
2012-11-30 Zane BitterUse pkgutil to load cloudinit data
2012-11-30 Zane BitterUse module names as logger names
2012-11-30 Zane BitterAdd a plugin directory for Resources
2012-11-30 Zane BitterAutomatically register engine options
2012-11-30 Zane BitterMove db crypto code out of the engine
2012-11-30 Zane BitterCreate a new heat.rpc package
2012-11-30 Zane BitterMove template-format parsing code into common
2012-11-30 Zane BitterMove the identifier module into heat.common
2012-11-30 Zane BitterRemove gen(erate)_uuid from heat.common.utils
2012-11-30 Zane BitterRemove is_uuid() from HeatIdentifier class
2012-11-30 Zane BitterUse uuidutils from openstack-common
2012-11-30 Zane BitterAdd uuidutils from openstack-common
2012-11-30 Zane BitterUpdate openstack-common
2012-11-30 Steven HardyRemove heat-metadata service
2012-11-29 JenkinsMerge "heat engine : Convert WaitConditionHandle to...
2012-11-29 JenkinsMerge "heat engine : subclass keystone client to encaps...
2012-11-29 Steven Hardyheat engine : Convert WaitConditionHandle to pre-signed...
2012-11-29 Steven Hardyheat engine : subclass keystone client to encapsulate...
2012-11-29 Zane BitterProcess engine config before initialisation
2012-11-29 Steven Hardyheat api : add waitcondition to cfn api
2012-11-29 Zane BitterAdd documentation on plugin_loader module
2012-11-28 Zane BitterLookup the class for an Instance in Autoscaling
2012-11-28 Zane BitterRefactor autoscaling Instance creation
2012-11-28 Zane BitterLoad resources dynamically
2012-11-28 Zane BitterAdd a module for dynamically loading plugins
2012-11-28 Zane BitterDistribute resource mapping to individual modules
2012-11-28 Zane BitterMove the resource module out of the resources package
2012-11-27 Steve BakerRemove YAML template trailing spaces
2012-11-27 Steve BakerConvert some existing templates to YAML format.
2012-11-27 Steve BakerFor Fn::Join join strings in resolve_static_data
2012-11-27 Steve BakerSet default empty dicts for missing sections
2012-11-26 Steve BakerDon't assume parsed JSON in REST API.
2012-11-26 JenkinsMerge "pip-requires fix boto version"
2012-11-26 Steven Hardycfn-json2yaml file-mode bugfix
2012-11-26 Steven Hardypip-requires fix boto version
2012-11-26 Steve BakerUtility to convert JSON template files to YAML
2012-11-26 Steve BakerFor tests, Parse all templates with parse_to_template
2012-11-26 Steve BakerParse all templates with format.parse_to_template
2012-11-26 Steve BakerModule for converting JSON to YAML, and parsing both
2012-11-26 Steve BakerAdd packages and versions in response to grizzly-1
2012-11-23 Jesse AndrewsHAProxy example had incorrect descriptions
2012-11-22 Zane BitterReST API: Add Events
2012-11-22 Zane BitterCFN API: Rename ID formatting method
2012-11-22 Zane BitterRPC API: Return an identifier for events
2012-11-22 Zane BitterUse the new class for database access to Events
2012-11-22 Zane BitterAdd a class to represent Events
2012-11-22 Zane BitterAdd a method for querying a resource's type
2012-11-22 Zane BitterAdd identifiers for Events
2012-11-22 Zane BitterImprove the identifier class for Resources
2012-11-21 JenkinsMerge "Get db session from the context."
2012-11-21 JenkinsMerge "Use a real context for tests."
2012-11-21 Steve BakerGet db session from the context.
2012-11-21 Steve BakerUse a real context for tests.
2012-11-21 Steven Hardyheat engine retrieve credentials every periodic task...
2012-11-21 Steven Hardyheat engine Add admin flag to dbapi stack_get
2012-11-20 Steve BakerTool to download all Amazon example templates
2012-11-19 JenkinsMerge "heat engine allow WatchRule load() from DB object"
2012-11-19 JenkinsMerge "heat engine move to per-stack periodic watch...
2012-11-19 JenkinsMerge "add watch_rule_get_all_by_stack dbapi call"
2012-11-19 JenkinsMerge "Make CloudWatchAlarm names unique per-tenant"
2012-11-19 JenkinsMerge "WatchRule refer to stack by id not name"
2012-11-19 Angus Salkeldr1 not defined
2012-11-19 Angus SalkeldRemove unused statements/local assignments
2012-11-19 Steven Hardyheat engine allow WatchRule load() from DB object
2012-11-19 Steven Hardyheat engine move to per-stack periodic watch threads
next