summaryrefslogtreecommitdiff
path: root/lib/chef/chef_fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Properly rescue ENOENT on delete and send DataNotFoundErrorJohn Keiser2015-11-181-6/+10
* Fix /acls/environments and /acls/environments/x.jsonJohn Keiser2015-11-181-1/+14
* Support POST /organizations/NAME/association_requests and POST /organizations...John Keiser2015-11-181-0/+160
* Allow downloading of root_files in a chef repositoryssd/download-root-filesSteven Danna2015-10-231-1/+1
* Re-upgrade chef-zero to latestjk/latest-chef-zeroJohn Keiser2015-09-233-4/+7
* Refactor "children" to use make_child_entry everywhere, simplifyjk/fs_childrenJohn Keiser2015-08-0717-87/+60
* Don't return nil from make_child_entryJohn Keiser2015-08-071-2/+2
* Fix multiple directory warning to print actual directoryJohn Keiser2015-08-071-1/+1
* Don't say a file system entry exists unless it can have the givenJohn Keiser2015-08-071-1/+1
* Rename make_child / _make_child_entry -> make_child_entry for consistencyJohn Keiser2015-08-0714-44/+31
* Speed up file system access by not listing children on everyJohn Keiser2015-08-072-1/+20
* Allow cookbooks_dir to use chef_rest instead of rest for now.tylercloke2015-07-062-10/+2
* Cleanup.tylercloke2015-07-061-1/+1
* Default Chef::ChefFS::...::ChefServerRootDir.rest to use API V0 and deprecate...tylercloke2015-07-062-3/+11
* Use windows paths without case-sensitivity.ksubrama/path_spaceKartik Null Cating-Subramanian2015-06-304-80/+126
* Missing require (require what you use).jk/missing_requireJohn Keiser2015-06-261-0/+1
* fix Lint/UnderscorePrefixedVariableNameLamont Granquist2015-02-231-3/+3
* fix Lint/Loop styleLamont Granquist2015-02-181-2/+3
* Ensure cookbook_manifest is required where it's useddanielsdeleo2015-02-111-0/+1
* Temporarily implement deprecation warnings as errorsdanielsdeleo2015-02-111-1/+1
* Improve policy ChefFS supportpolicyfile-native-api-supportdanielsdeleo2015-01-275-5/+56
* Add ChefFS data handling for policiesdanielsdeleo2015-01-272-0/+14
* Add policy support to ChefFS configurationdanielsdeleo2015-01-271-4/+25
* Merge pull request #2166 from charlesjohnson/UserDataHandlerLamont Granquist2015-01-251-0/+1
|\
| * Add display_name handling to Chef::ChefFS::DataHandler::UserDataHandlerCharles Johnson2014-10-041-0/+1
* | Fix #2596: parse instead of from_jsonjk/2596John Keiser2014-12-101-1/+1
* | Merge pull request #2073 from opscode/ryan/group_post-mastertball/restore-050d148Serdar Sutay2014-11-191-0/+4
|\ \
| * | Populate the actors when creating groupsRyan Cragun2014-11-191-0/+4
| |/
* | add empty? method for cheffs base dir classcuriositycasualty2014-10-281-0/+5
* | Found some JSON pretty printing statements I missedtyler-ball2014-10-072-2/+2
* | Trying to eradicate all traces of the JSON gem from Cheftyler-ball2014-10-073-3/+6
|/
* Add ChefFS rdoc, format existing ChefFS rdoc correctlyjk/docJohn Keiser2014-09-094-22/+148
* Make Chef::Config.versioned_cookbooks configurable by consumersjk/versioned_cookbooks_configJohn Keiser2014-09-057-15/+22
* Fix crash when repo root does not existJohn Keiser2014-09-051-7/+10
* Add many comments to DataHandler and FileSystem classesJohn Keiser2014-09-0516-22/+138
* Add org.json, members.json, invitations.json for full org downloadJohn Keiser2014-09-0513-23/+288