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: a33e1f95be8c4ffe7e6ecd489aee2a78d2ea0a67
Choose a base ref
...
head repository: gatsbyjs/gatsby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 78f8c7a599748feed4865cdc832a07537d44ded8
Choose a head ref

Commits on Aug 4, 2020

  1. Remove README link to Spectrum (#26164)

    Remove repo README support link to Spectrum (support for it has been discontinued and it is going to be sunsetted) and replace with a link to the AskGatsbyJS Twitter account
    kmaida authored Aug 4, 2020
    Copy the full SHA
    edefce7 View commit details

Commits on Aug 5, 2020

  1. feat(gatsby): Store site metadata (#26162)

    Store pid
    
    Allow lockfile to be ignored for services that don't need to be running
    
    Get correct port for running service
    
    Add last run time
    
    init site info in gatsby new
    
    Store metadata on build
    
    Make getService generic so we can avoid casting
    
    Log exception
    
    Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
    ascorbic and gatsbybot authored Aug 5, 2020
    Copy the full SHA
    36367c4 View commit details
  2. Copy the full SHA
    5bb68ff View commit details
  3. chore(release): Publish

     - babel-preset-gatsby@0.5.5
     - gatsby-admin@0.1.117
     - gatsby-cli@2.12.73
     - gatsby-core-utils@1.3.15
     - gatsby-page-utils@0.2.20
     - gatsby-plugin-manifest@2.4.22
     - gatsby-plugin-mdx@1.2.34
     - gatsby-plugin-offline@3.2.22
     - gatsby-plugin-page-creator@2.3.20
     - gatsby-plugin-preload-fonts@1.2.20
     - gatsby-plugin-sharp@2.6.25
     - gatsby-recipes@0.2.3
     - gatsby-remark-images@3.3.25
     - gatsby-source-contentful@2.3.35
     - gatsby-source-drupal@3.5.27
     - gatsby-source-filesystem@2.3.24
     - gatsby-source-shopify@3.2.26
     - gatsby-source-wordpress@3.3.28
     - gatsby-telemetry@1.3.26
     - gatsby-transformer-remark@2.8.28
     - gatsby-transformer-sqip@2.3.25
     - gatsby@2.24.28
    pvdz committed Aug 5, 2020
    Copy the full SHA
    2fabba8 View commit details
  4. fix(gatsby-recipes): fix prop validation & creation of cache keys dur…

    …ing installs (#26235)
    
    * properly display validation errors + fix starting dev server
    
    * Fix creation of the cache key which was messing up installs
    
    * update snapshots
    
    * Fix lint error
    
    * And again
    
    * Fix recipe validation error by not allowing recipes to be applied that have any errors
    
    * Show resources with errors when trying to install
    
    * Address feedback
    
    * Update snapshots
    
    * doc change to trigger new test run
    KyleAMathews authored Aug 5, 2020
    Copy the full SHA
    5aa8f25 View commit details
  5. chore(release): Publish

     - gatsby-admin@0.1.118
     - gatsby-cli@2.12.74
     - gatsby-recipes@0.2.4
     - gatsby@2.24.29
    KyleAMathews committed Aug 5, 2020
    Copy the full SHA
    a4880de View commit details
  6. Copy the full SHA
    b8cac4b View commit details
  7. Copy the full SHA
    64bf6fe View commit details
  8. chore: Add Strapi benchmark (#26245)

    Co-authored-by: Rémi de Juvigny <remidejuvigny@Remis-MacBook-Pro.local>
    remidej and Rémi de Juvigny authored Aug 5, 2020
    Copy the full SHA
    6afe6ce View commit details
  9. fix(gatsby): enable ipc messaging on develop (#26221)

    * add test for ipc send in develop
    
    * fix: enable onMessage for ipc on develop
    
    * Update develop.ts
    
    * Update develop.ts
    wardpeet authored Aug 5, 2020
    Copy the full SHA
    a063a1f View commit details
  10. fix(gatsby-recipes): Handle string values in NPMPackageJSON + more ro…

    …bust showing of validation errors on install (#26252)
    
    * Handle string values in NPMPackageJSON + more robust showing of validation errors on install
    
    * update snapshots
    KyleAMathews authored Aug 5, 2020
    Copy the full SHA
    3a5d46d View commit details
  11. chore(release): Publish

     - gatsby-admin@0.1.119
     - gatsby-cli@2.12.75
     - gatsby-recipes@0.2.5
     - gatsby-remark-code-repls@3.2.11
     - gatsby-remark-embed-snippet@4.3.14
     - gatsby@2.24.30
    KyleAMathews committed Aug 5, 2020
    Copy the full SHA
    1c72df3 View commit details

Commits on Aug 6, 2020

  1. Copy the full SHA
    1cf5bc2 View commit details
  2. chore(release): Publish

     - gatsby-admin@0.1.120
     - gatsby-cli@2.12.76
     - gatsby-recipes@0.2.6
     - gatsby@2.24.31
    KyleAMathews committed Aug 6, 2020
    Copy the full SHA
    21a71a6 View commit details
  3. Add NPMPackageJson Docs (#26258)

    * Add NPMPackageJson Docs
    
    these were missing from the Recipes README
    
    * fix linting
    
    Co-authored-by: Kyle Mathews <mathews.kyle@gmail.com>
    graysonhicks and KyleAMathews authored Aug 6, 2020
    Copy the full SHA
    01ebbf0 View commit details
  4. feat(gatsby-source-graphql): Add transformSchema option (#25048)

    * [gatsby-source-graphql] add transfomSchema option
    
    Should resolve #23552. Adds an optional custom transfomSchema option to gatsby-source-graphql that passes the default transforms, schema and link. I has many potential usages, but the consumer should be able to use the same default transforms or tweak or replace them completely. The original use case is to add an argument to the generated "fieldName" field that can then be read by a custom apollo-link to customize the underlying http call with a particular header. Tagging @vladar. This is a proposed implementation that should be safe when not used. I'm not sure if other parameters might be passed along the transformSchema arguments, maybe plugin options?
    
    * Fix implementation, renamed option
    
    * Added options parameter and readme example
    
    * Removed example + default implementation + references
    
    * Renamed transformSchema in customWrapSchemaFn
    
    * Renamed back option into "transformSchema"
    
    Co-authored-by: Stefano De Pace <depace@ARIADNEAD.DOM>
    Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
    3 people authored Aug 6, 2020
    Copy the full SHA
    b61e484 View commit details
  5. chore(release): Publish

     - gatsby-admin@0.1.121
     - gatsby-cli@2.12.77
     - gatsby-recipes@0.2.7
     - gatsby-source-graphql@2.7.0
     - gatsby@2.24.32
    vladar committed Aug 6, 2020
    Copy the full SHA
    e942339 View commit details
  6. Copy the full SHA
    0b58ef2 View commit details
  7. Improve Strapi benchmark performance (#26264)

    * Improve Strapi benchmark performance
    
    * Restore require extension
    
    Co-authored-by: Rémi de Juvigny <remidejuvigny@Remis-MacBook-Pro.local>
    remidej and Rémi de Juvigny authored Aug 6, 2020
    Copy the full SHA
    7d1521b View commit details
  8. fix(gatsby): Move static queries to page data dir (#26242)

    Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
    sidharthachatterjee and gatsbybot authored Aug 6, 2020
    Copy the full SHA
    de979d3 View commit details
  9. chore(release): Publish

     - babel-plugin-remove-graphql-queries@2.9.16
     - gatsby-admin@0.1.122
     - gatsby-plugin-typescript@2.4.17
     - gatsby-source-npm-package-search@2.3.13
     - gatsby@2.24.33
    sidharthachatterjee committed Aug 6, 2020
    Copy the full SHA
    6cad2de View commit details
  10. Copy the full SHA
    4783505 View commit details
  11. fix brand name (#26186)

    muescha authored Aug 6, 2020
    Copy the full SHA
    23db8e5 View commit details
  12. Copy the full SHA
    bdf88a9 View commit details
  13. fix(gatsby-recipes): rename/remove internal fields (#26254)

    * remove currentStep
    
    * Clean up names of parsed recipe
    
    * Remove unused variable
    
    Co-authored-by: John Otander <johnotander@gmail.com>
    KyleAMathews and johno authored Aug 6, 2020
    Copy the full SHA
    3b5504f View commit details
  14. chore(gatsby-recipes): Move recipe resolving to its own step in state…

    … machine (#26280)
    
    Before the parser was sort of overloaded because it
    was also tasked with figuring out how to resolve the
    recipe. This moves it to a separate step in the state
    machine which separates concerns and will set us
    up nicely for when we allow recipes to import other
    recipes.
    johno authored Aug 6, 2020
    Copy the full SHA
    2ab1ca3 View commit details
  15. chore(release): Publish

     - gatsby-admin@0.1.123
     - gatsby-cli@2.12.78
     - gatsby-plugin-netlify@2.3.12
     - gatsby-recipes@0.2.8
     - gatsby@2.24.34
    KyleAMathews committed Aug 6, 2020
    Copy the full SHA
    d7f8a64 View commit details

Commits on Aug 7, 2020

  1. Copy the full SHA
    3b239a5 View commit details
  2. Copy the full SHA
    e2030ae View commit details
  3. fix(gatsby-recipes): fix for when recipes have multiple NPMPackageJSO…

    …N resources (#26281)
    
    * fix(gatsby-recipes): restrict changes to package.json to one at a time
    
    * Add message for npmpackagejson + make install output denser
    
    * update snapshots
    KyleAMathews authored Aug 7, 2020
    Copy the full SHA
    1e74b7c View commit details
  4. chore(release): Publish

     - gatsby-admin@0.1.124
     - gatsby-cli@2.12.79
     - gatsby-recipes@0.2.9
     - gatsby@2.24.35
    KyleAMathews committed Aug 7, 2020
    Copy the full SHA
    82e5a75 View commit details
  5. Copy the full SHA
    44175f6 View commit details
  6. chore(release): Publish

     - gatsby-admin@0.1.125
     - gatsby@2.24.36
    vladar committed Aug 7, 2020
    Copy the full SHA
    e652b60 View commit details

Commits on Aug 8, 2020

  1. feat(gatsby-recipes): live stream updates from creating resources (#2…

    …6283)
    
    * feat(gatsby-recipes): live stream updates from creating resources
    
    * don't exit rendering until queue has drained
    
    * change var name
    
    * Trivial change to get ci going again
    
    * Start tests again...
    
    * skip flaky test
    
    * Small cleanups suggested by @johno
    
    * fix rendering
    
    * Add another check for render doneness for validation failure
    KyleAMathews authored Aug 8, 2020
    Copy the full SHA
    57843f7 View commit details
  2. chore(release): Publish

     - gatsby-admin@0.1.126
     - gatsby-cli@2.12.80
     - gatsby-recipes@0.2.10
     - gatsby@2.24.37
    KyleAMathews committed Aug 8, 2020
    Copy the full SHA
    a1f8a50 View commit details

Commits on Aug 10, 2020

  1. Copy the full SHA
    7dd464f View commit details
  2. Copy the full SHA
    0e95f7d View commit details
  3. fix: update www (#26209)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Aug 10, 2020
    Copy the full SHA
    0621dc4 View commit details
  4. Typo in netlify plugin docs (#26011)

    Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
    emiliokyp and gatsbybot authored Aug 10, 2020
    Copy the full SHA
    8fc269e View commit details
  5. fix(gatsby-plugin-offline): Update regex to catch new static query re…

    …sults (#26329)
    
    * Update regex to catch new static query results
    
    * Update comment and remove unnecessary rule
    sidharthachatterjee authored Aug 10, 2020
    Copy the full SHA
    75ab9b8 View commit details
  6. docs: Updated gatsby-plugin-offline README with correct default workb…

    …ox config (#26295)
    
    * Updated gatsby-plugin-offline README with correct default workbox config
    
    * Update for #26329
    
    Co-authored-by: Sidhartha Chatterjee <me@sidharthachatterjee.com>
    devfive and sidharthachatterjee authored Aug 10, 2020
    Copy the full SHA
    a5c76fc View commit details
  7. docs(gatsby-plugin-sharp): Base64 features (#24999)

    Co-authored-by: polarathene <brennan.kinney.nz@gmail.com>
    Co-authored-by: Ward Peeters <ward@coding-tech.com>
    3 people authored Aug 10, 2020
    Copy the full SHA
    3ad780e View commit details
  8. Copy the full SHA
    6e6e419 View commit details
  9. Create unlinked reference doc for new file system based route APIs (#…

    …26222)
    
    * Create unlinked reference doc for new file system based route APIs
    
    * clean up lint
    
    * Update and edit file system page creation doc
    
    * Apply suggestions from code review
    
    * Update file-system-page-creation.md
    
    * Update file-system-page-creation.md
    
    * Update docs/docs/file-system-page-creation.md
    
    Co-authored-by: Aisha Blake <aisha@gatsbyjs.com>
    
    * Update docs/docs/file-system-page-creation.md
    
    Co-authored-by: Aisha Blake <aisha@gatsbyjs.com>
    
    * Update docs/docs/file-system-page-creation.md
    
    Co-authored-by: Muescha <184316+muescha@users.noreply.github.com>
    
    * Update docs/docs/file-system-page-creation.md
    
    Co-authored-by: Aisha Blake <aisha@gatsbyjs.com>
    
    * Update docs/docs/file-system-page-creation.md
    
    Co-authored-by: Aisha Blake <aisha@gatsbyjs.com>
    
    Co-authored-by: Aisha Blake <aisha.g.blake@gmail.com>
    Co-authored-by: Aisha Blake <aisha@gatsbyjs.com>
    Co-authored-by: Muescha <184316+muescha@users.noreply.github.com>
    4 people authored Aug 10, 2020
    Copy the full SHA
    5782bfe View commit details
  10. Copy the full SHA
    ef7abd8 View commit details
  11. fix(gatsby-recipes): speedup recipe runs for recipes with large numbe…

    …rs of resources (#26307)
    
    * Don't update logs on onUpdate
    
    * check resources are set
    
    * Share errorCache as validations only need run once
    
    * Share errorCache as validations only need run once
    
    * remove concurrency limits — those should be handled on resource basis
    
    * Set longer throttle time for reconciler as that's the slowest part
    
    * Remove debugging code
    
    * Add TODO
    
    * try make CI work
    
    * Don't shadow import
    
    * Fixes for incremental updates to UI — concurrent defaults to 1 so blocks update by default
    
    * Fix prettier thing
    
    * Remove unused var
    KyleAMathews authored Aug 10, 2020
    Copy the full SHA
    07d555b View commit details
  12. mezzoguild showcase (#26299)

    i-bsd authored Aug 10, 2020
    Copy the full SHA
    569a4b7 View commit details
  13. chore(starters): add gatsby-starter-netlify-docs (#26298)

    * chore(starters): add gatsby-starter-netlify-docs
    
    * Removed Open Source tag to fix warning
    dancrtis authored Aug 10, 2020
    Copy the full SHA
    4960886 View commit details
  14. fix: update starters and examples (#26328)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Aug 10, 2020
    Copy the full SHA
    358d030 View commit details
  15. docs(gatsby-image): Deprecate sizes and resolutions props (#26309)

    Some users are still using these props accidentally due to their visibility in guides.
    polarathene authored Aug 10, 2020
    Copy the full SHA
    5968b3c View commit details
Showing 6,924 changed files with 498,098 additions and 373,012 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
10 changes: 5 additions & 5 deletions .babelrc.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
let ignore = [`**/dist`]
const ignore = [`**/dist`]

// Jest needs to compile this code, but generally we don't want this copied
// to output folders
if (process.env.NODE_ENV !== `test`) {
ignore.push(`**/__tests__`)
}
// if (process.env.NODE_ENV !== `test`) {
// ignore.push(`**/__tests__`)
// }

module.exports = {
sourceMaps: true,
presets: ["babel-preset-gatsby-package"],
presets: [`babel-preset-gatsby-package`],
ignore,
}
Loading