Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #5725 from pescuma/master | Thom May | 2017-03-21 | 1 | -1/+1 |
|\ | | | | | Fix for creating users in non english windows machines | ||||
| * | Fix for creating users in non english windows machines: uses SID instead of ↵ | Ricardo Pescuma Domenecci | 2017-01-13 | 1 | -1/+1 |
| | | | | | | | | | | | | name to identify Users group Signed-off-by: Ricardo Pescuma Domenecci <ricardo@pescuma.org> | ||||
* | | fix specs: RedundantReturn, RedundantSelf, RedundantBegin | Lamont Granquist | 2017-02-13 | 7 | -76/+48 |
|/ | | | | | | department of redundancy department Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | ||||
* | fix Style/NilComparison | Lamont Granquist | 2016-12-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | ||||
* | set erroraction stop instead of continue | NimishaS | 2016-09-30 | 1 | -1/+1 |
| | | | | Signed-off-by: NimishaS <nimisha.sharad@msystechnologies.com> | ||||
* | fixing Style/MultilineTernaryOperator cop | Lamont Granquist | 2016-08-16 | 1 | -2/+5 |
| | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | ||||
* | autofixing Style/RedundantException cop | Lamont Granquist | 2016-08-16 | 2 | -2/+2 |
| | |||||
* | chefstyle Style/AndOr fixes | Lamont Granquist | 2016-03-14 | 2 | -2/+2 |
| | | | | | 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/+1 |
| | | | | 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 | -1/+1 |
| | |||||
* | Autofixing new Perf cops in 0.37.2 | Lamont Granquist | 2016-02-23 | 1 | -1/+1 |
| | | | | | | | | | | 6 Performance/Casecmp 18 Performance/Detect 1 Performance/RangeInclude 27 Performance/RedundantBlockCall 6 Performance/RedundantMatch 5 Performance/RedundantMerge 18 Performance/StringReplacement | ||||
* | 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 | 3 | -17/+17 |
| | | | | | | | | | Style/NegatedWhile Style/ParenthesesAroundCondition Style/WhileUntilDo Style/WordArray Performance/ReverseEach Style/ColonMethodCall | ||||
* | autofixing whitespace cops | Lamont Granquist | 2016-02-05 | 13 | -251/+249 |
| | | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -12/+12 |
| | | | | 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 | 9 | -9/+9 |
| | | | 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 | 6 | -6/+6 |
| | | | 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 | 4 | -4/+4 |
| | |||||
* | Copyright year update for 2016 and massive cleanup. | Noah Kantrowitz | 2016-02-02 | 15 | -17/+17 |
| | | | 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" | ||||
* | Use double quotes by default | Thom May | 2016-01-14 | 17 | -145/+145 |
| | | | | | | | 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. | ||||
* | chefstyle: fix Lint/StringConversionInInterpolation | Lamont Granquist | 2016-01-12 | 2 | -4/+4 |
| | | | | useless use of `"#{foo.to_s}"` | ||||
* | Prevent inspect on PsCredential from printing out plain text passwordjdm/dont-print-pscred | Jay Mundrawala | 2015-11-23 | 1 | -3/+2 |
| | |||||
* | Capitalize sentences | Tim Smith | 2015-10-18 | 1 | -2/+2 |
| | |||||
* | Remove dependency on windows-prjdm/now-winds-prjdm/now-windows-pr | Jay Mundrawala | 2015-08-28 | 1 | -32/+0 |
| | |||||
* | Remove unused instance variable | Jay Mundrawala | 2015-08-28 | 1 | -1/+0 |
| | |||||
* | Remove unused things | Jay Mundrawala | 2015-08-28 | 1 | -53/+1 |
| | |||||
* | FFI NetUseAdd | Jay Mundrawala | 2015-08-28 | 1 | -5/+13 |
| | |||||
* | FFI NetUseGetInfo | Jay Mundrawala | 2015-08-28 | 1 | -11/+12 |
| | |||||
* | Use FFI for NetUseDel | Jay Mundrawala | 2015-08-28 | 1 | -4/+11 |
| | |||||
* | Stop using @instance_variable | Jay Mundrawala | 2015-08-27 | 1 | -5/+9 |
| | |||||
* | Remove unused things | Jay Mundrawala | 2015-08-27 | 1 | -5/+0 |
| | |||||
* | Use ffi for GetVolumeNameForVolumeMountPoint | Jay Mundrawala | 2015-08-27 | 1 | -5/+4 |
| | |||||
* | Convert SetVolumeMountPoint to use ffi | Jay Mundrawala | 2015-08-27 | 1 | -2/+4 |
| | |||||
* | Rewrite DeleteVolumeMountPoint to use FFI | Jay Mundrawala | 2015-08-27 | 1 | -5/+5 |
| | |||||
* | Add to_s to ps_credential | Jay Mundrawala | 2015-08-25 | 1 | -0/+4 |
| | |||||
* | Cleanup NetGroup classjdm/win-groups | Jay Mundrawala | 2015-07-30 | 1 | -22/+9 |
| | |||||
* | FFYify NetLocalGroupDelMembers | Jay Mundrawala | 2015-07-30 | 1 | -1/+6 |
| | |||||
* | FFYify NetLocalGroupSetMembers | Jay Mundrawala | 2015-07-30 | 1 | -1/+5 |
| | |||||
* | FFYify NetLocalGroupAddMembers | Jay Mundrawala | 2015-07-30 | 1 | -1/+5 |
| | |||||
* | FFIify NetLocalGroupGetMembers | Jay Mundrawala | 2015-07-29 | 1 | -29/+4 |
| | |||||
* | Add Win32NetAPIError exception class | Jay Mundrawala | 2015-07-29 | 1 | -4/+4 |
| | |||||
* | Rewrite NetLocalGroupDel to use FFI | Jay Mundrawala | 2015-07-29 | 1 | -3/+4 |
| | |||||
* | Convert NetLocalGroupAdd to use FFI | Jay Mundrawala | 2015-07-29 | 1 | -106/+109 |
| | |||||
* | Fix up comments and default priority (when nothing matches) | John Keiser | 2015-06-02 | 1 | -201/+3 |
| | |||||
* | Use the central priority map for `provides` | John Keiser | 2015-06-02 | 1 | -4/+201 |
| | |||||
* | Fix backups on windows for the file resource | Jay Mundrawala | 2015-05-27 | 1 | -1/+9 |
| | | | | | | | | The backup utility was using Dir.[], which on breaks with \ in the path name. This code is replaces with listing the directory and matching the correct files This should solve #3394. | ||||
* | Use PathHelper from chef-config | danielsdeleo | 2015-05-20 | 1 | -204/+3 |
| | |||||
* | LogonUser uses ffi instead win32-api | Jay Mundrawala | 2015-05-15 | 1 | -10/+9 |
| | |||||
* | Move win32/user to win32/net | Jay Mundrawala | 2015-05-15 | 1 | -1/+1 |
| | |||||
* | Removed unused things | Jay Mundrawala | 2015-05-15 | 1 | -85/+9 |
| |