summaryrefslogtreecommitdiff
path: root/lib/chef/chef_fs
Commit message (Expand)AuthorAgeFilesLines
* Fix all the string errorsexpeditor/chef/chefstyle_b5c712d298e240493020b8d5977f03172cc65e17Tim Smith2021-10-222-2/+2
* Resolve chefstyle warningsTim Smith2021-05-071-2/+2
* Replace the ChefFS parallelizer with parallel_map helperLamont Granquist2021-04-215-426/+13
* Move knife to its own gemChef Expeditor2021-03-311-160/+0
* Resolve Lint/ParenthesesAsGroupedExpression warningsLint_ParenthesesAsGroupedExpressionTim Smith2020-12-251-1/+1
* Merge repetitive conditionalsTim Smith2020-10-272-2/+2
* Use Ruby 2.6 endless Range syntax007lva2020-09-242-2/+2
* Resolve Lint/RedundantRequireStatement warningsTim Smith2020-09-161-1/+0
* 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
* File.exists? -> File.exist?existTim Smith2020-08-125-7/+7
* Update RuboCop config to Ruby 2.6Tim Smith2020-08-035-96/+96
* Remove global state from cookbook uploader.fix-cookbook-uploader-global-statePete Higgins2020-07-211-5/+1
* Don't allow expectations of raising an error without an error type.Pete Higgins2020-07-141-1/+1
* Merge pull request #10123 from chef/assignmentTim Smith2020-07-071-2/+1
|\
| * Avoid assigning variables before returning if we don't have toTim Smith2020-07-071-2/+1
* | Add spaces after attrsTim Smith2020-07-071-0/+1
|/
* Replace OpenSSL::Digest with ::Digest for MD5Tim Smith2020-06-261-2/+2
* Use .match? not =~ when match values aren't necessaryTim Smith2020-06-112-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-184-6/+6
* Align all our comments with the codeTim Smith2020-05-064-6/+6
* Logging consistency fixes.lcg/chef-16-logging-fixedLamont Granquist2020-04-271-3/+3
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-1373-73/+73
* 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