summaryrefslogtreecommitdiff
path: root/lib/chef/event_dispatch
Commit message (Expand)AuthorAgeFilesLines
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-142-4/+4
* Fix a typo comment. [ci skip]Noah Kantrowitz2015-12-151-1/+1
* More code reviewtm/live_execute_streamingThom May2015-11-111-4/+1
* Implement code review comments and fix failing testsThom May2015-11-091-3/+1
* Implement live streaming for execute resourcesAdam Jacob2015-11-092-0/+18
* Added run list expansion json conversion. Creates a json tree from the run li...kyleen/addExpandedRunListKyleen MacGugan2015-10-211-0/+3
* Fix dispatch when there are different receiversJohn Keiser2015-10-051-2/+5
* Fix dispatching events to methods with arity < argsJohn Keiser2015-09-011-1/+1
* Make Dispatcher metaprogramming more straightforwardJohn Keiser2015-09-011-18/+18
* Pass deprecations through formatter instead of logsJohn Keiser2015-09-012-6/+13
* Support forwards compatibility for event sinks.Noah Kantrowitz2015-07-311-1/+11
* Revert back to the first argument being cookbook_name.Noah Kantrowitz2015-07-311-1/+1
* Make the doc formatter actually show what version of a cookbook is being used.Noah Kantrowitz2015-07-221-2/+2
* Merge remote-tracking branch 'origin/master' into chef_handlerRanjib Dey2015-06-242-23/+46
|\
| * Add comments and use def self.x instead of class<<selfJohn Keiser2015-06-231-1/+1
| * Create the `action :name do ... end` syntax for ResourceJohn Keiser2015-06-231-16/+40
* | add name class attribute for user defined handlers. more readable invalid eve...Ranjib Dey2015-06-231-13/+24
* | fix typoRanjib Dey2015-06-181-1/+1
* | use Chef.run_context to register handler if setRanjib Dey2015-06-131-1/+9
* | Merge remote-tracking branch 'origin/master' into HEADRanjib Dey2015-06-122-2/+9
|\ \ | |/
| * Make sure the audit mode output is reflected both in the logs and in the form...Serdar Sutay2015-05-291-2/+2
| * Display policy name and ID during the chef rundanielsdeleo2015-05-221-0/+5
| * Allow inspection of event dispatch's subscribersinspect-dispatcher-subscribersdanielsdeleo2015-05-061-0/+2
* | [RFC-039] chef handler dslRanjib Dey2015-04-181-0/+46
|/
* Merge pull request #2758 from chef/mcquin/control_groupSerdar Sutay2015-02-111-3/+3
|\
| * Update DSL method name to controls_group.mcquin/control_groupClaire McQuin2015-01-151-3/+3
* | Use #define_method instead of #class_eval (ruby 1.8 specific, issue #2497)Xabier de Zuazo2015-01-271-5/+3
|/
* Addressing review comments, adding documentationtyler-ball2014-12-181-0/+5
* Wiring audit event proxy to send events correctly to the audit_reportertyler-ball2014-12-171-10/+7
* Adding first round of formatter integration - STDOUT doc formattertyler-ball2014-12-171-5/+22
* Creating our own example group class to simplify adding examples to the spec ...tyler-ball2014-12-171-0/+16
* typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-081-1/+1
* Add ability to stream (and indent) command outputJohn Keiser2014-04-302-0/+43
* compute elapsed time without altering public apiRanjib Dey2013-11-061-2/+2
* pass elapsed time along with node/exception in event hanldersRanjib Dey2013-11-061-2/+2
* Normalize whitespace on all filesSeth Vargo2013-09-262-2/+2
* Adding the run_started callbackPrajaktaPurohit2013-04-241-0/+3
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-302-0/+353