summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Make Property.derive create derived properties of the same typejk/custom_propertiesJohn Keiser2015-10-281-1/+1
* Update knife bootstrap command to honor --no-color flag in chef-client run th...Tyler Fitch2015-10-281-0/+1
* Merge pull request #4081 from chef/lcg/chef-versionLamont Granquist2015-10-285-11/+147
|\
| * fix use as an accessorLamont Granquist2015-10-261-2/+2
| * add @raises doc for #validate!Lamont Granquist2015-10-261-0/+3
| * add YARD docsLamont Granquist2015-10-262-10/+63
| * use #any? and comment the logicLamont Granquist2015-10-261-4/+3
| * improve error message, add more testsLamont Granquist2015-10-262-8/+10
| * validateLamont Granquist2015-10-265-0/+41
| * extend metadata to include chef_version and ohai_versionLamont Granquist2015-10-261-8/+46
* | Change plural to singularJohn Keiser2015-10-271-2/+2
* | tests and styleChase Bolt2015-10-271-2/+2
* | removing @sensitive in favor of sensitiveChase Bolt2015-10-271-3/+3
* | suppressing sensitive properties, refactoredChase Bolt2015-10-271-7/+20
|/
* allow generate_checksum to use StringIOJay Mundrawala2015-10-241-1/+5
* Use SHA256 instead for registry_key when data is not displayableJay Mundrawala2015-10-241-1/+1
* fix errors when files go away during chownAubrey Holland2015-10-241-1/+1
* Update registration.rbJames Michael DuPont2015-10-241-1/+1
* better error reportingJames Michael DuPont2015-10-241-1/+2
* Only add tar option --force-local on Windows systemsMichael Pereira2015-10-241-1/+5
* Fix cookbook installation from supermarket on windowsMichael Pereira2015-10-241-1/+1
* allow reboot by reboot resource with chef-applysawanoboly2015-10-241-0/+1
* We shouldn't be subclassing Struct.new - if the file is loaded twice we get a...tyler-ball2015-10-241-1/+14
* Add option --tmux-splitSergey Permyakov2015-10-241-4/+8
* Add tmux-split parameter to knife sshSergey Permyakov2015-10-241-2/+8
* follow comment of #3900sawanoboly2015-10-242-12/+13
* write spec for --json-attribute-file and move configration under render_templatesawanoboly2015-10-241-1/+1
* add option first_boot_attributes_from_filesawanoboly2015-10-242-0/+19
* Consider only knife configuration for chef environment in bootstrap contextEvan Gilman2015-10-241-1/+1
* dont wrap exception. preserve stackstraceRanjib Dey2015-10-241-2/+2
* dont spit out stdout and stderr for execute resource failure, if its declared...Ranjib Dey2015-10-241-1/+10
* Bring back -H/--hide-healthy for back-compatJeff Blaine2015-10-241-1/+13
* Changes --hide-healthy to --hide-by-mins MINSJeff Blaine2015-10-241-6/+7
* Define == for node objectsDavid Bresson2015-10-241-0/+8
* add the word group to converge_by call for group providerJordan Evans2015-10-241-1/+1
* Added '--sudo-preserve-home' option to knife bootstrap to allowPaul Mooring2015-10-241-1/+7
* Allow user@hostname format for knife-bootstrap. [#3527]Patrick Connolly2015-10-241-4/+16
* style fix from peer reviewLamont Granquist2015-10-241-2/+2
* Fix 'knife cookbook show' to work on root filesScott Mcgillivray2015-10-241-1/+5
* use Chef::VersionConstraint::Platform in value_for_platformJordan Evans2015-10-241-3/+3
* fix PR#3193 mutating new resourcelcg/3193Lamont Granquist2015-10-241-101/+108
* provider/user/dscl: Set "comment" default valueMikhail Zholobov2015-10-241-1/+2
* provider/user/dscl: Set default gid to 20Mikhail Zholobov2015-10-231-2/+5
* overhaul solaris SMF service providerlcg/3187Dave Eddy2015-10-231-17/+43
* Merge pull request #4079 from chef/service_loggerMatt Wrock2015-10-231-1/+5
|\
| * add logger to windows service shelloutservice_loggerMatt Wrock2015-10-201-1/+5
* | Allow downloading of root_files in a chef repositoryssd/download-root-filesSteven Danna2015-10-231-1/+1
* | Added run list expansion json conversion. Creates a json tree from the run li...kyleen/addExpandedRunListKyleen MacGugan2015-10-215-0/+58
* | print STDOUT from the powershell wrapper. fixes issue #3596Alex Pop2015-10-211-0/+3
* | add missing requires for Chef::DSL::RecipeNathan Williams2015-10-211-0/+1