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: 3fdfc33
Choose a base ref
...
head repository: dotnet/arcade
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1e73f4a
Choose a head ref
  • 16 commits
  • 28 files changed
  • 13 contributors

Commits on Jul 28, 2022

  1. Configuration menu
    Copy the full SHA
    0b08987 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a1153e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f6de73 View commit details
    Browse the repository at this point in the history
  4. [main] Update dependencies from dotnet/xliff-tasks dotnet/arcade dotn…

    …et/sourcelink (#10177)
    
    [main] Update dependencies from dotnet/xliff-tasks dotnet/arcade dotnet/sourcelink
    dotnet-maestro[bot] authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    19550f0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2dab94f View commit details
    Browse the repository at this point in the history
  6. More canned queries (Runfo queries) in query documentation (#10034)

    * Runfo-eque query for searching tests
    
    * Added Runfo queries and collapsable code blocks
    
    * Corrections to querying on started value
    
    * Moving some information around for better visibility
    
    * Adding options for build reasons
    
    * updating queries to use `has` and `ifempty`
    
    * omg, finally addressing feedback
    
    * Update Documentation/AzureDevOps/TestReportingData.md
    
    Co-authored-by: Doug Bunting <[email protected]>
    
    * Update Documentation/AzureDevOps/TestReportingQueries.md
    
    Co-authored-by: Doug Bunting <[email protected]>
    
    * Update Documentation/AzureDevOps/TestReportingQueries.md
    
    Co-authored-by: Doug Bunting <[email protected]>
    
    * Update Documentation/AzureDevOps/TestReportingData.md
    
    Co-authored-by: Doug Bunting <[email protected]>
    
    Co-authored-by: Doug Bunting <[email protected]>
    missymessa and dougbu authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    26d7506 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    28f13dc View commit details
    Browse the repository at this point in the history
  8. Set default value for sdlContinueOnError (#10181)

    Arcade-validation build [20220727.18](https://dev.azure.com/dnceng/internal/_build/results?buildId=1908410&view=results) failed because changes #10141 mean more `SDLValidationParameters` in `post-build.yml` need explicit defaults set (the parameters-as-an-object method does not allow template defaults to come into play). 
    
    This fixes that by setting an explicit default for `sdlContinueOnError`. This should be the only parameter affected as the others are checked for the "null or empty" value.
    
    Fixes #10172.
    garath authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    c2faa9f View commit details
    Browse the repository at this point in the history
  9. Revert Update Guardian to Latest (#10194)

    Arcade-services build [20220728.10](https://dev.azure.com/dnceng/internal/_build/results?buildId=1910254&view=results) shows that the fix from #10179 is incomplete. Reverting the whole effort for now; I'll debug this outside of main. 
    
    Resolves #10193
    
    * Revert "Update Guardian to Latest! Part Deux (#10141)" 3fdfc33.
    * Revert "Set default value for sdlContinueOnError (#10181)" This reverts commit c2faa9f.
    garath authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    6f93ec8 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Configuration menu
    Copy the full SHA
    c374313 View commit details
    Browse the repository at this point in the history
  2. Update azure-pipelines-merge-mirror to understand devdiv.vs (#10196)

    * Similar changes to before, this time in azure-pipelines-merge-mirror.
    
    * Oops, this one uses a windows machine
    
    * PR feedback:  different naming convention in devdiv
    MattGal authored Jul 29, 2022
    Configuration menu
    Copy the full SHA
    e1fc890 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b62d4a6 View commit details
    Browse the repository at this point in the history
  4. .NET 7 feed updates (#10205)

    Addresses #10203
    - Make RC 1 and RC 2 internal channels
    - Add internal variants for the 7.0 and 7.0.1xx GA channels
    - Update the setup nuget sources scripts to support net7
    mmitche authored Jul 29, 2022
    Configuration menu
    Copy the full SHA
    5581c96 View commit details
    Browse the repository at this point in the history
  5. Updated documentation (#10211)

    Co-authored-by: Amanda Misjuwar <[email protected]>
    AmandaMisjuwar and Amanda Misjuwar authored Jul 29, 2022
    Configuration menu
    Copy the full SHA
    76d58f0 View commit details
    Browse the repository at this point in the history
  6. Add osx-arm64 to dotnet-cli when helix queue is osx-arm64 (#10209)

    Normally, an x64 SDK should be fine, but we have been running into some weird Rosetta assertions that will hopefully go away with a proper arm64 SDK.
    steveisok authored Jul 29, 2022
    Configuration menu
    Copy the full SHA
    e6801b1 View commit details
    Browse the repository at this point in the history
  7. Publish SARIF results to a separate container (#10216)

    * Publish SARIF files in their own container
    
    Azure DevOps provides some helpful integration for SARIF files, but those files must be published in an artifact named CodeAnalysisLogs.
    garath authored Jul 29, 2022
    Configuration menu
    Copy the full SHA
    1e73f4a View commit details
    Browse the repository at this point in the history
Loading