summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* make it a trifle clearer that server issues don't belong heretm/update_issue_templateThom May2017-01-181-1/+1
| | | | Signed-off-by: Thom May <thom@chef.io>
* Bump version of chef to 12.18.38 by Chef Versioner.v12.18.38Chef Versioner2017-01-185-15/+12
|
* Merge pull request #5606 from chef/adamleff/warn-on-dangerous-property-namesThom May2017-01-189-7/+69
|\ | | | | Deprecate creating properties whose names are already methods
| * Deprecate creating properties whose names are already methodsadamleff/warn-on-dangerous-property-namesAdam Leff2017-01-189-7/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When creating a resource, a user can create a property that is the same name as an already-existing Ruby method, such as `#hash`. In the case of the `#hash` method, this can cause issues when attempting to adding resources to other data structures, such as Arrays or Hashes. In other examples, this could cause unexpected behavior that is incredibly difficult to troubleshoot. This change adds a deprecation warning in the case where a user adds a property to a resource that the resource instance already responds to. If y'all are OK with this approach, I'll be happy to write up the deprecation doc for this for docs.chef.io. Signed-off-by: Adam Leff <adam@leff.co>
* | Bump version of chef to 12.18.37 by Chef Versioner.v12.18.37Chef Versioner2017-01-175-10/+10
| |
* | Merge pull request #5726 from higanworks/compatible_with_net-ssh4Thom May2017-01-172-2/+2
|\ \ | | | | | | pass true as 2nd args for Net::SSH.configuration_for by default.
| * | pass true as 2nd args for Net::SSH.configuration_for by default.sawanoboly2017-01-162-2/+2
| | | | | | | | | | | | Signed-off-by: SAWANOBORI Yukihiko <sawanoboriyu@higanworks.com>
* | | Bump version of chef to 12.18.36 by Chef Versioner.v12.18.36Chef Versioner2017-01-175-10/+10
| | |
* | | Merge pull request #5539 from atward/remote_sftp_test_fixThom May2017-01-171-3/+3
|\ \ \ | | | | | | | | Correct SFTP remote_file tests
| * | | Correct SFTP remote_file testsAdam Ward2016-11-211-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Incorrectly tested 'ftp' scheme. Fixes: #4750 Obvious fix. Signed-off-by: Adam Ward <adamw@subdesigns.net>
* | | | Bump version of chef to 12.18.35 by Chef Versioner.v12.18.35Chef Versioner2017-01-175-10/+10
| | | |
* | | | Merge pull request #5677 from chef/adamhjk/habitatLamont Granquist2017-01-174-0/+118
|\ \ \ \ | | | | | | | | | | Initial habitat plan
| * | | | Initial habitat planadamhjk/habitatAdam Jacob2016-12-214-0/+118
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a simple initial habitat plan. It creates a chef-client service, which uses chef-solo to run cookbooks that are located in the default cache location. To build it yourself: * Install habitat * `hab studio build` You'll wind up with a habitat artifact in `results`. Signed-off-by: Adam Jacob <adam@chef.io>
* | | | | Bump version of chef to 12.18.34 by Chef Versioner.v12.18.34Chef Versioner2017-01-175-10/+10
| | | | |
* | | | | Merge pull request #5313 from ↵Thom May2017-01-172-31/+34
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | juliandunn/aix_candidate_version_blindly_checks_source Don't blindly check source on candidate_version calls.
| * | | | | Don't blindly check source on candidate_version calls.Julian C. Dunn2016-12-052-31/+34
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julian C. Dunn <jdunn@chef.io>
* | | | | | Bump version of chef to 12.18.33 by Chef Versioner.v12.18.33Chef Versioner2017-01-175-10/+10
| | | | | |
* | | | | | Merge pull request #5410 from johnbellone/masterThom May2017-01-171-0/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Add the policyfile revision_id as an automatic attribute.
| * | | | | Add the policyfile revision_id as an automatic attribute.John Bellone2016-11-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | /cc @coderanger @danielsdeleo We have been looking for an easy way to get this value into our error reporting application and it surprised me that it isn't already captured. If there's a better way to do this totally open for thoughts! Signed-off-by: John Bellone <jbellone@bloomberg.net>
* | | | | | Bump version of chef to 12.18.32 by Chef Versioner.v12.18.32Chef Versioner2017-01-145-10/+10
| | | | | |
* | | | | | Merge pull request #5687 from onlyhavecans/netssh4.0.0Thom May2017-01-133-43/+59
|\ \ \ \ \ \ | | | | | | | | | | | | | | Bump net-ssh to v4, add dependencies for ed25519
| * | | | | | comment out amazonlinux for nowLamont Granquist2017-01-131-18/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | | | be more patient with amazonlinuxLamont Granquist2017-01-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | | | trying to fix travis againLamont Granquist2017-01-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | | | trying to fix travisLamont Granquist2017-01-122-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | | | bump Gemfile.lockLamont Granquist2017-01-122-27/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | | | relax fencingLamont Granquist2017-01-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | | | Bump net-ssh to v4, add dependencies for ed25519David Aronsohn2017-01-121-1/+4
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://github.com/chef/chef/issues/5461 Signed-off-by: David Aronsohn <WagThatTail@Me.com>
* | | | | | Bump version of chef to 12.18.31 by Chef Versioner.v12.18.31Chef Versioner2017-01-115-10/+10
| | | | | |
* | | | | | Merge pull request #5718 from chef/lcg/enforce-2.4Lamont Granquist2017-01-111-3/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | enforce 2.4.0 failures
| * | | | | | enforce 2.4.0 failuresLamont Granquist2017-01-111-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | | | | Bump version of chef to 12.18.30 by Chef Versioner.v12.18.30Chef Versioner2017-01-115-10/+14
| | | | | | |
* | | | | | | Merge pull request #5717 from chef/lcg/attr-derpLamont Granquist2017-01-112-7/+27
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Core: fix node attribute "unless" API methods
| * | | | | | fix comment [ci skip]Lamont Granquist2017-01-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | | | fix node attribute "unless" API methodsLamont Granquist2017-01-112-8/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | closes #5556 corrects behavior to 12.11.x behavior which was lost in the refactor may address #5715 Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | | | | Bump version of chef to 12.18.29 by Chef Versioner.v12.18.29Chef Versioner2017-01-115-10/+10
| | | | | | |
* | | | | | | Merge pull request #5716 from chef/lcg/ruby-2.4Lamont Granquist2017-01-111-20/+20
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | ruby-2.4 got released
| * | | | | | just comment out fedora-latestLamont Granquist2017-01-111-23/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | | | ignore fedora-latestLamont Granquist2017-01-111-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | | | ruby-2.4 got releasedlcg/ruby-2.4Lamont Granquist2017-01-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | | | | Bump version of chef to 12.18.28 by Chef Versioner.v12.18.28Chef Versioner2017-01-115-10/+10
| | | | | | |
* | | | | | | Merge pull request #4894 from chef/lcg/dnf-providerLamont Granquist2017-01-1127-28/+1423
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | DNF Provider PR #2
| * | | | | | remove FIXMEs around cache flushinglcg/dnf-providerLamont Granquist2016-12-192-24/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not going to actually fix this, not worth it. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | | | add some idempotency checksLamont Granquist2016-12-161-1/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | | | add a commentLamont Granquist2016-12-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | | | fix mysql-should-install-mariadb bugLamont Granquist2016-12-151-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | picks the correct highest version off of a list if we have more than one pkg in the list at this point. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | | | add some debug loggingLamont Granquist2016-12-151-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | | | fix FIXME in define_resource_requirementsLamont Granquist2016-12-152-4/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | | | add a comment about the Tao of python-vs-rubyLamont Granquist2016-12-151-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | | | also extract out the utility classLamont Granquist2016-12-153-31/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>