| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor "children" to use make_child_entry everywhere, simplifyjk/fs_children | John Keiser | 2015-08-07 | 17 | -87/+60 |
* | Don't return nil from make_child_entry | John Keiser | 2015-08-07 | 1 | -2/+2 |
* | Fix multiple directory warning to print actual directory | John Keiser | 2015-08-07 | 1 | -1/+1 |
* | Don't say a file system entry exists unless it can have the given | John Keiser | 2015-08-07 | 1 | -1/+1 |
* | Rename make_child / _make_child_entry -> make_child_entry for consistency | John Keiser | 2015-08-07 | 14 | -44/+31 |
* | Speed up file system access by not listing children on every | John Keiser | 2015-08-07 | 2 | -1/+20 |
* | Allow cookbooks_dir to use chef_rest instead of rest for now. | tylercloke | 2015-07-06 | 2 | -10/+2 |
* | Cleanup. | tylercloke | 2015-07-06 | 1 | -1/+1 |
* | Default Chef::ChefFS::...::ChefServerRootDir.rest to use API V0 and deprecate... | tylercloke | 2015-07-06 | 2 | -3/+11 |
* | Use windows paths without case-sensitivity.ksubrama/path_space | Kartik Null Cating-Subramanian | 2015-06-30 | 4 | -80/+126 |
* | Missing require (require what you use).jk/missing_require | John Keiser | 2015-06-26 | 1 | -0/+1 |
* | fix Lint/UnderscorePrefixedVariableName | Lamont Granquist | 2015-02-23 | 1 | -3/+3 |
* | fix Lint/Loop style | Lamont Granquist | 2015-02-18 | 1 | -2/+3 |
* | Ensure cookbook_manifest is required where it's used | danielsdeleo | 2015-02-11 | 1 | -0/+1 |
* | Temporarily implement deprecation warnings as errors | danielsdeleo | 2015-02-11 | 1 | -1/+1 |
* | Improve policy ChefFS supportpolicyfile-native-api-support | danielsdeleo | 2015-01-27 | 5 | -5/+56 |
* | Add ChefFS data handling for policies | danielsdeleo | 2015-01-27 | 2 | -0/+14 |
* | Add policy support to ChefFS configuration | danielsdeleo | 2015-01-27 | 1 | -4/+25 |
* | Merge pull request #2166 from charlesjohnson/UserDataHandler | Lamont Granquist | 2015-01-25 | 1 | -0/+1 |
|\ |
|
| * | Add display_name handling to Chef::ChefFS::DataHandler::UserDataHandler | Charles Johnson | 2014-10-04 | 1 | -0/+1 |
* | | Fix #2596: parse instead of from_jsonjk/2596 | John Keiser | 2014-12-10 | 1 | -1/+1 |
* | | Merge pull request #2073 from opscode/ryan/group_post-mastertball/restore-050d148 | Serdar Sutay | 2014-11-19 | 1 | -0/+4 |
|\ \ |
|
| * | | Populate the actors when creating groups | Ryan Cragun | 2014-11-19 | 1 | -0/+4 |
| |/ |
|
* | | add empty? method for cheffs base dir class | curiositycasualty | 2014-10-28 | 1 | -0/+5 |
* | | Found some JSON pretty printing statements I missed | tyler-ball | 2014-10-07 | 2 | -2/+2 |
* | | Trying to eradicate all traces of the JSON gem from Chef | tyler-ball | 2014-10-07 | 3 | -3/+6 |
|/ |
|
* | Add ChefFS rdoc, format existing ChefFS rdoc correctlyjk/doc | John Keiser | 2014-09-09 | 4 | -22/+148 |
* | Make Chef::Config.versioned_cookbooks configurable by consumersjk/versioned_cookbooks_config | John Keiser | 2014-09-05 | 7 | -15/+22 |
* | Fix crash when repo root does not exist | John Keiser | 2014-09-05 | 1 | -7/+10 |
* | Add many comments to DataHandler and FileSystem classes | John Keiser | 2014-09-05 | 16 | -22/+138 |
* | Add org.json, members.json, invitations.json for full org download | John Keiser | 2014-09-05 | 13 | -23/+288 |
* | Switch back to ChefZero::RSpec version 3jk/rspec_zero_3 | John Keiser | 2014-08-29 | 1 | -1/+1 |
* | Clean up acl data handler, add username to user handler for cheffishjk/data_handler_cleanup | John Keiser | 2014-08-27 | 2 | -2/+3 |
* | Warn on using 'everything' for knife download on a hosted setup PR #1913 | jmink | 2014-08-25 | 2 | -3/+12 |
* | Use thread-safe OpenSSL::Digest instead of Digest | Grzesiek Kolodziejczyk | 2014-08-20 | 1 | -2/+2 |
* | remove JSON gem usage | Lamont Granquist | 2014-08-11 | 6 | -12/+12 |
* | Reverse the error wording in Chef::ChefFS::FileSystem#copy_entries | Jeremiah Snapp | 2014-08-01 | 1 | -1/+1 |
* | Remove unused argument to CookbookUploader#initialize | danielsdeleo | 2014-07-30 | 1 | -2/+2 |
* | [chef_fs/file_system] Ignore missing entry at destination when purgingssd/purge-ignore-missing-on-purge | Steven Danna | 2014-06-18 | 1 | -2/+6 |
* | Do not wait for clean exit when Exception is thrownjk/exiterror | John Keiser | 2014-06-02 | 1 | -4/+6 |
* | Fix tests on 1.8.7 | John Keiser | 2014-05-19 | 2 | -15/+17 |
* | Do not provide "lazy" unless it is available (Ruby 2.0+) | John Keiser | 2014-05-19 | 1 | -19/+21 |
* | Prevent parallel first/take/drop from processing things it shouldn't | John Keiser | 2014-05-19 | 1 | -6/+65 |
* | Make parallel enumerable safe to restart | John Keiser | 2014-05-19 | 2 | -50/+85 |
* | Make it possible to resize and gently stop the parallelizer | John Keiser | 2014-05-18 | 1 | -9/+33 |
* | Add ability to flatten parallel enumerable | John Keiser | 2014-05-18 | 5 | -168/+237 |
* | Add each_with_exceptions to allow all results to be known | John Keiser | 2014-05-17 | 1 | -56/+47 |
* | Add :stop_on_exception to stop consuming input on exception | John Keiser | 2014-05-17 | 1 | -44/+61 |
* | Add parallel_do method for when you don't care about output | John Keiser | 2014-05-17 | 1 | -3/+16 |
* | Add methods to receive asynchronous output from parallelizer | John Keiser | 2014-05-17 | 1 | -71/+149 |