summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Don't dup the Cheffish "with a chef repo" contextjk/no-dup-contextJohn Keiser2016-08-231-65/+0
|
* Bump version of chef to 12.14.26 by Chef Versioner.v12.14.26Chef Versioner2016-08-234-8/+8
|
* Merge pull request #5181 from tas50/what_is_thisThom May2016-08-231-82/+0
|\ | | | | Remove old .kitchen.yml file
| * Remove old .kitchen.yml fileTim Smith2016-08-081-82/+0
| | | | | | | | | | | | I can't see a purpose to this. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version of chef to 12.14.25 by Chef Versioner.v12.14.25Chef Versioner2016-08-234-8/+8
| |
* | Merge pull request #5128 from criteo-forks/package_cookbook_nameThom May2016-08-231-0/+2
|\ \ | | | | | | Forward package cookbook_name to underlying remote_file
| * | Forward package cookbook_name to underlying remote_fileBaptiste Courtois2016-07-221-0/+2
| | |
* | | Bump version of chef to 12.14.24 by Chef Versioner.v12.14.24Chef Versioner2016-08-234-8/+8
| | |
* | | Merge pull request #5232 from chef/lcg/fix-rhel-func-testsLamont Granquist2016-08-221-9/+2
|\ \ \ | | | | | | | | fixed CHEF-2205 so fix the func test
| * | | fixed CHEF-2205 so fix the func testlcg/fix-rhel-func-testsLamont Granquist2016-08-221-9/+2
|/ / / | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version of chef to 12.14.23 by Chef Versioner.v12.14.23Chef Versioner2016-08-234-8/+8
| | |
* | | Merge pull request #5225 from chef/bundle_lock_fixMatt Wrock2016-08-222-0/+28
|\ \ \ | | | | | | | | Add monkey patch to fix bundle locks for platforms
| * | | add monkey patch to fix bundle locks for platformsbundle_lock_fixMatt Wrock2016-08-182-0/+28
| | | |
* | | | Bump version of chef to 12.14.22 by Chef Versioner.v12.14.22Chef Versioner2016-08-224-8/+8
| | | |
* | | | Merge pull request #5231 from chef/lcg/fix-func-useradd-specLamont Granquist2016-08-224-22/+18
|\ \ \ \ | | | | | | | | | | fix omnibus test breaks
| * | | | i think i need a napLamont Granquist2016-08-221-1/+1
| | | | |
| * | | | be less cleverLamont Granquist2016-08-221-30/+25
| | | | | | | | | | | | | | | | | | | | instance_eval ran into namespace issues
| * | | | try to fix el breaksLamont Granquist2016-08-221-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the default behavior of the remove action changed to have manage_home set toi true to match the :create action Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | also fix typo in windowsLamont Granquist2016-08-221-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | fix typo in mac testsLamont Granquist2016-08-221-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | no need for provider-resolver hereLamont Granquist2016-08-222-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mac always gets dscl, windows always gets windows Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | use provider resolver to get right resourceLamont Granquist2016-08-221-33/+30
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | | Bump version of chef to 12.14.21 by Chef Versioner.v12.14.21Chef Versioner2016-08-224-8/+8
| | | | |
* | | | | Merge pull request #5230 from chef/jk/test-warningsJohn Keiser2016-08-228-20/+37
|\ \ \ \ \ | |/ / / / |/| | | | Fix "URI.escape is obsolete" warnings
| * | | | Bring in latest mixlib-config with fewer warningsJohn Keiser2016-08-222-1/+3
| | | | |
| * | | | Stop using obsolete URI.escape; use Addressable::URI instead.John Keiser2016-08-227-19/+34
|/ / / / | | | | | | | | | | | | See http://stackoverflow.com/questions/2824126/whats-the-difference-between-uri-escape-and-cgi-escape#answer-13059657 for details on why.
* | | | Bump version of chef to 12.14.20 by Chef Versioner.v12.14.20Chef Versioner2016-08-224-8/+8
| | | |
* | | | Merge pull request #5224 from chef/jk/tinyserver-raceJohn Keiser2016-08-229-74/+96
|\ \ \ \ | | | | | | | | | | Fix TinyServer races by waiting for stop() and start() callbacks
| * | | | Fix TinyServer races.jk/tinyserver-raceJohn Keiser2016-08-229-74/+96
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Wait for the start callback rather than the do block, as it happens later. This prevents us from getting into many conditions where the start returns before the server is fully initialized, where if stop() is called too soon after start returns, it would cause exceptions. 2. Wait for the thread to finish completely 3. Use Thread.current.abort_on_exception` to show the actual listen errors, so that problems like this can be diagnosed. 4. Use :each to start and stop TinyServer so that race conditions like this are exposed earlier and more often (this will let us rid ourselves of them more quickly). 5. Use WEBrick::HTTPServer directly, which gets rid of the need for the complicated trap workaround (rack is the one that traps).
* | | | Bump version of chef to 12.14.19 by Chef Versioner.v12.14.19Chef Versioner2016-08-224-8/+8
| | | |
* | | | Merge pull request #5220 from chef/lcg/drop-2.1-supportLamont Granquist2016-08-225-19/+12
|\ \ \ \ | | | | | | | | | | remove ruby 2.1 support
| * | | | fix some typosLamont Granquist2016-08-221-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | add ca-certsLamont Granquist2016-08-221-5/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | add wget to all the kitchen testslcg/drop-2.1-supportLamont Granquist2016-08-221-9/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | bump depsLamont Granquist2016-08-221-2/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | require latest omnibusLamont Granquist2016-08-221-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | remove ruby 2.1 supportLamont Granquist2016-08-223-7/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | | Bump version of chef to 12.14.18 by Chef Versioner.v12.14.18Chef Versioner2016-08-224-8/+8
| | | | |
* | | | | Merge pull request #5223 from chef/jkeiser-patch-1Lamont Granquist2016-08-221-3/+2
|\ \ \ \ \ | |/ / / / |/| | | | Stop logging "SIGQUIT is not a command" in tests
| * | | | Stop logging "SIGQUIT is not a command" in testsjkeiser-patch-1John Keiser2016-08-181-3/+2
| | | | | | | | | | | | | | | This looks like a typo was introduced; we're seeing this in the logs on nodes.
* | | | | Bump version of chef to 12.14.17 by Chef Versioner.v12.14.17Chef Versioner2016-08-204-8/+8
| | | | |
* | | | | Merge pull request #5122 from chef/lcg/chef-2205Lamont Granquist2016-08-1927-99/+422
|\ \ \ \ \ | | | | | | | | | | | | user provider manage_home behavior and refactor
| * | | | | bump Gemfile.locklcg/chef-2205Lamont Granquist2016-08-191-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | | switch to https urlLamont Granquist2016-08-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | | track master of chefspec for fixesLamont Granquist2016-08-192-21/+27
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | | user provider manage_home behavior and refactorLamont Granquist2016-08-1925-78/+395
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | split out the user provider into 1:1 resources. fix the behavior of the linux user provider to implement manage_home behavior correctly. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | | Bump version of chef to 12.14.16 by Chef Versioner.v12.14.16Chef Versioner2016-08-194-8/+8
| | | | |
* | | | | Merge pull request #5179 from tas50/docs_and_stuffLamont Granquist2016-08-184-108/+59
|\ \ \ \ \ | | | | | | | | | | | | Update docs for Slack and our new release cycle
| * | | | | Additional readme updatesTim Smith2016-08-102-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | | Replace IRC with SlackTim Smith2016-08-082-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>