summaryrefslogtreecommitdiff
path: root/lib/chef/chef_fs/file_system/chef_server
Commit message (Expand)AuthorAgeFilesLines
* 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
* autofixing whitespace copsLamont Granquist2016-02-055-8/+7
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-0223-23/+23
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-0223-23/+23
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-0223-23/+23
* Adjust tests for ACLsJohn Keiser2016-02-011-0/+1
* Add ACLs for policies, policy_groups and cookbook_artifactsJohn Keiser2016-02-014-4/+57
* Merge pull request #4423 from chef/tm/rest_deprecationThom May2016-01-212-2/+2
|\
| * Ensure we use from_hash rather than the deprecated json_createThom May2016-01-181-1/+1
| * tidy up cookbook_loaderThom May2016-01-181-1/+1
* | Merge pull request #4424 from chef/lcg/chefstyle-catchup2Lamont Granquist2016-01-192-7/+7
|\ \
| * | another chefstyle catchup + pull masterlcg/chefstyle-catchup2Lamont Granquist2016-01-182-7/+7
* | | Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-183-3/+3
|/ /
* | Revert "another chefstyle catchup + pull master"Lamont Granquist2016-01-182-7/+7
* | another chefstyle catchup + pull masterLamont Granquist2016-01-182-7/+7
|/
* Fix unused variables and commentsjk/cookbook-artifactsJohn Keiser2016-01-151-2/+0
* Make upload cookbook_artifacts workJohn Keiser2016-01-153-2/+9
* Get download of cookbook_artifacts workingJohn Keiser2016-01-151-1/+0
* Add server cookbook artifacts and list_specJohn Keiser2016-01-156-10/+154
* Use double quotes by defaultThom May2016-01-1424-121/+121
* Merge pull request #4398 from chef/lcg/trailing_commaThom May2016-01-142-3/+3
|\
| * autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-132-3/+3
* | Split versioned cookbook dir from unversionedJohn Keiser2016-01-134-24/+75
* | Split versioned and unversioned cookbooks into separate classesJohn Keiser2016-01-133-65/+106
|/
* Move server and repository fs objects to their own directoriesJohn Keiser2016-01-1322-0/+2088