summaryrefslogtreecommitdiff
path: root/lib/chef/chef_fs
Commit message (Expand)AuthorAgeFilesLines
* Fix typoVivek Singh2020-04-063-3/+3
* Fix gsub so only file endings of .rb and .json are removed. Any file paths, l...Jörg Herzinger2020-03-021-1/+1
* Merge pull request #8986 from MsysTechnologiesllc/VSingh/fix-knife-download-e...Lamont Granquist2020-02-241-2/+6
|\
| * ChefFS and knife environment matching the outputVivek Singh2019-10-141-2/+6
* | Chefstyle fixes identified with Rubocop 0.80Tim Smith2020-02-181-5/+5
* | Use .load! in the Cookbook loader not .load_cookbooksTim Smith2020-01-235-5/+5
* | Added client side validation to validate presence of metadata files and valid...Vasu11052019-12-201-0/+1
* | Updated code to make sure temporary directory gets deleted after the uploadVasu11052019-12-181-16/+22
* | Fixed specs and chefstyle errorVasu11052019-12-161-1/+1
* | Updated knife cookbook upload and knife upload code to create temporary direc...Vasu11052019-12-161-28/+16
* | Genrates metadata.json if not present and uploads it to chef server and delet...Vasu11052019-12-161-5/+27
* | Add chef-utils gem with various recipe DSL helpersLamont Granquist2019-11-087-12/+12
* | Chefstyle fixesVivek Singh2019-10-283-3/+3
* | Invoke chefignore for cookbook_dir itselfVivek Singh2019-10-285-5/+5
* | Fix knife cookbook site share chefignore lookupVivek Singh2019-10-281-3/+4
* | Add chefignore method to ChefRepositoryFileSystemCookbookDirVivek Singh2019-10-281-0/+6
|/
* Style/SymbolProcLamont Granquist2019-07-059-9/+9
* Style/StringLiteralsInInterpolationLamont Granquist2019-07-058-10/+10
* Style/ClassCheckLamont Granquist2019-07-051-1/+1
* Style/RegexpLiteralLamont Granquist2019-07-051-1/+1
* Style/NegatedIfLamont Granquist2019-07-0518-37/+37
* Layout/MultilineMethodCallIndentationLamont Granquist2019-07-022-4/+4
* Style/SymbolArrayLamont Granquist2019-07-021-1/+1
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-0221-0/+57
* Merge pull request #8460 from cc-build/dist_solo_zeroTim Smith2019-05-271-1/+2
|\
| * more distro constants for "Chef"Marc Chamberland2019-05-231-1/+2
* | Fix for knife bootstrap inheritance issue with knife plugins (#8585)Vasundhara Jagdale2019-05-241-2/+0
|/
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-207-7/+7
* Change some more require to require_relativeLamont Granquist2019-05-102-2/+2
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-082-2/+2
* Convert require to require_relativeLamont Granquist2019-05-0899-282/+282
* fix knife diff exceptionslcg/knife-diff-exceptionsLamont Granquist2019-05-031-12/+11
* 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