summaryrefslogtreecommitdiff
path: root/lib/chef
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Organize inlined code in the normal waydanielsdeleo2016-02-161-14/+10
| | |
* | | Remove all commented code from cheffs data dirdanielsdeleo2016-02-161-302/+3
| | |
* | | Inline cheffs data bag dir all the waydanielsdeleo2016-02-161-4/+129
| | |
* | | Inline cheffs data bags dir 3 levelsdanielsdeleo2016-02-161-1/+28
| | |
* | | Remove unused code from level 2 inlineddanielsdeleo2016-02-161-47/+97
| | |
* | | Inlince cheffs data bags dir 2 levelsdanielsdeleo2016-02-161-3/+96
| | |
* | | Remove unused functionality from 1 level inlineddanielsdeleo2016-02-161-20/+32
| | |
* | | Inline ChefFS repo data bags dir 1 leveldanielsdeleo2016-02-161-2/+76
| | |
* | | Merge pull request #4582 from chef/tm/prepend-chefThom May2016-02-161-0/+1
|\ \ \ | | | | | | | | Prepend chef to tempfile name
| * | | prepending chef to tempfile nameAnthony Neto2016-02-161-0/+1
| | | |
* | | | Merge pull request #4465 from artursitarski/change-shell-for-locked-userThom May2016-02-161-2/+2
|\ \ \ \ | | | | | | | | | | Change shell for locked user.
| * | | | More consistent wayartursitarski2016-01-271-4/+2
| | | | |
| * | | | Change shell for locked user.artursitarski2016-01-271-0/+2
| | | | |
* | | | | Merge pull request #4524 from PatrickWalker/feature/4154Steven Murawski2016-02-161-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Update to Log Level when showing unencrypted databag
| * | | | | Update to Log Level when showing unencrypted databagPatrick Walker2016-02-031-1/+1
| | | | | |
* | | | | | Merge pull request #4581 from chef/tm/h4ck3rm1k3-master-masterThom May2016-02-161-1/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | bugfix #2865 check for validation_key
| * | | | | | bugfix #2865 check for validation_keytm/h4ck3rm1k3-master-masterJames Michael DuPont2016-02-161-1/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #4579 from chef/cmluciano/fixhttperrorThom May2016-02-161-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Make sure we have a valid object before calling close!
| * | | | | | Make sure that we have a valid object before calling close!drag00n2016-02-161-1/+1
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes [#2171](https://github.com/opscode/chef/issues/2171) when a tempfile cannot be created or proper filesystem permissions do not exist. This allows the proper exception to be thrown.
* | | | | | Merge pull request #4580 from chef/tm/cookbook_upload_name_argsThom May2016-02-161-2/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | remove bogus recalculation of cookbook upload failures
| * | | | | | remove bogus recalculation of cookbook upload failurestm/cookbook_upload_name_argsThom May2016-02-161-2/+0
| | |/ / / / | |/| | | | | | | | | | | | | | | | fixes #4350
* | | | | | Merge pull request #4583 from chef/tm/split_group_membersThom May2016-02-161-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Split group members on commas
| * | | | | | test that splitting a string on commas DTRTtm/split_group_membersThom May2016-02-161-2/+2
| | | | | | |
| * | | | | | [chef/4294] group: split #members/#excluded_members on commasThom May2016-02-161-2/+2
| |/ / / / /
* | | | | | Post 12.7.2 release follow up itemstyler-ball2016-02-161-1/+1
|/ / / / /
* | | | | Merge branch 'route_logic_fix' of https://github.com/petracvv/chef into ↵Thom May2016-02-161-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | petracvv-route_logic_fix
| * | | | Don't use routes with action :delete when writing configMihai Petracovici2015-08-251-1/+1
| | | | |
* | | | | Be way more explicit about how we're handling datatm/missed_migrationThom May2016-02-1515-19/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This just codifies the behaviour we're actually using - that we're passing a json string and expecting a hash back. Also adds a deprecation warning to the use of Chef::JSONCompat.from_json
* | | | | Merge pull request #4573 from chef/lcg/bump-rubocopLamont Granquist2016-02-1234-72/+72
|\ \ \ \ \ | | | | | | | | | | | | pull rubocop 0.37.2 into chefstyle
| * | | | | fix alignmentlcg/bump-rubocopLamont Granquist2016-02-121-1/+1
| | | | | |
| * | | | | convert MultilineOperationIndentation style to "indented"Lamont Granquist2016-02-1228-59/+59
| | | | | | | | | | | | | | | | | | | | | | | | this looks nicer.
| * | | | | pull rubocop 0.37.2 into chefstyleLamont Granquist2016-02-1222-39/+39
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | this is from the same ruleset that we had, but the new code catches more conditions.
* | | | | Inflating the cookbook version object in policyfile compat modeandy-dufour2016-02-121-1/+1
|/ / / /
* | | | Merge pull request #4570 from chef/no_webMatt Wrock2016-02-111-3/+4
|\ \ \ \ | | | | | | | | | | do not include source parameter when removing a chocolatey package and ensure source is used on all functional tests
| * | | | do not include source parameter when removing a chocolatey package and ↵no_webMatt Wrock2016-02-111-3/+4
| | | | | | | | | | | | | | | | | | | | ensure source is used on all functional tests
* | | | | Merge pull request #4566 from chef/lcg/useless-run-commandLamont Granquist2016-02-111-3/+0
|\ \ \ \ \ | |/ / / / |/| | | | remove Chef::Mixin::Command use
| * | | | remove Chef::Mixin::Command uselcg/useless-run-commandLamont Granquist2016-02-111-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | we don't use run_command anywhere and this can apparently cause uninitialized constant issues when knife ssh is invoked via other knife commands (i.e. bootstrap) where apparently the transitive lazy deps aren't getting invoked correctly. there's another bug there, but we do not have any run_command statements in knife anymore so we should be able to drop this as a much easier fix. closes #4546
* | | | | Merge pull request #4541 from chef/lcg/chefstyle-batchLamont Granquist2016-02-1163-115/+115
|\ \ \ \ \ | |/ / / / |/| | | | fix a batch of cops
| * | | | autofixing auto-inserted delimiterslcg/chefstyle-batchLamont Granquist2016-02-0916-20/+20
| | | | |
| * | | | auto fixing some rubocopsLamont Granquist2016-02-0963-115/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Style/NegatedWhile Style/ParenthesesAroundCondition Style/WhileUntilDo Style/WordArray Performance/ReverseEach Style/ColonMethodCall
* | | | | 12.7.2 release prep, removing some unstable acceptance tests so we can get a ↵tyler-ball2016-02-111-1/+1
| | | | | | | | | | | | | | | | | | | | successful release pipeline run
* | | | | Merge pull request #4545 from chef/lcg/remove-rm-rfLamont Granquist2016-02-102-17/+41
|\ \ \ \ \ | | | | | | | | | | | | removing rm -rf in chef-solo recipe_url
| * | | | | rubocop demands a sacrificelcg/remove-rm-rfLamont Granquist2016-02-101-1/+1
| | | | | |
| * | | | | use Pathname correctlyLamont Granquist2016-02-101-1/+2
| | | | | |
| * | | | | fix windows path issues correctlyLamont Granquist2016-02-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | this really closes #1515 and #1751
| * | | | | remove rm -rf in chef solo recipe_urlLamont Granquist2016-02-102-17/+40
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - deprecates '-r' used for the recipe_url in chef-solo - adds --delete-entire-chef-repo option for users who want the old behavior back. - cleans up some old code closes #3802 closes #1515 closes #1751
* | | | | VERSION change and CHANGELOG for 12.7.1 releasetyler-ball2016-02-101-1/+1
| | | | |
* | | | | Ensure we do streaming requests correctly everywheretm/site_download_regressionThom May2016-02-092-2/+2
| | | | |
* | | | | Use a streaming request to download cookbookThom May2016-02-091-2/+1
| | | | | | | | | | | | | | | | | | | | fixes #4549
* | | | | Merge pull request #3183 from dansteen/masterThom May2016-02-091-2/+4
|\ \ \ \ \ | |/ / / / |/| | | | fix for https://github.com/chef/chef/issues/2113