summaryrefslogtreecommitdiff
path: root/lib/chef/mixin
Commit message (Expand)AuthorAgeFilesLines
* Add general information about how/when to use shell_out/shell_out!Bryan McLellan2013-08-191-0/+5
* solaris9, 10 on some failures for example invalid mins in crontab fails with ...kaustubh-d2013-08-041-4/+13
* Remove block parameter support from #set_or_returnChris Roberts2013-06-191-4/+2
* Rename #delay_eval helper to #lazy. Update specs to account for change.Chris Roberts2013-06-191-1/+1
* Allow delayed attribute evaluation. Add tests for delayed evaluationChris Roberts2013-06-191-8/+23
* don't depend on line separator in partial testsdanielsdeleo2013-06-141-1/+1
* Explain optional \r in newline conversion regexdanielsdeleo2013-06-071-0/+4
* Improve line separator conversion on windowsDaniel DeLeo2013-06-071-1/+1
* Add ruby 1.8 fallbacks for IO.binreaddanielsdeleo2013-06-071-2/+14
* Make sure file_class doesn't raise an exception when links are not supported ...sersut2013-06-041-9/+0
* Merge branch 'master' into file-refactorsersut2013-05-311-3/+0
|\
| * removed unused variable definitionLoic ANTOINE-GOMBEAUD2013-05-231-3/+0
* | Fix method override warnings tests for the new methods.sersut2013-05-301-1/+2
* | Make sure that windows line endings are protected during template rendering.sersut2013-05-301-19/+35
* | Add warning when overriding core template functionalitydanielsdeleo2013-05-301-0/+5
* | Add inline doc for TemplateContextdanielsdeleo2013-05-291-2/+13
* | Move helper module compilation inside template resourcedanielsdeleo2013-05-291-22/+0
* | Pass template extensions through to partialsdanielsdeleo2013-05-291-10/+73
* | fix whitespace and ruby warningsdanielsdeleo2013-05-291-15/+15
|/
* fix deprecation warning. Fixes CHEF-3847Darren Birkett2013-04-121-1/+1
* OC-4739: Merge functional tests, Win2k3 compatibilityadamedx2013-02-191-2/+46
* OC-4739: OC-4748: Create powershell and batch providers in core Chefadamedx2013-02-191-0/+47
* add hash-only merge to deep mergedanielsdeleo2013-01-251-0/+26
* [CHEF-3793] fix missing requires, add smoke test for knifedanielsdeleo2013-01-243-0/+3
* remove cruft code.danielsdeleo2013-01-231-31/+0
* [CHEF-3783] Make deprecated constants availabledanielsdeleo2013-01-235-8/+66
* Fix dynamic inclusion of windows securable behaviordanielsdeleo2013-01-041-14/+14
* [CHEF-3557] Factor out windows security resource attrsdanielsdeleo2013-01-031-6/+31
* [CHEF-3715] rename files checksum_cache -> digesterdanielsdeleo2012-12-211-1/+1
* [CHEF-3715] rename ChecksumCache => Digesterdanielsdeleo2012-12-211-2/+2
* [CHEF-3249] Add documentation on rendering partials.Andrea Campi2012-12-141-0/+23
* [CHEF-3249] Fix nested partials; add a test for that.Andrea Campi2012-12-141-1/+2
* [CHEF-3249] Refactor template name resolution out to a separate class for DRY...Andrea Campi2012-12-141-4/+4
* [CHEF-3249] Basic implementation of partials in templates.Andrea Campi2012-12-141-0/+16
* Finished refactoring converge and updated teststylercloke2012-11-051-11/+0
* Hack out immediate converge actions to prove conceptdanielsdeleo2012-11-051-6/+10
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-3024-0/+2273
* big refactor of the repo layout. move to a chef gem and a chef-server gem all...Ezra Zygmuntowicz2008-10-088-647/+0
* A whole bunch of missing changes!Adam Jacob2008-10-071-3/+3
* Moving create_path and generate_url to mixinsAdam Jacob2008-09-302-0/+102
* Adding default node configAdam Jacob2008-09-221-1/+1
* Adding specs for new resource types, fixes to node, mixin::templateAdam Jacob2008-09-081-6/+0
* Updating command to have a default returns argument of 0Adam Jacob2008-09-081-0/+1
* yagn - removing whereisAdam Jacob2008-09-081-18/+0
* Adding script support!Adam Jacob2008-09-041-9/+28
* Factoring out template rendering to a mixinAdam Jacob2008-09-011-0/+45
* Whitespace changesAdam Jacob2008-09-011-2/+2
* Adding in execute supportAdam Jacob2008-09-011-0/+204
* Adding remote_file and remote_directory supportAdam Jacob2008-08-161-0/+36
* Added template support, changed license to Apache v 2Adam Jacob2008-08-163-50/+34