summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add test to show recipe singleton-ness not brokenlcg/default-cookbookLamont Granquist2015-01-141-0/+20
|
* add test for errorLamont Granquist2015-01-141-0/+5
|
* make include_recipe "::foo" use current cookbookLamont Granquist2015-01-134-11/+22
|
* Merge pull request #2624 from opscode/lcg/suppress-3694Lamont Granquist2015-01-127-50/+232
|\ | | | | Skip 3694 warnings on trivial resource cloning
| * add md fileLamont Granquist2015-01-121-0/+1
| |
| * Skip 3694 warnings on trivial resource cloningLamont Granquist2015-01-126-50/+231
|/ | | | | | | Turns the 3694 warning into a debug message if the prior resource is identical to the current resource. Suggestion for opscode/chef-rfc#76 This also moves resource building out to its own class.
* Merge pull request #2730 from opscode/lcg/chef-gem-compile-time-flagLamont Granquist2015-01-123-6/+78
|\ | | | | add a compile_time flag to chef_gem resource
| * add md fileLamont Granquist2015-01-121-0/+1
| |
| * add a compile_time flag to chef_gem resourceLamont Granquist2015-01-122-6/+77
|/ | | | | | | the default is still the same, but will warn that users should start being explicit. setting compile_time false will become the new default in chef-13 and is encouraged to avoid the compile_time arms race.
* Merge pull request #2727 from opscode/lcg/force-languageLamont Granquist2015-01-123-22/+58
|\ | | | | add forcing of LANG and LANGUAGE env vars
| * add md fileLamont Granquist2015-01-121-0/+1
| |
| * fix some of the spec titlesLamont Granquist2015-01-121-10/+10
| |
| * add forcing of LANG and LANGUAGE env varsLamont Granquist2015-01-122-12/+47
|/ | | | | | if we don't force LANGUAGE then package installs will still fail, etc due to taking precedence over even LC_ALL, force LANG as well for good measure which should cover all the bases hopefully.
* Merge pull request #2686 from opscode/jdm/disable-execute-timeout-winJay Mundrawala2015-01-121-3/+6
|\ | | | | Fail execute test if it takes too long
| * Execute spec should actually check to make sure it did not wait for 600 secondsjdm/disable-execute-timeout-winJay Mundrawala2014-12-181-3/+6
| |
* | Merge pull request #2729 from opscode/lcg/add-ruby-22Lamont Granquist2015-01-121-0/+1
|\ \ | | | | | | add ruby 2.2.0 to travis
| * | add ruby 2.2.0 to travislcg/add-ruby-22Lamont Granquist2015-01-071-0/+1
| | |
* | | Merge pull request #2721 from patcox/CHEF-2691Phil Dibowitz2015-01-093-9/+9
|\ \ \ | | | | | | | | correct filters for MacPorts package provider
| * | | update provider mapping test - macports uses new mapping codePat Cox2015-01-081-7/+7
| | | |
| * | | remove filter altogether, as per code reviewPat Cox2015-01-072-2/+2
| | | |
| * | | correct filters for MacPorts package providerPat Cox2015-01-062-2/+2
| |/ / | | | | | | | | | | | | macports needs to provide macports_package to `darwin`, not `mac_os_x`. `mac_os_x` is the platform, `darwin` is the OS.
* | | Merge pull request #2732 from ↵Adam Jacob2015-01-081-1/+2
|\ \ \ | | | | | | | | | | | | | | | | martinisoft/martinisoft/update_martinisoft_to_lieutenant Update martinisoft to FreeBSD Lieutenant
| * | | Per conversation in #chef-hackingAaron Kalin2015-01-081-1/+2
|/ / /
* | | Merge pull request #2592 from martinisoft/martinisoft/add_freebsd_maintainerAdam Jacob2015-01-081-0/+8
|\ \ \ | |/ / |/| | Add martinisoft to missing FreeBSD platform
| * | Add martinisoft to missing FreeBSD platformAaron Kalin2014-12-091-0/+8
| | | | | | | | | | | | This adds me (martinisoft) as a maintainer for FreeBSD officially.
* | | Merge pull request #2674 from opscode/audit-modeTyler Ball2014-12-2955-96/+3465
|\ \ \ | | | | | | | | Audit mode
| * | | Updating for review commentstyler-ball2014-12-294-8/+10
| | | |
| * | | Merging master to audit-modetyler-ball2014-12-2918-209/+512
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #2708 from opscode/jonlives/2505Jon Cowie2014-12-295-8/+15
|\ \ \ \ | | | | | | | | | | Merge pull request #2505 from kwilczynski/http-create-url
| * | | | Updating md files for PR 2505Jon Cowie2014-12-293-7/+7
| | | | |
| * | | | Fix. Make sure that scheme part of the URI is treated in a case-insensitive ↵Krzysztof Wilczynski2014-12-292-1/+8
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | manner. This is as per http://en.wikipedia.org/wiki/URI_scheme, and solves some edges i.e., following (30x) URL from the "Location" header where we have to deal with "HTTP://". Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com>
* | | | Merge pull request #2687 from opscode/mcquin/bugfix/search-filteringClaire McQuin2014-12-234-143/+110
|\ \ \ \ | | | | | | | | | | Make search with filtering match partial_search.
| * | | | Build configurable search string.mcquin/bugfix/search-filteringClaire McQuin2014-12-193-7/+15
| | | | |
| * | | | Remaining fixes.Claire McQuin2014-12-192-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Exclude rows from query if rows are nil. * Update defaults in knife/search to match query defaults. * Update start when polling more rows.
| * | | | 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
| | | | |
| * | | | Update for new rows default in search.Claire McQuin2014-12-191-1/+1
| | | | |
| * | | | 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-182-7/+6
| | | | |
| * | | | Require a file that exists.Claire McQuin2014-12-181-1/+1
| | | | |
| * | | | No more should.Claire McQuin2014-12-181-15/+15
| | | | |
| * | | | Make search with filtering match partial_search.Claire McQuin2014-12-182-120/+82
| | |_|/ | |/| | | | | | | | | | * Updated search to use argument parameters.
* | | | Merge pull request #2699 from opscode/cdoherty-fix-logon-specsChris Doherty2014-12-221-5/+6
|\ \ \ \ | | | | | | | | | | Fix transient test failure.
| * | | | Randomize service display name to fix transient test failure, and mark ↵cdoherty-fix-logon-specsChris Doherty2014-12-221-5/+6
|/ / / / | | | | | | | | | | | | unimplemented test as pending.
* | | | Merge pull request #2288 from opscode/cdoherty-enhance-win-serviceChris Doherty2014-12-219-64/+383
|\ \ \ \ | |/ / / |/| | | Enable logon-as-service in windows_service (CHEF-4921).
| * | | Enable Windows services to run as a different user (CHEF-4921). This adds ↵cdoherty-enhance-win-serviceChris Doherty2014-12-199-64/+383
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | :run_as_user and :run_as_password attributes to the windows_service resource. If a logon user is specified, the resource will (on every run) grant the logon-as-service privilege to that user, using secedit.exe.
| | * | Merging master to this branchtyler-ball2014-12-185-20/+20
| | |\ \ | |_|/ / |/| | |