| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgrade | Lamont Granquist | 2016-08-17 | 4 | -11/+11 |
| | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | ||||
| * | fixing Lint/Void cop | Lamont Granquist | 2016-08-16 | 1 | -4/+4 |
| | | |||||
| * | autofixing Style/WhileUntilModifier cop | Lamont Granquist | 2016-08-16 | 1 | -3/+1 |
| | | |||||
| * | Invalidate the cache on file creationtm/cache_invalidate | Thom May | 2016-08-02 | 1 | -0/+1 |
| | | | | | Signed-off-by: Thom May <thom@chef.io> | ||||
| * | nuke some out of date teststm/r_roles | Thom May | 2016-05-05 | 1 | -10/+8 |
| | | |||||
| * | add tests for path formattingtm/chef_fs_unit_tests | Thom May | 2016-04-28 | 1 | -0/+129 |
| | | |||||
| * | Extract common ChefFS file code | Thom May | 2016-04-21 | 1 | -0/+128 |
| | | |||||
| * | ensure directory and file_system_entry are compatible | Thom May | 2016-04-13 | 1 | -2/+2 |
| | | |||||
| * | test ChefFS repo directory base class | Thom May | 2016-04-13 | 1 | -4/+8 |
| | | |||||
| * | Add tests for ChefFS repo directory class | Thom May | 2016-04-13 | 1 | -0/+170 |
| | | |||||
| * | remove unused block argumentslcg/chefstyle-perf | Lamont Granquist | 2016-02-23 | 1 | -1/+1 |
| | | |||||
| * | Autofixing new Perf cops in 0.37.2 | Lamont Granquist | 2016-02-23 | 1 | -2/+2 |
| | | | | | | | | | | | 6 Performance/Casecmp 18 Performance/Detect 1 Performance/RangeInclude 27 Performance/RedundantBlockCall 6 Performance/RedundantMatch 5 Performance/RedundantMerge 18 Performance/StringReplacement | ||||
| * | flip multiline function arguments aroundlcg/rubocop-0.37.2 | Lamont Granquist | 2016-02-19 | 2 | -2/+2 |
| | | | | | no enforced trailing comma on arguments... | ||||
| * | deal with 0.37.2 renamed cops | Lamont Granquist | 2016-02-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | 252 Style/TrailingCommaInLiteral 84 Style/TrailingCommaInArguments 15 Style/SpaceAroundKeyword -- 351 Total We already dealt with SpaceAroundKeyword under its old name SpaceBeforeModifierKeyword, it looks like it got stricter about spaces after keywords. TrailingComma also got split, and it looks like the TrailingCommaInArguments behavior is new? | ||||
| * | auto fixing some rubocops | Lamont Granquist | 2016-02-09 | 1 | -1/+1 |
| | | | | | | | | | | Style/NegatedWhile Style/ParenthesesAroundCondition Style/WhileUntilDo Style/WordArray Performance/ReverseEach Style/ColonMethodCall | ||||
| * | autofixing whitespace cops | Lamont Granquist | 2016-02-05 | 6 | -85/+84 |
| | | | | | | | | | | | | | | | | | | | | | | | 4174 Style/SpaceInsideHashLiteralBraces 1860 Style/SpaceAroundOperators 1336 Style/SpaceInsideBlockBraces 1292 Style/AlignHash 997 Style/SpaceAfterComma 860 Style/SpaceAroundEqualsInParameterDefault 310 Style/EmptyLines 294 Style/IndentationConsistency 267 Style/TrailingWhitespace 238 Style/ExtraSpacing 212 Style/SpaceBeforeBlockBraces 166 Style/MultilineOperationIndentation 144 Style/TrailingBlankLines 120 Style/EmptyLineBetweenDefs 101 Style/IndentationWidth 82 Style/SpaceAroundBlockParameters 40 Style/EmptyLinesAroundMethodBody 29 Style/EmptyLinesAroundAccessModifier 1 Style/RescueEnsureAlignment | ||||
| * | Update all auth email address from opscode.com and getchef.com to chef.io. | Noah Kantrowitz | 2016-02-02 | 7 | -7/+7 |
| | | | | Generated via git ls-files | xargs perl -pi -e "s/(Author.*?<[^@]+@)(?:opscode\\.com|getchef\\.com)(>)/\\1chef.io\\2/gi" | ||||
| * | Replace all Opscode copyrights with Chef Software. | Noah Kantrowitz | 2016-02-02 | 8 | -8/+8 |
| | | | | Created via git ls-files | xargs perl -pi -e "s/(Copyright.*?), Opscode(,)? Inc(\.)?/\\1, Chef Software Inc./gi" | ||||
| * | Copyright year update for 2016 and massive cleanup. | Noah Kantrowitz | 2016-02-02 | 8 | -8/+8 |
| | | | | Generated via git ls-files | xargs perl -pi -e "s/[Cc]opyright (?:\([Cc]\) )?((?\!$(date +%Y))\\d{4})(-\\d{4})?([, ][ \d]+)*(,|(?= ))/Copyright \\1-$(date +%Y),/g" | ||||
| * | Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimeters | Lamont Granquist | 2016-01-18 | 2 | -7/+7 |
| | | | | | | | See chef/chefstyle#11 for analysis and discussion. We select '{}' since audit of our source code shows that is the most common, and that used to be the dominant learning paradigm (e.g. in ruby 1.9 pickaxe book. | ||||
| * | Use double quotes by default | Thom May | 2016-01-14 | 9 | -601/+601 |
| | | | | | | | | This is an entirely mechanically generated (chefstyle -a) change, to go along with chef/chefstyle#5 . We should pick something and use it consistently, and my opinion is that double quotes are the appropriate thing. | ||||
| * | autocorrecting Style/TrailingCommalcg/trailing_comma | Lamont Granquist | 2016-01-13 | 4 | -16/+16 |
| | | | | | chefstyle -a fixed 1044 occurrances | ||||
| * | Move server and repository fs objects to their own directories | John Keiser | 2016-01-13 | 1 | -3/+3 |
| | | |||||
| * | more rubocop fixeslcg/more-rubocop-lint | Lamont Granquist | 2016-01-12 | 1 | -8/+5 |
| | | | | | | | | | | | | fixes: Lint/UnreachableCode Lint/NonLocalExitFromIterator Lint/LiteralInCondition Lint/EmptyEnsure Lint/DefEndAlignment Lint/CircularArgumentReference | ||||
| * | Add knife/ChefFS support for policyfiles and policy_groups. | John Keiser | 2015-12-15 | 1 | -4/+0 |
| | | |||||
| * | Add make_child_entry in ChefFS CookbookSubdir | Maxime Brugidou | 2015-11-25 | 1 | -0/+34 |
| | | | | | Following a517fa8a we can't call `child` on cookbook subdirs. | ||||
| * | Use windows paths without case-sensitivity.ksubrama/path_space | Kartik Null Cating-Subramanian | 2015-06-30 | 1 | -0/+108 |
| | | | | | | | Fixes #1684 Add tests for path manipulation in chef-fs. Clean up the handling of paths in chef-fs. | ||||
| * | Purge pending specscleanup-pending | danielsdeleo | 2015-05-23 | 1 | -15/+3 |
| | | | | | RSpec isn't a bug database | ||||
| * | Add policy support to ChefFS configuration | danielsdeleo | 2015-01-27 | 1 | -0/+52 |
| | | |||||
| * | Use new expect syntax instead of should | Jan Habermann | 2014-12-31 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #2073 from opscode/ryan/group_post-mastertball/restore-050d148 | Serdar Sutay | 2014-11-19 | 1 | -0/+63 |
| |\ | | | | | Populate the actors when creating groups | ||||
| | * | Add unit test for group normalization in ChefFS | Ryan Cragun | 2014-11-19 | 1 | -0/+63 |
| | | | |||||
| * | | Update to RSpec 3. | Claire McQuin | 2014-10-29 | 5 | -394/+393 |
| | | | |||||
| * | | add empty? method for cheffs base dir class | curiositycasualty | 2014-10-28 | 1 | -5/+18 |
| |/ | | | | | | | | add spec tests remove commented pry binding delegate to Array#empty? instead | ||||
| * | Warn on using 'everything' for knife download on a hosted setup PR #1913 | jmink | 2014-08-25 | 1 | -0/+58 |
| | | |||||
| * | Fix tests on 1.8.7 | John Keiser | 2014-05-19 | 1 | -116/+97 |
| | | |||||
| * | Do not provide "lazy" unless it is available (Ruby 2.0+) | John Keiser | 2014-05-19 | 1 | -18/+44 |
| | | |||||
| * | Prevent parallel first/take/drop from processing things it shouldn't | John Keiser | 2014-05-19 | 1 | -32/+126 |
| | | |||||
| * | Make parallel enumerable safe to restart | John Keiser | 2014-05-19 | 1 | -0/+57 |
| | | |||||
| * | Make it possible to resize and gently stop the parallelizer | John Keiser | 2014-05-18 | 1 | -0/+24 |
| | | |||||
| * | Add ability to flatten parallel enumerable | John Keiser | 2014-05-18 | 1 | -0/+24 |
| | | |||||
| * | Add each_with_exceptions to allow all results to be known | John Keiser | 2014-05-17 | 1 | -9/+19 |
| | | |||||
| * | Add :stop_on_exception to stop consuming input on exception | John Keiser | 2014-05-17 | 1 | -0/+27 |
| | | |||||
| * | Add parallel_do method for when you don't care about output | John Keiser | 2014-05-17 | 1 | -21/+33 |
| | | |||||
| * | Add methods to receive asynchronous output from parallelizer | John Keiser | 2014-05-17 | 1 | -0/+227 |
| | | | | | | | - make parallelizer less eager to process inputs on its thread except when unblocking, to leave it free to send outputs - allow parallelizer to start making headway with long-running inputs before the inputs are done - use ruby internal Queues to manage locking instead of mutexes | ||||
| * | Change OperationFailedError itself to include the body in "message" if it's ↵ | Kazuhiro Yamada | 2013-09-12 | 2 | -20/+47 |
| | | | | | a 400. | ||||
| * | Output cause of error when FileSystem.copy_entries method was failed. | Kazuhiro Yamada | 2013-09-12 | 1 | -0/+20 |
| | | | | | | | | | | | | | - befor the change $ knife upload nodes/node.json ERROR: nodes/node.json failed to write: HTTP error writing: 400 "Bad Request" - after the change $ knife upload nodes/node.json ERROR: nodes/node.json failed to write: HTTP error writing: 400 "Bad Request" cause: {"error":["Invalid key test in request body"]} | ||||
| * | Fix diff_spec on Solaris | John Keiser | 2013-06-07 | 1 | -29/+30 |
| | | |||||
| * | Remove unit tests adequately covered in integration | jkeiser | 2013-06-07 | 4 | -1236/+0 |
| | | |||||
| * | Adjust to new arguments to ChefServerRootDir.new | jkeiser | 2013-06-07 | 4 | -10/+12 |
| | | |||||
