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] [Uptime] Synthetics UI (#77960) #79482

Merged
merged 1 commit into from
Oct 5, 2020

Commits on Oct 5, 2020

  1. [Uptime] Synthetics UI (elastic#77960)

    * Checkpoint
    
    * Various
    
    * Display synthetics steps.
    
    * Add loading state for snapshots. Add error and stack trace fields.
    
    * Lazy load screenshot images and cache screenshot GET endpoint.
    
    * Fix extra requests bug.
    
    * Improve screenshot empty state.
    
    * Switch to use of code block for stack and error.
    
    * Add onmouseenter and onmouseleave for image input/popover.
    
    * Add image overlay.
    
    * Support `skipped` state.
    
    * Add synthetics type for Ping.
    
    * Fix type references in reducer, api request, components.
    
    * Add required mapping logic to journey request function.
    
    * Modularize new components.
    
    * Delete obsolete code.
    
    * Delete unused code.
    
    * Test expanded row changes.
    
    * Add a test for ping list expand check.
    
    * Various fixes
    
    * Extract code accordion to new component
    
    * Subsume synthetics type into Ping type.
    
    * Add new journey viz for 0 steps case.
    
    * Use code block for console output.
    
    * Expand step count cap.
    
    * Improve formatting of console steps visualization.
    
    * Improve empty prompt.
    
    * Extract empty prompt to dedicated file.
    
    * Extract executed journey UI to dedicated file.
    
    * Extract console step list components to dedicated files.
    
    * Update empty journey prompt to accept only check_group.
    
    * Clean up script expanded row component.
    
    * Translate console output steps component.
    
    * Fix logic error.
    
    * Clean up console step component.
    
    * Translate empty journey component.
    
    * Translate status badge component.
    
    * Translate screenshot component.
    
    * Add experimental warning callout.
    
    * Re-introduce deleted code.
    
    * Simplify console output step list.
    
    * Support skipped step for executed journeys.
    
    * Simplify executed journey component.
    
    * Add translations for executed step.
    
    * Refresh outdated test snapshots.
    
    * Simplify journey reducer signature.
    
    * Repair types.
    
    * Fix broken i18n naming.
    
    * Add summary field to outdated ping test data.
    
    * Fix linting error.
    
    * Remove @ts-ignore comment.
    
    * Add tests for step screenshot display.
    
    * Add tests for status badge.
    
    * Rename test file.
    
    * Add tests for script expanded row.
    
    * Add tests for executed step.
    
    * Delete request and response fields from Ping's `synthetics` field.
    
    * Fix screenshot querying effect, add flag to journey step state.
    
    * Update screenshot api route to reply 404 when screenshot is null.
    
    * Simplify screenshot image fetching.
    
    * Delete obsolete code.
    
    * Rename BrowserExpandedRow component.
    
    * Remove all references to "suitejourney".
    
    * Add intentional var names.
    
    * Rename Console components to use "event" terminology instead of "step".
    
    * Employ better copy.
    
    * First names always bad names.
    
    * Rename CodeBlockAccordion component.
    
    * Add blob_mime field to Ping type.
    
    * Fix busted import path.
    
    * Update ping type for new position of errors field.
    
    * Repair broken types.
    
    * Fix summary querying
    
    * Type fixes.
    
    * Switch state object from list to KVP.
    
    * Checkpoint.
    
    * Fix screenshot display test.
    
    * Fix executed step test.
    
    * Refresh outdated test snapshots.
    
    * Repair broken types.
    
    * More typing fixes.
    
    * Fix console log and add a test.
    
    Co-authored-by: Andrew Cholakian <[email protected]>
    Co-authored-by: Kibana Machine <[email protected]>
    # Conflicts:
    #	x-pack/test/functional/es_archives/uptime/pings/data.json.gz
    justinkambic committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    ea8bc0b View commit details
    Browse the repository at this point in the history