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

feat(gatsby): add support for image-cdn #34825

Merged
merged 46 commits into from Mar 1, 2022
Merged

feat(gatsby): add support for image-cdn #34825

merged 46 commits into from Mar 1, 2022

Commits on Mar 1, 2022

  1. Configuration menu
    Copy the full SHA
    53fac80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ff3a78 View commit details
    Browse the repository at this point in the history
  3. fix circular dep

    wardpeet committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    765183b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7918dfc View commit details
    Browse the repository at this point in the history
  5. remove unused code

    wardpeet committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    a6ce84f View commit details
    Browse the repository at this point in the history
  6. fix cache

    wardpeet committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    ba5630f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1f066a0 View commit details
    Browse the repository at this point in the history
  8. fix placeholder

    wardpeet committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    854c890 View commit details
    Browse the repository at this point in the history
  9. add basic unit tests

    wardpeet committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    7c4f628 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9532481 View commit details
    Browse the repository at this point in the history
  11. feat: gatsbyImageData: add support for "quality" argument and default…

    … value for "layout"
    veryspry authored and wardpeet committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    679cd5a View commit details
    Browse the repository at this point in the history
  12. add tests & fix linting

    wardpeet committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    7d8346c View commit details
    Browse the repository at this point in the history
  13. remove unnecessary stuff

    wardpeet committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    92f51a5 View commit details
    Browse the repository at this point in the history
  14. fix tests

    wardpeet committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    85d74fb View commit details
    Browse the repository at this point in the history
  15. fix tests

    wardpeet committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    1b87181 View commit details
    Browse the repository at this point in the history
  16. fix jest.config

    wardpeet committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    840007a View commit details
    Browse the repository at this point in the history
  17. fix tests

    wardpeet committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    37c8e53 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9115c88 View commit details
    Browse the repository at this point in the history
  19. rename image service gql field

    TylerBarnes authored and wardpeet committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    6c00a4f View commit details
    Browse the repository at this point in the history
  20. fix buss errors

    wardpeet committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    4a51226 View commit details
    Browse the repository at this point in the history
  21. overall fixes

    wardpeet committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    18d8ee2 View commit details
    Browse the repository at this point in the history
  22. fix e2e-tests

    wardpeet committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    ea94099 View commit details
    Browse the repository at this point in the history
  23. fix test

    wardpeet committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    d1faf53 View commit details
    Browse the repository at this point in the history
  24. fix production e2e?

    wardpeet committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    f7271e3 View commit details
    Browse the repository at this point in the history
  25. fix bootstrap

    wardpeet committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    457b758 View commit details
    Browse the repository at this point in the history
  26. fix: incorrect error string

    veryspry authored and wardpeet committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    96ff8a1 View commit details
    Browse the repository at this point in the history
  27. add npm-run-all?

    wardpeet committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    be6ecaa View commit details
    Browse the repository at this point in the history
  28. Add gatsbyImage field description

    TylerBarnes authored and wardpeet committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    18846dc View commit details
    Browse the repository at this point in the history
  29. fix typings

    wardpeet committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    d90fff7 View commit details
    Browse the repository at this point in the history
  30. fix e2e tests

    wardpeet committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    309f866 View commit details
    Browse the repository at this point in the history
  31. update stuff

    wardpeet committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    51188af View commit details
    Browse the repository at this point in the history
  32. fix test

    wardpeet committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    8096870 View commit details
    Browse the repository at this point in the history
  33. add test for gatsby-worker

    wardpeet committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    2d96d1b View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    0e89dd0 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    cbc8d5d View commit details
    Browse the repository at this point in the history
  36. fix production test

    wardpeet committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    419e56f View commit details
    Browse the repository at this point in the history
  37. review changes

    wardpeet committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    363f558 View commit details
    Browse the repository at this point in the history
  38. Update packages/gatsby-plugin-utils/src/polyfill-remote-file/__tests_…

    …_/resize-resolver.ts
    
    Co-authored-by: Tyler Barnes <tylerdbarnes@gmail.com>
    wardpeet and TylerBarnes committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    4ad62e7 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    4855566 View commit details
    Browse the repository at this point in the history
  40. Update README.md

    TylerBarnes authored and wardpeet committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    0b11aed View commit details
    Browse the repository at this point in the history
  41. add encoding test

    TylerBarnes authored and wardpeet committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    56a5e25 View commit details
    Browse the repository at this point in the history
  42. cleanup test

    wardpeet committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    7a8d75a View commit details
    Browse the repository at this point in the history
  43. fix production runtime

    wardpeet committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    6267eb1 View commit details
    Browse the repository at this point in the history
  44. use actions & fix tests

    wardpeet committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    b338fc5 View commit details
    Browse the repository at this point in the history
  45. use actions

    wardpeet committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    3aa8f61 View commit details
    Browse the repository at this point in the history
  46. fix rebase

    wardpeet committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    a6651c0 View commit details
    Browse the repository at this point in the history