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: gatsbyjs/gatsby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: gatsby@2.24.8
Choose a base ref
...
head repository: gatsbyjs/gatsby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: gatsby@2.24.9
Choose a head ref
  • 13 commits
  • 70 files changed
  • 14 contributors

Commits on Jul 21, 2020

  1. Capture repositoryId from heroku (#25910)

    * Capture repositoryId from heroku
    
    * Add comments
    jamo authored Jul 21, 2020
    Copy the full SHA
    6791437 View commit details
  2. fixed typo (#25912)

    dawood6 authored Jul 21, 2020
    Copy the full SHA
    6c84dd7 View commit details
  3. Update README.md (#25901)

    No need to link to `example.com` it's a sample domain.
    kaknut authored Jul 21, 2020
    Copy the full SHA
    91213b9 View commit details
  4. Add __BASE_PATH__ definition to storybook config (#25643)

    * Add __BASE_PATH__ definition to storybook config
    
    * Globals need not be defined for Storybook Docs
    
    Update to Docs: Removes the need to declare the `__BASE_PATH__` and `__PATH_PREFIX__` in the Storybook config for Tests to work
    nabeelvalley authored Jul 21, 2020
    Copy the full SHA
    ca23b39 View commit details
  5. fix(gatsby): don't place virtual modules in node_modules directory (#…

    …25720)
    
    * fix(gatsby): don't place virtual modules in node_modules directory
    
    * fix eslint rule
    
    Co-authored-by: Ward Peeters <ward@coding-tech.com>
    pieh and wardpeet authored Jul 21, 2020
    Copy the full SHA
    7b1a0f2 View commit details
  6. chore(doc):Add guide to Deploy Gatsby to DigitalOcean droplet. (#24652)

    * Added doc for deploying to digitalocean droplet
    
    Added doc for deploying gatsby site to digitalocean droplet and configuring domain name with SSL. For issue #24549 .
    
    * Updated with deploying to digitalocean droplet doc
    
    Updated with deploying to digitalocean droplet doc to fix issue #24549.
    
    * Added missing code language flag to fix lint check
    
    Lint Check failed due to one code language flag was missing in one of the code snippet in the md file. Fixed that.
    
    * Updated grammar and styles as per code review
    
    Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com>
    
    * Removed the line for brevity
    
    * Updated grammar change for line #11 as per code review
    
    * Ran prettier to format the code
    
    * Added step to install dependencies after cloning
    
    * Change case of node to Node as per suggestion.
    
    Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com>
    
    * Changing optional to required for installing version of Node
    
    Gatsby required Node 10, so making the use of n package while installing the Node on digitalocean as a REQUIRED step.
    
    Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com>
    
    * Adding suggested changes for better understanding.
    
    Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com>
    
    * Adding the suggested changes.
    
    Using "Generate your Gatsby site for production" instead of "Build your gatsby site to generate static site for production"
    
    Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com>
    
    * Making changes as per suggestion by moderator
    
    Making the docs style changes as suggested by moderator marcysutton
    
    Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com>
    
    * Making changes as per suggestion
    
    Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com>
    
    * Making changes as per the suggestion
    
    Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com>
    
    * Update docs/docs/deploying-to-digitalocean-droplet.md
    
    Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com>
    
    * Making changes as per the suggestion
    
    Adding path resemble line to make it easy for people to understand the path
    
    Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com>
    
    * Adding changes as per the suggestion
    
    Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com>
    
    * Making changes as per the suggestion
    
    Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com>
    
    * Added snippet to get rid of permission denied
    
    Added snippet to get rid of permission denied while cloning the repository
    
    * Adding indentation as per linting rules
    
    * Ran prettier
    
    * Updating grammar as per suggested
    
    Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com>
    
    * Added note to copy local repo path for future ref
    
    * Ran prettier to format the code
    
    Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com>
    mistryvatsal and Marcy Sutton authored Jul 21, 2020
    Copy the full SHA
    fa6b96e View commit details
  7. Copy the full SHA
    81900fb View commit details
  8. fix dictionary for digitalocean guide (#25936)

    Marcy Sutton authored Jul 21, 2020
    Copy the full SHA
    c368198 View commit details

Commits on Jul 22, 2020

  1. fix(docs): show where getNodesByType comes from (#25344)

    * show where getNodesByType comes from
    
    * indicate the code is an example per PR feedback
    
    Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com>
    
    Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com>
    kurttomlinson and Marcy Sutton authored Jul 22, 2020
    Copy the full SHA
    b6d1d18 View commit details
  2. Copy the full SHA
    405d3c2 View commit details
  3. Copy the full SHA
    287ffeb View commit details
  4. feat(gatsby): Defer node mutation during querying (#25479)

    * Move bootstrap into machine
    
    * Add parent span and query extraction
    
    * Add rebuildSchemaWithSitePage
    
    * Use values from context
    
    * Remove logs
    
    * Add redirectListener
    
    * Changes from review
    
    * Log child state transitions
    
    * Add state machine for query running
    
    * Changes from review
    
    * Changes from review
    
    * Switch to reporter
    
    * Use assertStore
    
    * Remove unused action
    
    * Remove unusued config
    
    * Remove unusued config
    
    * Add gql runner reset
    
    * Handle node mutation queuing and batching in state machine
    
    * Use new pagedata utils
    
    * Use develop queue
    
    * New xstate syntax
    
    * Work-around xstate bug
    
    * Track first run
    
    * Track first run
    
    * Disable --quiet in e2e
    
    * Don't defer node mutation if we're outside the state machine
    
    * Re-quieten e2e
    
    * Listen for query file changes
    
    * Lint
    
    * Handle webhook
    
    * Changes from review
    
    * Fix typings
    
    * Changes from review
    
    * Typefix
    
    * feat(gatsby): Move final parts into develop state machine (#25716)
    
    * Move remaining parts into state machine
    
    * Move top level state machine into state machines dir
    
    * Add machine ids
    
    * Add missing imports
    
    * Resolve api promises
    
    * Remove unused action
    
    * Move logging into helper
    
    * Changes from review
    
    * Manually save db
    
    * Add comments
    
    * Remove first run from query running
    
    * Refactor into separate data layer machines
    
    * Fix condition
    
    Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
    ascorbic and gatsbybot authored Jul 22, 2020
    Copy the full SHA
    cf14989 View commit details
  5. chore(release): Publish

     - gatsby-admin@0.1.98
     - gatsby-cli@2.12.65
     - gatsby-recipes@0.1.55
     - gatsby-source-contentful@2.3.30
     - gatsby-source-drupal@3.5.25
     - gatsby-source-filesystem@2.3.22
     - gatsby-source-shopify@3.2.24
     - gatsby-source-wordpress@3.3.25
     - gatsby-telemetry@1.3.22
     - gatsby@2.24.9
    ascorbic committed Jul 22, 2020
    Copy the full SHA
    6712f40 View commit details
Loading