Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | autofixing whitespace cops | Lamont Granquist | 2016-02-05 | 3 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | | | 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 | 2 | -4/+4 |
| | | | | | | | 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. | ||||
* | Fix a typo comment. [ci skip] | Noah Kantrowitz | 2015-12-15 | 1 | -1/+1 |
| | |||||
* | More code reviewtm/live_execute_streaming | Thom May | 2015-11-11 | 1 | -4/+1 |
| | |||||
* | Implement code review comments and fix failing tests | Thom May | 2015-11-09 | 1 | -3/+1 |
| | |||||
* | Implement live streaming for execute resources | Adam Jacob | 2015-11-09 | 2 | -0/+18 |
| | | | | | | | | | | This brings live streaming of execute resource output to the output formatters. It also adds a mechanism for checking to see if an output formatter is in use through the event dispatch system. It adds a new configuration option, "always_stream_execute", which does what it says on the tin. | ||||
* | Added run list expansion json conversion. Creates a json tree from the run ↵kyleen/addExpandedRunList | Kyleen MacGugan | 2015-10-21 | 1 | -0/+3 |
| | | | | | | | | | | list expansion trace. Added event to report expanded run list Updated json conversion to use chef compat json. Remove RunListExpansion from JsonCompat | ||||
* | Fix dispatch when there are different receivers | John Keiser | 2015-10-05 | 1 | -2/+5 |
| | | | | | with different numbers of arguments. Fixes https://github.com/chef/chef-dk/issues/546) | ||||
* | Fix dispatching events to methods with arity < args | John Keiser | 2015-09-01 | 1 | -1/+1 |
| | |||||
* | Make Dispatcher metaprogramming more straightforward | John Keiser | 2015-09-01 | 1 | -18/+18 |
| | |||||
* | Pass deprecations through formatter instead of logs | John Keiser | 2015-09-01 | 2 | -6/+13 |
| | |||||
* | Support forwards compatibility for event sinks. | Noah Kantrowitz | 2015-07-31 | 1 | -1/+11 |
| | | | | | | We can add new arguments and events without breaking compat as long as the new arguments are added at the end. The new args will be silently trimmed for sending to older event sinks, and new event types will be ignored. | ||||
* | Revert back to the first argument being cookbook_name. | Noah Kantrowitz | 2015-07-31 | 1 | -1/+1 |
| | |||||
* | Make the doc formatter actually show what version of a cookbook is being used. | Noah Kantrowitz | 2015-07-22 | 1 | -2/+2 |
| | | | | | | | | This has bugged me forever. It does change the API of the Formatter system in a ~non-back-compat way but I don't think I've actually seen any formatters outside of core Chef so how much do we want to worry about this? We could write a shim in `Chef::EventDispatcher::Dispatcher` to check the arity of the method if needed. | ||||
* | Merge remote-tracking branch 'origin/master' into chef_handler | Ranjib Dey | 2015-06-24 | 2 | -23/+46 |
|\ | |||||
| * | Add comments and use def self.x instead of class<<self | John Keiser | 2015-06-23 | 1 | -1/+1 |
| | | |||||
| * | Create the `action :name do ... end` syntax for Resource | John Keiser | 2015-06-23 | 1 | -16/+40 |
| | | |||||
* | | add name class attribute for user defined handlers. more readable invalid ↵ | Ranjib Dey | 2015-06-23 | 1 | -13/+24 |
| | | | | | | | | event handler exception name. | ||||
* | | fix typo | Ranjib Dey | 2015-06-18 | 1 | -1/+1 |
| | | |||||
* | | use Chef.run_context to register handler if set | Ranjib Dey | 2015-06-13 | 1 | -1/+9 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into HEAD | Ranjib Dey | 2015-06-12 | 2 | -2/+9 |
|\ \ | |/ | | | | | | | Conflicts: lib/chef/chef_class.rb | ||||
| * | Make sure the audit mode output is reflected both in the logs and in the ↵ | Serdar Sutay | 2015-05-29 | 1 | -2/+2 |
| | | | | | | | | formatter output. | ||||
| * | Display policy name and ID during the chef run | danielsdeleo | 2015-05-22 | 1 | -0/+5 |
| | | |||||
| * | Allow inspection of event dispatch's subscribersinspect-dispatcher-subscribers | danielsdeleo | 2015-05-06 | 1 | -0/+2 |
| | | |||||
* | | [RFC-039] chef handler dsl | Ranjib Dey | 2015-04-18 | 1 | -0/+46 |
|/ | |||||
* | Merge pull request #2758 from chef/mcquin/control_group | Serdar Sutay | 2015-02-11 | 1 | -3/+3 |
|\ | | | | | Change audit DSL method controls to control_group. | ||||
| * | Update DSL method name to controls_group.mcquin/control_group | Claire McQuin | 2015-01-15 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to use control_group. Unify wording along control_group. Unify wording along control_group. Fix typo. Enable audit mode. Update to use control_group syntax. Update for audit DSL changes. Update for audit DSL change. | ||||
* | | Use #define_method instead of #class_eval (ruby 1.8 specific, issue #2497) | Xabier de Zuazo | 2015-01-27 | 1 | -5/+3 |
|/ | |||||
* | Addressing review comments, adding documentation | tyler-ball | 2014-12-18 | 1 | -0/+5 |
| | |||||
* | Wiring audit event proxy to send events correctly to the audit_reporter | tyler-ball | 2014-12-17 | 1 | -10/+7 |
| | |||||
* | Adding first round of formatter integration - STDOUT doc formatter | tyler-ball | 2014-12-17 | 1 | -5/+22 |
| | |||||
* | Creating our own example group class to simplify adding examples to the spec ↵ | tyler-ball | 2014-12-17 | 1 | -0/+16 |
| | | | | runner | ||||
* | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-08 | 1 | -1/+1 |
| | |||||
* | Add ability to stream (and indent) command output | John Keiser | 2014-04-30 | 2 | -0/+43 |
| | |||||
* | compute elapsed time without altering public api | Ranjib Dey | 2013-11-06 | 1 | -2/+2 |
| | |||||
* | pass elapsed time along with node/exception in event hanlders | Ranjib Dey | 2013-11-06 | 1 | -2/+2 |
| | |||||
* | Normalize whitespace on all files | Seth Vargo | 2013-09-26 | 2 | -2/+2 |
| | |||||
* | Adding the run_started callback | PrajaktaPurohit | 2013-04-24 | 1 | -0/+3 |
| | |||||
* | [OC-3564] move core Chef to the repo root \o/ \m/ | Seth Chisamore | 2012-10-30 | 2 | -0/+353 |
The opscode/chef repository now only contains the core Chef library code used by chef-client, knife and chef-solo! |