| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fixing Style/ConstantName cop | Lamont Granquist | 2016-08-16 | 3 | -4/+4 |
| | | |||||
| * | autofixing Performance/TimesMap | Lamont Granquist | 2016-08-16 | 2 | -2/+2 |
| | | |||||
| * | Fix Ruby 2.3 `symlink?` when symlink points to nonexistent file | John Keiser | 2016-08-03 | 1 | -4/+4 |
| | | |||||
| * | windows fixes for ruby 2.2.4 | Lamont Granquist | 2016-03-23 | 1 | -3/+5 |
| | | |||||
| * | chefstyle Style/AndOr fixes | Lamont Granquist | 2016-03-14 | 1 | -1/+1 |
| | | | | | | this is part of our informal style guide, lets make it formal since clearly its not getting followed very well. | ||||
| * | add some @yield docs | Lamont Granquist | 2016-03-04 | 1 | -0/+3 |
| | | | | | added some FIXMEs because trying to sort out types for random undocumented code was making me completely aggro | ||||
| * | remove unused block argumentslcg/chefstyle-perf | Lamont Granquist | 2016-02-23 | 1 | -3/+3 |
| | | |||||
| * | Autofixing new Perf cops in 0.37.2 | Lamont Granquist | 2016-02-23 | 2 | -4/+4 |
| | | | | | | | | | | | 6 Performance/Casecmp 18 Performance/Detect 1 Performance/RangeInclude 27 Performance/RedundantBlockCall 6 Performance/RedundantMatch 5 Performance/RedundantMerge 18 Performance/StringReplacement | ||||
| * | 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? | ||||
| * | fallback to netmsg.dll error table if error message is not found in system ↵ | Matt Wrock | 2016-02-18 | 2 | -4/+45 |
| | | | | | errors | ||||
| * | convert MultilineOperationIndentation style to "indented" | Lamont Granquist | 2016-02-12 | 3 | -10/+10 |
| | | | | | this looks nicer. | ||||
| * | pull rubocop 0.37.2 into chefstyle | Lamont Granquist | 2016-02-12 | 1 | -1/+1 |
| | | | | | | this is from the same ruleset that we had, but the new code catches more conditions. | ||||
| * | auto fixing some rubocops | Lamont Granquist | 2016-02-09 | 6 | -8/+8 |
| | | | | | | | | | | Style/NegatedWhile Style/ParenthesesAroundCondition Style/WhileUntilDo Style/WordArray Performance/ReverseEach Style/ColonMethodCall | ||||
| * | autofixing whitespace cops | Lamont Granquist | 2016-02-05 | 18 | -102/+122 |
| | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | fixes #4515 and use FormatMessage to get correct error messages from native ↵invalid | Matt Wrock | 2016-02-03 | 4 | -65/+27 |
| | | | | | API instead of retyping them with our fingers | ||||
| * | Update all auth email address from opscode.com and getchef.com to chef.io. | Noah Kantrowitz | 2016-02-02 | 28 | -31/+31 |
| | | | | 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 | 28 | -28/+28 |
| | | | | Created via git ls-files | xargs perl -pi -e "s/(Copyright.*?), Opscode(,)? Inc(\.)?/\\1, Chef Software Inc./gi" | ||||
| * | Manual fix ups for things that didn't follow the usual pattern. | Noah Kantrowitz | 2016-02-02 | 2 | -2/+2 |
| | | |||||
| * | Copyright year update for 2016 and massive cleanup. | Noah Kantrowitz | 2016-02-02 | 34 | -34/+34 |
| | | | | 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" | ||||
| * | correct windows 10 major/minor version numbersversion | Matt Wrock | 2016-02-01 | 1 | -2/+2 |
| | | |||||
| * | Use double quotes by default | Thom May | 2016-01-14 | 36 | -202/+202 |
| | | | | | | | | 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 | 6 | -71/+71 |
| | | | | | chefstyle -a fixed 1044 occurrances | ||||
| * | yet more lint copslcg/lint-cops-again | Lamont Granquist | 2016-01-13 | 1 | -13/+0 |
| | | | | | | | | fixes: Lint/AmbiguousOperator Lint/DuplicateMethods | ||||
| * | really fix copslcg/really-fix-cops | Lamont Granquist | 2016-01-12 | 2 | -131/+131 |
| | | |||||
| * | fixes #3521 correcting format of user name passed to policy apis and does ↵ | Matt Wrock | 2015-12-29 | 4 | -3/+108 |
| | | | | | not clobber existing service rights of other users | ||||
| * | adds support to installer types inno, nsis, wise and installshield top the ↵ | Matt Wrock | 2015-12-07 | 3 | -1/+149 |
| | | | | | windows_package resource | ||||
| * | Improve sentences | Tim Smith | 2015-10-18 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #3462 from chef/jdm/pscred-winrm | Steven Murawski | 2015-09-08 | 1 | -1/+1 |
| |\ | | | | | | | Fix issue where ps_credential does not work over winrm | ||||
| | * | Allow creation of secure strings over remoting/servicesjdm/pscred-winrm | Jay Mundrawala | 2015-06-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | The issue here is the user profile does not get loaded when running over winrm / as a service. This user profile is needed to use the DPAPI to encrypt the data for the current user. Should fix #3246 | ||||
| * | | Move Win32::Registry#write monkeypatch into win32/registry monkeypatch file. | Claire McQuin | 2015-09-04 | 1 | -27/+0 |
| | | | |||||
| * | | Implement delete_key with Win32::Registry#delete_key | Claire McQuin | 2015-09-03 | 1 | -26/+13 |
| | | | |||||
| * | | Remove access mask to RegDeleteKeyExW, it's not useful | Claire McQuin | 2015-09-03 | 1 | -2/+1 |
| | | | |||||
| * | | Monkey-patch Win32::Registry::API::DeleteKey for Win32::Registry#delete_key | Claire McQuin | 2015-09-03 | 1 | -4/+1 |
| | | | |||||
| * | | Monkey-patch Win32::Registry::API::DeleteValue for Win32::Registry#delete_value. | Claire McQuin | 2015-09-03 | 2 | -0/+10 |
| | | | |||||
| * | | Refactor Chef::Mixin::WideString to remove implicit Windows dependency.mcquin/refactor-wstring | Claire McQuin | 2015-09-01 | 11 | -55/+20 |
| | | | |||||
| * | | Patch Win32::Registry#write on Ruby 2.1, resolves encoding errorsmcquin/monkeypatch-win32-registry-write | Claire McQuin | 2015-08-31 | 1 | -0/+27 |
| | | | |||||
| * | | Fix constant | Salim Alam | 2015-08-31 | 1 | -1/+1 |
| | | | |||||
| * | | Prep for Registry FFI; Convert RegDeleteKeyEx to FFIsalam/registry-ffi | chefsalim | 2015-08-30 | 2 | -2/+57 |
| | | | |||||
| * | | FFI NetUseAdd | Jay Mundrawala | 2015-08-28 | 2 | -0/+24 |
| | | | |||||
| * | | FFI NetUseGetInfo | Jay Mundrawala | 2015-08-28 | 2 | -0/+38 |
| | | | |||||
| * | | Create StructHelper | Jay Mundrawala | 2015-08-28 | 1 | -38/+42 |
| | | | |||||
| * | | Use FFI for NetUseDel | Jay Mundrawala | 2015-08-28 | 2 | -0/+31 |
| | | | |||||
| * | | Rename NetUser -> Net | Jay Mundrawala | 2015-08-28 | 1 | -1/+2 |
| | | | |||||
| * | | Make win32/api/net.rb look nicerjdm/net-api-style | Jay Mundrawala | 2015-08-28 | 1 | -11/+28 |
| | | | |||||
| * | | Use ffi for GetVolumeNameForVolumeMountPoint | Jay Mundrawala | 2015-08-27 | 2 | -0/+14 |
| | | | |||||
| * | | Convert SetVolumeMountPoint to use ffi | Jay Mundrawala | 2015-08-27 | 2 | -0/+13 |
| | | | |||||
| * | | Rewrite DeleteVolumeMountPoint to use FFI | Jay Mundrawala | 2015-08-27 | 2 | -0/+16 |
| | | | |||||
| * | | Merge pull request #3775 from chef/salam/win64 | Salim Alam | 2015-08-19 | 3 | -0/+98 |
| |\ \ | | | | | | | Enable 64-bit support for Powershell and Batch scripts | ||||
| | * | | Enable 64-bit support for Powershell and Batch scripts | Salim Alam | 2015-08-19 | 3 | -0/+98 |
| | | | | |||||
| * | | | FFYify NetLocalGroupDelMembers | Jay Mundrawala | 2015-07-30 | 1 | -0/+13 |
| | | | | |||||
