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

[8.0] [Fleet] Move Fleet Setup to start lifecycle (#117552) #118554

Merged
merged 1 commit into from
Nov 15, 2021

Commits on Nov 15, 2021

  1. [Fleet] Move Fleet Setup to start lifecycle (elastic#117552)

    * Call setup on fleet start, remove API calls
    
    * Fix unused import
    
    * Revert removal of setup API call
    
    * Restructor fleetSetupCompleted promise
    
    * Add logging + handle setup failures
    
    * Restructure logging to mix of debug/info
    
    * Maybe fix failing tests
    
    * Try fixing tests again
    
    * Fix another dashboard test
    
    * Re-add output logs after merge
    
    * Log non-fatal errors during Fleet setup on boot
    
    * Don't rely on fleetSetupCompleted to be called
    
    * Fix failing test
    
    * Track fleet setup status to avoid double calls
    
    * Use IIFE in place of Promise ctor
    
    * Remove unnecessary fleetSetupStatus value
    
    * Move non-error logs into setupFleet method
    
    * Remove unused formatNonFatalErrors import
    
    Co-authored-by: Kibana Machine <[email protected]>
    kpollich and kibanamachine committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    feeff09 View commit details
    Browse the repository at this point in the history