summaryrefslogtreecommitdiff
path: root/lib/chef/chef_fs
Commit message (Expand)AuthorAgeFilesLines
* autofixing some missed copsLamont Granquist2016-02-051-1/+1
* autofixing whitespace copsLamont Granquist2016-02-0520-52/+52
* auto-fixing some easy copschefstyle/fixesLamont Granquist2016-02-031-1/+1
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-0255-56/+56
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-0254-54/+54
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-0255-55/+55
* Fix /acls/data_bags local mode pathJohn Keiser2016-02-011-0/+6
* Adjust tests for ACLsJohn Keiser2016-02-011-0/+1
* Add ACLs for policies, policy_groups and cookbook_artifactsJohn Keiser2016-02-014-4/+57
* Remove incorrect cookbook artifact normalizationfix-cookbook-artifact-normalizationdanielsdeleo2016-01-272-7/+1
* Enable Chef 12 mode for local mode by defaultdanielsdeleo2016-01-261-2/+24
* Explain the various ChefFS modesdanielsdeleo2016-01-261-3/+31
* Merge pull request #4423 from chef/tm/rest_deprecationThom May2016-01-213-3/+3
|\
| * Ensure we use from_hash rather than the deprecated json_createThom May2016-01-182-2/+2
| * tidy up cookbook_loaderThom May2016-01-181-1/+1
* | Merge pull request #4424 from chef/lcg/chefstyle-catchup2Lamont Granquist2016-01-195-16/+16
|\ \
| * | another chefstyle catchup + pull masterlcg/chefstyle-catchup2Lamont Granquist2016-01-185-16/+16
* | | Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-189-22/+22
|/ /
* | Revert "another chefstyle catchup + pull master"Lamont Granquist2016-01-185-16/+16
* | another chefstyle catchup + pull masterLamont Granquist2016-01-185-16/+16
|/
* No cookbook versions is missing cookbookjk/cookbook-artifacts-local-modeJohn Keiser2016-01-151-0/+3
* Split identifier from name for cookbook_artifactsJohn Keiser2016-01-151-1/+3
* Don't treat the cookbook as missing just because it has no versions--John Keiser2016-01-151-3/+0
* Create a default cookbook artifact that looks like what the pedant tests expectJohn Keiser2016-01-151-1/+18
* Treat cookbook artifacts the same as cookbooks for local modeJohn Keiser2016-01-151-48/+48
* Make local cookbook artifacts load correctlyJohn Keiser2016-01-153-1/+77
* Allow top level directories to be created in local modejk/policies-local-modeJohn Keiser2016-01-151-1/+1
* Treat repository policies dir as one level (/policies/name-revision.json)John Keiser2016-01-152-20/+76
* Make local mode respect policiesJohn Keiser2016-01-151-26/+84
* Add policies dir that allows directory childrenJohn Keiser2016-01-152-4/+43
* 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-152-2/+1
* Add server cookbook artifacts and list_specJohn Keiser2016-01-157-11/+157
* Add local cookbook_artifactsJohn Keiser2016-01-152-1/+2
* Use double quotes by defaultThom May2016-01-1474-496/+496
* Merge pull request #4398 from chef/lcg/trailing_commaThom May2016-01-1416-27/+27
|\
| * autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-1316-27/+27
* | Split repository versioned and unversioned cookbooksjk/chef-fs-cookbook-refactorJohn Keiser2016-01-134-18/+89
* | Split versioned cookbook dir from unversionedJohn Keiser2016-01-135-25/+77
* | 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-1364-2719/+2787
* Correct uses of fail to raisetm/fix_failThom May2016-01-131-1/+1
* really fix copslcg/really-fix-copsLamont Granquist2016-01-121-26/+26
* Convert all uses of Chef::REST to Chef::ServerAPItm/no_more_restThom May2016-01-111-1/+1
* If /policies and /policy_groups are not on this server version,John Keiser2015-12-152-2/+57
* Don't feed policies to older versions of chef-zeroJohn Keiser2015-12-151-1/+8
* Add knife/ChefFS support for policyfiles and policy_groups.John Keiser2015-12-1532-129/+543
* Add make_child_entry in ChefFS CookbookSubdirMaxime Brugidou2015-11-251-0/+5
* Use repo_mode to decide whether to treat /users asJohn Keiser2015-11-181-7/+13