summaryrefslogtreecommitdiff
path: root/lib/chef/event_dispatch
Commit message (Expand)AuthorAgeFilesLines
* updating gemlock filesJohn McCrae2022-03-221-0/+3
* Native compliance phaseLamont Granquist2021-09-171-2/+44
* Add a slow resources report to chef-clientLamont Granquist2021-05-281-1/+2
* Add after_resource to pair with current_resourceLamont Granquist2020-03-311-0/+3
* add a comment explaining what we're doing.lcg/thread-local-event-storageLamont Granquist2019-10-021-0/+5
* Event dispatcher thread local storageLamont Granquist2019-10-021-2/+4
* Style/NegatedIfLamont Granquist2019-07-051-1/+1
* Style/EmptyMethodLamont Granquist2019-07-021-172/+86
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+1
* Convert require to require_relativeLamont Granquist2019-05-082-4/+4
* WIP: Remove audit mode from chef-clientTim Smith2019-03-111-31/+0
* Extract Action Collection from Data CollectorLamont Granquist2019-03-112-15/+58
* mechanical conversion of most debug log statements to traceThom May2018-03-261-2/+2
* Makes life easier for hook authors switching from the older report handler sy...Noah Kantrowitz2017-11-271-2/+2
* RFC 59: Load Ohai pluginstm/ohai_plugins_2Thom May2017-04-051-0/+16
* add attribute_changed hook to event handlersLamont Granquist2016-10-281-0/+3
* Hook up the recipe_file_loaded event which was defined but not actually called.Noah Kantrowitz2016-09-021-2/+2
* Merge pull request #4658 from chef/tm/remote_file_download_progress11.9Thom May2016-03-151-0/+6
|\
| * Enable progress output to be configuredtm/remote_file_download_progressThom May2016-03-041-6/+6
| * Merge branch 'remote-file-download-progress' of https://github.com/brandocorp...Thom May2016-03-031-0/+6
| |\
| | * new doc formatter event, remove progress barBrandon Raabe2015-03-201-0/+9
* | | add comments and cleanupLamont Granquist2016-02-091-5/+1
* | | get the formatting for cookbook gems correctLamont Granquist2016-02-091-0/+24
|/ /
* | autofixing whitespace copsLamont Granquist2016-02-053-3/+4
* | 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
|\