summaryrefslogtreecommitdiff
path: root/lib/chef/cookbook/synchronizer.rb
Commit message (Expand)AuthorAgeFilesLines
* Workaround rubygems slow requires by only running require for chef-utils/distLance Albertson2020-09-151-1/+1
* merge all dist files back into dist.rbMarc Chamberland2020-09-151-1/+1
* tighten all require statements for dist implementationMarc Chamberland2020-09-151-1/+1
* move dist implementation into chef-utilsMarc Chamberland2020-09-151-2/+2
* Found some tests that fail when run by themselves on master.Ryan Davis2020-03-161-0/+1
* Style/SymbolProcLamont Granquist2019-07-051-1/+1
* Style/StringLiteralsInInterpolationLamont Granquist2019-07-051-1/+1
* Style/RegexpLiteralLamont Granquist2019-07-051-2/+2
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+2
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-201-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-4/+4
* chef-client => Chef::Dist::CLIENTMarc Chamberland2019-04-261-1/+2
* Add a few missing license headersTim Smith2019-01-221-0/+15
* fix Style/PreferredHashMethodsLamont Granquist2018-07-021-1/+1
* fix Layout/LeadingCommentSpaceLamont Granquist2018-07-021-1/+1
* mechanical conversion of most debug log statements to traceThom May2018-03-261-2/+2
* only warn about skipping sync onceTor Magnus Rakvåg2017-09-281-4/+2
* lazily load cookbook_files and templatestm/even_lazierThom May2017-04-251-7/+20
* RFC 67: Remove cookbook segmentsThom May2017-04-041-21/+24
* fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-171-2/+2
* make keepalives entirely optionalLamont Granquist2016-08-091-1/+1
* stop constantly using new ServerAPI objectsLamont Granquist2016-08-091-1/+1
* Ensure that solo specific code is run at the proper timeThom May2016-05-161-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-171-0/+1
* autofixing whitespace copsLamont Granquist2016-02-051-2/+2
* Use double quotes by defaultThom May2016-01-141-7/+7
* Convert all uses of Chef::REST to Chef::ServerAPItm/no_more_restThom May2016-01-111-2/+3
* Revert back to the first argument being cookbook_name.Noah Kantrowitz2015-07-311-1/+1
* Make the doc formatter actually show what version of a cookbook is being used.Noah Kantrowitz2015-07-221-1/+1
* clean up deleted files in cookbooks we synchLamont Granquist2014-07-261-13/+42
* CHEF-3684: do not clear file cache on override run listLamont Granquist2014-07-261-1/+14
* Do not update the path in the cookbook_manifest with the full file name.sersut2014-07-011-13/+24
* Add config option for parallel cookbook sync.Claire McQuin2014-05-131-1/+1
* CHEF-4423: implement threaded cookbook synchronizationNikhil Benesch2014-05-131-42/+64
* CHEF-4643 Add cookbook versions to chef-client INFO and DEBUG logsJeremiah Snapp2013-10-171-2/+2
* CHEF-3045: Re-provide lost support for no_lazy_loadBryan McLellan2013-06-181-6/+8
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+216