Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit d29585b Author: Nat Alison <[email protected]> Date: Tue Apr 14 16:08:02 2020 -0700 Fix translated aria-label for expand buttons (#23113) commit 6d4c664 Author: Michelle Gienow <[email protected]> Date: Tue Apr 14 15:56:23 2020 -0400 blog post urging Gatsby community members to meet virtually, not in p… (#23111) * blog post urging Gatsby community members to meet virtually, not in person, until pandemic ends * add bold bullet points * Add bold bullet points * chore: format Co-authored-by: gatsbybot <[email protected]> commit 7a686ed Author: Vladimir Razuvaev <[email protected]> Date: Wed Apr 15 01:28:05 2020 +0700 chore(release): Publish - [email protected] commit c7b0f70 Author: Kamil Kisiela <[email protected]> Date: Tue Apr 14 20:09:53 2020 +0200 chore(gatsby-source-graphql): Use GraphQL Tools again (#23103) * Use GraphQL Tools again GraphQL Tools Fork was merged into GraphQL Tools v5 * Update packages/gatsby-source-graphql/src/__tests__/gatsby-node.js Co-Authored-By: Vladimir Razuvaev <[email protected]> Co-authored-by: Vladimir Razuvaev <[email protected]> commit 8956767 Author: Michael <[email protected]> Date: Tue Apr 14 18:09:33 2020 +0200 fix(blog): MagMutual - brand names (#23072) * fix brand names * apply https commit c803288 Author: Michael <[email protected]> Date: Tue Apr 14 17:36:53 2020 +0200 fix(docs): security in Gatsby - remove domain from internal links (#23100) * fix local links * fix remove local domain commit e9c8931 Author: Michael <[email protected]> Date: Tue Apr 14 16:40:46 2020 +0200 fix format (#23073) commit b9e931a Author: Vladimir Razuvaev <[email protected]> Date: Tue Apr 14 21:01:19 2020 +0700 chore(gatsby): Test sift filtering on date instances (skipped for now) (#23096) commit 900f31c Author: LB <[email protected]> Date: Tue Apr 14 09:58:45 2020 -0400 Remove upcoming events (#23080) * Remove upcoming events * skip test * between the two of us we'll get this right, skip another test Co-authored-by: Laurie Barth <[email protected]> commit 85e3580 Author: Peter van der Zee <[email protected]> Date: Tue Apr 14 15:07:30 2020 +0200 chore(release): Publish - [email protected] - [email protected] - [email protected] - [email protected] commit d9bf48a Author: Mikhail Novikov <[email protected]> Date: Tue Apr 14 15:17:07 2020 +0300 Revert "fix(gatsby): Set a timeout of 15 seconds on queries" (#23095) This reverts commit 1e81c76. commit f864e88 Author: Andrew Fairlie <[email protected]> Date: Tue Apr 14 13:09:36 2020 +0100 Add The Cares Family to Showcase (#23043) * Add The Cares Family to Showcase * Fix extra space on sites.yml * Remove incompatible categories Co-authored-by: LB <[email protected]> commit fd57224 Author: Peter van der Zee <[email protected]> Date: Tue Apr 14 13:49:24 2020 +0200 perf(gatsby): Support `lte` for indexed fast filters (#22932) * Rename function to better fit what it returns * Use `filterCacheKey` more consistently * Consistency around `nodesPerValue` * Fix the name and typing of array of sets of nodes * Fix typing, fix perf bug The typing of the array of caches was incorrect (see previous commit too). The sort, affected in this commit, was sorting by `.length`, but the value is a `Set` so the intention was to sort by `.size` since its `.length` will always be `undefined`. This won't change semantics, just meant that the sort didn't do anything, leading to a sub-optimal performance. * Extend the `FilterCache` type to support op-specific meta data * Replace wild usage of `FilterType` * Refactor some old comments / naming to be consistent with current code / types * Suggested changes Followup commits suggested by @vladar in #22742 * Enable `lte` for fast filters * Mandatory lint/type fix commit * And the loki commit * Enable/disable query and eleeMatch ops in one place * Fix tests, fix lte binary search lookup * Support `null` properly and handle not found binary search case The binary search should not return an arbitrary node, but rather a signal value (`undefined` in this case) that it failed somehow. It shouldn't, but who knows. The `null` case was a bit more work because it affects typign and all kinds of weird comparing edge cases. There's also a distinction between how `eq` treats `null` target values versus how `lte` treats them. So I had to encode them differently in the cache. Hence the type update. * Sigh, this is why I had to introduce that type in the first place * Forgot to remove an argument from followup work * Apply suggestions commit 65cfc81 Author: Michael <[email protected]> Date: Tue Apr 14 13:47:24 2020 +0200 fix brand names (#23075) commit 408240b Author: Michael <[email protected]> Date: Tue Apr 14 13:46:27 2020 +0200 fix code block language (#23074) commit b8a9b60 Author: LekoArts <[email protected]> Date: Tue Apr 14 13:25:05 2020 +0200 chore(release): Publish - [email protected] commit 843cf3a Author: Akash Arora <[email protected]> Date: Tue Apr 14 16:51:45 2020 +0530 fix(gatsby-plugin-fullstory): Updated to Edge URL + Add Update… (#23089) * Updated to Edge URL + Add Updated JS Code Refer to issue #23088 * update snapshots Co-authored-by: LekoArts <[email protected]> commit d32baae Author: Ward Peeters <[email protected]> Date: Tue Apr 14 08:55:10 2020 +0200 chore(release): Publish - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] commit 64627e7 Author: Tyler Barnes <[email protected]> Date: Mon Apr 13 14:01:10 2020 -0700 chore(benchmarks): upgrade wordpress benchmark (#23065) * upgrade to latest and remove unneeded packages * bump wp source version commit 36cb890 Author: LB <[email protected]> Date: Mon Apr 13 16:23:07 2020 -0400 Make a note about duplicate behavior in theme authoring (#23055) Co-authored-by: Laurie Barth <[email protected]> commit b969dc4 Author: Nat Alison <[email protected]> Date: Mon Apr 13 13:20:07 2020 -0700 docs: Docs sync behavior (#23022) * try a few languages to check perf * Add section on the sync behavior * Update docs/contributing/translation/sync-guide.md Co-Authored-By: Aisha Blake <[email protected]> * Update docs/contributing/translation/sync-guide.md Co-Authored-By: Aisha Blake <[email protected]> * Update docs/contributing/translation/sync-guide.md Co-Authored-By: Aisha Blake <[email protected]> * Update i18n.js * chore: format Co-authored-by: Aisha Blake <[email protected]> Co-authored-by: gatsbybot <[email protected]> commit 4983d20 Author: Nat Alison <[email protected]> Date: Mon Apr 13 12:33:34 2020 -0700 Fix mobile nav bar text (#23069) commit 63b9dd6 Author: Michael <[email protected]> Date: Mon Apr 13 20:56:35 2020 +0200 fix code block language (#23070) commit 0ede4c8 Author: Michael <[email protected]> Date: Mon Apr 13 20:56:05 2020 +0200 fix casing in Image Captions (#23068) commit b67891a Author: Michael <[email protected]> Date: Mon Apr 13 20:24:22 2020 +0200 fix links (#23066) commit 13d3898 Author: Michael <[email protected]> Date: Mon Apr 13 20:20:06 2020 +0200 fix brand names (#23067) commit bd5ca8e Author: João Pedro Schmitz <[email protected]> Date: Mon Apr 13 15:03:35 2020 -0300 chore(starters): add gatsby-starter-ts (#22954) Co-authored-by: Kyle Gill <[email protected]> commit a367a88 Author: Masoud <[email protected]> Date: Mon Apr 13 12:03:01 2020 -0600 chore(sites): add whilenext.com (#22883) Co-authored-by: Kyle Gill <[email protected]> commit 6f909b1 Author: Amadeus <[email protected]> Date: Mon Apr 13 20:02:14 2020 +0200 chore(starters): add gatsby-custom-tailwind (#22858) Co-authored-by: Kyle Gill <[email protected]> commit a63b42b Author: SaimirKapaj <[email protected]> Date: Mon Apr 13 19:59:14 2020 +0200 chore(starters): add gatsby-redux-toolkit-typescript-starter (#22788) * Add starter to starter list * fixed formatting Co-authored-by: Saimir Kapaj <[email protected]> Co-authored-by: Kyle Gill <[email protected]> commit 41f1cc5 Author: Michelle Gienow <[email protected]> Date: Mon Apr 13 12:01:11 2020 -0400 Add Virtual Gatsby Days registration blog post (#23060) * Add Virtual Gatsby Days registration blog post * Fix image path * Update index.md commit 74114a4 Author: Alejandro Ñáñez Ortiz <[email protected]> Date: Mon Apr 13 10:58:32 2020 -0500 Update tailwind-css.md (#23028) CSS-in-JS section was referring to `Styled Components`, but in reality, it was using `Emotion`. I updated the documentation to reflect that. Co-authored-by: gatsbybot <[email protected]> commit f9929be Author: Michelle Gienow <[email protected]> Date: Mon Apr 13 11:32:22 2020 -0400 Update tagging (#23056) commit 66a1b7f Author: Blaine Kasten <[email protected]> Date: Mon Apr 13 09:11:46 2020 -0500 fix(gatsby-cli): Fix console methods incorrectly handling falsy values (#23021) * fix(gatsby-cli): Fix console.* methods incorectly handling falsy values * handle more situations commit 854241b Author: caitlinthefirst <[email protected]> Date: Mon Apr 13 09:51:23 2020 -0400 fix-typo commit 8d4c96d Author: Andrew Louis <[email protected]> Date: Mon Apr 13 09:20:16 2020 -0400 Adds duetocovid19.com to sites.yml (#23048) * Adds duetocovid19.com to sites.yml * chore: format Co-authored-by: gatsbybot <[email protected]> commit ddde4f9 Author: Jeremy Le François <[email protected]> Date: Mon Apr 13 14:01:07 2020 +0100 chore(docs): fix e-commerce showcase link (#23053) Access the page in question: https://www.gatsbyjs.org/docs/building-an-e-commerce-site/ commit 1cef929 Author: Jongwoo Han <[email protected]> Date: Mon Apr 13 21:52:56 2020 +0900 chore(starters): update gatsby-starter-typescript (#23042) commit 34defce Author: Rolwin Reevan Monteiro <[email protected]> Date: Mon Apr 13 18:15:57 2020 +0530 Update starters.yml (#22960) commit cb224bb Author: Blaine Kasten <[email protected]> Date: Mon Apr 13 07:17:01 2020 -0500 chore(scripts): Add conversion metrics to typecheck command (#23025) commit 21d0e5b Author: Tyler Barnes <[email protected]> Date: Sun Apr 12 13:02:04 2020 -0700 chore(wordpress-benchmark): upgrade to latest packages and rem… (#23046) commit 8493de8 Author: Vladimir Razuvaev <[email protected]> Date: Sun Apr 12 22:23:48 2020 +0700 fix(gatsby): call schema rebuild manually on __refresh (#23009) * fix(gatsby): call schema rebuild manually on __refresh * Avoid collisions between schema hot reloader and __refresh commit df870ab Author: Nicholas Duffy <[email protected]> Date: Sun Apr 12 08:05:54 2020 -0600 chore(circleci): Remove benchmark configuration (#23034) commit 1e81c76 Author: Kyle Mathews <[email protected]> Date: Sun Apr 12 08:03:49 2020 -0600 fix(gatsby): Set a timeout of 15 seconds on queries (#23036) Query resolvers can hang indefinitely right now which can be confusing to debug as there's no indication of what's happening. With a timeout set, eventually the hanging query will fail with an error like this which should help people figure out where to investigate commit 94267be Author: Peteris Bikis <[email protected]> Date: Sat Apr 11 16:02:30 2020 +0100 fix: Ensure component order is deterministic (#22965) * Ensure component order is deterministic Ensure component order - and therefore hash - is deterministic when writing out .cache/async-requires.js * Add test for getComponents commit cff1d7f Author: Alex Moon <[email protected]> Date: Sat Apr 11 23:01:39 2020 +0800 fix(plugin-sitemap): missing data in query results (#22843) * fix: #22703 missing data in serialize funciton * fix: revert a couple changes for url resolution to not change and get whole query * refactor: move otherData spread to top so site is overritten by propper url if needed * test: add test to confirm non standard data is passed commit eacffd9 Author: Peter van der Zee <[email protected]> Date: Sat Apr 11 14:36:40 2020 +0200 chore(release): Publish - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] commit 96f8d4b Author: Peter van der Zee <[email protected]> Date: Sat Apr 11 14:33:10 2020 +0200 fix(gatsby): Use `moveSync` over `renameSync` to fix cross mount cases (#23029) commit 2fcb978 Author: Nat Alison <[email protected]> Date: Fri Apr 10 14:32:25 2020 -0700 Set the script to run at Friday 6pm PST (#23017) commit 17d7ba2 Author: Nat Alison <[email protected]> Date: Fri Apr 10 14:17:29 2020 -0700 update time commit eb660bd Author: Nat Alison <[email protected]> Date: Fri Apr 10 14:10:11 2020 -0700 Add label to the sync PR even if no conflicts (#23014) commit 1cc3498 Author: Nat Alison <[email protected]> Date: Fri Apr 10 14:06:50 2020 -0700 test run-all (#23016) commit f27bcad Author: Shane Thomas <[email protected]> Date: Fri Apr 10 15:54:29 2020 -0500 docs: Update spelling error in 2020-04-05 blog post (#23015) commit 17d5f5d Author: Michelle Gienow <[email protected]> Date: Fri Apr 10 16:47:20 2020 -0400 Add blog post Agility CMS upgrades to Gatsby with author avatar (#22985) * Add blog post Agility CMS upgrades to Gatsby with author avatar * chore: format * Fix indent on Joel Varty newly added author ID * fix syntax that was making MDX choke Co-authored-by: gatsbybot <[email protected]> Co-authored-by: Laurie Barth <[email protected]> commit 109b905 Author: Dan Bovey <[email protected]> Date: Fri Apr 10 21:34:56 2020 +0100 feat(remark-embed-snippet): embed specific lines (#21907) * feat(remark-embed-snippet): embed specific lines * refactor(remark-embed-snippet): util file names * fix(remark-embed-snippet): language of snippet * feat(remark-embed-snippet): parse numeric range Co-authored-by: gatsbybot <[email protected]> commit 0b0f5f3 Author: Nat Alison <[email protected]> Date: Fri Apr 10 13:25:26 2020 -0700 update weekly sync script (#23008) commit 5ca794d Author: Ashutosh Hathidara <[email protected]> Date: Sat Apr 11 01:41:24 2020 +0530 Added doc for absolute import from gatsby eslint rules or other tools (#22750) * Added doc for absolute import from gatsby eslint rules or other tools * Added doc for absolute import from gatsby eslint rules or other tools * Prettier * Prettier * Added new section for importing non-webpack tools * Update docs/docs/add-custom-webpack-config.md Co-Authored-By: LB <[email protected]> * Update docs/docs/add-custom-webpack-config.md Co-Authored-By: LB <[email protected]> * Update docs/docs/add-custom-webpack-config.md Co-Authored-By: LB <[email protected]> * Prettier run * Undone other changes Co-authored-by: LB <[email protected]> commit 1bfd022 Author: Michelle Gienow <[email protected]> Date: Fri Apr 10 15:52:10 2020 -0400 Update index.md (#23007) commit 250611a Author: John Bampton <[email protected]> Date: Sat Apr 11 05:29:44 2020 +1000 chore(docs): 🧹 Remove whitespace from Markdown link (#23001) commit 45d2a62 Author: IMRAN KHAN <[email protected]> Date: Sat Apr 11 00:46:16 2020 +0530 Update sites.yml (#22881) commit 3ac14e8 Author: Blaine Kasten <[email protected]> Date: Fri Apr 10 12:51:09 2020 -0500 chore(release): Publish - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] commit be85f2e Author: Blaine Kasten <[email protected]> Date: Fri Apr 10 12:50:10 2020 -0500 fix(gatsby-cli): Address an issue that caused empty logs to print undefined (#23000) * fix(gatsby-cli): Address an issue that caused empty logs to print undefined * fix lint commit ec80671 Author: Kirill Vasiltsov <[email protected]> Date: Fri Apr 10 21:23:09 2020 +0900 fix(gatsby-plugin-mdx): Truncate non-latin language excerpts correctly (#22638) * Truncate option for non-latin languages * Add mention of truncate to docs commit 84a37d2 Author: Phumrapee Limpianchop <[email protected]> Date: Fri Apr 10 18:47:17 2020 +0700 chore(gatsby): properly typed return types of replaceHydrateFunction (#22854) * feat: properly typed return types of replaceHydrateFunction * refactor: use renderer type in react-dom instead of manually define commit ed2762f Author: Steven Occhipinti <[email protected]> Date: Fri Apr 10 21:30:48 2020 +1000 fix(gatsby-plugin-react-helmet): allow the use of `react-helmet@6` (#22993) Adjusts peerDependencies constraint. No code changes needed commit 93b8213 Author: Vladimir Razuvaev <[email protected]> Date: Fri Apr 10 18:04:05 2020 +0700 chore(release): Publish - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] commit f4da756 Author: Nicholas Capo <[email protected]> Date: Fri Apr 10 03:34:42 2020 -0500 Benchmarks tune circleci (#22872) * circleci: Set GATSBY_CPU_COUNT on benchmarks to get them to run * Without this they (e.g. MDX) fail with ENOMEM * circleci: Remove incorrect second npm install * A second npm install would invalidate the second WARM_START build numbers * benchmarks/source-wordpress: Standardize dotenv configs Co-authored-by: Peter van der Zee <[email protected]> commit 5a2c0cf Author: Nicholas Duffy <[email protected]> Date: Fri Apr 10 00:59:38 2020 -0600 chore: Add benchmarks and environment variables for CMS sources (#22893) * Add Contenful and DatoCMS benchmarks * Update WordPress environment loading * Update CircleCI environment variable loading * Add WordPress benchmarks * Split set environment variables into separate command commit ccaf075 Author: Kyle Mathews <[email protected]> Date: Thu Apr 9 22:55:35 2020 -0700 Update gatsby-config.js (#22992) Add empty plugin array commit 1272037 Author: 1natsu <[email protected]> Date: Fri Apr 10 13:11:06 2020 +0900 chore(gatsby): Migrate redux/actions/types and redux/actions/restricted to TypeScript (#22297) * chore: restricted.js to TypeScript * fix: require to import statement * chore: enhance payload types Co-authored-by: Blaine Kasten <[email protected]> commit 90afde3 Author: Nat Alison <[email protected]> Date: Thu Apr 9 14:51:25 2020 -0700 fix(scripts/i18n) Add better error logging + dedupe logic of sync script (#22984) * Make the sync script work better for integration * process.exit when promises error * process.exit when promises error commit 405964e Author: Tiffany Brown <[email protected]> Date: Thu Apr 9 14:30:15 2020 -0700 Adds NPM article. (#22942) * Adds NPM article. Update glossary.md, doc-links.yaml with links to new entry. * Update docs/docs/glossary.md Follow capitalization of "Node package manager" from npmjs.com. Co-Authored-By: Aisha Blake <[email protected]> * Update docs/docs/glossary/npm.md Update document title to use capitalization preferred by npm, Inc. Co-Authored-By: Aisha Blake <[email protected]> * Update docs/docs/glossary/npm.md Change capitalization of "Node Package Manager" to "Node package manager" * Update docs/docs/glossary/npm.md Update directions for installing plugins to remove the `--save` flag since npm now does this by default. Change tutorial link to be relative instead of absolute. * Update docs/docs/glossary/npm.md: Clarify global installation Remove language about Gatsby "needing" to be installed globally. Instead call it the recommended way. Explain npx a little more. Added a clarifying note about plugins, npx and npm install. * Update docs/docs/glossary.md Capitalization of npm Co-Authored-By: Aisha Blake <[email protected]> * Update docs/docs/glossary/npm.md Use active voice re: installing Gatsby globally. Co-Authored-By: Aisha Blake <[email protected]> * Update docs/docs/glossary/npm.md Change NPM to npm for style, consistency. Co-Authored-By: Aisha Blake <[email protected]> Co-authored-by: Aisha Blake <[email protected]> commit 6b8aa5a Author: Nat Alison <[email protected]> Date: Thu Apr 9 13:12:04 2020 -0700 Make the sync script work better for integration (#22981) commit f1a9616 Author: Aisha Blake <[email protected]> Date: Thu Apr 9 14:56:38 2020 -0400 Automate i18n sync (#22967) * Automate test translation PR * Fix YAML spacing commit ee97e05 Author: Rosário Pereira Fernandes <[email protected]> Date: Thu Apr 9 20:24:02 2020 +0200 docs: update docs/docs/deploying-to-firebase.md (#22966) * docs: fill out "static folder" stub article * docs: update docs/docs/deploying-to-firebase.md * chore: format Co-authored-by: gatsbybot <[email protected]> commit 6a4adf1 Author: Danilo Bürger <[email protected]> Date: Thu Apr 9 19:52:44 2020 +0200 chore(gatsby): Improve graphql type definitions in BuildArgs (#22544) Copied from 5bedc01 commit ecc1ac0 Author: Apoorv Vardhan <[email protected]> Date: Thu Apr 9 23:11:51 2020 +0530 Add Dgraph GraphQL API example under third party (#22696) Added [Dgraph](https://github.com/dgraph-io/dgraph) usage example in docs/docs/third-party-graphql.md. commit f4198e2 Author: Jérémy Barbet <[email protected]> Date: Thu Apr 9 17:18:36 2020 +0000 feat(gatsby-cli): allow --recursive git url (#22747) commit 1381a0b Author: Jason Quense <[email protected]> Date: Thu Apr 9 12:59:19 2020 -0400 fix: create unique Nodes (#22774) * fix: create unique Nodes this used the same parent for every doc node, leading to `id` collisions for overloads with the same path. Also `lineNumber` seems broken from documentationjs, in a few cases it confusing different nodes for each other. * fix test commit 6c336d0 Author: Connor Mulqueen <[email protected]> Date: Thu Apr 9 12:19:41 2020 -0400 chore(scripts): Fix grammar in comment (#22929) commit cdbe734 Author: Shane Thomas <[email protected]> Date: Thu Apr 9 11:11:46 2020 -0500 fix(gatsby-source-drupal): Verify nodes exist before looping through them (#22898) * Verify nodes exist before looping through them * Update to push nodes directly inside loop Co-Authored-By: Peter van der Zee <[email protected]> Co-authored-by: Peter van der Zee <[email protected]> commit c83b85a Author: Kyle Gill <[email protected]> Date: Thu Apr 9 10:00:58 2020 -0600 docs: update creating source plugins guide & add example repo (#22943) * add example monorepo, make initial updates for source plugin guide and move some content to the transformer guide * update sample code in guide for proactive fetching * update READMEs and remove unused files * remove more unused files * Apply suggestions from code review Co-Authored-By: LB <[email protected]> * split terminal comments up * Apply suggestions from code review Co-Authored-By: LB <[email protected]> * code suggestions * more review suggestions Co-authored-by: LB <[email protected]> commit f0ec0b5 Author: Nat Alison <[email protected]> Date: Thu Apr 9 06:15:59 2020 -0700 maintenance (scripts/i18n) Create run-all i18n script (#22873) * Create run-all i18n script * error checking * add more documentation commit d6ac255 Author: Nat Alison <[email protected]> Date: Thu Apr 9 06:15:35 2020 -0700 feature: (scripts/i18n) Check if an existing sync PR exists before creating a new one. (#22617) * do not create a new pull request if a label exists * Add the labels to the created PRs * remove todo * spelling error * remove debug code * aliases in getRepository for clarity * whoops commit 0c3b3d3 Author: Obinna Ekwuno <[email protected]> Date: Thu Apr 9 14:12:22 2020 +0100 chore(doc): Add using cloudinary plugin for images to reference guides. (#22798) * Add guide to using cloudinary plugins * chore: format * Update link to using-gatsby-image * Add guide to using cloudinary plugins * Corrected my awful mistakes 😳 and updated this doc * Remove extra Cloudinary link * Update docs/docs/using-cloudinary-image-service.md Co-Authored-By: LB <[email protected]> * Update doc on cloudinary plugins * few fixes * Update docs/docs/using-cloudinary-image-service.md Co-Authored-By: LB <[email protected]> * Update docs/docs/using-cloudinary-image-service.md Co-Authored-By: LB <[email protected]> * Update docs/docs/using-cloudinary-image-service.md Co-Authored-By: LB <[email protected]> * Update docs/docs/using-cloudinary-image-service.md Co-Authored-By: LB <[email protected]> * Update docs/docs/using-cloudinary-image-service.md Co-Authored-By: LB <[email protected]> * Update docs/docs/using-cloudinary-image-service.md Co-Authored-By: LB <[email protected]> * Update docs/docs/using-cloudinary-image-service.md Co-Authored-By: LB <[email protected]> * Update docs/docs/using-cloudinary-image-service.md Co-Authored-By: LB <[email protected]> * Update docs/docs/using-cloudinary-image-service.md Co-Authored-By: LB <[email protected]> * Update docs/docs/using-cloudinary-image-service.md Co-Authored-By: LB <[email protected]> * Update docs/docs/using-cloudinary-image-service.md Co-Authored-By: LB <[email protected]> * Update docs/docs/using-cloudinary-image-service.md Co-Authored-By: LB <[email protected]> * Update docs/docs/using-cloudinary-image-service.md Co-Authored-By: LB <[email protected]> * Update docs/docs/using-cloudinary-image-service.md Co-Authored-By: LB <[email protected]> * Update docs/docs/using-cloudinary-image-service.md Co-Authored-By: LB <[email protected]> * Update docs/docs/using-cloudinary-image-service.md Co-Authored-By: LB <[email protected]> * Update docs/docs/using-cloudinary-image-service.md Co-Authored-By: LB <[email protected]> * Updated Doc * chore: format * Updated doc * Update docs/docs/using-cloudinary-image-service.md Co-Authored-By: LB <[email protected]> * Add additional information on parameters * Update docs/docs/using-cloudinary-image-service.md * chore: format Co-authored-by: gatsbybot <[email protected]> Co-authored-by: LB <[email protected]> commit 7f6b27f Author: Nat Alison <[email protected]> Date: Thu Apr 9 05:41:57 2020 -0700 value to check if i18n is enabled for this build (#22956) commit 5037e9d Author: Phumrapee Limpianchop <[email protected]> Date: Thu Apr 9 19:30:58 2020 +0700 chore(gatsby): Migrate graphql-runner into TypeScript (#22860) * feat: typed graphql-runner * fix: anything else context can also be boolean (graphql-runner.ts:L55) * refactor: format * fix: caling default export from ts * fix: defining default in test suite * cleanup PR * fix ci * fix lint again * fix ci again * update snapshot Co-authored-by: Blaine Kasten <[email protected]> commit 246c39c Author: fartinmartin <[email protected]> Date: Thu Apr 9 05:04:58 2020 -0700 Update programmatically-creating-pages.md (#22944) There is a slight inconsistency in the docs for the final steps of the `Make a template for your posts` section. The docs have separated this section into two steps (creating an MDX layout component + adding a GraphQL query) but when showing the completed component code (`src/components/posts-page-layout.js`) the component is missing some imports and the `<MDXProvider>` component that were present in the first step of this section. commit ddc759c Author: Michelle Gienow <[email protected]> Date: Thu Apr 9 07:35:19 2020 -0400 Add video blog post 10 for April 14th (#22946) * Add video blog post 10 for April 14th * chore: format Co-authored-by: gatsbybot <[email protected]> commit 1872c27 Author: Michelle Gienow <[email protected]> Date: Thu Apr 9 07:34:53 2020 -0400 Add Gatsby Days LA video 11 (#22947) * Add Gatsby Days LA video 11 * chore: format Co-authored-by: gatsbybot <[email protected]> commit 317da55 Author: Obinna Ekwuno <[email protected]> Date: Thu Apr 9 12:10:11 2020 +0100 Replace "Sisphean labour" for readability reasons (#22961) While this really nice use of grammar , I feel like maybe just saying “ Feels like a task that can never be completed” in place of “ Sisyphean” would reduce the cognitive load in this part of the Doc commit 86cf920 Author: Peter van der Zee <[email protected]> Date: Thu Apr 9 11:00:16 2020 +0200 fix(gatsby): Use tmp dir for tmp redux cache folder (#22959) commit a10382d Author: Akshit Kr Nagpal <[email protected]> Date: Thu Apr 9 14:19:42 2020 +0530 chore(gatsby): Convert redux/reducers/redirects to typescript (#22810) * Convert redux/reducer/redirects to typescript * Fix Tests * Fix Test * Fix * address PR feedback * fix issues in test Co-authored-by: Blaine Kasten <[email protected]> commit d07c7b1 Author: Blaine Kasten <[email protected]> Date: Thu Apr 9 03:45:19 2020 -0500 chore(gatsby-cli): Migrate reporter to TypeScript (#22869) * chore(gatsby-cli): Migrate reporter to TypeScript * Complete changes from Matts review * fix tests * fix enumeration of class commit e691d76 Author: Ward Peeters <[email protected]> Date: Thu Apr 9 10:12:40 2020 +0200 chore(release): Publish - [email protected] - [email protected] - [email protected] - [email protected] commit 7cf056f Author: Ward Peeters <[email protected]> Date: Thu Apr 9 10:07:37 2020 +0200 fix(gatsby): improve async commons chunking (#22879)
- Loading branch information