summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Modified dsc_script imports to not use hash rocketJay Mundrawala2015-02-082-9/+15
* Modified dsc_script resource provider to use the imports hashJay Mundrawala2015-01-202-7/+31
* Added imports to dsc_script resource.Jay Mundrawala2015-01-201-0/+8
* make include_recipe "::foo" use current cookbookLamont Granquist2015-01-203-11/+14
* Drop the SSL warning now that we have a safe defaultPhil Dibowitz2015-01-162-35/+0
* Suppress SSL warnings if I know what I'm doingPhil Dibowitz2015-01-152-1/+3
* Merge pull request #2753 from opscode/lcg/deep-merge-cache-fixLamont Granquist2015-01-141-4/+4
|\
| * deep_merge_cache fixes for bugs in 12.0.0Lamont Granquist2015-01-141-4/+4
* | Merge pull request #2723 from patcox/CHEF-2667Phil Dibowitz2015-01-141-3/+13
|\ \
| * | fix small readability issue, as per code reviewPat Cox2015-01-121-1/+3
| * | bugfix dscl providerPat Cox2015-01-121-3/+11
* | | Merge pull request #2724 from patcox/dscl_fix_salt_bugPhil Dibowitz2015-01-141-0/+5
|\ \ \
| * | | add code comment, add unit test for case when no salt is foundPat Cox2015-01-121-0/+4
| * | | OS X user provider - fix exception if no salt is foundPat Cox2015-01-121-0/+1
* | | | Merge pull request #2722 from patcox/CHEF-2690Phil Dibowitz2015-01-133-0/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | Macports provider - provide packagePat Cox2015-01-123-0/+3
| | |/ | |/|
* | | Provide more info when cookbook metadata is not foundJay Mundrawala2015-01-132-3/+7
| |/ |/|
* | Skip 3694 warnings on trivial resource cloningLamont Granquist2015-01-123-47/+152
* | add a compile_time flag to chef_gem resourceLamont Granquist2015-01-121-3/+20
* | add forcing of LANG and LANGUAGE env varsLamont Granquist2015-01-121-1/+7
|/
* remove filter altogether, as per code reviewPat Cox2015-01-072-2/+2
* correct filters for MacPorts package providerPat Cox2015-01-062-2/+2
* Updating for review commentstyler-ball2014-12-292-4/+2
* Merging master to audit-modetyler-ball2014-12-297-96/+197
|\
| * Fix. Make sure that scheme part of the URI is treated in a case-insensitive m...Krzysztof Wilczynski2014-12-291-1/+1
| * Merge pull request #2687 from opscode/mcquin/bugfix/search-filteringClaire McQuin2014-12-232-91/+70
| |\
| | * Build configurable search string.mcquin/bugfix/search-filteringClaire McQuin2014-12-191-1/+9
| | * Remaining fixes.Claire McQuin2014-12-192-7/+7
| | * Fix spelling.Claire McQuin2014-12-191-1/+1
| | * Make config a reader.Claire McQuin2014-12-191-2/+2
| | * Use 2.0 syntax (required keyword arguments are 2.1+).Claire McQuin2014-12-191-2/+2
| | * Fix whitespace.Claire McQuin2014-12-191-5/+4
| | * Allow search to receive either an array or hash of arguments.Claire McQuin2014-12-191-44/+37
| | * Add optional config parameter.Claire McQuin2014-12-181-3/+9
| | * Return all matches by default.Claire McQuin2014-12-181-2/+1
| | * Make search with filtering match partial_search.Claire McQuin2014-12-181-86/+60
| * | Merge pull request #2288 from opscode/cdoherty-enhance-win-serviceChris Doherty2014-12-214-4/+126
| |\ \ | | |/ | |/|
| | * Enable Windows services to run as a different user (CHEF-4921). This adds :ru...cdoherty-enhance-win-serviceChris Doherty2014-12-194-4/+126
* | | Merging master to this branchtyler-ball2014-12-183-4/+9
|\ \ \ | |/ /
| * | Merge pull request #2654 from opscode/jdm/lcm-parser-fixesJay Mundrawala2014-12-183-4/+9
| |\ \ | | |/ | |/|
| | * Rename Chef::Exceptions::LCMParserException to Chef::Exceptions::LCMParserJay Mundrawala2014-12-173-3/+3
| | * Fix bug where error parser what-if output causes resource to be considered co...Jay Mundrawala2014-12-173-4/+9
* | | Addressing review comments, adding documentationtyler-ball2014-12-181-0/+5
* | | Resolving conflicsts from giant rebasetyler-ball2014-12-174-46/+46
* | | Unit tests for audit-mode in chef-solo.Claire McQuin2014-12-174-12/+5
* | | Add specs for audit-mode command-line and configuration settings.Claire McQuin2014-12-171-6/+5
* | | Disable audit-mode by default.Claire McQuin2014-12-172-12/+45
* | | Fixing unit test adding Serverspec DSLtyler-ball2014-12-172-4/+2
* | | Finishing unit and functional test coverage for audit runnertyler-ball2014-12-171-4/+1
* | | Adding simple integration test for audit mode outputtyler-ball2014-12-174-2/+59