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: dotnet/arcade
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6b97586
Choose a base ref
...
head repository: dotnet/arcade
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 42de78a
Choose a head ref
  • 6 commits
  • 13 files changed
  • 5 contributors

Commits on May 13, 2021

  1. implemented conditional OuterLoopAttribute (#7370)

    implemented conditional OuterLoopAttribute, which conditionally sets `outerloop` category
    pavelsavara authored May 13, 2021
    Configuration menu
    Copy the full SHA
    c973cd2 View commit details
    Browse the repository at this point in the history
  2. [main] Update dependencies from dotnet/xliff-tasks dotnet/arcade mono…

    …/linker (#7387)
    
    [main] Update dependencies from dotnet/xliff-tasks dotnet/arcade mono/linker
    dotnet-maestro[bot] authored May 13, 2021
    Configuration menu
    Copy the full SHA
    c2082dd View commit details
    Browse the repository at this point in the history
  3. Add user Dev WF (PR) Docs (#7335)

    Add user-oriented project docs
    garath authored May 13, 2021
    Configuration menu
    Copy the full SHA
    174acbc View commit details
    Browse the repository at this point in the history
  4. Add more retries to symbols and sourcelink validation (#7364)

    * Add more retries to symbols and sourcelink validation
    
    For sourcelink validation, this change introduces retries.
    
    For symbols validation, this change expands retry scenarios to any failure, not just 503s, as sometimes, dotnet-symbol fails with no real indication why, and we want to retry on all scenarios. Also updates the logging, and separates out the files being downloaded via dotnet-symbol to separate directories based on msdl/symweb, so we don't think we have those files on both when they only exist on one, as our method for confirming if they were downloaded just checked to see if certain paths exist.
    
    * If the uri is not a github uri, don't retry, just fail the link
    
    * Address feedback, fix script
    michellemcdaniel authored May 13, 2021
    Configuration menu
    Copy the full SHA
    e8d0df4 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. [main] Update dependencies from dotnet/xharness dotnet/xliff-tasks do…

    …tnet/arcade mono/linker (#7392)
    
    [main] Update dependencies from dotnet/xharness dotnet/xliff-tasks dotnet/arcade mono/linker
    dotnet-maestro[bot] authored May 14, 2021
    Configuration menu
    Copy the full SHA
    2c329b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42de78a View commit details
    Browse the repository at this point in the history
Loading