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: lower length of key to improve usage in win32 #13827

Merged
merged 33 commits into from Feb 23, 2023
Merged

Commits on Jan 26, 2023

  1. fix: lower length of key to improve usage in win32

    - limit key to to 16 characters
    - provide it as a parameter with the default so it can allow changes from the user
    - document method
    trajano committed Jan 26, 2023
    Copy the full SHA
    30d1230 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. lint fix

    trajano committed Jan 27, 2023
    Copy the full SHA
    4555dfa View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d79fe07 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    trajano committed Jan 27, 2023
    Copy the full SHA
    2aca02e View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    trajano committed Jan 27, 2023
    Copy the full SHA
    643fd29 View commit details
    Browse the repository at this point in the history
  5. Update index.ts

    trajano committed Jan 27, 2023
    Copy the full SHA
    64d3a61 View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOG.md

    Co-authored-by: Tom Mrazauskas <tom@mrazauskas.de>
    trajano and mrazauskas committed Jan 27, 2023
    Copy the full SHA
    6341ece View commit details
    Browse the repository at this point in the history
  7. Update index.ts

    trajano committed Jan 27, 2023
    Copy the full SHA
    522d7b8 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

  1. Update index.ts

    trajano committed Jan 28, 2023
    Copy the full SHA
    fa8bee7 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Update packages/jest-create-cache-key-function/src/index.ts

    Co-authored-by: Tom Mrazauskas <tom@mrazauskas.de>
    trajano and mrazauskas committed Jan 30, 2023
    Copy the full SHA
    a8a7911 View commit details
    Browse the repository at this point in the history
  2. Update index.ts

    trajano committed Jan 30, 2023
    Copy the full SHA
    6fb185b View commit details
    Browse the repository at this point in the history
  3. Update index.ts

    trajano committed Jan 30, 2023
    Copy the full SHA
    9f3b767 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    trajano committed Jan 30, 2023
    Copy the full SHA
    7b60763 View commit details
    Browse the repository at this point in the history
  5. Update index.ts

    trajano committed Jan 30, 2023
    Copy the full SHA
    1e2a2db View commit details
    Browse the repository at this point in the history
  6. Update packages/jest-create-cache-key-function/src/index.ts

    Co-authored-by: Tom Mrazauskas <tom@mrazauskas.de>
    trajano and mrazauskas committed Jan 30, 2023
    Copy the full SHA
    77551f8 View commit details
    Browse the repository at this point in the history
  7. Update packages/jest-create-cache-key-function/src/index.ts

    Co-authored-by: Tom Mrazauskas <tom@mrazauskas.de>
    trajano and mrazauskas committed Jan 30, 2023
    Copy the full SHA
    77e7ab3 View commit details
    Browse the repository at this point in the history
  8. Update index.ts

    trajano committed Jan 30, 2023
    Copy the full SHA
    99ef72d View commit details
    Browse the repository at this point in the history
  9. Update packages/jest-create-cache-key-function/README.md

    Co-authored-by: Tom Mrazauskas <tom@mrazauskas.de>
    trajano and mrazauskas committed Jan 30, 2023
    Copy the full SHA
    edfea07 View commit details
    Browse the repository at this point in the history
  10. Update packages/jest-create-cache-key-function/README.md

    Co-authored-by: Tom Mrazauskas <tom@mrazauskas.de>
    trajano and mrazauskas committed Jan 30, 2023
    Copy the full SHA
    530f949 View commit details
    Browse the repository at this point in the history
  11. Update packages/jest-create-cache-key-function/src/index.ts

    Co-authored-by: Tom Mrazauskas <tom@mrazauskas.de>
    trajano and mrazauskas committed Jan 30, 2023
    Copy the full SHA
    0a36e2b View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Copy the full SHA
    0889626 View commit details
    Browse the repository at this point in the history
  2. Update index.test.ts

    trajano committed Feb 2, 2023
    Copy the full SHA
    f849b2c View commit details
    Browse the repository at this point in the history
  3. Update index.ts

    trajano committed Feb 2, 2023
    Copy the full SHA
    6b8361f View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Update index.ts

    trajano committed Feb 15, 2023
    Copy the full SHA
    b1fcfb9 View commit details
    Browse the repository at this point in the history
  2. Update index.test.ts

    trajano committed Feb 15, 2023
    Copy the full SHA
    714a93d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    da16001 View commit details
    Browse the repository at this point in the history
  4. Update index.test.ts

    trajano committed Feb 15, 2023
    Copy the full SHA
    77cc75d View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Copy the full SHA
    b4d7955 View commit details
    Browse the repository at this point in the history
  2. move changelog entry

    SimenB committed Feb 23, 2023
    Copy the full SHA
    2f075e2 View commit details
    Browse the repository at this point in the history
  3. pass length to both substrings

    SimenB committed Feb 23, 2023
    Copy the full SHA
    e75fa73 View commit details
    Browse the repository at this point in the history
  4. move changelog entry again

    SimenB committed Feb 23, 2023
    Copy the full SHA
    9536286 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    e0d2f39 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    e59df8d View commit details
    Browse the repository at this point in the history