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

Redirects #7067

Merged
merged 49 commits into from
Jun 5, 2023
Merged

Redirects #7067

merged 49 commits into from
Jun 5, 2023

Commits on May 10, 2023

  1. Redirects spike

    matthewp committed May 10, 2023
    Configuration menu
    Copy the full SHA
    46e7269 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Configuration menu
    Copy the full SHA
    ef3ea94 View commit details
    Browse the repository at this point in the history
  2. Support in Netlify as well

    matthewp committed May 11, 2023
    Configuration menu
    Copy the full SHA
    d6b7104 View commit details
    Browse the repository at this point in the history
  3. Adding a changeset

    matthewp committed May 11, 2023
    Configuration menu
    Copy the full SHA
    f52116a View commit details
    Browse the repository at this point in the history
  4. Rename file

    matthewp committed May 11, 2023
    Configuration menu
    Copy the full SHA
    a70820b View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Configuration menu
    Copy the full SHA
    475294a View commit details
    Browse the repository at this point in the history
  2. Fix build problem

    matthewp committed May 19, 2023
    Configuration menu
    Copy the full SHA
    eed6a72 View commit details
    Browse the repository at this point in the history
  3. Refactor to be more modular

    matthewp committed May 19, 2023
    Configuration menu
    Copy the full SHA
    1749ce5 View commit details
    Browse the repository at this point in the history
  4. Fix location ref

    matthewp committed May 19, 2023
    Configuration menu
    Copy the full SHA
    ab0539b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    83ed366 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

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

Commits on May 23, 2023

  1. Configuration menu
    Copy the full SHA
    4857c7d View commit details
    Browse the repository at this point in the history
  2. Implement support for dynamic routes in redirects (#7173)

    * Implement support for dynamic routes in redirects
    
    * Remove the .only
    
    * No need to special-case redirects in static build
    matthewp authored May 23, 2023
    Configuration menu
    Copy the full SHA
    25d7d20 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11a517b View commit details
    Browse the repository at this point in the history
  4. Implement support for redirects config in the Vercel adapter (#7182)

    * Implement support for redirects config in the Vercel adapter
    
    * Remove unused condition
    
    * Move to a internal helper package
    matthewp authored May 23, 2023
    Configuration menu
    Copy the full SHA
    ffc771e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f55e422 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2904ced View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Configuration menu
    Copy the full SHA
    c2f889b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af2ceea View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Implement redirects in Cloudflare (#7198)

    * Implement redirects in Cloudflare
    
    * Fix build
    
    * Update tests b/c of new ordering
    
    * Debug issue
    
    * Use posix.join
    
    * Update packages/underscore-redirects/package.json
    
    Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
    
    * Update based on review comments
    
    * Update broken test
    
    ---------
    
    Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
    matthewp and ematipico authored May 25, 2023
    Configuration menu
    Copy the full SHA
    8b4d248 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Test that redirects can come from middleware (#7213)

    * Test that redirects can come from middleware
    
    * Allow non-promise returns for middleware
    matthewp authored May 26, 2023
    Configuration menu
    Copy the full SHA
    ef9a456 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Implement priority (#7210)

    matthewp authored May 30, 2023
    Configuration menu
    Copy the full SHA
    fa03a41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02a8506 View commit details
    Browse the repository at this point in the history
  3. Refactor

    matthewp committed May 30, 2023
    Configuration menu
    Copy the full SHA
    eb7617d View commit details
    Browse the repository at this point in the history
  4. Fix netlify test ordering

    matthewp committed May 30, 2023
    Configuration menu
    Copy the full SHA
    d7d0b22 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fd52bd6 View commit details
    Browse the repository at this point in the history
  6. Fix ordering again

    matthewp committed May 30, 2023
    Configuration menu
    Copy the full SHA
    a39eb51 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d3895a2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2700c12 View commit details
    Browse the repository at this point in the history
  9. Adding changesets

    matthewp committed May 30, 2023
    Configuration menu
    Copy the full SHA
    60dcfb6 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Configuration menu
    Copy the full SHA
    c040279 View commit details
    Browse the repository at this point in the history
  2. Self review

    matthewp committed May 31, 2023
    Configuration menu
    Copy the full SHA
    79263e3 View commit details
    Browse the repository at this point in the history
  3. Update .changeset/chatty-actors-stare.md

    Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
    matthewp and delucis authored May 31, 2023
    Configuration menu
    Copy the full SHA
    5198529 View commit details
    Browse the repository at this point in the history
  4. Update packages/astro/src/@types/astro.ts

    Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
    matthewp and delucis authored May 31, 2023
    Configuration menu
    Copy the full SHA
    63b5cfa View commit details
    Browse the repository at this point in the history
  5. Update packages/astro/src/@types/astro.ts

    Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
    matthewp and delucis authored May 31, 2023
    Configuration menu
    Copy the full SHA
    17d0538 View commit details
    Browse the repository at this point in the history
  6. Update packages/astro/src/@types/astro.ts

    Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
    matthewp and delucis authored May 31, 2023
    Configuration menu
    Copy the full SHA
    7b64d65 View commit details
    Browse the repository at this point in the history
  7. Update packages/astro/src/@types/astro.ts

    Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
    matthewp and delucis authored May 31, 2023
    Configuration menu
    Copy the full SHA
    cd8e703 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7fd2a0a View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Update packages/astro/src/@types/astro.ts

    Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
    matthewp and sarah11918 authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    42bfa65 View commit details
    Browse the repository at this point in the history
  2. Update packages/astro/src/@types/astro.ts

    Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
    matthewp and sarah11918 authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    4da0c7b View commit details
    Browse the repository at this point in the history
  3. Code review changes

    matthewp committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    3eaf936 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c0905b View commit details
    Browse the repository at this point in the history
  5. Update packages/astro/src/@types/astro.ts

    Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
    matthewp and sarah11918 authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    63210fe View commit details
    Browse the repository at this point in the history
  6. Slight reword

    matthewp committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    57e8105 View commit details
    Browse the repository at this point in the history
  7. Update .changeset/twenty-suns-vanish.md

    Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
    matthewp and sarah11918 authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    131f9d2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    afcc209 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4afaa37 View commit details
    Browse the repository at this point in the history
  10. Update packages/astro/src/@types/astro.ts

    Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
    matthewp and sarah11918 authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    303b79a View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

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