summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add client keys handling to ChefFSjr/chef-fs-client-keysJordan Running2016-02-186-8/+81
| | | | Supports work to being chef-zero closer to parity with chef-server.
* Merge pull request #4592 from chef/aix_uidMatt Wrock2016-02-181-16/+9
|\ | | | | skip uid check for aix in user add functional tests
| * skip uid check for aix in user add functional testsMatt Wrock2016-02-181-16/+9
| |
* | Merge pull request #4591 from chef/lcg/fix-zypperThom May2016-02-181-1/+1
|\ \ | | | | | | zypper multipackage performance fix
| * | zypper multipackage performance fixlcg/fix-zypperLamont Granquist2016-02-171-1/+1
| |/ | | | | | | | | helps to remember the values of expensive things that we go off and compute.
* | Merge pull request #4316 from josb/masterThom May2016-02-184-0/+16
|\ \ | | | | | | chef-client: add --[no]skip-cookbook-sync option
| * | Tighten up wording (thanks @thommay!)Jos Backus2016-02-171-1/+1
| | |
| * | Tighten up wording (thanks @danielsdeleo!)Jos Backus2016-02-171-1/+1
| | |
| * | Add warning as suggested by Lamont Granquist (thanks!)Jos Backus2016-02-171-1/+4
| | |
| * | chef-client: add --[no]skip-cookbook-sync optionJos Backus2016-02-174-0/+13
| | | | | | | | | | | | | | | Use with caution. Useful for patching a set of cookbooks on a machine when iterating during development.
* | | Merge pull request #4590 from chef/lcg/issue_templateLamont Granquist2016-02-181-0/+35
|\ \ \ | |_|/ |/| | add an issue template
| * | remove the lowercase versionlcg/issue_templateLamont Granquist2016-02-171-35/+0
| | |
| * | tweaking issue templateLamont Granquist2016-02-172-4/+43
| | | | | | | | | | | | | | | and capitalize... might be amusing based on MacOSX's case insensitive filesystem...
| * | add debug outputLamont Granquist2016-02-171-0/+2
| | |
| * | add an issue templateLamont Granquist2016-02-171-0/+29
| |/ | | | | | | | | | | | | See https://github.com/dear-github/dear-github/issues/125 I think this keeps the ask fairly doable, while making sure to cover the bases that we need covered 90+% of the time.
* | Merge pull request #4111 from mikedodge04/launchdPhil Dibowitz2016-02-176-0/+534
|\ \ | |/ |/| launchd for osx
| * bundle exec chefstyle -aMike Dodge2016-02-156-111/+110
| |
| * fixed provider specMike Dodge2016-02-151-8/+11
| |
| * made requested changesMike Dodge2016-02-152-415/+123
| |
| * fixed rebaseMike Dodge2016-02-153-9/+2
| |
| * added specsMike Dodge2016-02-154-17/+232
| |
| * launchdMike Dodge2016-02-154-0/+616
| |
* | Merge pull request #4569 from chef/jdm/4915Jay Mundrawala2016-02-163-2/+28
|\ \ | | | | | | Fix databag globbing issues for chef-solo on windows
| * | Fix rubocop warningsJay Mundrawala2016-02-162-3/+4
| | |
| * | Fix spec for escape_glob_dirJay Mundrawala2016-02-161-4/+4
| | | | | | | | | | | | | | | This was testing `escape_glob` behavior. Probably a copy-pasta mistake
| * | Fix databag globbing issues for chef-solo on windowsyoungjl12016-02-163-3/+28
|/ / | | | | | | | | | | | | | | | | | | | | | | Backslashes should not be passed to Dir, as it does not work when globbing in many cases. Created new function that can be used with dir on windows. `escape_glob_dir` should be used when the result is going to be passed into Dir. Fixes #4194 Replaces #4195
* | Merge pull request #4574 from chef/lcg/cookbook-shadow-deprecationLamont Granquist2016-02-164-5/+34
|\ \ | | | | | | Extend cookbook shadowing deprecation warnings more broadly
| * | be a bit more forceful about the messagelcg/cookbook-shadow-deprecationLamont Granquist2016-02-161-1/+1
| | | | | | | | | | | | | | | | | | | | | again for reference, dan deprecated this behavior in 0.10.4 back in 2011: https://github.com/chef/chef/commit/5a9fee8edaede311ac03a15d52fbc66dad83b576
| * | don't warn about shadow cookbooks twiceLamont Granquist2016-02-163-5/+15
| | | | | | | | | | | | knife cookbook upload already warns once
| * | fix specsLamont Granquist2016-02-122-1/+12
| | |
| * | might be singularLamont Granquist2016-02-121-1/+1
| | |
| * | extend deprecation warnings more broadlyLamont Granquist2016-02-121-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cookbook shadowing has been deprecated since 2011 in Chef 0.10.4 https://github.com/chef/chef/commit/5a9fee8edaede311ac03a15d52fbc66dad83b576 That warning has only been emitted when using 'knife cookbook upload' (and only that command). This extends that deprecation warning more broadly into all consumers of Chef::CookbookLoader that have been using that feature.
* | | Merge pull request #4588 from chef/oops_aixMatt Wrock2016-02-161-1/+1
|\ \ \ | | | | | | | | change shell to /bin/sh in user_add tests to fix aix
| * | | change shell to /bin/sh in user_add tests to fix aixMatt Wrock2016-02-161-1/+1
| | | |
* | | | Fix new chefstyle issuesdanielsdeleo2016-02-163-3/+3
| | | |
* | | | Remove unused requiredanielsdeleo2016-02-161-1/+0
| | | |
* | | | Shorten ChefFS repo versioned cookbooks dir class namedanielsdeleo2016-02-162-3/+3
| | | |
* | | | Shorten ChefFS repo cookbook artifacts dir namedanielsdeleo2016-02-162-3/+5
| | | |
* | | | Shorten chef fs repo cookbooks dir class namedanielsdeleo2016-02-165-9/+9
| | | |
* | | | Adapt cookbooks dir to Repo::Directory usagedanielsdeleo2016-02-162-111/+60
| | | |
* | | | Fix knife integration testsdanielsdeleo2016-02-164-12/+37
| | | |
* | | | Extract cheffs dir behavior, move data bag classes to own filesdanielsdeleo2016-02-166-282/+312
| | | |
* | | | Fix chefstyle issuesdanielsdeleo2016-02-163-25/+12
| | | |
* | | | Add cheffs types for data bag and itemdanielsdeleo2016-02-161-20/+184
| | | |
* | | | Reorganize inlined code idiomaticallydanielsdeleo2016-02-161-17/+13
| | | |
* | | | Remove dead inlined codedanielsdeleo2016-02-161-228/+1
| | | |
* | | | Fully inline cheffs cookbook entry codedanielsdeleo2016-02-161-2/+123
| | | |
* | | | inline superclasses for cheffs cookbook entry by 3danielsdeleo2016-02-161-1/+28
| | | |
* | | | inline superclasses for cheffs cookbook entry by 2danielsdeleo2016-02-161-3/+115
| | | |
* | | | inline cheffs cookbook entry superclasses by 1danielsdeleo2016-02-161-1/+75
| | | |