-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
feat: image and file cdn url generator adapter implementation #38685
Merged
Commits on Nov 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3ff1518 - Browse repository at this point
Copy the full SHA 3ff1518View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c4b42a - Browse repository at this point
Copy the full SHA 8c4b42aView commit details
Commits on Nov 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for aee50e6 - Browse repository at this point
Copy the full SHA aee50e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b3bdbe - Browse repository at this point
Copy the full SHA 6b3bdbeView commit details
Commits on Nov 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3f8efd2 - Browse repository at this point
Copy the full SHA 3f8efd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40d2add - Browse repository at this point
Copy the full SHA 40d2addView commit details
Commits on Nov 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9ebede5 - Browse repository at this point
Copy the full SHA 9ebede5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 599f34d - Browse repository at this point
Copy the full SHA 599f34dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 011228a - Browse repository at this point
Copy the full SHA 011228aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d9dea3f - Browse repository at this point
Copy the full SHA d9dea3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f89b551 - Browse repository at this point
Copy the full SHA f89b551View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57fdd3a - Browse repository at this point
Copy the full SHA 57fdd3aView commit details
Commits on Nov 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1a8df77 - Browse repository at this point
Copy the full SHA 1a8df77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36b918a - Browse repository at this point
Copy the full SHA 36b918aView commit details
Commits on Nov 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5b81ecd - Browse repository at this point
Copy the full SHA 5b81ecdView commit details -
Configuration menu - View commit details
-
Copy full SHA for d324338 - Browse repository at this point
Copy the full SHA d324338View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0975496 - Browse repository at this point
Copy the full SHA 0975496View commit details
Commits on Nov 30, 2023
-
feat: move custom image cdn url generator implementation to adapter (#…
…38715) * feat: move custom image cdn url generator implementation to adapter * provide public types for custom image cdn url generator function signature and individual arguments
Configuration menu - View commit details
-
Copy full SHA for d31412a - Browse repository at this point
Copy the full SHA d31412aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed5f3bf - Browse repository at this point
Copy the full SHA ed5f3bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 370d2b4 - Browse repository at this point
Copy the full SHA 370d2b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3527298 - Browse repository at this point
Copy the full SHA 3527298View commit details -
Configuration menu - View commit details
-
Copy full SHA for a175d3b - Browse repository at this point
Copy the full SHA a175d3bView commit details
Commits on Dec 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4ba752e - Browse repository at this point
Copy the full SHA 4ba752eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4514117 - Browse repository at this point
Copy the full SHA 4514117View commit details
Commits on Dec 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c7b3da3 - Browse repository at this point
Copy the full SHA c7b3da3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78b108c - Browse repository at this point
Copy the full SHA 78b108cView commit details -
feat: provide custom FILE_CDN url generator from adapter (#38735)
* feat: provide file cdn from adapters * update test * fix tests * use edge function for non-image File CDN * why edge function was not deployed? * bump netlify-cli * ? * bump node for adapters tests * add execa to dev deps * cleanup * some jsdocs updates
Configuration menu - View commit details
-
Copy full SHA for d82f88f - Browse repository at this point
Copy the full SHA d82f88fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53ce56d - Browse repository at this point
Copy the full SHA 53ce56dView commit details
Commits on Dec 11, 2023
-
feat: allow adding remote file allowed url patterns (#38719)
* feat: move custom image cdn url generator implementation to adapter * provide public types for custom image cdn url generator function signature and individual arguments * feat: allow adding image cdn allowed url patterns * Module.createRequireFromPath doesn't exist anymore in Node 18, and because package requires at least that version we remove it * fix contentful source image url * fix wordpress source image url * rename ImageCdnAllowed to RemoteFileAllowed as it's not just for image cdn * compare allowed remote urls in netlify.toml with ones generated by gatsby * url testing in filecdn * jsdocs * print warnings for netlify.toml about missing remote_images patterns * test if any existing pattern in netlify.toml allow needed remote url instead of just string comparison
Configuration menu - View commit details
-
Copy full SHA for 7de5336 - Browse repository at this point
Copy the full SHA 7de5336View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f1bc5d - Browse repository at this point
Copy the full SHA 8f1bc5dView commit details
Commits on Dec 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 434a946 - Browse repository at this point
Copy the full SHA 434a946View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bb2e01 - Browse repository at this point
Copy the full SHA 1bb2e01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c79840 - Browse repository at this point
Copy the full SHA 1c79840View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.