Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes regression that prevents maps telemetry from populating. Removes unneeded task manager logic. #54055

Merged
merged 5 commits into from
Jan 9, 2020

Commits on Jan 6, 2020

  1. [Maps] Fix regression preventing maps telemetry from populating & rem…

    …ove task manager logic (elastic#52834)
    
    * Remove task logic. Remove server refs and revise for np. Migrate a few files to ts
    
    * Remove unused reference
    
    * Update mappings
    
    * Test usage collector register
    
    * Update api integration tests to include maps now that telemetry is 'normal' (not using task mgr state)
    
    * Update integration test to use stack stats
    
    * Update integration test to look for 'maps-telemetry' instead of 'maps'
    
    * Update jest test to reflect calls to register
    
    * Follow the same pattern as other int tests and test reliable nested attribute
    
    * Back out np-related changes for separate PR
    
    * timeCaptured hasn't changed but for some reason stopped working. Getting iso string fixes issue
    
    * Back out file shuffling for separate PR
    
    * Remove mappings updates (handled in separate PR)
    
    * Review feedback. Move telemetry type constant to constants file
    
    * Consolidate imports
    
    * Linting fix
    
    Co-authored-by: Elastic Machine <[email protected]>
    Aaron Caldwell and elasticmachine committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    4caf34a View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. Revise test for 7.5 (pre-NP changes) compat

    Aaron Caldwell committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    2c9020a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    452c4f5 View commit details
    Browse the repository at this point in the history
  3. Linting

    Aaron Caldwell committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    793adf6 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2020

  1. Merge branch '7.5' of github.com:elastic/kibana into backport/7.5/pr-…

    …52834
    Aaron Caldwell committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    3ab1490 View commit details
    Browse the repository at this point in the history