summaryrefslogtreecommitdiff
path: root/lib/chef/chef_fs
Commit message (Expand)AuthorAgeFilesLines
* Fixes for extra cookbook_path chef-soloVivek Singh2019-02-051-1/+2
* changes for rubocop engine upgrades.lcg/rubocop-upgradesLamont Granquist2019-01-153-8/+9
* change HTTPServerException to HTTPClientException for ruby 2.6Lamont Granquist2019-01-0313-23/+23
* replace some instances of to_hash with to_hlcg/to-h-cleanupLamont Granquist2018-09-262-3/+3
* fix Style/MutableConstantLamont Granquist2018-07-025-5/+5
* fix Style/PreferredHashMethodsLamont Granquist2018-07-022-6/+6
* fix Style/UnneededInterpolationLamont Granquist2018-07-021-1/+1
* fix Layout/DotPositionLamont Granquist2018-07-024-12/+12
* fix Style/HashSyntaxLamont Granquist2018-07-029-15/+15
* added one more rspec testJeremy J. Miller2018-05-161-2/+2
* object validation for DataHandlerBase#normalize_hashJeremy J. Miller2018-05-151-3/+7
* Revert "cookbooks metadata are used instead of directory name"lcg/actuall-test-cheffsLamont Granquist2018-04-231-18/+32
* Revert "fix Chef-14 chef_fs/chef-zero perf regression"Lamont Granquist2018-04-231-27/+19
* fix Chef-14 chef_fs/chef-zero perf regressionlcg/chef-zero-perfLamont Granquist2018-04-101-19/+27
* mechanical conversion of most debug log statements to traceThom May2018-03-263-4/+4
* rubocop fixes from engine bump to 0.54.0lcg/rubocop-fixesLamont Granquist2018-03-211-9/+9
* Merge pull request #6838 from chef/revert-6773-revert-6770-tm/ruby_25Lamont Granquist2018-03-121-2/+2
|\
| * chef_fs fix for ruby 2.5Lamont Granquist2018-03-091-2/+2
* | Fix some yard warningsyard_warningsTim Smith2018-03-112-2/+2
|/
* fix chefstyletm/fix_chefstyle_againThom May2018-02-201-3/+3
* check identifier to resolve exported cookbooks by chef exportsawanoboly2018-02-151-1/+4
* Merge pull request #6471 from dimsh99/fix_for_4816Thom May2018-02-141-31/+14
|\
| * Merge upstreamDmitry Shestoperov2018-02-132-1/+6
| |\
| * | cookbooks metadata are used instead of directory namedmitrys2017-10-031-31/+14
* | | Merge pull request #6463 from MarkGibbons/invites_sort_failLamont Granquist2018-02-121-1/+1
|\ \ \
| * | | invites_sort_fail: Clean the invites array before sorting itmarkgibbons2017-09-291-1/+1
| |/ /
* | | prepping for rubocop 0.52.1lcg/rubocop-0.52.1Lamont Granquist2018-01-173-5/+5
* | | Merge pull request #6652 from sandratiffin/CHEF-3058Tim Smith2017-12-191-1/+1
|\ \ \
| * | | fix for data bag names partially matching search reserved wordsSandra Tiffin2017-12-121-1/+1
| | |/ | |/|
* | | Cleanup some YARD warningsyard2Tim Smith2017-12-131-4/+2
|/ /
* | Remove cookbook_artifacts from CHEF_11_OSS_STATIC_OBJECTSjjh/chef11-cb-artifact-404Josh Hudson2017-10-061-1/+1
* | Don't allow creation of data bags named node, role, client or environment via...Sandra Tiffin2017-10-041-0/+5
|/
* Merge pull request #5850 from criteo-forks/rb_supportThom May2017-04-041-1/+1
|\
| * Ensure ruby nodes are supported in knife serveGrégoire Seux2017-03-061-1/+1
| * Support ruby role in knife serveGrégoire Seux2017-03-061-1/+1
* | RFC 67: Remove cookbook segmentsThom May2017-04-046-36/+34
* | invalidate @this_object_cache also in writeJeremy J. Miller2017-03-101-0/+3
* | rename target_object to this_object_cacheJeremy J. Miller2017-03-091-5/+5
* | free up target_object on deleteJeremy J. Miller2017-03-091-0/+2
* | moved commentJeremy J. Miller2017-03-091-1/+1
* | add target_object cacheJeremy J. Miller2017-03-081-3/+6
* | testing short circuiting _read_jsonJeremy J. Miller2017-03-081-2/+3
|/
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-1328-208/+178
* Grant Administrators group permissions to nodes directory under chef-solo (#5...Tom Duffield2017-02-062-0/+5
* Fix error thrown by solo when run on Windows as SYSTEMScott Christopherson2017-01-032-2/+2
* [cheffs] Don't iterate parent object on exist? callssd/chef-fs-n-squaredSteven Danna2016-12-131-1/+8
* Merge pull request #5548 from chef/lcg/chefstyle-updatesThom May2016-12-072-2/+2
|\
| * fix Style/NilComparisonLamont Granquist2016-12-061-1/+1
| * fix Style/SelfAssignmentLamont Granquist2016-12-061-1/+1
* | Ensure chef-solo creates node files w/ correct permissionsCOOL-604/chef-solo-node-permissionsScott Christopherson2016-12-062-1/+31
|/