Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: percy/percy-agent
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.0
Choose a base ref
...
head repository: percy/percy-agent
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.1
Choose a head ref
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on Jul 2, 2019

  1. fix: Static service wait for network idle (#270)

    I've been seeing a lot of errors like:
    
    ```
    Error: Execution context was destroyed, most likely because of a navigation.
    ```
    
    This happens because we try to start altering the page (by injecting our JS)
    before everything is settled down. This change won't promise the page has
    actually loaded (that's very hard to determine) but it will wait for most
    network requests to resolve before trying do anything.
    Robdel12 authored Jul 2, 2019
    Configuration menu
    Copy the full SHA
    7d438d2 View commit details
    Browse the repository at this point in the history
  2. chore(release): 0.8.1 [skip ci]

    ## [0.8.1](v0.8.0...v0.8.1) (2019-07-02)
    
    ### Bug Fixes
    
    * Static service wait for network idle ([#270](#270)) ([7d438d2](7d438d2))
    semantic-release-bot committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    fff73ef View commit details
    Browse the repository at this point in the history
Loading