summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Disable pref file test on Windowstas50/apt_preferenceTim Smith2017-05-121-1/+2
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Make sure the helpers are in the right classTim Smith2017-05-121-7/+7
| | | | | | These ended up in Provider by accident Signed-off-by: Tim Smith <tsmith@chef.io>
* Rework the cleanup logic and always use the santized name + testing improvementsTim Smith2017-05-122-28/+53
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove the recursive folder createTim Smith2017-05-121-1/+0
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Testing updatesTim Smith2017-05-122-8/+4
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Chefstyle fixesTim Smith2017-05-122-3/+3
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Check the content of the preference fileTim Smith2017-05-121-1/+2
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Test that the sanitized names workTim Smith2017-05-121-7/+5
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Wire up provider/resource and use constants so we can testTim Smith2017-05-125-34/+43
| | | | | | Also allow the pin priority to be an integer since there's no reason that needs to be a string Signed-off-by: Tim Smith <tsmith@chef.io>
* Why-run is always on so we don't need to enable it nowTim Smith2017-05-121-4/+0
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Require pin/pin_priority and update copyrightsTim Smith2017-05-124-6/+6
| | | | | | The resource fails without these values. Let's require them to give the user a proper error message Signed-off-by: Tim Smith <tsmith@chef.io>
* Initial apt_preference commitTim Smith2017-05-124-0/+240
| | | | | | Specs are a placeholder on the provider side Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version of chef to 13.1.16 by Chef Versioner.v13.1.16Chef Versioner2017-05-125-10/+17
|
* Merge pull request #6144 from chef/tm/ohai_versionThom May2017-05-121-4/+4
|\ | | | | Bump ohai version
| * Bump ohai versiontm/ohai_versionThom May2017-05-121-4/+4
|/ | | | Signed-off-by: Thom May <thom@chef.io>
* Bump version of chef to 13.1.15 by Chef Versioner.v13.1.15Chef Versioner2017-05-125-13/+10
|
* Merge pull request #6143 from MsysTechnologiesllc/nim/fixing_build_failuresThom May2017-05-124-8/+11
|\ | | | | Fixing Build Failures
| * mark test as pending with a useful messageThom May2017-05-121-2/+2
| | | | | | | | Signed-off-by: Thom May <thom@chef.io>
| * Added choco_include? filternimisha2017-05-114-10/+12
| | | | | | | | Signed-off-by: nimisha <nimisha.sharad@msystechnologies.com>
| * Fixing Build Failuresnimisha2017-05-111-0/+1
| | | | | | | | Signed-off-by: nimisha <nimisha.sharad@msystechnologies.com>
* | Bump version of chef to 13.1.14 by Chef Versioner.v13.1.14Chef Versioner2017-05-115-10/+17
| |
* | Merge pull request #6100 from chef/smurawski/cab_compareThom May2017-05-112-15/+20
|\ \ | | | | | | cab_package should comare package name and version, not just name
| * | Remove extraneous `puts`smurawski/cab_compareSteven Murawski2017-05-081-1/+1
| | | | | | | | | | | | Signed-off-by: Steven Murawski <steven.murawski@gmail.com>
| * | return the resource rather than an empty assignment to a local variableSteven Murawski2017-05-081-1/+1
| | | | | | | | | | | | Signed-off-by: Steven Murawski <steven.murawski@gmail.com>
| * | Make the cab compare on name and version, not just name. The new servicing ↵Steven Murawski2017-05-081-13/+18
| | | | | | | | | | | | | | | | | | model with package rollups all share the same name, so we need to differentiate on version. Signed-off-by: Steven Murawski <steven.murawski@gmail.com>
* | | Bump version of chef to 13.1.13 by Chef Versioner.v13.1.13Chef Versioner2017-05-115-10/+10
| | |
* | | Merge pull request #6138 from chef/tm/acceptanceThom May2017-05-1111-159/+20
|\ \ \ | |_|/ |/| | Acceptance test fixes
| * | Remove FIPS acceptance testingtm/acceptanceThom May2017-05-1110-139/+0
| | | | | | | | | | | | | | | | | | | | | This has always been a pretty grotesque hack, and should be replaced with real testers running in FIPS mode natively. Signed-off-by: Thom May <thom@chef.io>
| * | Update gems to get a new plistThom May2017-05-101-20/+20
| | | | | | | | | | | | Signed-off-by: Thom May <thom@chef.io>
* | | Bump version of chef to 13.1.12 by Chef Versioner.v13.1.12Chef Versioner2017-05-105-10/+10
| | |
* | | Merge pull request #6140 from chef/lcg/get-lita-working-againLamont Granquist2017-05-103-14/+2
|\ \ \ | | | | | | | | remove bundle_install.sh
| * | | remove bundle_install.shLamont Granquist2017-05-103-14/+2
|/ / / | | | | | | | | | | | | | | | | | | doesn't matter, and if it did we should use the actual bundler trampolining. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Merge pull request #6105 from Stromweld/patch-1Matt Wrock2017-05-102-4/+4
|\ \ \ | |/ / |/| | Updated to fix day validation with monthly frequency
| * | fixed test with @NimishaS suggestion.Corey Hemminger2017-05-030-0/+0
| |\ \ | | | | | | | | | | | | Signed-off-by: Corey Hemminger <corey.hemminger@nativex.com>
| | * | fixed test with @NimishaS suggestion. Signed-off-by: Corey Hemminger ↵Corey Hemminger2017-05-021-6/+2
| | | | | | | | | | | | | | | | | | | | corey.hemminger@nativex.com Signed-off-by: Corey Hemminger corey.hemminger@nativex.com
| * | | fixed test with @NimishaS suggestion. Signed-off-by: Corey Hemminger ↵Corey Hemminger2017-05-031-6/+2
| |/ / | | | | | | | | | | | | | | | corey.hemminger@nativex.com Signed-off-by: Corey Hemminger <corey.hemminger@nativex.com>
| * | updated testsCorey Hemminger2017-05-021-3/+7
| | | | | | | | | Signed-off-by: Corey Hemminger corey.hemminger@nativex.com
| * | Updated to fix day validation with monthly frequencyCorey Hemminger2017-04-281-2/+2
| | | | | | | | | | | | This should fix issue #6104 Signed-off-by: Corey Hemminger <corey.hemminger@nativex.com>
* | | Merge pull request #6139 from ↵Thom May2017-05-101-1/+0
|\ \ \ | | | | | | | | | | | | | | | | MsysTechnologiesllc/nim/fixing_broken_functional_tests Fixing broken functional test in windows_task resource
| * | | Fixing broken functional test in windows_task resourcenimisha2017-05-101-1/+0
|/ / / | | | | | | | | | Signed-off-by: nimisha <nimisha.sharad@msystechnologies.com>
* | | Merge pull request #6112 from chef/lcg/ominbus-bundle-configLamont Granquist2017-05-0937-1389/+107
|\ \ \ | |_|/ |/| | Remove chef-gem software definition complexity from omnibus builds
| * | add note to hacklcg/ominbus-bundle-configLamont Granquist2017-05-091-0/+5
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | simplify omnibus config and greenify builds againLamont Granquist2017-05-0937-1389/+102
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | this is also necessary for bundler-1.14.x i'm still not entirely clear why we ever needed all the fussy software gem configs or what the build-chef / build-chef-gem infrastructure ever did for us. it seems to have been mostly micro-optimization around building the software gems before bundle installing the project in order to take advantage of git caching. i aggressively don't care about that, this is quite fast enough. we can install nokogiri and libgecode early and that should take care of 98% of the build optimization issue. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version of chef to 13.1.11 by Chef Versioner.v13.1.11Chef Versioner2017-05-085-10/+10
| |
* | Adding functional specs for windows_task resource (#6067)Nimisha Sharad2017-05-082-1/+460
| | | | | | | | | | | | * Added functional specs for windows_task resource Signed-off-by: nimisha <nimisha.sharad@msystechnologies.com>
* | Bump version of chef to 13.1.10 by Chef Versioner.v13.1.10Chef Versioner2017-05-085-10/+10
| |
* | Merge pull request #6125 from MsysTechnologiesllc/harry/group_incorrectly_warnsSteven Murawski2017-05-081-1/+1
|\ \ | | | | | | User on Windows with group incorrectly warns about passing GID
| * | change worning msg for windows create user resourceMSys2017-05-051-1/+1
|/ / | | | | | | Signed-off-by: MSys <harikesh.kolekar@msystechnologies.com>
* | Bump version of chef to 13.1.9 by Chef Versioner.Chef Versioner2017-05-045-10/+10
| |
* | Merge pull request #6022 from chef/adamleff/add-me-as-maintainerThom May2017-05-042-0/+6
|\ \ | | | | | | Adding Adam Leff as maintainer