summaryrefslogtreecommitdiff
path: root/lib/chef/data_collector.rb
Commit message (Expand)AuthorAgeFilesLines
* Add a slow resources report to chef-clientLamont Granquist2021-05-281-1/+0
* Remove extra safe navigationsafe_navigationTim Smith2020-10-041-1/+1
* Workaround rubygems slow requires by only running require for chef-utils/distLance Albertson2020-09-151-1/+1
* merge all dist files back into dist.rbMarc Chamberland2020-09-151-1/+1
* tighten all require statements for dist implementationMarc Chamberland2020-09-151-1/+1
* move dist implementation into chef-utilsMarc Chamberland2020-09-151-2/+2
* use autoloading for many required gemsmwrock2020-09-081-1/+1
* Fix chefstyleVSingh/data-collector-output-locationsVivek Singh2020-09-081-1/+1
* Fixes integration specsVivek Singh2020-09-081-2/+3
* Fixes build failureVivek Singh2020-09-081-0/+1
* Data collector multiple fixesVivek Singh2020-09-081-6/+5
* Get lib/ free of spelling violations.Pete Higgins2020-05-181-1/+1
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Fix typoVivek Singh2020-04-061-1/+1
* Updates for Chefstyle with Rubocop 0.75.1Tim Smith2019-11-041-2/+2
* drop the info message down to debugLamont Granquist2019-07-241-1/+1
* Tweak data collector exception handlingLamont Granquist2019-07-241-8/+15
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+1
* Move the data collector should_be_enabled? checklcg/move-dc-checkLamont Granquist2019-06-181-43/+1
* distro constants for solo, zero and automateMarc Chamberland2019-05-231-2/+2
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-201-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-8/+8
* Update more brand names to currentTim Smith2019-05-031-2/+3
* fix data collector non-utf8 file outputLamont Granquist2019-04-031-1/+1
* Extract Action Collection from Data CollectorLamont Granquist2019-03-111-451/+209
* replace some instances of to_hash with to_hlcg/to-h-cleanupLamont Granquist2018-09-261-2/+2
* mechanical conversion of most debug log statements to traceThom May2018-03-261-5/+5
* rubocop fixes from engine bump to 0.54.0lcg/rubocop-fixesLamont Granquist2018-03-211-2/+2
* Make output location handling more idiomaticjcowie/data_collector_jsonJon Cowie2018-03-121-7/+5
* Fix chefstyleJon Cowie2018-03-061-1/+1
* Make location verification more idiomaticJon Cowie2018-03-061-8/+5
* Minor chefstyle fixJon Cowie2018-02-271-1/+1
* Don't swallow file exceptions but rather re-raise with clearer textJon Cowie2018-02-271-2/+6
* Minor tweaks to fix things from code reviewJon Cowie2018-02-271-4/+2
* Add output_locations functionality to data collectorJon Cowie2018-02-201-32/+111
* sanitize utf8 data going to serverlcg/data-collector-utf8Lamont Granquist2017-02-081-2/+2
* remove unnecessary debug statementLamont Granquist2017-02-081-2/+1
* Use object ID when detected unprocessed Resources (#5604)Adam Leff2016-12-121-9/+16
* fix Style/MultilineIfModifierLamont Granquist2016-12-061-4/+8
* Merge pull request #5571 from chef/adamleff/fix-data-collectorThom May2016-11-221-9/+16
|\
| * Ensure Data Collector resource report exists before updatingadamleff/fix-data-collectorAdam Leff2016-11-211-9/+16
* | Data Collector debug log should output JSONadamleff/data_collector_debug_logAdam Leff2016-11-211-1/+1
|/
* Structure deprecations with additional metadatatm/deprecation_with_urlThom May2016-11-161-3/+3
* Don't double-JSON data collector run complete messagesdanielsdeleo2016-11-031-1/+1
* Enable data collector w/o token for solo, but require explicit URLdanielsdeleo2016-11-031-2/+1
* Update release notes for automatic data collectionkey-auth-data-collectordanielsdeleo2016-11-021-1/+1
* Extract data collector http config to a private methoddanielsdeleo2016-11-021-6/+14
* Update default data collector URL to correct valuedanielsdeleo2016-11-021-6/+22
* Disable data collector for solo if token isn't configureddanielsdeleo2016-11-021-5/+30
* Enable the data collector automaticallydanielsdeleo2016-11-021-1/+6