summaryrefslogtreecommitdiff
path: root/spec/unit/data_collector
Commit message (Expand)AuthorAgeFilesLines
* Mock File.expand_path to fix window C:/ dir appended in absolute pathVivek Singh2020-09-091-0/+1
* Config validation updatesVivek Singh2020-09-091-14/+21
* Fixes build failureVivek Singh2020-09-081-1/+1
* Data collector multiple fixesVivek Singh2020-09-081-0/+200
* Extract Action Collection from Data CollectorLamont Granquist2019-03-113-676/+0
* fix Style/HashSyntaxLamont Granquist2018-07-021-1/+1
* Save the node's UUID as an attributetm/chef_guidThom May2018-03-211-0/+9
* Convert node map to last-writer-wins for tiesLamont Granquist2018-01-221-3/+3
* YUNO like cookstyle, Travis?Josh Hudson2017-03-301-63/+63
* Add unit tests for run_end message in policy mode. Also some random cookstyle...Josh Hudson2017-03-301-33/+170
* Make ResourceReporter smarter to get resource identity and stateSalim Afiune2017-03-241-0/+145
* Fix Data Collector organization parsing regexAdam Leff2016-12-071-0/+7
* Add deprecations to Data Collector competion messageadamleff/deprecations-to-data-collectorAdam Leff2016-10-281-0/+2
* fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-172-11/+11
* ensuring the node in the run_converge message is a node object and that it ge...adamleff/include-node-in-converge-messagesAdam Leff2016-06-281-1/+17
* Adding node object to run_converge message, include ignore_failure propertyAdam Leff2016-06-281-42/+2
* Expand data_collector resource list to include all resourcesAdam Leff2016-06-241-3/+3
* bug fix: correctly write out data collector metadata fileadamleff/node-uuid-fixAdam Leff2016-06-101-7/+3
* Bug fix: updated_resource_count should only include updated resourcesAdam Leff2016-06-071-3/+10
* Creation of the new DataCollector reporterAdam Leff2016-06-022-0/+397