summaryrefslogtreecommitdiff
path: root/lib/chef/data_collector
Commit message (Expand)AuthorAgeFilesLines
* Do not send blocked attributes to data collectorMarc A. Paradise2021-06-091-1/+1
* Workaround rubygems slow requires by only running require for chef-utils/distLance Albertson2020-09-151-1/+1
* tighten all require statements for dist implementationMarc Chamberland2020-09-151-0/+1
* move dist implementation into chef-utilsMarc Chamberland2020-09-151-2/+2
* Config validation updatesVivek Singh2020-09-091-15/+7
* Fixes urls configurations catches files optionsVivek Singh2020-09-081-1/+1
* Fixes integration specsVivek Singh2020-09-081-1/+6
* Data collector multiple fixesVivek Singh2020-09-083-6/+17
* Keep error_message as it isVivek Singh2020-07-311-0/+2
* Per resource error detail client runVivek Singh2020-07-311-1/+9
* Get lib/ free of spelling violations.Pete Higgins2020-05-181-1/+1
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-135-5/+5
* Fix typoVivek Singh2020-04-062-2/+2
* Add after_resource to pair with current_resourceLamont Granquist2020-03-311-2/+8
* Chefstyle fixes identified with Rubocop 0.80Tim Smith2020-02-181-7/+7
* Access hash directly instead of Hash#fetchVivek Singh2019-10-171-1/+1
* Add expanded_cookbooks attribute to run_end_messageVivek Singh2019-10-171-0/+1
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+2
* Move the data collector should_be_enabled? checklcg/move-dc-checkLamont Granquist2019-06-181-0/+43
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-201-1/+1
* Convert require to require_relativeLamont Granquist2019-05-082-2/+2
* Extract Action Collection from Data CollectorLamont Granquist2019-03-118-382/+486
* changes for rubocop engine upgrades.lcg/rubocop-upgradesLamont Granquist2019-01-152-41/+41
* replace some instances of to_hash with to_hlcg/to-h-cleanupLamont Granquist2018-09-261-4/+4
* Save the node's UUID as an attributetm/chef_guidThom May2018-03-211-1/+1
* Fix some yard warningsyard_warningsTim Smith2018-03-111-2/+0
* Remove unused chef_server_fqdn argument: run_statusJason Barnett2017-12-142-3/+3
* Get policy_name/group from node object rather than Chef::Config for run_end d...jjh/policy_collector_fieldsJosh Hudson2017-03-311-2/+2
* Add policy_name and policy_group indexes to converge message sent to data-col...Josh Hudson2017-03-301-0/+2
* Make ResourceReporter smarter to get resource identity and stateSalim Afiune2017-03-241-4/+32
* update org name regex to match Chef Server'sadamleff/ipo-500/fix-data-collector-org-parsingAdam Leff2016-12-071-1/+1
* Fix Data Collector organization parsing regexAdam Leff2016-12-071-1/+1
* fix Style/MultilineIfModifierLamont Granquist2016-12-061-6/+8
* Update Data Collector to use Chef::JSONCompatAdam Leff2016-11-282-3/+2
* Add deprecations to Data Collector competion messageadamleff/deprecations-to-data-collectorAdam Leff2016-10-281-1/+2
* Data Collector server URL validation, and disable on host downAdam Leff2016-07-031-0/+1
* Adding node object to run_converge message, include ignore_failure propertyAdam Leff2016-06-282-39/+11
* Expand data_collector resource list to include all resourcesAdam Leff2016-06-242-7/+16
* bug fix: correctly write out data collector metadata fileadamleff/node-uuid-fixAdam Leff2016-06-101-2/+2
* Bug fix: updated_resource_count should only include updated resourcesAdam Leff2016-06-071-3/+3
* Creation of the new DataCollector reporterAdam Leff2016-06-023-0/+370