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

[7.x] [SearchProfiler] Move out of legacy (#55331) #55543

Merged
merged 1 commit into from
Jan 22, 2020

Commits on Jan 22, 2020

  1. [SearchProfiler] Move out of legacy (elastic#55331)

    * Initial move of searchprofiler into new platform directory, lots of things need testing
    
    * Whitespace, clean up types and remove unused files
    
    * First iteration of end-to-end plugin working
    
    - Updated license check to only check for presence of basic license (not search profiler as a feature
    - Updated the payload: removed types from validation
    - Also added README in public regarding the location of styles
    
    * Added extractProfilerErrorMessage function to interface with new error reporting from profiler endpoint
    
    * Fix paths to test_utils
    
    * Update I18n for search profiler
    
    * Fix react hooks ordering bug with license status updates and fix test (wait for first license object before rendering)
    
    * Added index.ts file to common in searchprofiler route
    Marked types and values as internal
    Removed unnecessary "async" from function
    Update import to not use "src" alias
    
    Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
    jloleysens and elasticmachine committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    390ddf4 View commit details
    Browse the repository at this point in the history