summaryrefslogtreecommitdiff
path: root/heat_cfntools
Commit message (Expand)AuthorAgeFilesLines
* Replace deprecated readfp method with read_fileljhuang2022-07-221-1/+1
* Mark support for py38maaoyu2020-11-161-1/+1
* Use unittest.mock instead of third party mockSean McGinnis2020-06-092-2/+2
* Fix pep8 errors with later versions of hackingZane Bitter2018-07-183-40/+45
* Python3: Don't use cmp() functionZane Bitter2018-07-181-2/+6
* Replace 'MagicMock' with 'Mock'shizhihui2016-09-231-2/+2
* Fix typoPablo Iranzo Gómez2016-06-291-12/+12
* Replace deprecated LOG.warn with LOG.warningSwapnil Kulkarni (coolsvap)2016-03-111-18/+22
* Replace assertEqual(None, *) with assertIsNone in testsShuquan Huang2015-12-171-4/+3
* Don't run commands given as list on shellAnant Patil2015-09-232-5/+26
* Convert all internal commands to listAnant Patil2015-09-222-186/+212
* Use seteuid instead of su to control privilegesAnant Patil2015-09-222-40/+148
* Revert "Fix cfntools command injection"Zane Bitter2015-09-032-65/+10
* Fix cfntools command injection1.4.0Anant Patil2015-08-312-10/+65
* Fix unit testsAnant Patil2015-08-141-12/+24
* Ported tests from mox3 to mock to support Python >= 3.3Miro Hrončok2015-02-222-534/+439
* Python 3 compatibilityMiro Hrončok2015-02-212-31/+42
* Support dnf when specified or yum is missingRyan S. Brown2015-01-152-5/+164
* Fixes cfn-hup hooks functionalityBruno Bompastor2014-12-111-1/+0
* Change wget to curl for using both of them is redundant1.2.8Yukinori Sagara2014-08-242-19/+19
* Fix cfn_helper test for random hash seedYukinori Sagara2014-08-231-42/+48
* Merge "Add support for package install via zypper"Jenkins2014-06-182-3/+103
|\
| * Add support for package install via zypperDirk Mueller2014-05-082-3/+103
* | Merge "Add res_last_path to store last metadata of a resource"Jenkins2014-06-181-13/+23
|\ \
| * | Add res_last_path to store last metadata of a resourceEthan Lynn2014-05-311-13/+23
| |/
* | Update sysvinit function to support ubuntuEthan Lynn2014-05-292-50/+221
|/
* Switch over to mox3Dirk Mueller2014-03-232-2/+2
* Merge "Support of ignoreErrors for commands"Jenkins2014-03-052-19/+62
|\
| * Support of ignoreErrors for commandsSimon Pasquier2014-02-242-19/+62
* | cfn-signal provides a unique default idSimon Pasquier2014-02-182-0/+29
|/
* Log stdout and stderr on non-zero exit statusSimon Pasquier2014-02-131-2/+4
* Sync with global requirementsSascha Peilicke2014-01-171-3/+3
* Only run yum install once per package blockAngus Salkeld2013-11-012-8/+9
* Add basic yum and apt package install testsAngus Salkeld2013-11-011-0/+51
* Use on-demand yum metadata caching in cfn-init1.2.6Steven Dake2013-10-051-8/+1
* Implement -k option for cfn-get-metadataSimon Pasquier2013-09-102-7/+133
* Support array values in commandJUN JIE NAN2013-08-191-3/+5
* Pass cwd and env to test commandJUN JIE NAN2013-08-131-8/+9
* Use python 3 style print functionsSteve Baker2013-08-071-1/+1
* Add a get_tags() method to the Metadata classAngus Salkeld2013-07-312-0/+177
* Configure Apt to never prompt for user-input.Jason Dunsmore2013-07-261-1/+2
* Add GitHub tarball and zipball supportJUN JIE NAN2013-07-012-15/+32
* Using pipe to handle tgz sources1.2.4JUN JIE NAN2013-06-262-39/+94
* Delete the temporary directory created by sources handlerJUN JIE NAN2013-06-201-1/+3
* Use Python 3.x compatible octal literalsDirk Mueller2013-06-132-4/+4
* cfn-get-metadata: log metadata to standard outputSimon Pasquier2013-06-032-17/+48
* Merge "Fix leaky tempfiles during test suite."Jenkins2013-05-161-29/+18
|\
| * Fix leaky tempfiles during test suite.Clint Byrum2013-05-081-29/+18
* | Fix pyflakes/hacking errors.Monty Taylor2013-05-112-91/+45
|/
* Run hooks even without cfn-init Metadata.Clint Byrum2013-05-072-24/+20