summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Don't override OpenSSLtduffield/openssl-overrideTom Duffield2017-01-262-5/+0
| | | | Signed-off-by: Tom Duffield <tom@chef.io>
* Bump version of chef to 12.19.2 by Chef Versioner.v12.19.2Chef Versioner2017-01-255-10/+11
|
* Merge pull request #5759 from chef/tduffield/feedback-issue-templateTom Duffield2017-01-251-0/+1
|\ | | | | Direct feature requests to feedback.chef.io
| * Direct feature requests to feedback.chef.iotduffield/feedback-issue-templateTom Duffield2017-01-251-0/+1
|/ | | | Signed-off-by: Tom Duffield <tom@chef.io>
* Bump version of chef to 12.19.1 by Chef Versioner.v12.19.1Chef Versioner2017-01-255-15/+45
|
* Merge pull request #5755 from chef/12.19-bumpScott Christopherson2017-01-255-9/+35
|\ | | | | Bump minor version to 12.19
| * Bump minor version to 12.19Scott Christopherson2017-01-255-9/+35
|/ | | | Signed-off-by: Scott Christopherson <scott@chef.io>
* Bump version of chef to 12.18.53 by Chef Versioner.v12.18.53Chef Versioner2017-01-255-10/+11
|
* Merge pull request #5750 from chef/lcg/favor-metadta-rbLamont Granquist2017-01-246-3/+102
|\ | | | | favor metadata.json over metadata.rb
| * favor metadata.json over metadata.rbLamont Granquist2017-01-246-3/+102
|/ | | | | | | make sure that if we have a metadata.rb that is not valid to read that we never parse that and use compiled metadata.json instead. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version of chef to 12.18.52 by Chef Versioner.v12.18.52Chef Versioner2017-01-245-10/+10
|
* Merge pull request #5730 from robbkidd/speed-up-unpackThom May2017-01-241-17/+19
|\ | | | | use git archive to speed up putting source in place
| * use git archive to speed up putting source in placeRobb Kidd2017-01-171-17/+19
| | | | | | | | | | | | | | | | | | git archive + standard unpack untar is faster than rsync and prevents picking up a dirty working directory. Also fixes an empty GEM_HOME set during do_build and trims some trailing whitespace. Signed-off-by: Robb Kidd <robb@thekidds.org>
* | Bump version of chef to 12.18.51 by Chef Versioner.v12.18.51Chef Versioner2017-01-245-10/+10
| |
* | Merge pull request #5729 from robbkidd/pkg-path-fixThom May2017-01-241-1/+1
|\ \ | | | | | | use pkg.path variable to reference path to self
| * | use pkg.path variable to reference path to selfRobb Kidd2017-01-171-1/+1
| |/ | | | | | | | | | | This will resolve an error that appears if this package is built and run for development or personal use under a different origin. Signed-off-by: Robb Kidd <robb@thekidds.org>
* | Bump version of chef to 12.18.50 by Chef Versioner.v12.18.50Chef Versioner2017-01-245-10/+10
| |
* | Merge pull request #5751 from chef/tduffield/fix-syntaxThom May2017-01-246-36/+37
|\ \ | | | | | | Ruby 2.3 doesn't have casecmp?. Use casecmp instead
| * | Update depstduffield/fix-syntaxTom Duffield2017-01-244-8/+8
| | | | | | | | | | | | Signed-off-by: Tom Duffield <tom@chef.io>
| * | Merge branch 'master' into tduffield/fix-syntaxLamont Granquist2017-01-248-17/+26
| |\ \
| * | | Force version constraints in appveyorTom Duffield2017-01-231-3/+4
| | | | | | | | | | | | | | | | Signed-off-by: Tom Duffield <tom@chef.io>
| * | | Bump depsTom Duffield2017-01-235-26/+26
| | | | | | | | | | | | | | | | Signed-off-by: Tom Duffield <tom@chef.io>
| * | | Ruby 2.3 doesn't have casecmp?. Use casecmp insteadTom Duffield2017-01-231-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Tom Duffield <tom@chef.io>
* | | | Bump version of chef to 12.18.49 by Chef Versioner.v12.18.49Chef Versioner2017-01-246-27/+11
| |/ / |/| |
* | | Merge pull request #5754 from chef/lcg/fix-travisLamont Granquist2017-01-242-1/+7
|\ \ \ | | | | | | | | fix the bundler pinning
| * | | bump rubygems for rainbowlcg/fix-travisLamont Granquist2017-01-231-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | fix the bundler pinningLamont Granquist2017-01-231-0/+6
| |/ / | | | | | | | | | | | | | | | | | | | | | - remove all versions of the gem before installing the one we want - ensure that if the travis version is more recent that we don't pick it up - also add some debugging output of the versions afterwards Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version of chef to 12.18.48 by Chef Versioner.v12.18.48Chef Versioner2017-01-245-11/+10
| | |
* | | Merge pull request #5753 from chef/rnTim Smith2017-01-232-6/+10
|\ \ \ | |/ / |/| | Add missing items to the release notes + changelog
| * | Add 2 missing items to the release notesTim Smith2017-01-232-6/+10
|/ / | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version of chef to 12.18.47 by Chef Versioner.v12.18.47Chef Versioner2017-01-235-11/+11
| |
* | Merge pull request #5746 from chef/COOL-663/tduffield/use-fips_mode-variableTom Duffield2017-01-232-5/+1
|\ \ | | | | | | Use new `fips_mode` variable to define whether to build with FIPS
| * | Use new `fips_mode` variable to define whether to build with FIPSCOOL-663/tduffield/use-fips_mode-variableTom Duffield2017-01-202-5/+1
| | | | | | | | | | | | Signed-off-by: Tom Duffield <tom@chef.io>
* | | Bump version of chef to 12.18.46 by Chef Versioner.v12.18.46Chef Versioner2017-01-235-11/+11
| | |
* | | Added module_version attribute for dsc_resource. (#5701)Aliasgar162017-01-235-1/+209
| | | | | | | | | | | | | | | | | | * Added module_version attribute for dsc_resource. Signed-off-by: aliasgar16 <aliasgar.batterywala@msystechnologies.com>
* | | Bump version of chef to 12.18.45 by Chef Versioner.v12.18.45Chef Versioner2017-01-235-10/+10
| | |
* | | Merge pull request #5744 from chef/tm/fix_ssh_searchThom May2017-01-233-65/+74
|\ \ \ | | | | | | | | Ensure ssh search paginates correctly
| * | | Ensure ssh search paginates correctlytm/fix_ssh_searchThom May2017-01-233-65/+74
| | | | | | | | | | | | | | | | | | | | | | | | Also use partial search for much small on-the-wire sizes Signed-off-by: Thom May <thom@chef.io>
* | | | Bump version of chef to 12.18.44 by Chef Versioner.v12.18.44Chef Versioner2017-01-215-10/+11
| | | |
* | | | Fixed Travis issues.aliasgar162017-01-212-10/+10
| | | | | | | | | | | | | | | | Signed-off-by: aliasgar16 <aliasgar.batterywala@msystechnologies.com>
* | | | Added RSpecs.aliasgar162017-01-212-0/+133
| | | | | | | | | | | | | | | | Signed-off-by: aliasgar16 <aliasgar.batterywala@msystechnologies.com>
* | | | Raise NamedSecurityInfo related exception using HR resultBaptiste Courtois2017-01-211-2/+2
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | GetNamedSecurityInfoW & SetNamedSecurityInfoW returns error code (HR) So pass the HR code to Win32::Error.raise! to avoid this weird message: > ---- Begin Win32 API output ---- > System Error Code: 0 > System Error Message: The operation completed successfully. > ---- End Win32 API output ----
* | | Bump version of chef to 12.18.43 by Chef Versioner.v12.18.43Chef Versioner2017-01-205-10/+10
| | |
* | | Merge pull request #5743 from chef/tduffield/pin-nio4rTom Duffield2017-01-202-6/+12
|\ \ \ | | | | | | | | Pin nio4r gem to avoid install error
| * | | Pin nio4r gem to avoid install errorTom Duffield2017-01-202-6/+12
| |/ / | | | | | | | | | | | | | | | | | | The nio4r gem, which is a dep of celluloid, was having some install problems. To avoid this we're just pinning it. Signed-off-by: Tom Duffield <tom@chef.io>
* | | Bump version of chef to 12.18.42 by Chef Versioner.v12.18.42Chef Versioner2017-01-205-10/+11
| | |
* | | Merge pull request #5742 from chef/COOL-615/before-notifies-fixTom Duffield2017-01-204-2/+22
|\ \ \ | |/ / |/| | Do not modify File's new_resource during why-run
| * | Do not modify File's new_resource during why-runScott Christopherson2017-01-204-2/+22
|/ / | | | | | | | | | | | | | | | | | | | | The `File` provider's `action_create` method would modify the `new_resource` object during a `why-run`. This was problematic when a `File` resource was configured with a `notifies :before` because resources with `before` timers have their actions executed twice. [Once](https://github.com/chef/chef/blob/a2e1d1d4edb74a968b416517fdbdf35740686467/lib/chef/runner.rb#L54-L57) in `why-run` mode to see if the other resources need to be notified, and then executed [once again](https://github.com/chef/chef/blob/a2e1d1d4edb74a968b416517fdbdf35740686467/lib/chef/runner.rb#L68-L69) after the `before` notifications are resolved. This behavior would result in existing File resources not getting their ownership and permissions updated properly during a converge. Signed-off-by: Scott Christopherson <scott@chef.io>
* | Bump version of chef to 12.18.41 by Chef Versioner.v12.18.41Chef Versioner2017-01-205-10/+10
| |
* | Merge pull request #5728 from chef/tduffield/add-myself-as-maintainerSteven Murawski2017-01-192-0/+6
|\ \ | | | | | | Add myself as core maintainer