Commit Graph
544 Commits
Author SHA1 Message Date
0b2a3a6be1 Update schema-customization.md (#25109)
* Update schema-customization.md

Adds paragraph at the end of section **Foreign-key fields** explaining that the `by` argument doesn't work with arrays.

Closes #25089

* Update docs/docs/schema-customization.md

Co-authored-by: Aisha Blake <aisha.g.blake@gmail.com>
Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
2020-06-20 19:46:42 +00:00
GatsbyJS BotandAisha Blake a209dbe0ca docs: mention pageContext serialization affect on Dates (#25039)
* docs: mention pageContext serialization affect on Dates

* Adjust punctuation

Co-authored-by: Aisha Blake <aisha@gatsbyjs.com>
2020-06-20 17:23:57 +00:00
GatsbyJS Bot 1802d8e8e3 chore(release): Publish
- gatsby-admin@0.1.71
 - gatsby-cli@2.12.48
 - gatsby-remark-embed-snippet@4.3.6
 - gatsby-theme-blog-core@1.5.46
 - gatsby-theme-blog@1.6.46
 - gatsby-theme-notes@1.3.72
 - gatsby-theme-ui-preset@0.0.61
 - gatsby@2.23.7
2020-06-20 07:47:16 +00:00
GatsbyJS Bot 3b091f31b2 chore: update yarn 2020-06-20 07:44:08 +00:00
GatsbyJS Bot 90bb2715a9 fix: remove old component cruft (#25139) 2020-06-20 03:05:58 +00:00
GatsbyJS BotandAisha Blake 36f2a384ea fix(gatsby-remark-embed-snippet): readme - add example sources (#24874)
* add example sources

* Wrap full code blocks in no-highlight blocks

Co-authored-by: Aisha Blake <aisha@gatsbyjs.com>
2020-06-20 01:13:44 +00:00
GatsbyJS Bot 4b16fbd18f fix(gatsby): remove page-date from jest-worker (#25135) 2020-06-19 21:33:16 +00:00
acdfb01e85 Add annie as creator and add two projects. (#24924)
* add annie pic via upload.

profile pic for annie taylor chen.

* update creator.yml by adding annie.

Information about annie taylor chen.

* update sites.yml - add two projects by me

Add two projects:
- Petite & Minimal  - eco-friendly lifestyle website
- Petite & Minimal Concept Store DEMO for JAMstack e-commerce solution

* fix lint issue

* try to fix lint issues

* reformat

* update

* update sites.

Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com>
Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
2020-06-19 20:37:07 +00:00
GatsbyJS Bot 7ce3bf28ea Update Kontent benchmark to use latest reporting plugin (#25134) 2020-06-19 20:13:03 +00:00
GatsbyJS BotandMarcy Sutton 1426e19b59 feat(docs): page on migrating remark -> mdx (#23832)
* Initial draft for remark -> mdx docs page

* Update with improvements with pair programming session

* Update guide

* Apply suggestions from code review

Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com>

* Moving file extension section to be a subsection of updating the gatsby-config.js section

Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com>
2020-06-19 18:55:04 +00:00
GatsbyJS BotandLaurie Barth 9b7619070a add theme ui as dependency to solve npm bug (#25122)
Co-authored-by: Laurie Barth <laurie@LauriesrkLaptop.fios-router.home>
2020-06-19 14:29:28 +00:00
GatsbyJS Bot 5d1ca490d2 chore(release): Publish
- gatsby-admin@0.1.70
 - gatsby-react-router-scroll@3.0.4
 - gatsby-theme-blog-core@1.5.45
 - gatsby-theme-blog@1.6.45
 - gatsby-theme-notes@1.3.71
 - gatsby-theme-ui-preset@0.0.60
 - gatsby@2.23.6
2020-06-19 14:26:19 +00:00
277ce800fc refactor(gatsby): change bootstrap to use services (#24816)
* Add typings for action arrays and thunks

* Switch back to non-null assertion

* Add comment

* Refactor bootstrap into services

* Use separate gql runner for bootstrap

* Import reporter typings

* Switch to new bootstrap

* Fix imports

* Add create pages

* Add extract queries

* Fix typings

* Rebuild schema with sitepage

* Rename context vars

* Fix types

* Update packages/gatsby/src/services/source-nodes.ts

More descriptive name

Co-authored-by: Ward Peeters <ward@coding-tech.com>

* Changes from review

* Bikeshed the function name

* Better unhandled rejection handling

* Update packages/gatsby/src/services/initialize.ts

Co-authored-by: Peter van der Zee <209817+pvdz@users.noreply.github.com>

* Changes from review

* Format

Co-authored-by: Ward Peeters <ward@coding-tech.com>
Co-authored-by: Peter van der Zee <209817+pvdz@users.noreply.github.com>
2020-06-19 12:45:11 +00:00
GatsbyJS Bot d459a452fe upgrade dependencies (#25117) 2020-06-19 09:05:17 +00:00
GatsbyJS BotandLaurie Barth 4030fd3c52 manually bump starters to solve problem (#25107)
Co-authored-by: Laurie Barth <laurie@LauriesrkLaptop.fios-router.home>
2020-06-18 20:19:33 +00:00
GatsbyJS BotandLuke Xavier Symington 4f312e6c11 fix(gatsby): allow amending autoprefixer options (#24907)
* fix(gatsby): allow amending autoprefixer options

 - Changed types for PostCSS plugins from webpack `Plugin` type to PostCSS
   `Plugin<T>` type.
 - Added a check of each plugin's `postcssPlugin` property; a plugin
   with a `postcssPlugin` property equal to `autoprefixer` will have its
   options assigned to the default.

* fix(webpack): allow amending autoprefixer options

 - Amended the change to use object spread instead of `Object.assign()`.
 - Added a test to check that the default options are applied when called
   with no options.
 - Added a test to check that when called with options, these will be
   applied to the defaults and override where applicable.

* fix(webpack): allow amending autoprefixer options

 - Remove unnecessary `expect` clauses.

Co-authored-by: Luke Xavier Symington <lxsymington@gmail.com>
2020-06-18 10:19:58 +00:00
GatsbyJS BotandBlaine Kasten 8c02d4ef3c refactor(gatsby): convert program reducer to typescript (#24941)
* rename file to .ts ext

* refactor(gatsby): conver program reducer to typescript

* Update typings approach

* update yarn.lock

* change to use lib reporter

Co-authored-by: Blaine Kasten <blainekasten@gmail.com>
2020-06-17 12:37:24 +00:00
GatsbyJS Bot 9aeb33c563 fix(gatsby-starter-blog): Move typescript usage to other file (#25044) 2020-06-17 11:55:55 +00:00
GatsbyJS Bot 360cb2d425 chore(gatsby): cleanup some sift remnants from tests (#25046) 2020-06-17 10:37:41 +00:00
GatsbyJS Bot 0991b3436d chore(gatsby): cleanup sift remnants from run-sift.js (#25042) 2020-06-17 09:51:00 +00:00
GatsbyJS Bot bc10874d69 update lock file 2020-06-16 14:11:29 +00:00
GatsbyJS Botandgatsbybot 92161c8c8a chore(gatsby): Add typings for action arrays and thunks (#24720)
* Add typings for action arrays and thunks

* Switch back to non-null assertion

* Add comment

Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
2020-06-16 13:41:02 +00:00
GatsbyJS BotandRenovate Bot adb34174db fix: update starters and examples (#24871)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-06-16 13:19:02 +00:00
GatsbyJS Bot e794931d91 fix(gatsby-source-filesystem): Update typings for createRemoteFileNode (#24750) 2020-06-16 13:09:26 +00:00
GatsbyJS Bot 97f0568bf8 fix(gatsby-admin): add missing nodemon dependency (#25014)
* Add missing dependency to gatsby-admin

Closes #25007

* Update yarn.lock
2020-06-16 09:11:46 +00:00
GatsbyJS Bot ea358d8438 fix(blog): you belong here - remove local domain (#24976) 2020-06-16 08:49:49 +00:00
GatsbyJS BotandNat Alison ba804c2291 refactor(www): convert avatar of guidelines to theme-ui (#24847)
* convert avatar to theme-ui

* Update www/src/components/guidelines/avatar.js

* Update www/src/components/guidelines/avatar.js

* Update www/src/components/guidelines/avatar.js

* convert to function declaration from arrow

* removed props + set mr in component itself

Co-authored-by: Nat Alison <1278991+tesseralis@users.noreply.github.com>
2020-06-16 03:35:19 +00:00
GatsbyJS Bot b8479f1a8f chore(www): convert the overview component to theme-ui (#24929)
* convert guidelines avatar to theme-ui

* fix the import of overview component

* Revert "convert guidelines avatar to theme-ui"

This reverts commit 6510561206d32c01de87db9bb6878d4c4c25cbd0.

* nitpick
2020-06-16 03:33:48 +00:00
GatsbyJS Bot 1d77f5fd14 removed unused componentWillUnmount lifecycle method (#24960) 2020-06-16 03:31:38 +00:00
GatsbyJS Bot 1d84b825e2 refactor(www): cleanup of MarkdownPageFooter + convert to function component (#24972)
* cleanup of MarkdownPageFooter + redundant state removed

* CSS cleanup
2020-06-16 03:30:50 +00:00
GatsbyJS Bot 69d08271b4 Adjust frontmatter because errors (#24957) 2020-06-12 17:57:49 +00:00
GatsbyJS Bot 2a17955064 docs: gatsby-plugin-offline mentions Workbox (#24942) 2020-06-12 16:16:17 +00:00
GatsbyJS Bot 1c7220db81 chore(docs): 🔒 Fix missing HTTPS on surge.sh, wordpress.com and react… (#24935) 2020-06-12 16:01:18 +00:00
GatsbyJS Bot 782b1d0049 Removed unneccesary "an" (#24937) 2020-06-12 15:16:19 +00:00
GatsbyJS BotandMichelle Gienow a029c6bcab Blog Post : "Presenting without sharing my slides" by Sam Larsen-Disney (#24485)
* Added Blog Post: 'Presenting without sharing my slides' by Sam Larsen-Disney

* Edit excerpt in frontmatter, fix spelling typo

Co-authored-by: Michelle Gienow <michellegienow@gmail.com>
2020-06-12 13:33:18 +00:00
GatsbyJS Botandgatsbybot 25a732354d Add blog post about commitment to equity and how we are going to do i… (#24934)
* Add blog post about commitment to equity and how we are going to do it at Gatsby

* Update Bianca name/title with quotes

* Update author.yaml

* Re-re-re adjust frontmatter

* remove dashes in excerpt text

* delete and re-enter frontmatter

* chore: format

Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
2020-06-11 21:08:18 +00:00
GatsbyJS Botandondrejch 77a7ed3ae0 feat(benchmarks): add Kontent benchmark (#24605)
* add kontent benchmark

* prefix environment variables

* get random article title

Co-authored-by: ondrejch <ondrejch@kentico.com>
2020-06-11 19:25:29 +00:00
GatsbyJS BotandKyle Gill 50b7e80ca6 chore(starters): Updated starter URLs due to DNS changes and Github Repo Urls (#24831)
Co-authored-by: Kyle Gill <kylerobertgill@gmail.com>
2020-06-11 19:07:13 +00:00
GatsbyJS Bot dbb80b9066 fix: links zeit to vercel (#24786) 2020-06-10 22:43:17 +00:00
GatsbyJS Bot fa562d99fb fix(docs): next.js github links (zeit to vercel) (#24785) 2020-06-10 22:40:39 +00:00
GatsbyJS Bot aff949af51 remove local domain, brand names, typos (#24824) 2020-06-10 22:38:41 +00:00
6db9e95505 Docs - Lighthouse audits (#24783)
* updating content and screenshots

* Fix linting

Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com>
2020-06-10 22:31:22 +00:00
GatsbyJS Bot 94d3a6700f Update index.md (#24657) 2020-06-10 22:31:05 +00:00
GatsbyJS Bot 28ee119785 chore(docs): mention async/await syntax in Gatsby Node APIs docs (#24752) 2020-06-10 22:17:54 +00:00
6d63ee534d feat(recipes): add gitlab-ci-cd recipe to cli list (#24501)
* feat(recipes): add gitlab-ci-cd recipe to cli list

* Update packages/gatsby-recipes/src/cli.js

Co-authored-by: Muescha <184316+muescha@users.noreply.github.com>

Co-authored-by: Muescha <184316+muescha@users.noreply.github.com>
Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
2020-06-10 20:56:19 +00:00
GatsbyJS Bot 03256bf731 chore(docs): Standardize word website (#24728) 2020-06-10 19:21:41 +00:00
GatsbyJS Bot 646a3864f6 chore(release): Publish
- babel-plugin-remove-graphql-queries@2.9.5
 - babel-preset-gatsby-package@0.4.4
 - babel-preset-gatsby@0.4.9
 - gatsby-admin@0.1.67
 - gatsby-cli@2.12.45
 - gatsby-codemods@1.3.4
 - gatsby-core-utils@1.3.5
 - gatsby-cypress@0.4.4
 - gatsby-dev-cli@2.7.9
 - gatsby-graphiql-explorer@0.4.5
 - gatsby-image@2.4.7
 - gatsby-link@2.4.6
 - gatsby-page-utils@0.2.9
 - gatsby-plugin-benchmark-reporting@0.2.7
 - gatsby-plugin-canonical-urls@2.3.4
 - gatsby-plugin-catch-links@2.3.5
 - gatsby-plugin-coffeescript@2.3.4
 - gatsby-plugin-create-client-paths@2.3.4
 - gatsby-plugin-cxs@2.3.4
 - gatsby-plugin-emotion@4.3.4
 - gatsby-plugin-facebook-analytics@2.4.4
 - gatsby-plugin-feed@2.5.5
 - gatsby-plugin-flow@1.3.5
 - gatsby-plugin-fullstory@2.3.5
 - gatsby-plugin-glamor@2.3.4
 - gatsby-plugin-google-analytics@2.3.4
 - gatsby-plugin-google-gtag@2.1.4
 - gatsby-plugin-google-tagmanager@2.3.5
 - gatsby-plugin-guess-js@1.3.5
 - gatsby-plugin-jss@2.3.4
 - gatsby-plugin-layout@1.3.4
 - gatsby-plugin-less@3.2.4
 - gatsby-plugin-lodash@3.3.4
 - gatsby-plugin-manifest@2.4.11
 - gatsby-plugin-mdx@1.2.15
 - gatsby-plugin-netlify-cms@4.3.5
 - gatsby-plugin-netlify@2.3.5
 - gatsby-plugin-nprogress@2.3.4
 - gatsby-plugin-offline@3.2.9
 - gatsby-plugin-page-creator@2.3.9
 - gatsby-plugin-postcss@2.3.4
 - gatsby-plugin-preact@4.0.3
 - gatsby-plugin-preload-fonts@1.2.10
 - gatsby-plugin-react-css-modules@2.3.4
 - gatsby-plugin-react-helmet@3.3.4
 - gatsby-plugin-remove-trailing-slashes@2.3.5
 - gatsby-plugin-sass@2.3.4
 - gatsby-plugin-sharp@2.6.11
 - gatsby-plugin-sitemap@2.4.5
 - gatsby-plugin-styled-components@3.3.4
 - gatsby-plugin-styled-jsx@3.3.4
 - gatsby-plugin-styletron@5.0.3
 - gatsby-plugin-stylus@2.3.4
 - gatsby-plugin-subfont@2.2.5
 - gatsby-plugin-twitter@2.3.4
 - gatsby-plugin-typescript@2.4.6
 - gatsby-plugin-typography@2.5.4
 - gatsby-react-router-scroll@3.0.3
 - gatsby-recipes@0.1.39
 - gatsby-remark-autolink-headers@2.3.5
 - gatsby-remark-code-repls@3.2.4
 - gatsby-remark-copy-linked-files@2.3.5
 - gatsby-remark-custom-blocks@2.3.4
 - gatsby-remark-embed-snippet@4.3.5
 - gatsby-remark-graphviz@1.3.4
 - gatsby-remark-images-contentful@2.3.5
 - gatsby-remark-images@3.3.10
 - gatsby-remark-katex@3.3.4
 - gatsby-remark-prismjs@3.5.4
 - gatsby-remark-responsive-iframe@2.4.5
 - gatsby-remark-smartypants@2.3.4
 - gatsby-source-contentful@2.3.15
 - gatsby-source-drupal@3.5.12
 - gatsby-source-faker@2.3.4
 - gatsby-source-filesystem@2.3.11
 - gatsby-source-graphql@2.5.4
 - gatsby-source-hacker-news@2.4.4
 - gatsby-source-lever@2.3.5
 - gatsby-source-medium@2.3.4
 - gatsby-source-mongodb@2.3.4
 - gatsby-source-npm-package-search@2.3.6
 - gatsby-source-shopify@3.2.11
 - gatsby-source-wikipedia@2.3.5
 - gatsby-source-wordpress@3.3.11
 - gatsby-telemetry@1.3.11
 - gatsby-theme-blog-core@1.5.42
 - gatsby-theme-blog@1.6.42
 - gatsby-theme-notes@1.3.68
 - gatsby-theme-ui-preset@0.0.57
 - gatsby-transformer-asciidoc@1.3.4
 - gatsby-transformer-csv@2.3.4
 - gatsby-transformer-documentationjs@4.3.4
 - gatsby-transformer-excel@2.4.4
 - gatsby-transformer-hjson@2.4.4
 - gatsby-transformer-javascript-frontmatter@2.3.5
 - gatsby-transformer-javascript-static-exports@2.4.4
 - gatsby-transformer-json@2.4.5
 - gatsby-transformer-pdf@1.3.5
 - gatsby-transformer-react-docgen@5.2.5
 - gatsby-transformer-remark@2.8.15
 - gatsby-transformer-screenshot@2.3.9
 - gatsby-transformer-sharp@2.5.5
 - gatsby-transformer-sqip@2.3.11
 - gatsby-transformer-toml@2.4.5
 - gatsby-transformer-xml@2.3.4
 - gatsby-transformer-yaml@2.4.4
 - gatsby@2.23.3
2020-06-09 09:28:08 +00:00
GatsbyJS Bot 6af39491e0 chore(gatsby): replace regex with Array.includes (#24843) 2020-06-09 09:17:06 +00:00
GatsbyJS Bot 85364d9baf chore(www): convert badge component to theme-ui (#24817)
* convert badge component to theme-ui

* cleaned up the badge component

* cleanup
2020-06-08 16:15:41 +00:00
3778e4337f fix(docs): Info about required schemas in plugin (#24520)
* fix info about required schemas in plugin

* fix typo

* Update docs/docs/sourcing-from-prismic.md

Add suggestion

Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com>

* chore: format

Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com>
Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
2020-06-08 16:07:28 +00:00