-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Comparing changes
Open a pull request
base repository: gatsbyjs/gatsby
base: a33e1f95be8c4ffe7e6ecd489aee2a78d2ea0a67
head repository: gatsbyjs/gatsby
compare: 78f8c7a599748feed4865cdc832a07537d44ded8
Commits on Aug 4, 2020
-
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
Configuration menu - View commit details
-
Copy full SHA for edefce7 - Browse repository at this point
Copy the full SHA edefce7View commit details
Commits on Aug 5, 2020
-
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>
Configuration menu - View commit details
-
Copy full SHA for 36367c4 - Browse repository at this point
Copy the full SHA 36367c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bb68ff - Browse repository at this point
Copy the full SHA 5bb68ffView commit details -
- 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
Configuration menu - View commit details
-
Copy full SHA for 2fabba8 - Browse repository at this point
Copy the full SHA 2fabba8View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 5aa8f25 - Browse repository at this point
Copy the full SHA 5aa8f25View commit details -
- gatsby-admin@0.1.118 - gatsby-cli@2.12.74 - gatsby-recipes@0.2.4 - gatsby@2.24.29
Configuration menu - View commit details
-
Copy full SHA for a4880de - Browse repository at this point
Copy the full SHA a4880deView commit details -
Configuration menu - View commit details
-
Copy full SHA for b8cac4b - Browse repository at this point
Copy the full SHA b8cac4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 64bf6fe - Browse repository at this point
Copy the full SHA 64bf6feView commit details -
chore: Add Strapi benchmark (#26245)
Co-authored-by: Rémi de Juvigny <remidejuvigny@Remis-MacBook-Pro.local>
Configuration menu - View commit details
-
Copy full SHA for 6afe6ce - Browse repository at this point
Copy the full SHA 6afe6ceView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for a063a1f - Browse repository at this point
Copy the full SHA a063a1fView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 3a5d46d - Browse repository at this point
Copy the full SHA 3a5d46dView commit details -
- 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
Configuration menu - View commit details
-
Copy full SHA for 1c72df3 - Browse repository at this point
Copy the full SHA 1c72df3View commit details
Commits on Aug 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1cf5bc2 - Browse repository at this point
Copy the full SHA 1cf5bc2View commit details -
- gatsby-admin@0.1.120 - gatsby-cli@2.12.76 - gatsby-recipes@0.2.6 - gatsby@2.24.31
Configuration menu - View commit details
-
Copy full SHA for 21a71a6 - Browse repository at this point
Copy the full SHA 21a71a6View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 01ebbf0 - Browse repository at this point
Copy the full SHA 01ebbf0View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for b61e484 - Browse repository at this point
Copy the full SHA b61e484View commit details -
- 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
Configuration menu - View commit details
-
Copy full SHA for e942339 - Browse repository at this point
Copy the full SHA e942339View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b58ef2 - Browse repository at this point
Copy the full SHA 0b58ef2View commit details -
Improve Strapi benchmark performance (#26264)
* Improve Strapi benchmark performance * Restore require extension Co-authored-by: Rémi de Juvigny <remidejuvigny@Remis-MacBook-Pro.local>
Configuration menu - View commit details
-
Copy full SHA for 7d1521b - Browse repository at this point
Copy the full SHA 7d1521bView commit details -
fix(gatsby): Move static queries to page data dir (#26242)
Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for de979d3 - Browse repository at this point
Copy the full SHA de979d3View commit details -
- 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
Configuration menu - View commit details
-
Copy full SHA for 6cad2de - Browse repository at this point
Copy the full SHA 6cad2deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4783505 - Browse repository at this point
Copy the full SHA 4783505View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23db8e5 - Browse repository at this point
Copy the full SHA 23db8e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdf88a9 - Browse repository at this point
Copy the full SHA bdf88a9View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 3b5504f - Browse repository at this point
Copy the full SHA 3b5504fView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 2ab1ca3 - Browse repository at this point
Copy the full SHA 2ab1ca3View commit details -
- 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
Configuration menu - View commit details
-
Copy full SHA for d7f8a64 - Browse repository at this point
Copy the full SHA d7f8a64View commit details
Commits on Aug 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3b239a5 - Browse repository at this point
Copy the full SHA 3b239a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2030ae - Browse repository at this point
Copy the full SHA e2030aeView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 1e74b7c - Browse repository at this point
Copy the full SHA 1e74b7cView commit details -
- gatsby-admin@0.1.124 - gatsby-cli@2.12.79 - gatsby-recipes@0.2.9 - gatsby@2.24.35
Configuration menu - View commit details
-
Copy full SHA for 82e5a75 - Browse repository at this point
Copy the full SHA 82e5a75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44175f6 - Browse repository at this point
Copy the full SHA 44175f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e652b60 - Browse repository at this point
Copy the full SHA e652b60View commit details
Commits on Aug 8, 2020
-
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
Configuration menu - View commit details
-
Copy full SHA for 57843f7 - Browse repository at this point
Copy the full SHA 57843f7View commit details -
- gatsby-admin@0.1.126 - gatsby-cli@2.12.80 - gatsby-recipes@0.2.10 - gatsby@2.24.37
Configuration menu - View commit details
-
Copy full SHA for a1f8a50 - Browse repository at this point
Copy the full SHA a1f8a50View commit details
Commits on Aug 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7dd464f - Browse repository at this point
Copy the full SHA 7dd464fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e95f7d - Browse repository at this point
Copy the full SHA 0e95f7dView commit details -
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 0621dc4 - Browse repository at this point
Copy the full SHA 0621dc4View commit details -
Typo in netlify plugin docs (#26011)
Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8fc269e - Browse repository at this point
Copy the full SHA 8fc269eView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 75ab9b8 - Browse repository at this point
Copy the full SHA 75ab9b8View commit details -
docs: Updated gatsby-plugin-offline README with correct default workb…
Configuration menu - View commit details
-
Copy full SHA for a5c76fc - Browse repository at this point
Copy the full SHA a5c76fcView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 3ad780e - Browse repository at this point
Copy the full SHA 3ad780eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e6e419 - Browse repository at this point
Copy the full SHA 6e6e419View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 5782bfe - Browse repository at this point
Copy the full SHA 5782bfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef7abd8 - Browse repository at this point
Copy the full SHA ef7abd8View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 07d555b - Browse repository at this point
Copy the full SHA 07d555bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 569a4b7 - Browse repository at this point
Copy the full SHA 569a4b7View commit details -
chore(starters): add gatsby-starter-netlify-docs (#26298)
* chore(starters): add gatsby-starter-netlify-docs * Removed Open Source tag to fix warning
Configuration menu - View commit details
-
Copy full SHA for 4960886 - Browse repository at this point
Copy the full SHA 4960886View commit details -
fix: update starters and examples (#26328)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 358d030 - Browse repository at this point
Copy the full SHA 358d030View commit details -
docs(gatsby-image): Deprecate
sizes
andresolutions
props (#26309)Some users are still using these props accidentally due to their visibility in guides.
Configuration menu - View commit details
-
Copy full SHA for 5968b3c - Browse repository at this point
Copy the full SHA 5968b3cView commit details
There are no files selected for viewing