| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgrade | Lamont Granquist | 2016-08-17 | 1 | -5/+5 |
| | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | ||||
| * | 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 | -8/+8 |
| | | | | | | | | 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 | 1 | -2/+2 |
| | | | | | chefstyle -a fixed 1044 occurrances | ||||
| * | Correct Windows reboot command to delay in minutes | Jimmy McCrory | 2015-07-19 | 1 | -1/+1 |
| | | | | | | Correct the command used to reboot Windows machines so that it converts a given delay_mins option to the appropriate number of seconds. | ||||
| * | Stub `windows?` on ChefConfig so it applies to config | danielsdeleo | 2015-05-20 | 1 | -1/+1 |
| | | |||||
| * | Update to RSpec 3. | Claire McQuin | 2014-10-29 | 1 | -1/+1 |
| | | |||||
| * | Add #reboot! to Rebooter for immediate rebooting; make Rebooter stateless; | Chris Doherty | 2014-09-10 | 1 | -12/+37 |
| | | | | | add specs. | ||||
| * | Rename actions to :request_reboot_on_successful_run and :reboot_interrupt_run. | Chris Doherty | 2014-09-10 | 1 | -0/+1 |
| | | |||||
| * | Elaborate the specs a bit to make sure we're generating the correct reboot ↵ | Chris Doherty | 2014-09-10 | 1 | -12/+26 |
| | | | | | shell string. | ||||
| * | test against Windows string. | Chris Doherty | 2014-09-10 | 1 | -1/+1 |
| | | |||||
| * | Chef::Rebooter -> Chef::Platform::Rebooter | Chris Doherty | 2014-09-10 | 1 | -4/+3 |
| | | |||||
| * | Repair hacky use of rspec. | Chris Doherty | 2014-09-10 | 1 | -3/+5 |
| | | |||||
| * | Spec for the actual reboot code. | Chris Doherty | 2014-09-10 | 1 | -0/+64 |
