Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add xml test result reporting (#900) #477

Merged
merged 18 commits into from
Jul 14, 2023
Merged

Add xml test result reporting (#900) #477

merged 18 commits into from
Jul 14, 2023

Commits on Jul 13, 2023

  1. Make NEON flags conditional (#900)

    This otherwise broke platforms that have arm, but different
    toolchains.
    
    b/290060548
    kaidokert committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    79fb0a5 View commit details
    Browse the repository at this point in the history
  2. Update runner labels for win32 workflows. (#903)

    This is needed to make sure we run on win32 runners with 
    VS22.
    
    b/288331647
    isarkis committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    3218054 View commit details
    Browse the repository at this point in the history
  3. Ensure interactions with persistent settings only happen after onload…

    … (#909)
    
    event is called.
    
    This is the only way to ensure persistent settings are validated before
    setting.
    
    b/289240360
    
    Change-Id: I8505da45eb26b421f5b4888bbb3d625c352df306
    joeltine committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    0795a37 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8fa5d3f View commit details
    Browse the repository at this point in the history
  5. Add fallthrough to cpp17 audit (#910)

    b/288332442
    
    Change-Id: Ie77b415c6b756570665bfdae5b68d71dba807864
    niranjanyardi committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    dd95b94 View commit details
    Browse the repository at this point in the history
  6. [XB1] Add self signed cert with updated instructions (#895)

    Add a self-signed cert for the 'CommonName' publisher that's used as a
    default for external contributors.
    
    Update and open source the instructions for contributors to generate a
    self-signed cert for testing.
    
    Update packager to be runnable for much more streamlined local packaging
    into appx files.
    
    b/290831656
    
    Change-Id: Id0bd72f7919714e4a3f8cb8ef5a27b5c3e57c862
    TyHolc committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    9b87b36 View commit details
    Browse the repository at this point in the history
  7. Adds Cobalt Version to build info. (#907)

    b/290993560
    
    Change-Id: Icb8871a184d82496cca20860bf5e151aedf2af02
    briantting committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    493e3ea View commit details
    Browse the repository at this point in the history
  8. Enable cpp17 audit on windows (#897)

    b/288332442
    niranjanyardi committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    f598c90 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Keep the Crx package in memory during an update (#849)

    This change adds support to download a Crx to memory, instead of the
    file system, and also wires up the in-memory unpack/unzip and
    verification flows.
    
    b/158043520
    hlwarriner committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    ba49651 View commit details
    Browse the repository at this point in the history
  2. Add xml upload to datadog

    b/290997541
    oxve committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    77e1883 View commit details
    Browse the repository at this point in the history
  3. Move secret to env

    b/290997541
    oxve committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    9188a07 View commit details
    Browse the repository at this point in the history
  4. Use bare uploader

    b/290997541
    oxve committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    6ff9723 View commit details
    Browse the repository at this point in the history
  5. Remove all pipeline work

    oxve committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    11a898d View commit details
    Browse the repository at this point in the history
  6. Add TODO

    oxve committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    83017b2 View commit details
    Browse the repository at this point in the history
  7. Add hardcoded unit test reports

    oxve committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    996c93f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a2b2ccc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fed5df6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0171963 View commit details
    Browse the repository at this point in the history