summaryrefslogtreecommitdiff
path: root/lib/chef/chef_fs/file_system
Commit message (Expand)AuthorAgeFilesLines
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-1365-65/+65
* Fix typoVivek Singh2020-04-062-2/+2
* 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
* | 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-084-8/+8
* | 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-057-7/+7
* Style/StringLiteralsInInterpolationLamont Granquist2019-07-053-4/+4
* Style/ClassCheckLamont Granquist2019-07-051-1/+1
* Style/NegatedIfLamont Granquist2019-07-0512-22/+22
* Layout/MultilineMethodCallIndentationLamont Granquist2019-07-021-2/+2
* Style/SymbolArrayLamont Granquist2019-07-021-1/+1
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-0213-0/+31
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-203-3/+3
* Change some more require to require_relativeLamont Granquist2019-05-102-2/+2
* Convert require to require_relativeLamont Granquist2019-05-0873-231/+231
* Fixes for extra cookbook_path chef-soloVivek Singh2019-02-051-1/+2
* changes for rubocop engine upgrades.lcg/rubocop-upgradesLamont Granquist2019-01-152-7/+8
* change HTTPServerException to HTTPClientException for ruby 2.6Lamont Granquist2019-01-0313-23/+23
* fix Style/MutableConstantLamont Granquist2018-07-024-4/+4
* fix Style/PreferredHashMethodsLamont Granquist2018-07-021-1/+1
* fix Style/UnneededInterpolationLamont Granquist2018-07-021-1/+1
* fix Layout/DotPositionLamont Granquist2018-07-023-9/+9
* fix Style/HashSyntaxLamont Granquist2018-07-026-7/+7
* mechanical conversion of most debug log statements to traceThom May2018-03-262-3/+3
* prepping for rubocop 0.52.1lcg/rubocop-0.52.1Lamont Granquist2018-01-172-4/+4
* 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-1313-161/+136
* 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
* Ensure chef-solo creates node files w/ correct permissionsCOOL-604/chef-solo-node-permissionsScott Christopherson2016-12-062-1/+31
* Fixed knife download cookbooks issue which used to corrupt the certificate fi...aliasgar162016-10-271-7/+3
* More Opscode -> Chef updatesTim Smith2016-10-201-1/+1
* Merge pull request #5154 from chef/tm/cache_invalidateThom May2016-08-023-0/+11
|\