]> review.fuel-infra Code Review - openstack-build/heat-build.git/shortlog
openstack-build/heat-build.git
2012-05-16 Steven Hardyheat client : reduce duplication between functions
2012-05-16 Steven HardyAPI and heat-cli rework to align with AWS CloudFormatio...
2012-05-15 Zane BitterReport errors when resource creation fails
2012-05-15 Zane BitterModify command names for consistency
2012-05-14 Chris AlfonsoUpdated the version to 4
2012-05-14 Zane BitterMake 'heat help' show a list of commands
2012-05-14 Zane BitterAllow the Getting Started script to run non-interactively
2012-05-14 Chris AlfonsoFix pep8 errors
2012-05-14 Tomas SedovicSet cfn-hup to send events to the metadata server
2012-05-14 Angus SalkeldSlim down the getting_started template.
2012-05-14 Angus SalkeldCheck for the presence of Metadat before trying to...
2012-05-11 Jeff PeelerAdd status argument that shows service status for all...
2012-05-11 Steven DakeKill some pep8 errors in test_stacks.py
2012-05-11 Steven DakeKill some pep8 errors in engine directory
2012-05-11 Steven DakeKill few pep8 errors
2012-05-11 Steven DakeProperly test ref valid against proper input
2012-05-11 Steven DakeUse manager to test ref validation
2012-05-11 Steven DakeAdd test cases to test valid and invalid keys in FindInMap
2012-05-11 Ian MainList stacks tests
2012-05-11 Ian MainMove list_events into the class.
2012-05-11 Ian MainFactor out a start_wordpress_stack()
2012-05-11 Ian MainAdd event_list test.
2012-05-11 Zane BitterAdd uninstall script
2012-05-11 Zane BitterAdd Getting Started guide to repo
2012-05-11 Zane BitterAdd cfn-get-metadata to the manifest
2012-05-11 Zane BitterFixed problems with starting MySQL in heat-db-setup
2012-05-11 Steven DakeAdd test_validate_ref for invalid and valid inputs
2012-05-11 Steven DakeCheck for invalid Fn::FindInMap key
2012-05-11 Steven DakeCheck for invalid Ref keys in validate
2012-05-11 Angus SalkeldTEST: slightly better version with minimal template...
2012-05-11 Steven DakeAdd volumeattachment validation
2012-05-10 Chris AlfonsoAllowed the database call to return no parsed template.
2012-05-10 Chris AlfonsoAdding a deepcopy of the template before stack create...
2012-05-10 Chris AlfonsoAdd stack delete test, and set stack to DELETE_COMPLETE...
2012-05-10 Chris AlfonsoRemoving stack validation on create
2012-05-09 Chris AlfonsoAdding stack create test
2012-05-09 Steven DakeValidate invalid mountpoint.device entries
2012-05-09 Tomas SedovicAllow sending events using metadata server
2012-05-09 Tomas SedovicTypo in a logging declaration
2012-05-09 Chris AlfonsoFix stack creation - CREATE_FAILED issue
2012-05-08 Jeff PeelerAdd ability to automate testing with tox.
2012-05-08 Jeff PeelerAdd option to exclude pep8 examination to run_test.sh.
2012-05-08 Jeff PeelerAdd test coverage option to run_tests.sh
2012-05-07 Angus SalkeldConnect up the waitcondition code to poll the metadata...
2012-05-07 Angus SalkeldSave to parsed template as that is used in the parser.
2012-05-07 Angus SalkeldWaitCondition: fix the url to the new metadata server.
2012-05-07 Angus SalkeldAdd WaitConditions to HA template
2012-05-07 Angus SalkeldDownload cfn tools from the master branch.
2012-05-07 Angus SalkeldEscape the quotes going into cfn-signal shell command.
2012-05-07 Angus SalkeldMore peppy fixes...
2012-05-07 Angus SalkeldAdd implementation to cfn-signal
2012-05-07 Angus SalkeldFix undefined LOG variable in db.session
2012-05-07 Angus SalkeldRemove unused "cloudinit_path" setup in resources.py
2012-05-07 Angus SalkeldMetadata: Add bind_host to the config
2012-05-05 Tomas SedovicRegister metadata server's entry point with Engine
2012-05-05 Tomas SedovicRemove obsoleted metadata files
2012-05-05 Tomas SedovicConnect metadata server to the engine via RPC
2012-05-04 Chris AlfonsoMoving key validation into instance validate
2012-05-04 Ian MainApparently boto expects / to be list stacks.
2012-05-04 Steven DakeValidateTemplate API call framework
2012-05-04 Angus SalkeldFix the sql in the rails template (didn't work with...
2012-05-03 Chris Alfonsouncommenting the metadata server attribute so the tests...
2012-05-03 Chris AlfonsoValidating the KeyName against nova on stack_create
2012-05-03 Tomas SedovicConnect cfn utils to the remote server
2012-05-03 Tomas SedovicFix cfn-get-metadata params and output
2012-05-03 Angus SalkeldFixed the interpretation of the file extension.
2012-05-03 Chris AlfonsoOnly showing the Outputs when the status of a stack...
2012-05-03 Angus SalkeldFix unbound error in cfn_helper.
2012-05-03 Chris AlfonsoAdding mime_string to the Instance instance and fixing...
2012-05-03 Angus SalkeldFix some indentation and pep errors
2012-05-03 Angus SalkeldHack the Rails template to work.
2012-05-03 Angus SalkeldAdd Rails template example
2012-05-03 Angus SalkeldAdd dummy cfn-signal
2012-05-03 Angus SalkeldAdd WaitConditions
2012-05-03 Angus SalkeldSplit the resourses up into seperate files.
2012-05-03 Angus SalkeldHandle "sources" in cfn-init
2012-05-02 Tomas SedovicInitial metadata server API
2012-05-02 Angus SalkeldAdd very basic support for installing (apt, python...
2012-05-01 Jeff PeelerAdd cfn-get-metadata to files section of cfntools tdls
2012-05-01 Steven DakeModified README in tools directory to explain a few...
2012-05-01 Chris AlfonsoScoping the session per thread (request).
2012-04-30 Ian MainOops, meant for website repo.
2012-04-30 Ian MainHeat Logo
2012-04-30 Chris AlfonsoSkipping the import if its deps aren't installed, use...
2012-04-30 Chris AlfonsoCopied the python-novaclient test code to avoid importi...
2012-04-30 Chris AlfonsoAdding the metadata.log file
2012-04-27 Jeff PeelerFinish necessary changes related to jeos_create move
2012-04-27 Tomas SedovicAdd skeleton structure for the metadata server
2012-04-27 Tomas SedovicUpdate heat-api docstring
2012-04-27 Angus Salkeldmore pep fixups.
2012-04-27 Angus SalkeldAdd cfn-get-metadata make all cfn tools more consistent
2012-04-27 Angus Salkeldopenstack-common: timeutils and importutils seperated out
2012-04-27 Angus Salkeldopenstack-common: update cfg.py
2012-04-26 Jeff PeelerMove jeos_create into utils so it can be imported
2012-04-26 Steven DakePut Starting Heat API in log file and add logging setup...
2012-04-26 Steven DakeRemove stray print debug message
2012-04-26 Steven DakeQuiet down the QPID logging since it isn't helpful...
2012-04-26 Steven DakeKill prints and replace with LOG in heat/rpc/__init__.py
2012-04-26 Tomas SedovicStub out system calls in metadata_files test
2012-04-26 Tomas SedovicImplement runas for cfn-hup
next