Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor specs to be less stubbychef-ad/3888 | Lamont Granquist | 2016-12-06 | 1 | -122/+115 |
| | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | ||||
* | Fixing metadata.json validation, adding spec test to ensure we're actually ↵ad/3888 | andy-dufour | 2016-09-21 | 2 | -3/+13 |
| | | | | validating the JSON passed to us | ||||
* | Bump version of chef to 12.14.83 by Chef Versioner.v12.14.83 | Chef Versioner | 2016-09-21 | 4 | -8/+8 |
| | |||||
* | Fixed undefined short_cksum method issue and checksum in uppercase issue for ↵ | Aliasgar16 | 2016-09-20 | 5 | -7/+66 |
| | | | | | | | | | | windows_package resource. (#5332) * Fixed undefined short_cksum method issue and checksum in uppercase issue for windows_package resource. * Added RSpecs for the changes done here. * Fixed RSpecs issues. | ||||
* | Bump version of chef to 12.14.82 by Chef Versioner.v12.14.82 | Chef Versioner | 2016-09-20 | 4 | -8/+8 |
| | |||||
* | Merge pull request #5338 from chef/jk/update | John Keiser | 2016-09-20 | 5 | -58/+59 |
|\ | | | | | Update all dependencies | ||||
| * | Update all dependencies | John Keiser | 2016-09-19 | 5 | -58/+59 |
| | | |||||
* | | Bump version of chef to 12.14.81 by Chef Versioner.v12.14.81 | Chef Versioner | 2016-09-20 | 4 | -8/+8 |
| | | |||||
* | | Merge pull request #5312 from tas50/acceptance_bump | Lamont Granquist | 2016-09-20 | 2 | -43/+51 |
|\ \ | | | | | | | Update acceptance docs | ||||
| * | | Format the acceptance markdown + exclude the binstubs | Tim Smith | 2016-09-12 | 2 | -43/+51 |
| | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | | | Bump version of chef to 12.14.80 by Chef Versioner.v12.14.80 | Chef Versioner | 2016-09-20 | 4 | -8/+8 |
| | | | |||||
* | | | Merge pull request #5352 from davidwrede/dw/update_rel_note_pointer | Tim Smith | 2016-09-20 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Updated location for latest release notes | ||||
| * | | | Updated location for latest release notes | David Wrede | 2016-09-20 | 1 | -1/+1 |
|/ / / | |||||
* | | | Bump version of chef to 12.14.79 by Chef Versioner.v12.14.79 | Chef Versioner | 2016-09-20 | 4 | -8/+8 |
| | | | |||||
* | | | Merge pull request #5348 from chef/makecache | Thom May | 2016-09-20 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Fix makecache action name in yum_repository | ||||
| * | | | Fix makecache action name in yum_repositorymakecache | Tim Smith | 2016-09-19 | 1 | -1/+1 |
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | Our allowed action in the resource doesn't match the action name in the provider. makecache is the correct action not make_cache: https://github.com/chef-cookbooks/yum/blob/master/providers/repository.rb#L100 Signed-off-by: Tim Smith tsmith@chef.io | ||||
* | | | Bump version of chef to 12.14.78 by Chef Versioner.v12.14.78 | Chef Versioner | 2016-09-19 | 4 | -8/+8 |
| | | | |||||
* | | | Merge pull request #5329 from chef/changelog | Matt Wrock | 2016-09-19 | 1 | -0/+9 |
|\ \ \ | | | | | | | | | update changelog | ||||
| * | | | update changelog | Matt Wrock | 2016-09-19 | 1 | -0/+9 |
|/ / / | |||||
* | | | Bump version of chef to 12.14.77 by Chef Versioner.v12.14.77 | Chef Versioner | 2016-09-19 | 4 | -8/+8 |
| | | | |||||
* | | | Merge pull request #5342 from chef/GROUP | Matt Wrock | 2016-09-19 | 1 | -3/+11 |
|\ \ \ | | | | | | | | | cleanup groups at the start of the tests | ||||
| * | | | clean up users left from terminated builds and use explicid UIDs and GIDs | Matt Wrock | 2016-09-19 | 1 | -3/+11 |
| |/ / | |||||
* | | | Bump version of chef to 12.14.76 by Chef Versioner.v12.14.76 | Chef Versioner | 2016-09-19 | 4 | -8/+8 |
| | | | |||||
* | | | Merge pull request #5347 from chef/jk/cleanup-bundler | John Keiser | 2016-09-19 | 4 | -42/+31 |
|\ \ \ | |/ / |/| | | Actually clean up bundler files | ||||
| * | | Actually clean up bundler filesjk/cleanup-bundler | John Keiser | 2016-09-19 | 4 | -42/+31 |
|/ / | |||||
* | | Bump version of chef to 12.14.75 by Chef Versioner.v12.14.75v12.11.18 | Chef Versioner | 2016-09-16 | 4 | -8/+8 |
| | | |||||
* | | add a test for non-utf8 chars in filenames in the file provider (#5335) | Lamont Granquist | 2016-09-16 | 4 | -3/+29 |
| | | | | | | fix non-utf8 filename issues in the file provider (again) | ||||
* | | Bump version of chef to 12.14.74 by Chef Versioner.v12.14.74 | Chef Versioner | 2016-09-16 | 4 | -8/+8 |
| | | |||||
* | | Merge pull request #5339 from chef/jk/custom-resources-whyrun | John Keiser | 2016-09-16 | 2 | -44/+64 |
|\ \ | | | | | | | Make 12.5+ custom resources whyrun-safe by default | ||||
| * | | Make 12.5+ custom resources whyrun safe by default. | John Keiser | 2016-09-16 | 2 | -1/+21 |
| | | | | | | | | | | | | | | | | | | (This was always intended to be the case, and it's difficult to do it yourself. We have been teaching people whyrun-safe methods to make resources right alongside Custom Resources, as well.) | ||||
| * | | Fix whitespace on EOMs | John Keiser | 2016-09-16 | 1 | -43/+43 |
| | | | |||||
* | | | Bump version of chef to 12.14.73 by Chef Versioner.v12.14.73 | Chef Versioner | 2016-09-16 | 4 | -8/+8 |
| | | | |||||
* | | | Merge pull request #5337 from chef/deps | Matt Wrock | 2016-09-16 | 4 | -39/+42 |
|\ \ \ | |/ / |/| | | update acceptance and omnibus deps | ||||
| * | | update acceptance and omnibus deps | Matt Wrock | 2016-09-16 | 4 | -39/+42 |
|/ / | |||||
* | | Bump version of chef to 12.14.72 by Chef Versioner.v12.14.72 | Chef Versioner | 2016-09-16 | 4 | -8/+8 |
| | | |||||
* | | Merge pull request #5267 from MsysTechnologiesllc/nim/update_resource_count | Bryan McLellan | 2016-09-16 | 3 | -1/+19 |
|\ \ | | | | | | | Added count_log_resource_updates config attribute | ||||
| * | | minor change | nimisha | 2016-09-16 | 1 | -1/+1 |
| | | | |||||
| * | | Added count_log_resource_updates in config file | nimisha | 2016-09-16 | 1 | -0/+4 |
| | | | |||||
| * | | Renamed supress_log_resource_count to count_log_resource_updates | nimisha | 2016-09-16 | 2 | -6/+6 |
| | | | |||||
| * | | Removed update_resource_count attribute and added supress_log_resource_count ↵ | nimisha | 2016-09-16 | 4 | -30/+6 |
| | | | | | | | | | | | | chef config | ||||
| * | | Fixing travis issues | nimisha | 2016-09-16 | 2 | -4/+4 |
| | | | |||||
| * | | Added specs for update_resource_count attribute | nimisha | 2016-09-16 | 2 | -0/+29 |
| | | | |||||
| * | | Added update_resource_count attribute in log resource | nimisha | 2016-09-16 | 2 | -1/+10 |
|/ / | |||||
* | | Bump version of chef to 12.14.71 by Chef Versioner.v12.14.71 | Chef Versioner | 2016-09-16 | 4 | -8/+8 |
| | | |||||
* | | Merge pull request #5330 from chef/lcg/derp | Lamont Granquist | 2016-09-15 | 1 | -1/+6 |
|\ \ | | | | | | | derp fix for master breakage | ||||
| * | | derp fix for master breakagelcg/derp | Lamont Granquist | 2016-09-15 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | | | thought this was green, but it was clearly red on appveyor/windows Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | ||||
* | | | Bump version of chef to 12.14.70 by Chef Versioner.v12.14.70 | Chef Versioner | 2016-09-16 | 4 | -8/+8 |
| | | | |||||
* | | | Merge pull request #5268 from ↵ | Bryan McLellan | 2016-09-15 | 3 | -17/+48 |
|\ \ \ | |/ / |/| | | | | | | | | MsysTechnologiesllc/dh/registry_resource_idempotent_issue Fix for idempotent issue for some registry types in registry_key resource | ||||
| * | | Updated functional spec as per review comment | dheerajd-msys | 2016-09-14 | 1 | -1/+2 |
| | | | |||||
| * | | Added functional specs for registry key | dheerajd-msys | 2016-09-13 | 1 | -0/+9 |
| | | |