summaryrefslogtreecommitdiff
path: root/lib/chef/chef_fs/file_system/chef_server
Commit message (Expand)AuthorAgeFilesLines
* Update RuboCop config to Ruby 2.6Tim Smith2020-08-033-26/+26
* Remove global state from cookbook uploader.fix-cookbook-uploader-global-statePete Higgins2020-07-211-5/+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-181-1/+1
* Align all our comments with the codeTim Smith2020-05-062-2/+2
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-1323-23/+23
* Fix typoVivek Singh2020-04-061-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
* | Use .load! in the Cookbook loader not .load_cookbooksTim Smith2020-01-232-2/+2
* | 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-082-2/+2
* | Invoke chefignore for cookbook_dir itselfVivek Singh2019-10-282-2/+2
|/
* Style/SymbolProcLamont Granquist2019-07-053-3/+3
* Style/StringLiteralsInInterpolationLamont Granquist2019-07-052-2/+2
* Style/NegatedIfLamont Granquist2019-07-055-9/+9
* Style/SymbolArrayLamont Granquist2019-07-021-1/+1
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-025-0/+8
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-202-2/+2
* Convert require to require_relativeLamont Granquist2019-05-0828-98/+98
* 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-022-2/+2
* fix Style/UnneededInterpolationLamont Granquist2018-07-021-1/+1
* fix Style/HashSyntaxLamont Granquist2018-07-025-6/+6
* prepping for rubocop 0.52.1lcg/rubocop-0.52.1Lamont Granquist2018-01-172-4/+4
* RFC 67: Remove cookbook segmentsThom May2017-04-045-32/+31
* 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-138-122/+105
* [cheffs] Don't iterate parent object on exist? callssd/chef-fs-n-squaredSteven Danna2016-12-131-1/+8
* 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
* Introduce display_name and use itThom May2016-05-053-2/+4
* Remove file extensions from API targetsThom May2016-05-055-10/+12
* Allow rest entries to define a display pathThom May2016-05-058-0/+57
* Move all ChefFS exceptions into a single filetm/combined_chef_fs_exceptionsThom May2016-04-1311-19/+11
* Merge pull request #4640 from chef/tm/zero_deep_librariesThom May2016-03-151-1/+1
|\
| * Ensure that chef-zero loads libraries recursivelytm/zero_deep_librariesThom May2016-03-031-1/+1
* | Autofixing new Perf cops in 0.37.2Lamont Granquist2016-02-2311-13/+13
|/
* auto fixing some rubocopsLamont Granquist2016-02-091-1/+1