summaryrefslogtreecommitdiff
path: root/spec/unit/chef_fs
Commit message (Expand)AuthorAgeFilesLines
* Invalidate the cache on file creationtm/cache_invalidateThom May2016-08-021-0/+1
* nuke some out of date teststm/r_rolesThom May2016-05-051-10/+8
* add tests for path formattingtm/chef_fs_unit_testsThom May2016-04-281-0/+129
* Extract common ChefFS file codeThom May2016-04-211-0/+128
* ensure directory and file_system_entry are compatibleThom May2016-04-131-2/+2
* test ChefFS repo directory base classThom May2016-04-131-4/+8
* Add tests for ChefFS repo directory classThom May2016-04-131-0/+170
* remove unused block argumentslcg/chefstyle-perfLamont Granquist2016-02-231-1/+1
* Autofixing new Perf cops in 0.37.2Lamont Granquist2016-02-231-2/+2
* flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-192-2/+2
* deal with 0.37.2 renamed copsLamont Granquist2016-02-181-1/+1
* auto fixing some rubocopsLamont Granquist2016-02-091-1/+1
* autofixing whitespace copsLamont Granquist2016-02-056-85/+84
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-027-7/+7
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-028-8/+8
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-028-8/+8
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-182-7/+7
* Use double quotes by defaultThom May2016-01-149-601/+601
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-134-16/+16
* Move server and repository fs objects to their own directoriesJohn Keiser2016-01-131-3/+3
* more rubocop fixeslcg/more-rubocop-lintLamont Granquist2016-01-121-8/+5
* Add knife/ChefFS support for policyfiles and policy_groups.John Keiser2015-12-151-4/+0
* Add make_child_entry in ChefFS CookbookSubdirMaxime Brugidou2015-11-251-0/+34
* Use windows paths without case-sensitivity.ksubrama/path_spaceKartik Null Cating-Subramanian2015-06-301-0/+108
* Purge pending specscleanup-pendingdanielsdeleo2015-05-231-15/+3
* Add policy support to ChefFS configurationdanielsdeleo2015-01-271-0/+52
* Use new expect syntax instead of shouldJan Habermann2014-12-311-1/+1
* Merge pull request #2073 from opscode/ryan/group_post-mastertball/restore-050d148Serdar Sutay2014-11-191-0/+63
|\
| * Add unit test for group normalization in ChefFSRyan Cragun2014-11-191-0/+63
* | Update to RSpec 3.Claire McQuin2014-10-295-394/+393
* | add empty? method for cheffs base dir classcuriositycasualty2014-10-281-5/+18
|/
* Warn on using 'everything' for knife download on a hosted setup PR #1913jmink2014-08-251-0/+58
* Fix tests on 1.8.7John Keiser2014-05-191-116/+97
* Do not provide "lazy" unless it is available (Ruby 2.0+)John Keiser2014-05-191-18/+44
* Prevent parallel first/take/drop from processing things it shouldn'tJohn Keiser2014-05-191-32/+126
* Make parallel enumerable safe to restartJohn Keiser2014-05-191-0/+57
* Make it possible to resize and gently stop the parallelizerJohn Keiser2014-05-181-0/+24
* Add ability to flatten parallel enumerableJohn Keiser2014-05-181-0/+24
* Add each_with_exceptions to allow all results to be knownJohn Keiser2014-05-171-9/+19
* Add :stop_on_exception to stop consuming input on exceptionJohn Keiser2014-05-171-0/+27
* Add parallel_do method for when you don't care about outputJohn Keiser2014-05-171-21/+33
* Add methods to receive asynchronous output from parallelizerJohn Keiser2014-05-171-0/+227
* Change OperationFailedError itself to include the body in "message" if it's a...Kazuhiro Yamada2013-09-122-20/+47
* Output cause of error when FileSystem.copy_entries method was failed.Kazuhiro Yamada2013-09-121-0/+20
* Fix diff_spec on SolarisJohn Keiser2013-06-071-29/+30
* Remove unit tests adequately covered in integrationjkeiser2013-06-074-1236/+0
* Adjust to new arguments to ChefServerRootDir.newjkeiser2013-06-074-10/+12
* Fix child(name) to always return a childjkeiser2013-06-071-2/+2
* [CORE] Bypass chef_object inflation and normalize raw requests insteadHo-Sheng Hsiao2013-06-072-61/+89
* [SPEC] Added more versioned cookbooks testsHo-Sheng Hsiao2013-06-072-8/+70