summaryrefslogtreecommitdiff
path: root/lib/chef/resource_reporter.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix typoVivek Singh2020-04-061-1/+1
* Change name_property to be identity and not desired_state by defaultLamont Granquist2020-04-021-1/+1
* Fix action collection nil error early in runsLamont Granquist2019-11-121-1/+1
* Duration field in resource report needs to be Stringlcg/resource_reporter_duration_bugfixLamont Granquist2019-07-231-1/+1
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-201-2/+2
* Convert require to require_relativeLamont Granquist2019-05-081-1/+1
* Extract Action Collection from Data CollectorLamont Granquist2019-03-111-137/+46
* fix Style/MutableConstantLamont Granquist2018-07-021-1/+1
* fix Layout/LeadingCommentSpaceLamont Granquist2018-07-021-1/+1
* fix Style/HashSyntaxLamont Granquist2018-07-021-2/+2
* mechanical conversion of most debug log statements to traceThom May2018-03-261-4/+4
* prepping for rubocop 0.52.1lcg/rubocop-0.52.1Lamont Granquist2018-01-171-2/+1
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-131-1/+1
* Create a new blank Resource instead of transforming itSalim Afiune2016-12-221-17/+7
* Transform sensitive resources before report themSalim Afiune2016-12-221-0/+21
* fix Style/StructInheritance coplcg/more-copsLamont Granquist2016-08-161-5/+5
* autofixing whitespace copsLamont Granquist2016-02-051-6/+6
* Some more author domain stragglers.Noah Kantrowitz2016-02-021-1/+1
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-6/+6
* Convert all uses of Chef::REST to Chef::ServerAPItm/no_more_restThom May2016-01-111-4/+3
* Added run list expansion json conversion. Creates a json tree from the run li...kyleen/addExpandedRunListKyleen MacGugan2015-10-211-0/+6
* remove configuration optionClaire McQuin2015-05-271-1/+1
* Deprecate dsl_name (the "DSL name for this class" is no longer meaningful).John Keiser2015-05-131-1/+1
* create Chef::Resource#state_for_resource_reporterLamont Granquist2015-05-011-9/+2
* removed securerandom patchAnshul Sharma2014-11-131-1/+1
* remove JSON gem usageLamont Granquist2014-08-111-3/+3
* Revert "remove #to_json Monkeytpatching"Lamont Granquist2014-08-091-3/+3
* remove #to_json MonkeypatchingLamont Granquist2014-08-091-3/+3
* Tweak ResourceReporter#post_reporting_data for better logs and safer exceptio...Hugo Lopes Tavares2014-07-081-7/+6
* Fix ResourceReporter#post_reporting_data http error handling. Fixes #1550Hugo Lopes Tavares2014-06-251-1/+2
* comment patch for future fixClaire McQuin2014-06-061-0/+10
* - Adding X-Remote-Request-Id to the set of headers for every request from CCR...PrajaktaPurohit2014-02-071-4/+7
* Making sure that the resource_name and resource_id while being sent to report...Prajakta Purohit2014-01-311-2/+2
* 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
* When reporting a resource, before and after should always be a hashjamesc2013-10-151-2/+8
* update logic so that we don't return dummy values in resource reporterjamesc2013-07-101-3/+0
* OC-8641 - new_resource.cookbook_version is nil for some resourcesjamesc2013-07-101-2/+8
* monkey patch SecureRandom with uuid method if requiredjamesc2013-06-181-14/+2
* Add start_time to end of run reporting messagejamesc2013-06-181-0/+1
* Refactor of the protocol for initializing ResourceReporterjamesc2013-06-181-19/+19
* [OC-7370] Rename node_run begin action to startmmzyk2013-06-181-4/+4
* [OC-6939] Use start_time/end_time from chef-clientjamesc2013-06-181-3/+21
* [OC-7356] Protocol Version for Reportingmmzyk2013-06-181-28/+44
* [OC-6569] Rework generation of run_id to be in clientmmzyk2013-06-181-9/+29
* [OC-6938] Remove summary mode from the clientmmzyk2013-06-181-26/+9
* Merge branch '10-stable'Bryan McLellan2012-10-301-15/+24