Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #4591 from chef/lcg/fix-zypper | Thom May | 2016-02-18 | 1 | -1/+1 |
|\ | | | | | zypper multipackage performance fix | ||||
| * | zypper multipackage performance fixlcg/fix-zypper | Lamont Granquist | 2016-02-17 | 1 | -1/+1 |
| | | | | | | | | | | helps to remember the values of expensive things that we go off and compute. | ||||
* | | Merge pull request #4316 from josb/master | Thom May | 2016-02-18 | 3 | -0/+14 |
|\ \ | |/ |/| | chef-client: add --[no]skip-cookbook-sync option | ||||
| * | Tighten up wording (thanks @thommay!) | Jos Backus | 2016-02-17 | 1 | -1/+1 |
| | | |||||
| * | Tighten up wording (thanks @danielsdeleo!) | Jos Backus | 2016-02-17 | 1 | -1/+1 |
| | | |||||
| * | Add warning as suggested by Lamont Granquist (thanks!) | Jos Backus | 2016-02-17 | 1 | -1/+4 |
| | | |||||
| * | chef-client: add --[no]skip-cookbook-sync option | Jos Backus | 2016-02-17 | 3 | -0/+11 |
| | | | | | | | | | | Use with caution. Useful for patching a set of cookbooks on a machine when iterating during development. | ||||
* | | Merge pull request #4111 from mikedodge04/launchd | Phil Dibowitz | 2016-02-17 | 4 | -0/+314 |
|\ \ | |/ |/| | launchd for osx | ||||
| * | bundle exec chefstyle -a | Mike Dodge | 2016-02-15 | 4 | -60/+60 |
| | | |||||
| * | made requested changes | Mike Dodge | 2016-02-15 | 2 | -415/+123 |
| | | |||||
| * | fixed rebase | Mike Dodge | 2016-02-15 | 3 | -9/+2 |
| | | |||||
| * | added specs | Mike Dodge | 2016-02-15 | 2 | -17/+14 |
| | | |||||
| * | launchd | Mike Dodge | 2016-02-15 | 4 | -0/+616 |
| | | |||||
* | | Fix rubocop warnings | Jay Mundrawala | 2016-02-16 | 1 | -2/+3 |
| | | |||||
* | | Fix databag globbing issues for chef-solo on windows | youngjl1 | 2016-02-16 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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-deprecation | Lamont Granquist | 2016-02-16 | 2 | -3/+21 |
|\ \ | | | | | | | Extend cookbook shadowing deprecation warnings more broadly | ||||
| * | | be a bit more forceful about the messagelcg/cookbook-shadow-deprecation | Lamont Granquist | 2016-02-16 | 1 | -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 twice | Lamont Granquist | 2016-02-16 | 2 | -4/+12 |
| | | | | | | | | | | | | knife cookbook upload already warns once | ||||
| * | | fix specs | Lamont Granquist | 2016-02-12 | 1 | -0/+2 |
| | | | |||||
| * | | might be singular | Lamont Granquist | 2016-02-12 | 1 | -1/+1 |
| | | | |||||
| * | | extend deprecation warnings more broadly | Lamont Granquist | 2016-02-12 | 1 | -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. | ||||
* | | | Fix new chefstyle issues | danielsdeleo | 2016-02-16 | 3 | -3/+3 |
| | | | |||||
* | | | Remove unused require | danielsdeleo | 2016-02-16 | 1 | -1/+0 |
| | | | |||||
* | | | Shorten ChefFS repo versioned cookbooks dir class name | danielsdeleo | 2016-02-16 | 2 | -3/+3 |
| | | | |||||
* | | | Shorten ChefFS repo cookbook artifacts dir name | danielsdeleo | 2016-02-16 | 2 | -3/+5 |
| | | | |||||
* | | | Shorten chef fs repo cookbooks dir class name | danielsdeleo | 2016-02-16 | 5 | -9/+9 |
| | | | |||||
* | | | Adapt cookbooks dir to Repo::Directory usage | danielsdeleo | 2016-02-16 | 2 | -111/+60 |
| | | | |||||
* | | | Fix knife integration tests | danielsdeleo | 2016-02-16 | 4 | -12/+37 |
| | | | |||||
* | | | Extract cheffs dir behavior, move data bag classes to own files | danielsdeleo | 2016-02-16 | 6 | -282/+312 |
| | | | |||||
* | | | Fix chefstyle issues | danielsdeleo | 2016-02-16 | 3 | -25/+12 |
| | | | |||||
* | | | Add cheffs types for data bag and item | danielsdeleo | 2016-02-16 | 1 | -20/+184 |
| | | | |||||
* | | | Reorganize inlined code idiomatically | danielsdeleo | 2016-02-16 | 1 | -17/+13 |
| | | | |||||
* | | | Remove dead inlined code | danielsdeleo | 2016-02-16 | 1 | -228/+1 |
| | | | |||||
* | | | Fully inline cheffs cookbook entry code | danielsdeleo | 2016-02-16 | 1 | -2/+123 |
| | | | |||||
* | | | inline superclasses for cheffs cookbook entry by 3 | danielsdeleo | 2016-02-16 | 1 | -1/+28 |
| | | | |||||
* | | | inline superclasses for cheffs cookbook entry by 2 | danielsdeleo | 2016-02-16 | 1 | -3/+115 |
| | | | |||||
* | | | inline cheffs cookbook entry superclasses by 1 | danielsdeleo | 2016-02-16 | 1 | -1/+75 |
| | | | |||||
* | | | Reorganize inlined cheffs cookbooks dir per normal organization | danielsdeleo | 2016-02-16 | 1 | -20/+17 |
| | | | |||||
* | | | remove commented inlined code | danielsdeleo | 2016-02-16 | 1 | -262/+1 |
| | | | |||||
* | | | Completely inline cheffs cookboks dir superclasses | danielsdeleo | 2016-02-16 | 1 | -2/+122 |
| | | | |||||
* | | | inline cheffs cookbook dir 3 levels | danielsdeleo | 2016-02-16 | 1 | -1/+29 |
| | | | |||||
* | | | Remove unused code and logic branches from inlined code | danielsdeleo | 2016-02-16 | 1 | -33/+28 |
| | | | |||||
* | | | inline cheffs cookbook dir 2 levels | danielsdeleo | 2016-02-16 | 1 | -8/+122 |
| | | | |||||
* | | | Comment unused inlined code | danielsdeleo | 2016-02-16 | 1 | -26/+26 |
| | | | |||||
* | | | Inline cheffs cookbook dir 1 level | danielsdeleo | 2016-02-16 | 1 | -1/+79 |
| | | | |||||
* | | | Organize inlined code in the normal way | danielsdeleo | 2016-02-16 | 1 | -14/+10 |
| | | | |||||
* | | | Remove all commented code from cheffs data dir | danielsdeleo | 2016-02-16 | 1 | -302/+3 |
| | | | |||||
* | | | Inline cheffs data bag dir all the way | danielsdeleo | 2016-02-16 | 1 | -4/+129 |
| | | | |||||
* | | | Inline cheffs data bags dir 3 levels | danielsdeleo | 2016-02-16 | 1 | -1/+28 |
| | | | |||||
* | | | Remove unused code from level 2 inlined | danielsdeleo | 2016-02-16 | 1 | -47/+97 |
| | | |