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!: use fetch #365

Merged
merged 38 commits into from
Feb 11, 2024
Merged

feat!: use fetch #365

merged 38 commits into from
Feb 11, 2024

Commits on Feb 7, 2024

  1. refactor: start fetch

    merceyz committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    8fa4a3c View commit details
    Browse the repository at this point in the history
  2. feat: proxy support

    merceyz committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    d1e38dc View commit details
    Browse the repository at this point in the history
  3. chore: format

    merceyz committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    38bdb99 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    afc7f65 View commit details
    Browse the repository at this point in the history
  5. chore: add lint rule

    merceyz committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    d67d7f3 View commit details
    Browse the repository at this point in the history
  6. ci: use lts for nock files

    merceyz committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    25c7147 View commit details
    Browse the repository at this point in the history
  7. fix: use globalThis.fetch

    merceyz committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    de216b4 View commit details
    Browse the repository at this point in the history
  8. feat: mocks

    merceyz committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    b8d4813 View commit details
    Browse the repository at this point in the history
  9. refactor: use fetch

    merceyz committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    2d7a867 View commit details
    Browse the repository at this point in the history
  10. build: set NODE_ENV

    merceyz committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    4c7540d View commit details
    Browse the repository at this point in the history
  11. chore: remove dependencies

    merceyz committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    3ecb82b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8118258 View commit details
    Browse the repository at this point in the history
  13. fix: correct nock path

    merceyz committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    ac99ee9 View commit details
    Browse the repository at this point in the history
  14. chore: remove nocks

    merceyz committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    7d88498 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6271b1b View commit details
    Browse the repository at this point in the history
  16. chore: add new nocks

    merceyz committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    cf4456e View commit details
    Browse the repository at this point in the history
  17. refactor: use else if

    merceyz committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    0b1831b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2fb9142 View commit details
    Browse the repository at this point in the history
  19. chore: define NOCK_ENV as well

    The code was already unreachable but this removes all mentions of `NOCK_ENV` from the final bundle
    merceyz committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    55c0408 View commit details
    Browse the repository at this point in the history
  20. refactor: remove NODE_ENV

    merceyz committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    2ff3ea7 View commit details
    Browse the repository at this point in the history
  21. chore: remove fetchJSON

    merceyz committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    4c12241 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    8a5bb71 View commit details
    Browse the repository at this point in the history
  23. refactor: use v8.serialize

    merceyz committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    ed68f53 View commit details
    Browse the repository at this point in the history
  24. test: copy body

    merceyz committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    9831441 View commit details
    Browse the repository at this point in the history
  25. test: store as string

    merceyz committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    11f70d2 View commit details
    Browse the repository at this point in the history
  26. refactor: reduce diff

    merceyz committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    a1b9145 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    c345721 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    b87dbc6 View commit details
    Browse the repository at this point in the history
  29. test: store as base64

    merceyz committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    b584310 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Configuration menu
    Copy the full SHA
    6d0bdca View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Configuration menu
    Copy the full SHA
    9f6cf1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bc41bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5167cdc View commit details
    Browse the repository at this point in the history
  4. Update sources/httpUtils.ts

    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    merceyz and aduh95 committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    5163ee8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    67a40c7 View commit details
    Browse the repository at this point in the history
  6. Revert "Update sources/httpUtils.ts"

    This reverts commit 5163ee8.
    merceyz committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    59039ad View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c8818a3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    574745b View commit details
    Browse the repository at this point in the history