Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix-3 #28928

Closed
wants to merge 358 commits into from
Closed

Fix-3 #28928

wants to merge 358 commits into from

Conversation

darshandeep
Copy link

Description

Documentation

Related Issues

Link to the issue that is fixed by this PR (if there is one)
e.g. Fixes #1234

Link to an issue that is partially addressed by this PR (if there are any)
e.g. Addresses #1234

Link to related issues (if there are any)
e.g. Related to #1234

ascorbic and others added 30 commits November 30, 2020 14:06
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
* add first wip implementation of login command

* add logout and whoami commands

* update urls

* wrap commands in experimental flag
…er flags (#28338)

* feat(gatsby): people who are using a flag, invite them to try out other flags

* Avoid scaling problems
…pTypes (#28372)

* Add proptypes and better props defs

* Fix compilation error
…it listeners once (#28395)

* fix(gatsby): move starting dev-ssr listener inside function & only init listeners once

* fix snapshot
* initial commit

* initial gatsby list functionality

* fix linter

* use all, but pass a flag

* add tests

* Update integration-tests/gatsby-cli/gatsby-sites/gatsby-plugin/package.json

* fix log destructure

* use different not syntax

* Refactor to move plugin commands out of gatsby package

* linter

* instead of showing the whole error let's show a more helpful message

Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
* feature(gatsby): let users skip out of dev SSR

* update snapshot

* update snapshot

* Add link on ssr error page to the docs

* copy fix

* update snapshot

Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
…8410)

* Add overflow hidden back to wrapper CSS

* update tests

* Update packages/gatsby-plugin-image/src/components/__tests__/gatsby-image.server.tsx

* Update packages/gatsby-plugin-image/src/components/__tests__/gatsby-image.server.tsx
* chore(gatsby): add StaticQuery to SSR test

* Fail if status isn't 200

* Add env flag to the develop command too

Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
…8214)

* feature(gatsby): Add experiment to run source plugins in parallel

* Add concurrency limit (20)

* remove debugging code

* Add flag support

* Update packages/gatsby/src/utils/api-runner-node.js

Co-authored-by: Vladimir Razuvaev <vladimir.razuvaev@gmail.com>

Co-authored-by: Vladimir Razuvaev <vladimir.razuvaev@gmail.com>
* add FAST_REFRESH flag

* update desc

* handle case when FAST_REFRESH flag is set and GATSBY_HOT_LOADER env var is set to something else than fast-refresh

Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
* creating e2e tests to catch issue

* comparing location and state

* update test message

* using optional chaining
* fix scroll restoration issue

* keep the behavior same

* fix the lint error
 - create-gatsby@0.2.0-next.1
 - gatsby-admin@0.5.0-next.1
 - gatsby-cli@2.16.0-next.1
 - gatsby-plugin-image@0.4.0-next.1
 - gatsby-plugin-manifest@2.9.0-next.1
 - gatsby-plugin-react-helmet@3.7.0-next.1
 - gatsby-plugin-sharp@2.11.0-next.1
 - gatsby-recipes@0.6.0-next.1
 - gatsby-source-contentful@4.3.0-next.1
 - gatsby-source-shopify@3.7.0-next.1
 - gatsby-transformer-sqip@2.8.0-next.1
 - gatsby@2.29.0-next.1
* Add styles & tweak language

* Fix small error noticed w/ source-maps

* fix snapshot

* update snapshot
…loads behind flags (#28334)

* feat(gatsby): Add new caching behavior for v3 behind a flag

* change to CACHE_CLEAR

* cleanup

* Split into two flags

* Update invite wording + do semver check so we don't keep showing this to updated versions of source-filesystem

* Add invite for webpack flag

* First try grabbing the plugin from  and if that fails, try requiring

* Don't use del or readdir until measure perf more

* Remove now unused imports

* Nest ifs
pvdz and others added 24 commits January 5, 2021 07:30
* fix(gatsby-cli): fix timers on progress bar

* Add rate as well

* Make sure max is >=1 and init is only set when given

* yes, "thank you", TS

Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
…rocessing (#28575)

Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
* fix(gatsby-plugin-image): Fix handling of sizes prop in SSR

* Update tests

* Update tests

* Fix types

* Update e2e tests

* Update e2e-tests/gatsby-static-image/src/pages/constrained.js

Co-authored-by: LB <laurie@gatsbyjs.com>

* Add test for size override

Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
Co-authored-by: LB <laurie@gatsbyjs.com>
…hole duration of the session (#28864)

* fix(create-gatsby) the sessionIs is supposed to be the same for the whole duration of the session

* Update packages/create-gatsby/src/tracking.ts

Co-authored-by: Matt Kane <matt@gatsbyjs.com>

Co-authored-by: Matt Kane <matt@gatsbyjs.com>
…yImage (#28845)

* fix for path-prefix in GatsbyImage

* add e2e test for path prefix cases

* update tests

* forgot to save

* refactor

* add curlys
…again (#27974)

* perf(gatsby-plugin-mdx): Stop clobbering the same file over and over again

* Undo the await part, can be separate PR

Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
* docs: release notes for 2.30.0

* fix broken local links

* formatting

* docs: Add avif and remote image release notes (#28842)

* chore(release): Add dev-ssr to the release notes for 2.30 (#28843)

* chore(release): Add dev-ssr to the release notes for 2.30

* Prettier fix

* Update index.md

* change the ordering of sections

* note about mdx perf improvement

* note about sharp perf improvements

* docs: Add caveat for avif support (#28875)

* address review comments

* Update index.md

* Update index.md

Co-authored-by: Matt Kane <matt@gatsbyjs.com>
Co-authored-by: Kyle Mathews <mathews.kyle@gmail.com>
* docs: update gatsby develop overview for query on demand

* Update docs/docs/conceptual/overview-of-the-gatsby-build-process.md

Co-authored-by: Kyle Mathews <mathews.kyle@gmail.com>

Co-authored-by: Kyle Mathews <mathews.kyle@gmail.com>
* fix(gatsby): show stack trace for non-graphql errors

* If we want to squash more graphql specific errors we should catch them

* one attempt at fixing snapshots

* Drop unused imported type
…zy-hydrate (#28841)

* add layoutwrapper to intial render when lazy-hydrate hasn't yet run

* calculate sizer string
* v1

* more

* expand on different sections

* elaborate more at length

* more

* specify better what gatsby does

* Update using-gatsby-image.md

* Update docs/docs/conceptual/using-gatsby-image.md

Co-authored-by: Megan Sullivan <megan@gatsbyjs.com>

* Update docs/docs/conceptual/using-gatsby-image.md

Co-authored-by: Matt Kane <matt@gatsbyjs.com>

* Update using-gatsby-image.md

* prettier

* fix image

* fix image again

* fix image again

Co-authored-by: Sam Bhagwat <calcalcsam@gmail.com>
Co-authored-by: Megan Sullivan <megan@gatsbyjs.com>
Co-authored-by: Matt Kane <matt@gatsbyjs.com>
* ecommerce conceptual guide

* Update gatsby-for-ecommerce.md

* Update gatsby-for-ecommerce.md

* prettier

Co-authored-by: Sam Bhagwat <calcalcsam@gmail.com>
Co-authored-by: Lennart <lekoarts@gmail.com>
@gatsbot gatsbot bot added the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Jan 8, 2021
@LekoArts LekoArts closed this Jan 8, 2021
@LekoArts LekoArts removed the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Jan 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.