summaryrefslogtreecommitdiff
path: root/lib/chef/chef_fs/file_system
Commit message (Expand)AuthorAgeFilesLines
* Simplify file readssimplified_readTim Smith2021-12-173-3/+3
* Use Ruby 2.6 endless Range syntax007lva2020-09-241-1/+1
* File.exists? -> File.exist?existTim Smith2020-08-125-7/+7
* Update RuboCop config to Ruby 2.6Tim Smith2020-08-034-42/+42
* Remove global state from cookbook uploader.fix-cookbook-uploader-global-statePete Higgins2020-07-211-5/+1
* Add spaces after attrsTim Smith2020-07-071-0/+1
* Replace OpenSSL::Digest with ::Digest for MD5Tim Smith2020-06-261-2/+2
* Update our usage of OpenSSL::Digest to avoid Ruby 3 breaking changeopenssl_fixesTim Smith2020-05-221-1/+1
* Get lib/ free of spelling violations.Pete Higgins2020-05-182-2/+2
* Align all our comments with the codeTim Smith2020-05-063-3/+3
* Logging consistency fixes.lcg/chef-16-logging-fixedLamont Granquist2020-04-271-3/+3
* 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