Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vercel/turborepo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.4
Choose a base ref
...
head repository: vercel/turborepo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.5.5
Choose a head ref
  • 11 commits
  • 29 files changed
  • 9 contributors

Commits on Sep 27, 2022

  1. fix(fs): overwrite symlink in restore cache (#2016)

    fix(fs): overwrite symlink in restore cache
    
    In restore cache process, if there already exist a same link in dist folder, turbo will failed with an error:
    
    ```bash
    error fetching from cache: error moving artifact from cache into XXXXX: symlink ../uuid/dist/bin/uuid XXXXX/dist/node_modules/.bin/uuid: file exists
    ```
    
    This patch just remove already existed link.
    AielloChan authored Sep 27, 2022
    Configuration menu
    Copy the full SHA
    4358ca0 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. Fix broken link to sales

    jaredpalmer committed Sep 28, 2022
    1 Configuration menu
    Copy the full SHA
    e0c4609 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    1ff8bd6 View commit details
    Browse the repository at this point in the history
  3. Change Berry's cacheKey to be a string (#2102)

    * Make berry.lock fixtures have non-int cacheKey
    
    * Change cacheKey from int to string
    
    * use empty string instead
    amitdahan authored Sep 28, 2022
    Configuration menu
    Copy the full SHA
    8419171 View commit details
    Browse the repository at this point in the history
  4. Fix small typo (#2108)

    arturcarvalho authored Sep 28, 2022
    1 Configuration menu
    Copy the full SHA
    63c33ab View commit details
    Browse the repository at this point in the history
  5. Add React Flow to showcase (#2107)

    Hey! 
    
    We've just switched to turborepo and it's awesome :) Thanks for your work! 
    
    * [React Flow repo](https://github.com/wbkd/react-flow) 
    * [React Flow website](https://reactflow.dev)
    
    ![Screenshot 2022-09-28 at 17 43 32](https://user-images.githubusercontent.com/2857535/192825048-c582a7a9-415f-40fb-9b60-9a86fad1e19b.png)
    ![Screenshot 2022-09-28 at 17 43 38](https://user-images.githubusercontent.com/2857535/192825055-4338806d-b6d0-4e28-8823-25e79405a433.png)
    moklick authored Sep 28, 2022
    1 Configuration menu
    Copy the full SHA
    30afe23 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    107b4be View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Configuration menu
    Copy the full SHA
    b7edf64 View commit details
    Browse the repository at this point in the history
  2. Re-add log message about remote caching (#2122)

    This re-adds the log message for Remote Caching, but only when tasks are
    actually going to execute. The message was removed in d48fcdf
    because it was being included in `--dry-run` output, making
    `--dry-run=json` output non-machine-readable. By excluding this log
    message from dry run output, we solve both problems.
    
    This commit also moves `logWarning()` into CmdBase to match `logError()`.
    mehulkar authored Sep 29, 2022
    Configuration menu
    Copy the full SHA
    005413b View commit details
    Browse the repository at this point in the history
  3. Temporarily disable daemon on windows (#2124)

    We have an issue with threading our `AF_UNIX` socket properly through grpc on windows. Disable the daemon attempt on windows while we work out the issue, so that users aren't bothered by the warning that it isn't working.
    Greg Soltis authored Sep 29, 2022
    Configuration menu
    Copy the full SHA
    cb0b95c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1cd191b View commit details
    Browse the repository at this point in the history
Loading