summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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.shLamont Granquist2017-05-103-14/+2
|/
* Merge pull request #6105 from Stromweld/patch-1Matt Wrock2017-05-102-4/+4
|\
| * fixed test with @NimishaS suggestion.Corey Hemminger2017-05-030-0/+0
| |\
| | * fixed test with @NimishaS suggestion. Signed-off-by: Corey Hemminger corey.he...Corey Hemminger2017-05-021-6/+2
| * | fixed test with @NimishaS suggestion. Signed-off-by: Corey Hemminger corey.he...Corey Hemminger2017-05-031-6/+2
| |/
| * updated testsCorey Hemminger2017-05-021-3/+7
| * Updated to fix day validation with monthly frequencyCorey Hemminger2017-04-281-2/+2
* | Merge pull request #6139 from MsysTechnologiesllc/nim/fixing_broken_functiona...Thom May2017-05-101-1/+0
|\ \
| * | Fixing broken functional test in windows_task resourcenimisha2017-05-101-1/+0
|/ /
* | Merge pull request #6112 from chef/lcg/ominbus-bundle-configLamont Granquist2017-05-0937-1389/+107
|\ \
| * | add note to hacklcg/ominbus-bundle-configLamont Granquist2017-05-091-0/+5
| * | simplify omnibus config and greenify builds againLamont Granquist2017-05-0937-1389/+102
|/ /
* | 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
* | 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
|\ \
| * | change worning msg for windows create user resourceMSys2017-05-051-1/+1
|/ /
* | 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 maintaineradamleff/add-me-as-maintainerAdam Leff2017-04-052-0/+6
* | | Merge pull request #6118 from chef/lcg/install-current-from-omnitruckLamont Granquist2017-05-041-0/+3
|\ \ \
| * | | go back to using omnitruck to installlcg/install-current-from-omnitruckLamont Granquist2017-05-031-0/+3
|/ / /
* | | Bump version of chef to 13.1.8 by Chef Versioner.v13.1.8Chef Versioner2017-05-026-15/+11
* | | Merge pull request #6114 from chef/lcg/kitchen-test-currentLamont Granquist2017-05-021-2/+1
|\ \ \ | |_|/ |/| |
| * | switch to using trusty on travisLamont Granquist2017-05-021-2/+1
|/ /
* | Merge pull request #6055 from coderanger/package-optionsThom May2017-04-2828-227/+103
|\ \
| * | Feed the rubocop.Noah Kantrowitz2017-04-111-2/+2
| * | Remove a whole bunch more stubbed property stuff.Noah Kantrowitz2017-04-1121-67/+67
| * | Put in some temporary hacks for the service and user resource for cases where...Noah Kantrowitz2017-04-112-9/+11
| * | Convert the env and route resources to property style to get nillable setters. Noah Kantrowitz2017-04-112-142/+16
| * | Clean up other uses of the allow(@new_resource).to receive(:options) pattern.Noah Kantrowitz2017-04-114-9/+9
* | | Merge pull request #6094 from whiteley/apt-fingerThom May2017-04-281-4/+7
|\ \ \
| * | | apt-key finger no longer matches extract fingerprints regexMatt Whiteley2017-04-261-4/+7
* | | | Bump version of chef to 13.1.7 by Chef Versioner.v13.1.7Chef Versioner2017-04-285-10/+10
* | | | Merge pull request #6101 from chef/tm/litaThom May2017-04-283-4/+1
|\ \ \ \
| * | | | bonus fix for failing chef-zero teststm/litaThom May2017-04-281-0/+1
| * | | | Don't futz with bundle configThom May2017-04-282-4/+0
|/ / / /
* | | | Merge pull request #6097 from chef/tm/aix_manage_homeThom May2017-04-282-1/+98
|\ \ \ \
| * | | | Fix manage_home on AIXtm/aix_manage_homeThom May2017-04-272-1/+98
| |/ / /
* | | | Merge pull request #6096 from chef/lcg/remove-bundler-againLamont Granquist2017-04-272-6/+2
|\ \ \ \
| * | | | actually i don't think appveyor needs thislcg/remove-bundler-againLamont Granquist2017-04-272-6/+2
|/ / / /
* | | | Merge pull request #6079 from chef/lcg/simplify-external-testsLamont Granquist2017-04-2712-349/+104
|\ \ \ \
| * | | | major testing overhaullcg/simplify-external-testsLamont Granquist2017-04-2512-349/+104
| |/ / /
* | | | Bump version of chef to 13.1.6 by Chef Versioner.v13.1.6Chef Versioner2017-04-265-10/+10
* | | | Merge pull request #6087 from chef/tm/even_lazierThom May2017-04-266-14/+83
|\ \ \ \ | |/ / / |/| | |
| * | | lazily load cookbook_files and templatestm/even_lazierThom May2017-04-255-13/+34
| * | | Add tests for lazy load of cookbook filesThom May2017-04-251-0/+33
| * | | add tests for CookbookManifest.each_fileThom May2017-04-251-2/+17
|/ / /