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-utils): path pieces too long and url safe base64 encoding #35160

Merged
merged 22 commits into from
Apr 6, 2022

Commits on Apr 2, 2022

  1. fix: md5 hash base64 file path pieces when using "gatsbyImage" and do…

    …wnloading images locally for a build
    veryspry authored and wardpeet committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    4b80cc8 View commit details
    Browse the repository at this point in the history
  2. fix: md5 hash the base64 encoded image url when transforming "gatsbyI…

    …mage" image files in the dev server
    veryspry authored and wardpeet committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    f4628b8 View commit details
    Browse the repository at this point in the history
  3. feat: add base64 encode/decode utils

    veryspry authored and wardpeet committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    b8e890d View commit details
    Browse the repository at this point in the history
  4. fix: encode url path pieces with base64url instead of base64 so that …

    …only url safe chars are used
    veryspry authored and wardpeet committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    274823d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dd5adfe View commit details
    Browse the repository at this point in the history
  6. fix tests

    wardpeet committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    ea19a63 View commit details
    Browse the repository at this point in the history
  7. update tests?

    wardpeet committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    ea46fef View commit details
    Browse the repository at this point in the history
  8. rename url in test?

    wardpeet committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    86d8b92 View commit details
    Browse the repository at this point in the history
  9. update msw

    wardpeet committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    48f15ac View commit details
    Browse the repository at this point in the history
  10. update tests

    wardpeet committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    9c085a0 View commit details
    Browse the repository at this point in the history
  11. change url?

    wardpeet committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    86b5009 View commit details
    Browse the repository at this point in the history
  12. skip test

    wardpeet committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    5fd8b4b View commit details
    Browse the repository at this point in the history
  13. fix dev server

    wardpeet committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    0b672f1 View commit details
    Browse the repository at this point in the history
  14. update test

    wardpeet committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    fa620e4 View commit details
    Browse the repository at this point in the history
  15. update contentful tests

    wardpeet committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    f5820e2 View commit details
    Browse the repository at this point in the history
  16. update contentful

    wardpeet committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    4dc9aac View commit details
    Browse the repository at this point in the history
  17. update wordpress

    wardpeet committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    bef4ec3 View commit details
    Browse the repository at this point in the history
  18. fix tsts

    wardpeet committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    706d279 View commit details
    Browse the repository at this point in the history
  19. update contentful

    wardpeet committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    1b41388 View commit details
    Browse the repository at this point in the history
  20. update test

    wardpeet committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    73a9e65 View commit details
    Browse the repository at this point in the history
  21. remove console.log

    wardpeet committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    2f1d4e4 View commit details
    Browse the repository at this point in the history
  22. update review comments

    wardpeet committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    a4a39f8 View commit details
    Browse the repository at this point in the history