summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Support cookbooks whose root dir does not match nameJohn Keiser2014-04-221-19/+39
* Raise exception from /cookbooks/NAME if cookbook does not existJohn Keiser2014-04-211-1/+5
* Fix list /cookbooks/<name> for chef-zeroJohn Keiser2014-04-211-4/+6
* Remove confusing reference to unused variable @childrenJohn Keiser2014-04-211-1/+0
* Raise better exceptions in local modeJohn Keiser2014-04-212-13/+53
* Make OS X service resource work when the plist doesn't exist yet.danielsdeleo2014-04-161-1/+5
* Simplication of source_path assignBastien JOVE2014-04-101-1/+1
* Correction on call vs log errorBastien JOVE2014-04-101-2/+2
* Update local_file.rbTensibai2014-04-101-1/+1
* windows path fix for CHEF-4472Bastien JOVE2014-04-101-1/+7
* [CHEF-5150] chef-service-manager: don't create interactive servicePierre Ynard2014-04-101-0/+3
* quote git rev_pattern to prevent pathname expansionJeremiah Snapp2014-04-101-1/+1
* CHEF-5198: a better fixLamont Granquist2014-04-093-13/+23
* Merge pull request #1368 from opscode/lcg/CHEF-5198lamont-granquist2014-04-091-7/+4
|\
| * reorder middleware in chef::http::simpleLamont Granquist2014-04-091-7/+4
* | Wrap code in an instance_eval context for syntax check.danielsdeleo2014-04-091-1/+6
|/
* Merge pull request #1362 from opscode/jhs/CHEF-5189Serdar Sutay2014-04-071-2/+2
|\
| * CHEF-5189 Correct link provider debug outputJeremiah Snapp2014-04-071-2/+2
* | bump to 11.14.0.alpha.1 to add annotated tag11.14.0.alpha.1Lamont Granquist2014-04-071-2/+2
* | [11] Don't catch SIGTERM if not in daemon modePhil Dibowitz2014-04-011-3/+6
* | added require for config_fetcherJoseph Smith2014-03-311-0/+1
* | Bump the version number of master to 11.14.0.alpha.0.11.14.0.alpha.0sersut2014-03-301-1/+1
* | Bump the version number for RC release and update shellout and ohai dep versi...sersut2014-03-301-1/+1
* | Address regression with convert_boolean_return always set to trueAdam Edwards2014-03-291-1/+1
* | CR feedback: fix misleading method name for setting inheritance, validate cla...Adam Edwards2014-03-293-9/+8
* | CR feedback: centralize resource guard evaluation logic to increase readabilityAdam Edwards2014-03-291-15/+18
* | CR feedback: move command evaluation to guard interpreterAdam Edwards2014-03-293-50/+49
* | CR feedback: clean up convert boolean expressions and add testsAdam Edwards2014-03-293-9/+22
* | CR feedback: move inheritance to class level, add tests for convert_boolean_trueAdam Edwards2014-03-293-22/+28
* | Fix namespacing issues caused by moving guard_interpreter logic out of Chef::...Adam Edwards2014-03-294-27/+33
* | CR feedback: refactor guard interpreter logic out of Resource into ConditionalAdam Edwards2014-03-294-35/+75
* | CR feedback: boolean variable should use boolean false instead of ambiguous nilAdam Edwards2014-03-291-1/+1
* | CR feedback: freeze constants, remove special case conditionalAdam Edwards2014-03-291-13/+10
* | Remove customizable exception handling, unused source line parameterAdam Edwards2014-03-292-6/+4
* | Guard resource new specs and spec fixesAdam Edwards2014-03-295-12/+25
* | Refactor to move inheritance to script and derived resourcesAdam Edwards2014-03-293-16/+15
* | CHEF-4553: Add spec tests and fix broken examplesAdam Edwards2014-03-292-6/+7
* | Method name change, ignore translated attributes that are not defined for the...Adam Edwards2014-03-292-2/+2
* | Enable inheritance in guards for certain attributes of execute resourcesadamedx2014-03-291-0/+9
* | CHEF-4553: Guard interpreter attribute to enable custom script guardsadamedx2014-03-292-3/+128
* | Interpolated boolean return support for powershell_scriptadamedx2014-03-292-7/+39
* | Add line breaks to generated scriptadamedx2014-03-291-2/+3
* | Handle explicitly thrown exceptions, method name convention violationsadamedx2014-03-291-4/+7
* | Add missing batch / powershell_script resource platform mappingsadamedx2014-03-291-3/+9
* | Remove superfluous node methodadamedx2014-03-291-5/+0
* | Merge pull request #1348 from opscode/win-ci-fixesSerdar Sutay2014-03-281-1/+3
|\ \
| * | Fix Windows 2003 CI issues:sersut2014-03-281-1/+3
* | | [CHEF-5132] ImmutableCollections #to_a and #to_hash methods fixed and improvedXabier de Zuazo2014-03-281-11/+19
* | | [CHEF-3953] ImmutableMash and ImmutableArray should implement to_hash and to_...brianbianco2014-03-281-0/+24
* | | Use an attr_accessor instead of referencing the instance variable directlyMatt Veitas2014-03-281-2/+4