summaryrefslogtreecommitdiff
path: root/spec/unit/resource_reporter_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* some spec typosVivek Singh2020-04-071-1/+1
* Change name_property to be identity and not desired_state by defaultLamont Granquist2020-04-021-6/+2
* Use require_relative within the specsrequire_relativeTim Smith2020-02-181-1/+1
* Duration field in resource report needs to be Stringlcg/resource_reporter_duration_bugfixLamont Granquist2019-07-231-0/+2
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-021-4/+4
* Extract Action Collection from Data CollectorLamont Granquist2019-03-111-194/+220
* change HTTPServerException to HTTPClientException for ruby 2.6Lamont Granquist2019-01-031-7/+7
* Update wording in resource specs for attributes -> propertiesTim Smith2018-07-101-2/+2
* clean up whitespace againLamont Granquist2018-07-021-1/+1
* fix Layout/DotPositionLamont Granquist2018-07-021-16/+16
* fix Style/HashSyntaxLamont Granquist2018-07-021-12/+12
* mechanical conversion of most debug log statements to traceThom May2018-03-261-1/+1
* Remove the nil user in execute specTim Smith2018-03-071-1/+1
* fix specs broken by removal of state methodLamont Granquist2017-03-171-5/+5
* Fixed specsnimisha2017-02-021-1/+1
* Create a new blank Resource instead of transforming itSalim Afiune2016-12-221-6/+6
* Transform sensitive resources before report themSalim Afiune2016-12-221-0/+24
* fixes Style/Semicolon coplcg/style-semicolonLamont Granquist2016-11-141-4/+4
* fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-171-4/+4
* flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-191-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-29/+29
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-3/+3
* 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
* Fix nil with properties:John Keiser2016-01-271-0/+2
* Use double quotes by defaultThom May2016-01-141-13/+13
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-2/+2
* fix some lint copsLamont Granquist2016-01-121-1/+1
* Convert all uses of Chef::REST to Chef::ServerAPItm/no_more_restThom May2016-01-111-27/+17
* Added run list expansion json conversion. Creates a json tree from the run li...kyleen/addExpandedRunListKyleen MacGugan2015-10-211-0/+7
* Update to RSpec 3.Claire McQuin2014-10-291-118/+118
* Trying to eradicate all traces of the JSON gem from Cheftyler-ball2014-10-071-3/+3
* Tweak ResourceReporter#post_reporting_data for better logs and safer exceptio...Hugo Lopes Tavares2014-07-081-2/+11
* Fix ResourceReporter#post_reporting_data http error handling. Fixes #1550Hugo Lopes Tavares2014-06-251-0/+39
* send md5 checksummed registry key if data type is binary/dword/qwordClaire McQuin2014-06-051-12/+37
* fix for rspec 2.99Lamont Granquist2014-06-031-2/+2
* - Adding X-Remote-Request-Id to the set of headers for every request from CCR...PrajaktaPurohit2014-02-071-1/+1
* Adding tests to make sure the resource_name and resource_id are of typePrajakta Purohit2014-02-041-0/+55
* s/mock\(/double(/gLamont Granquist2014-01-291-3/+3
* s/stub!/stub/gLamont Granquist2014-01-291-13/+13
* When reporting a resource, before and after should always be a hashjamesc2013-10-151-0/+27
* Merge pull request #893 from opscode/error_description_formattingSerdar Sutay2013-07-121-1/+1
|\
| * Change error description sections elements to be hashes.tylercloke2013-07-081-1/+1
* | update logic so that we don't return dummy values in resource reporterjamesc2013-07-101-4/+4
* | OC-8641 - new_resource.cookbook_version is nil for some resourcesjamesc2013-07-101-0/+51
|/
* Refactor of the protocol for initializing ResourceReporterjamesc2013-06-181-4/+2
* [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-14/+31
* [OC-7356] Protocol Version for Reportingmmzyk2013-06-181-5/+11