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(gatsby-plugin-sharp): don't serve static assets that are not result of currently triggered deferred job #37796

Merged

Conversation

pieh
Copy link
Contributor

@pieh pieh commented Mar 29, 2023

Description

Lazy images express handler should not handle serving assets other than result of currently triggered job as we do have express.static for that earlier in request handlers chain

Documentation

Tests

Added e2e tests for dev and prod runtime

Related Issues

@gatsbot gatsbot bot added the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Mar 29, 2023
@pieh pieh removed the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Mar 29, 2023
@LekoArts LekoArts added the topic: media Related to gatsby-plugin-image, or general image/media processing topics label Mar 29, 2023
@pieh pieh merged commit 6539860 into master Mar 29, 2023
1 check passed
@pieh pieh deleted the fix/gatsby-plugin-sharp-serving-assets-other-than-job-result branch March 29, 2023 08:51
@pieh pieh added this to To cherry-pick in V4 Release hotfixes via automation Mar 29, 2023
@pieh pieh added this to To cherry-pick in V5 Release hotfixes via automation Mar 29, 2023
pieh added a commit that referenced this pull request Mar 29, 2023
…lt of currently triggered deferred job (#37796)

* add tests

* fix(gatsby-plugin-sharp): don't serve static assets that are not result of currently triggered deferred job

(cherry picked from commit 6539860)
@pieh pieh moved this from To cherry-pick to Backport PR opened in V5 Release hotfixes Mar 29, 2023
pieh added a commit that referenced this pull request Mar 29, 2023
…lt of currently triggered deferred job (#37796)

* add tests

* fix(gatsby-plugin-sharp): don't serve static assets that are not result of currently triggered deferred job

(cherry picked from commit 6539860)
@pieh pieh moved this from To cherry-pick to Backport PR opened in V4 Release hotfixes Mar 29, 2023
@pieh pieh moved this from Backport PR opened to Backported in V5 Release hotfixes Mar 29, 2023
pieh added a commit that referenced this pull request Mar 29, 2023
…lt of currently triggered deferred job (#37796) (#37799)

* add tests

* fix(gatsby-plugin-sharp): don't serve static assets that are not result of currently triggered deferred job

(cherry picked from commit 6539860)

Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
pieh added a commit that referenced this pull request Mar 29, 2023
…lt of currently triggered deferred job (#37796) (#37802)

* fix(gatsby-plugin-sharp): don't serve static assets that are not result of currently triggered deferred job (#37796)

* add tests

* fix(gatsby-plugin-sharp): don't serve static assets that are not result of currently triggered deferred job

(cherry picked from commit 6539860)

* ignore browserlist update prompt

* fix ignore

---------

Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
@pieh pieh moved this from Backported to Published in V5 Release hotfixes Mar 29, 2023
@pieh pieh moved this from Backport PR opened to Published in V4 Release hotfixes Mar 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: media Related to gatsby-plugin-image, or general image/media processing topics
Projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants