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: route level config #8740

Merged
merged 46 commits into from
Feb 6, 2023
Merged

feat: route level config #8740

merged 46 commits into from
Feb 6, 2023

Commits on Jan 26, 2023

  1. route level config wip

    dummdidumm committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    93aa8f6 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. this seems to work

    dummdidumm committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    c87e38b View commit details
    Browse the repository at this point in the history
  2. proper config

    dummdidumm committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    5866441 View commit details
    Browse the repository at this point in the history
  3. do shallow merge

    dummdidumm committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    1897e80 View commit details
    Browse the repository at this point in the history
  4. docs

    dummdidumm committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    e2a5d23 View commit details
    Browse the repository at this point in the history
  5. use config

    dummdidumm committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    664985a View commit details
    Browse the repository at this point in the history
  6. default config

    dummdidumm committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    b9201d2 View commit details
    Browse the repository at this point in the history
  7. vercel docs

    dummdidumm committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    c758d49 View commit details
    Browse the repository at this point in the history
  8. fix tests

    dummdidumm committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    05c6d6c View commit details
    Browse the repository at this point in the history
  9. appease TS

    dummdidumm committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    2edea52 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9668cdc View commit details
    Browse the repository at this point in the history
  11. oops

    dummdidumm committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    b31c1e8 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. more docs

    dummdidumm committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    5c66287 View commit details
    Browse the repository at this point in the history
  2. this feels clunky

    dummdidumm committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    b3b1b6e View commit details
    Browse the repository at this point in the history
  3. Route level config alt (#8863)

    * Revert "this feels clunky"
    
    This reverts commit b3b1b6e.
    
    * alternative approach to route-level config
    
    * remove hasRouteLevelConfig
    
    * handle data requests
    
    * simplify
    
    * fix types
    
    * remove unused code
    
    * fix site
    
    * fix default runtime
    
    * validate region, default to all for edge
    Rich-Harris authored Feb 2, 2023
    Configuration menu
    Copy the full SHA
    39f5740 View commit details
    Browse the repository at this point in the history
  4. merge master

    Rich-Harris committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    a688f2b View commit details
    Browse the repository at this point in the history
  5. "all" not ["all"]

    Rich-Harris committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    b3f04ff View commit details
    Browse the repository at this point in the history
  6. changesets

    Rich-Harris committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    b850246 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6a3d59c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    59f6cfd View commit details
    Browse the repository at this point in the history
  9. implement split: true

    Rich-Harris committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    0ceccbf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7546293 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. tidy up

    Rich-Harris committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    d309554 View commit details
    Browse the repository at this point in the history
  2. fix site

    Rich-Harris committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    a5fd25e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8adb618 View commit details
    Browse the repository at this point in the history
  4. tweaks

    Rich-Harris committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    de3dc0b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ac16c90 View commit details
    Browse the repository at this point in the history
  6. union type

    dummdidumm committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    6879b2c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    57288bd View commit details
    Browse the repository at this point in the history
  8. tweak docs a little

    dummdidumm committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    b1d0283 View commit details
    Browse the repository at this point in the history
  9. netlify

    dummdidumm committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    998e1bd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a252952 View commit details
    Browse the repository at this point in the history
  11. silence type union error

    dummdidumm committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    8f1bbdb View commit details
    Browse the repository at this point in the history
  12. use platform defaults

    Rich-Harris committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    835dd9c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    691eee9 View commit details
    Browse the repository at this point in the history
  14. implement ISR

    Rich-Harris committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    1c43bf5 View commit details
    Browse the repository at this point in the history
  15. fix some docs stuff

    Rich-Harris committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    470ef44 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4dcf727 View commit details
    Browse the repository at this point in the history
  17. clarify memory stuff

    Rich-Harris committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    f893672 View commit details
    Browse the repository at this point in the history
  18. document ISR

    Rich-Harris committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    1c871ea View commit details
    Browse the repository at this point in the history
  19. docs tweaks

    Rich-Harris committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    c5b9f8b View commit details
    Browse the repository at this point in the history
  20. fix site

    Rich-Harris committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    627cf58 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. add isr in config hash

    Rich-Harris committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    3b1b436 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e88f8b View commit details
    Browse the repository at this point in the history
  3. bump adapter-auto etc

    dummdidumm committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    f6c8160 View commit details
    Browse the repository at this point in the history
  4. bump peerdeps

    dummdidumm committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    55aad98 View commit details
    Browse the repository at this point in the history