| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | autofixing whitespace cops | Lamont Granquist | 2016-02-05 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | Copyright year update for 2016 and massive cleanup. | Noah Kantrowitz | 2016-02-02 | 1 | -1/+1 |
| | | | | 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 | 1 | -3/+3 |
| | | | | | | | | 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. | ||||
| * | Rename log.deprecation to log_deprecation | John Keiser | 2015-09-01 | 1 | -2/+2 |
| | | |||||
| * | Pass deprecations through formatter instead of logs | John Keiser | 2015-09-01 | 1 | -2/+2 |
| | | |||||
| * | Code review comments | John Keiser | 2015-06-30 | 1 | -1/+0 |
| | | |||||
| * | Optimize logic on class initialize so it doesn't fall into the | John Keiser | 2015-06-30 | 1 | -17/+14 |
| | | | | | | | "look at all classes to see if they provide the DSL" else clause when you're just setting resource_name (which happens on every class). Perf fix for tests. | ||||
| * | Fix issue where blocks were not considered in priority mappingjdm/3593 | Jay Mundrawala | 2015-06-25 | 1 | -1/+1 |
| | | | | | This should solve #3593 | ||||
| * | Sort identical "provides" alphabetically (for backcompat) | John Keiser | 2015-06-18 | 1 | -38/+63 |
| | | | | | - Warn when multiple providers try to provide the same thing | ||||
| * | Make resource_for_short_name look up the canonical resourcejk/automatic-automatic-name | John Keiser | 2015-06-08 | 1 | -4/+18 |
| | | |||||
| * | Make real exceptions, remove stray canonical argument | John Keiser | 2015-06-08 | 1 | -5/+3 |
| | | |||||
| * | Make sure resource_name :x only removes automatic provides from that class | John Keiser | 2015-06-08 | 1 | -2/+2 |
| | | |||||
| * | Overwrite resource_name with provides | John Keiser | 2015-06-08 | 1 | -14/+21 |
| | | |||||
| * | Make use_automatic_resource_name automatic | John Keiser | 2015-06-08 | 1 | -10/+28 |
| | | |||||
| * | Fix up comments and default priority (when nothing matches) | John Keiser | 2015-06-02 | 1 | -2/+6 |
| | | |||||
| * | Add platform_version to supported filters | John Keiser | 2015-06-02 | 1 | -1/+15 |
| | | |||||
| * | Clean up match code to get rid of TODO | John Keiser | 2015-06-02 | 1 | -38/+23 |
| | | |||||
| * | Let Ruby validate parameters for us | John Keiser | 2015-06-02 | 1 | -35/+9 |
| | | |||||
| * | Add specificity matching | John Keiser | 2015-06-02 | 1 | -4/+36 |
| | | |||||
| * | Narrow resolvers to only look at parts of the map we support | John Keiser | 2015-06-02 | 1 | -0/+7 |
| | | |||||
| * | Use the central priority map for `provides` | John Keiser | 2015-06-02 | 1 | -8/+10 |
| | | |||||
| * | Chef-12 RC Provider Resolver | Lamont Granquist | 2014-10-24 | 1 | -0/+146 |
| makes resource and provider class resolution more dynamic. begins deprecation of Chef::Platform static mapping. | |||||
