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: experimental server persistent caching #10671

Closed
wants to merge 59 commits into from

Commits on Oct 27, 2022

  1. Configuration menu
    Copy the full SHA
    14bde2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c309eed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57f081d View commit details
    Browse the repository at this point in the history
  4. feat: exclude

    Akryum committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    ce26960 View commit details
    Browse the repository at this point in the history
  5. fix: add id in cache key

    Akryum committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    12216c3 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Configuration menu
    Copy the full SHA
    a8f8d28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc73790 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    061e645 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d128365 View commit details
    Browse the repository at this point in the history
  5. feat: clearing cache log

    Akryum committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    138afc0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9767372 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    228670c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d45302c View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2022

  1. Configuration menu
    Copy the full SHA
    f4ff16b View commit details
    Browse the repository at this point in the history
  2. fix: manifest write debounce

    Akryum committed Oct 29, 2022
    Configuration menu
    Copy the full SHA
    8c512e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5750ddb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c86c75 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    830b5fb View commit details
    Browse the repository at this point in the history
  6. fix: state cache files cleanup

    Akryum committed Oct 29, 2022
    Configuration menu
    Copy the full SHA
    0410cd3 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. feat: store url too

    Akryum committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    f4b2e5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8dd8dd7 View commit details
    Browse the repository at this point in the history
  3. refactor: remove cleanup

    Akryum committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    967d8cd View commit details
    Browse the repository at this point in the history
  4. refactor: debug log

    Akryum committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    6b32599 View commit details
    Browse the repository at this point in the history
  5. fix: wording

    Akryum committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    d9695fb View commit details
    Browse the repository at this point in the history
  6. perf: readFileSync manifest

    Akryum committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    59fcf27 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    60663a8 View commit details
    Browse the repository at this point in the history
  8. refactor: use isDefined

    Akryum committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    662231b View commit details
    Browse the repository at this point in the history
  9. chore: more comments

    Akryum committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    f895075 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    10a06d5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    338e3e7 View commit details
    Browse the repository at this point in the history
  12. refactor: isFullCacheEntry

    Akryum committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    5f27f38 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    eb6b896 View commit details
    Browse the repository at this point in the history
  14. Merge remote-tracking branch 'refs/remotes/origin/main'

    Conflicts:
    	packages/vite/src/node/config.ts
    	packages/vite/src/node/server/transformRequest.ts
    Akryum committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    9b2ecad View commit details
    Browse the repository at this point in the history
  15. fix: build

    Akryum committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    b045081 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6862e70 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    21462a4 View commit details
    Browse the repository at this point in the history
  18. feat: remove cacheDir option

    Akryum committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    31efe08 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1ca741b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8a38f30 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ddf9b65 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    362202d View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Configuration menu
    Copy the full SHA
    8b90781 View commit details
    Browse the repository at this point in the history
  2. fix: remove warning log

    Akryum committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    69df6ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4d0ec8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    71f90e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Configuration menu
    Copy the full SHA
    a7ae200 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03a3971 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65745f8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7004101 View commit details
    Browse the repository at this point in the history
  5. fix: forgot to rename

    Akryum committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    add327f View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. chore: more debug logs

    Akryum committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    c1d9f8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99a35ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    037972f View commit details
    Browse the repository at this point in the history
  4. chore: typo

    Akryum committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    466e479 View commit details
    Browse the repository at this point in the history
  5. fix: ssr code cache write

    Akryum committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    f0da21f View commit details
    Browse the repository at this point in the history
  6. chore: add more debug log

    Akryum committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    31eaebe View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Configuration menu
    Copy the full SHA
    84d7a70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed4d3b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    373d02d View commit details
    Browse the repository at this point in the history