summaryrefslogtreecommitdiff
path: root/spec/unit/chef_fs
Commit message (Expand)AuthorAgeFilesLines
* change HTTPServerException to HTTPClientException for ruby 2.6Lamont Granquist2019-01-031-1/+1
* fix Style/MutableConstantLamont Granquist2018-07-021-1/+1
* fix Style/TrailingCommaInHashLiteralLamont Granquist2018-07-021-3/+3
* fix Style/UnneededInterpolationLamont Granquist2018-07-021-1/+1
* fix Style/HashSyntaxLamont Granquist2018-07-025-68/+68
* prefer double quotesJeremy J. Miller2018-05-161-1/+1
* added one more rspec testJeremy J. Miller2018-05-161-4/+11
* object validation for DataHandlerBase#normalize_hashJeremy J. Miller2018-05-151-0/+58
* Merge pull request #6749 from chef/lcg/rubocop-0.52.1Thom May2018-01-211-1/+1
|\
| * prepping for rubocop 0.52.1lcg/rubocop-0.52.1Lamont Granquist2018-01-171-1/+1
* | spec fixes for ruby 2.5Lamont Granquist2018-01-181-2/+2
|/
* fix for data bag names partially matching search reserved wordsSandra Tiffin2017-12-121-7/+10
* fix chefstyle violationstm/chefstylinateThom May2017-10-051-1/+1
* Don't allow creation of data bags named node, role, client or environment via...Sandra Tiffin2017-10-041-0/+79
* Remove backcompat classestm/kill-backcompatThom May2017-03-081-1/+1
* fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-174-11/+11
* fixing Lint/Void copLamont Granquist2016-08-161-4/+4
* autofixing Style/WhileUntilModifier copLamont Granquist2016-08-161-3/+1
* 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