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

Commits on Feb 9, 2022

  1. Simple script to check mirror status (#7993)

    * Simple script to check mirror status
    Checks the mirror state of a bunch of repos, based on local copies, optionally fetching them.
    
    * Change script name and add support for different release bands
    mmitche authored Feb 9, 2022
    Configuration menu
    Copy the full SHA
    0edc3d6 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. Configuration menu
    Copy the full SHA
    3842fb5 View commit details
    Browse the repository at this point in the history
  2. [main] Update dependencies from dotnet/xliff-tasks dotnet/arcade (#8453)

    [main] Update dependencies from dotnet/xliff-tasks dotnet/arcade
    dotnet-maestro[bot] authored Feb 10, 2022
    Configuration menu
    Copy the full SHA
    7c24f34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e53db6 View commit details
    Browse the repository at this point in the history
  4. Enable IBM POWER platform (#8455)

    I've validated this locally, it's pretty much a copy-paste of the s390x version.
    
    Dotnet arch name (preferred by upstream) is ppc64le, but Ubuntu arch name is ppc64el due to a very very old (and now unfixable) endianness joke by the Debian folks, where bi-arch architectures get a big endian or endian little suffix
    Jo Shields authored Feb 10, 2022
    Configuration menu
    Copy the full SHA
    7f992da View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. Generate sbom for arcade (#8424)

    * Generate sbom
    
    * typo
    
    * change artifact name
    
    * Use step template
    
    * update
    
    * minor fix
    
    * revert enableSbom flag
    
    * Test
    
    * Review comments
    
    * include packages
    
    * update path
    
    * comments
    
    * remove BuildComponent
    
    * revert
    
    * Added support to all platforms
    
    * Update for windows
    
    * Added comments
    
    * Review comments
    
    * move this as a part of job param
    
    * review comments
    
    * Test
    
    * minor fix
    
    * Test
    
    * add telemetry
    
    * Add default values
    
    * readding _
    
    * Keeping it consistent with bash script
    
    * More review comments
    
    * Update jobs template
    
    * add space to comments
    
    * Update condition for powershell task
    
    * Add an extra space
    
    * Update eng/common/templates/job/job.yml
    
    Co-authored-by: Ricardo Arenas <riarenas@microsoft.com>
    
    Co-authored-by: Ricardo Arenas <riarenas@microsoft.com>
    epananth and riarenas authored Feb 11, 2022
    Configuration menu
    Copy the full SHA
    78eaf78 View commit details
    Browse the repository at this point in the history
Loading