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] [Enterprise Search] Migrate shared Indexing Status component (#84571) #84706

Merged
merged 1 commit into from
Dec 1, 2020

Commits on Dec 1, 2020

  1. [Enterprise Search] Migrate shared Indexing Status component (elastic…

    …#84571)
    
    * Add react-motion package
    
    This is needed to animate the loading progress bar in the Enterprise Search schema views
    
    * Add shared interface
    
    * Migrate IndexingStatusContent component
    
    This is a straight copy/paste with only linting changes and tests added
    
    * Migrate IndexingStatusErrors component
    
    This is a copy/paste with linting changes and tests added. Also changed out the Link component to our EuiLinkTo component for internal routing
    
    * Migrate IndexingStatus component
    
    This is a straight copy/paste with only linting changes and tests added
    
    * Migrate IndexingStatusFetcher component
    
    This is a copy/paste with some modifications. The http/axios code has been removed in favor of the HTTPLogic in Kibana.
    
    This is a WIP that I am merging to master until I can get it working in the UI. Without either Schema component in the UIs for App Search or Workplace Search this is only a POC. Will not backport until this is verified working and have written tests.
    
    * Add i18n
    
    * Revert "Add react-motion package"
    
    This reverts commit 92db929.
    
    * Remove motion dependency
    
    * Update copy
    
    Co-authored-by: Constance <constancecchen@users.noreply.github.com>
    
    * Refactor per code review
    
    - Remove stui classes
    - Inline status
    
    Co-authored-by: Constance <constancecchen@users.noreply.github.com>
    scottybollinger and Constance committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    461ebb1 View commit details
    Browse the repository at this point in the history