| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | autofixing whitespace cops | Lamont Granquist | 2016-02-05 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -1/+1 |
| | | | | Generated via git ls-files | xargs perl -pi -e "s/(Author.*?<[^@]+@)(?:opscode\\.com|getchef\\.com)(>)/\\1chef.io\\2/gi" | ||||
| * | 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 | -1/+1 |
| | | | | | | | | 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. | ||||
| * | Overwrite resource_name with provides | John Keiser | 2015-06-08 | 1 | -2/+0 |
| | | |||||
| * | Add default_action and allowed_actions to Resource class, remove from LWRP | John Keiser | 2015-06-01 | 1 | -1/+2 |
| | | |||||
| * | Add use_automatic_resource_name | John Keiser | 2015-06-01 | 1 | -1/+1 |
| | | |||||
| * | Make resource_name call provides | John Keiser | 2015-06-01 | 1 | -1/+1 |
| | | |||||
| * | Move resource_name up to Resource, and figure out its value automatically | John Keiser | 2015-06-01 | 1 | -1/+0 |
| | | |||||
| * | Add "provides" to all resources | John Keiser | 2015-05-13 | 1 | -0/+2 |
| | | |||||
| * | Bugfix: Allow action :nothing for windows_package, ips_package, ↵ | Julian C. Dunn | 2015-02-04 | 1 | -1/+1 |
| | | | | | | | paludis_package and reboot resources. Closes #2841. | ||||
| * | Improve the action and throw-label names. | Chris Doherty | 2014-09-12 | 1 | -2/+5 |
| | | |||||
| * | Rename actions to :request_reboot_on_successful_run and :reboot_interrupt_run. | Chris Doherty | 2014-09-10 | 1 | -1/+1 |
| | | |||||
| * | Remove the timestamp attribute, which isn't actually settable by the user. | Chris Doherty | 2014-09-10 | 1 | -4/+0 |
| | | |||||
| * | 'timeout' -> 'delay_mins'; add a run_context() shim for RebootPending. | Chris Doherty | 2014-09-10 | 1 | -3/+3 |
| | | |||||
| * | First-pass changes for a core reboot resource. Still uses run_state instead ↵ | Chris Doherty | 2014-09-10 | 1 | -0/+49 |
| of run_context. | |||||
