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

Commits on Aug 1, 2022

  1. [main] Update dependencies from dotnet/xliff-tasks dotnet/arcade dotn…

    …et/sourcelink (#10198)
    
    [main] Update dependencies from dotnet/xliff-tasks dotnet/arcade dotnet/sourcelink
    dotnet-maestro[bot] authored Aug 1, 2022
    Configuration menu
    Copy the full SHA
    a93e628 View commit details
    Browse the repository at this point in the history
  2. [main] Update dependencies from dotnet/xharness dotnet/sourcelink (#1…

    …0223)
    
    [main] Update dependencies from dotnet/xharness dotnet/sourcelink
    dotnet-maestro[bot] authored Aug 1, 2022
    Configuration menu
    Copy the full SHA
    ce04c6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e42f0b View commit details
    Browse the repository at this point in the history
  4. GenAPI: Optionally wrap types in conditional compilation (#10003)

    This allows passing in a list of types to GenAPI that will be wrapped in #if conditional compilation blocks.
    akoeplinger authored Aug 1, 2022
    Configuration menu
    Copy the full SHA
    aa90e21 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. [main] Update dependencies from dotnet/arcade dotnet/sourcelink (#10231)

    [main] Update dependencies from dotnet/arcade dotnet/sourcelink
    dotnet-maestro[bot] authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    dc2a01a View commit details
    Browse the repository at this point in the history
  2. Flip When osx and osx-arm64 condition in dotnet-cli.props (#10232)

    Co-authored-by: Steve Pfister <[email protected]>
    steveisok and Steve Pfister authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    23681df View commit details
    Browse the repository at this point in the history
  3. Add one-pager for using machine learning to predict pipeline duration (

    …#9901)
    
    * Add pipeline machine learning
    
    * Switch one-pager to markdown
    
    * Fix formatting
    
    * Scrap azure functions, use Chebyshev's inequality with Kusto
    
    * feedback
    
    * more typos
    
    * hide duration if critical known issue
    
    * nit
    
    Co-authored-by: Ricardo Arenas <[email protected]>
    
    * review
    
    * fix latex
    
    * fix latex pt 2
    
    * fix latex again
    
    * remove percent latex. github doesn't render latex properly..
    
    Co-authored-by: Justin Perez <[email protected]>
    Co-authored-by: Ricardo Arenas <[email protected]>
    3 people authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    f7e668c View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. [main] Update dependencies from dotnet/xliff-tasks dotnet/arcade dotn…

    …et/sourcelink (#10256)
    
    [main] Update dependencies from dotnet/xliff-tasks dotnet/arcade dotnet/sourcelink
    dotnet-maestro[bot] authored Aug 3, 2022
    Configuration menu
    Copy the full SHA
    4ee620c View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Update source index package version (#10295)

    This change updates the package version for the source index step
    to the new version that contains fixes for the same-named files
    in different directories problem.
    alexperovich authored Aug 4, 2022
    Configuration menu
    Copy the full SHA
    d5e650d View commit details
    Browse the repository at this point in the history
  2. Get copyright info for native and r2r binaries (#10148)

    * Get copyright info for native and r2r binaries
    When attempting to re-enable in-build signing, runtime was throwing out an error that Microsoft.NETCore.App.Composite.r2r.dll had an empty copyright (interpreted as non-MSFT) but was being signed with a Microsoft cert. What was happening was that this r2r binary, because of the way it's created, doesn't have the assembly attributes with copyright info that would normally be present.
    
    In this case, as well as native binaries, we should be using the file version info present in native resources to find the copyright info. This is used as a fallback for managed binaries, and always in the case of native (which didn't have copyright info before).
    
    * Fixup tests and native resource copyright lookup
    
    * Turn warning into high pri message
    
    * Turn off tests that won't pass before 10293
    
    * Differentiate 3rd party/Microsoft signing warnings
    mmitche authored Aug 4, 2022
    Configuration menu
    Copy the full SHA
    f08ccdc View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Configuration menu
    Copy the full SHA
    bf87032 View commit details
    Browse the repository at this point in the history
  2. [main] Update dependencies from dotnet/arcade dotnet/sourcelink (#10287)

    [main] Update dependencies from dotnet/arcade dotnet/sourcelink
    dotnet-maestro[bot] authored Aug 5, 2022
    Configuration menu
    Copy the full SHA
    ab63682 View commit details
    Browse the repository at this point in the history
  3. [main] Update dependencies from dotnet/xliff-tasks dotnet/sourcelink (#…

    …10313)
    
    [main] Update dependencies from dotnet/xliff-tasks dotnet/sourcelink
    dotnet-maestro[bot] authored Aug 5, 2022
    Configuration menu
    Copy the full SHA
    be70926 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58aed6c View commit details
    Browse the repository at this point in the history
Loading