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

feat(gatsby-plugin-offline): replace no-cache detection with dynamic path whitelist #9907

Merged
merged 26 commits into from Nov 20, 2018
Merged

feat(gatsby-plugin-offline): replace no-cache detection with dynamic path whitelist #9907

merged 26 commits into from Nov 20, 2018

Commits on Nov 5, 2018

  1. Remove all no-cache code

    David Bailey committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    6f53bb1 View commit details
    Browse the repository at this point in the history
  2. Remove references to no-cache in offline plugin

    David Bailey committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    41a932a View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2018

  1. Merge upstream/master into origin/master

    David Bailey committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    a191ffe View commit details
    Browse the repository at this point in the history
  2. Initial work on hybrid navigation handler

    David Bailey committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    a1cecf4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1807752 View commit details
    Browse the repository at this point in the history
  4. Fix service worker detection

    David Bailey committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    8f3cd4b View commit details
    Browse the repository at this point in the history
  5. Fix IndexedDB race condition

    David Bailey committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    8d826c6 View commit details
    Browse the repository at this point in the history
  6. Prevent race conditions + reset whitelist on SW update

    David Bailey committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    e8224ea View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c60bb5c View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2018

  1. Add debugging statements + fix some minor problems

    David Bailey committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    465a4d2 View commit details
    Browse the repository at this point in the history
  2. Fix back/forward not working after 404

    David Bailey committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    c62c378 View commit details
    Browse the repository at this point in the history
  3. Remove unneeded debugging statements

    David Bailey committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    4d47124 View commit details
    Browse the repository at this point in the history
  4. Bundle idb-keyval instead of using an external CDN

    David Bailey committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    b233cf6 View commit details
    Browse the repository at this point in the history
  5. Update README

    David Bailey committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    7c4a2b6 View commit details
    Browse the repository at this point in the history
  6. Merge upstream/master into origin/hybrid-offline-shell

    David Bailey committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    0923c67 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2018

  1. Fix excessive file caching (e.g. GA tracking gif)

    David Bailey committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    25e4ecf View commit details
    Browse the repository at this point in the history
  2. Backport fixes from #9907

    David Bailey committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    23599eb View commit details
    Browse the repository at this point in the history
  3. minor fixes for things I copy-pasted wrong

    David Bailey committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    e02f9d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ffc5868 View commit details
    Browse the repository at this point in the history
  5. Merge upstream/master into origin/hybrid-offline-shell

    David Bailey committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    fbeee6d View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2018

  1. Configuration menu
    Copy the full SHA
    0d0b001 View commit details
    Browse the repository at this point in the history
  2. Revert "Fetch resources the same way in enqueue to getResourcesForPat…

    …hname"
    
    This reverts commit 0d0b001.
    David Bailey committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    b9857c6 View commit details
    Browse the repository at this point in the history
  3. Refactor prefetching so we can detect success

    David Bailey committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    6d6762c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7f8b83 View commit details
    Browse the repository at this point in the history
  5. Revert "Move catch to prevent onPostPrefetchPathname after failure"

    This reverts commit b7f8b83.
    David Bailey committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    37034bc View commit details
    Browse the repository at this point in the history
  6. Merge upstream/master into hybrid-offline-shell

    David Bailey committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    0dcface View commit details
    Browse the repository at this point in the history