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

Update from 16.8 #2588

Merged
merged 28 commits into from
Oct 6, 2020
Merged

Update from 16.8 #2588

merged 28 commits into from
Oct 6, 2020

Commits on Jun 5, 2020

  1. Hide -release in console

    nohwnd committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    47fee27 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2020

  1. Add param block

    nohwnd committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    9ed42e4 View commit details
    Browse the repository at this point in the history
  2. Match on whole branch name

    nohwnd committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    6de7aca View commit details
    Browse the repository at this point in the history
  3. Set var

    nohwnd committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    b60cf6f View commit details
    Browse the repository at this point in the history
  4. Change assertion

    nohwnd committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    1fbf4a3 View commit details
    Browse the repository at this point in the history
  5. Trim version

    nohwnd committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    501939e View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

  1. Update dependencies from https://github.com/dotnet/arcade build 20200…

    …602.3 (microsoft#2456)
    
    Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.SwaggerGenerator.MSBuild
     From Version 5.0.0-beta.20052.1 -> To Version 1.0.0-beta.20302.3
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Jun 9, 2020
    Configuration menu
    Copy the full SHA
    fceebbc View commit details
    Browse the repository at this point in the history
  2. Update feeds

    nohwnd committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    c449a1e View commit details
    Browse the repository at this point in the history
  3. Merge master

    nohwnd committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    f777f36 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2474ad2 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2020

  1. Added new exception handling (microsoft#2461)

    * Test space added
    
    * Exception handler was added to catch AccessDeniedException while trying to create TestResults folder
    
    * Remove unnecessary space
    
    * Deleted unnecessary test. Changed console message and corrected folder path in that message
    
    * Remove unnecessary dot
    
    * Removed unnecessary lines and usings and coreccted exception message
    
    * Removed unnecessary line
    
    * Updating resource files
    
    * New exception handling was added
    
    * Formatted exception message
    Sanan07 authored and nohwnd committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    df62aca View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

  1. Adding test run attachments processing (microsoft#2463)

    * v1
    
    * Merging v1
    
    * Rename to MultiTestRunsFinalization
    
    * New version
    
    * More changes
    
    * More changes
    
    * Next changes
    
    * Fix
    
    * test
    
    * More changes
    
    * Dmc chagnes
    
    * next
    
    * small changes
    
    * compiled
    
    * More changes
    
    * acceptance tests green
    
    * Review comments #1
    
    * Resolving more comments
    
    * Tests for design mode client
    
    * Tests for events handler
    
    * revert not related changes
    
    * More changes
    
    * Compiling OK, tests OK
    
    * Unit tests for manager
    
    * More changes
    
    * More tests
    
    * tests for reqeust sender
    
    * more tests
    
    * Tests for cancelling
    
    * Acceptance tests done
    
    * Remove not used stuff
    
    * Fix comments
    
    * Fix race condition in test
    
    * Fix another race condition
    
    * Fix converting to xml
    
    * fix next test
    
    * fix test
    
    * Next changes
    
    * Review changes #1
    
    * Fixing multi test finalization manager tests
    
    * Fixes
    
    * Fix last unit test
    
    * Fix acceptance tests
    
    * Progress feature, compiling + unit tests
    
    * acceptance tests changes
    
    * More changes
    
    * Fixing resources accesability
    
    * Fix test
    
    * Fix race conditions in acceptance tests
    
    * RFC changes merged
    
    * Log warning in case of unexpected message id
    
    * Fix spelling
    
    * Additional comment
    
    * Restore some stuff in interfaces
    
    * Big renaming
    
    * Added processingSettings
    
    * Fix naming
    
    * Move explanation to <remarks>
    jakubch1 committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    c1b6b2c View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. Configuration menu
    Copy the full SHA
    4ec9fb2 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

  1. Fixed code coverage compatibility issue (microsoft#2527)

    Fixed code coverage compatibility issue
    cvpoienaru authored Aug 19, 2020
    Configuration menu
    Copy the full SHA
    1d30394 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2020

  1. Forward merge master

    nohwnd committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    fd2748b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5e870b View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. Configuration menu
    Copy the full SHA
    c1a6782 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. Trigger dumps asynchronously (microsoft#2533)

    * Run each dump in a task in netclient dumper
    
    * More reasonable timeout
    nohwnd authored Aug 26, 2020
    Configuration menu
    Copy the full SHA
    3454261 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    088da43 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2020

  1. Remove env variables

    nohwnd committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    42b3463 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fcacb2 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2020

  1. Configuration menu
    Copy the full SHA
    b9cd8eb View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. Configuration menu
    Copy the full SHA
    0c0fafa View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2020

  1. Configuration menu
    Copy the full SHA
    70a599d View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. Forward merge fixes from master to rc2 (microsoft#2581)

    * Avoid logging >Task returned false but did not log an error.< (microsoft#2557)
    
    * Avoid logging >Task returned false but did not log an error.< on test failure
    
    * Add VSTEST_BUILD_DEBUG env var
    
    * Using namespaces
    
    * Invert the switch because it will be still backwards in the final release
    
    * Use bitness from process or OS (microsoft#2571)
    
    * Do not force .NET4.5 in case legacy test settings are provided (microsoft#2545)
    
    * Do not force .NET4.5 in case legacy test settings are provided
    
    * Net core app
    
    * Fix runconfig
    
    * Default platform
    nohwnd authored Sep 24, 2020
    Configuration menu
    Copy the full SHA
    2418d9e View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. Configuration menu
    Copy the full SHA
    2e615ad View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2020

  1. Configuration menu
    Copy the full SHA
    7f76811 View commit details
    Browse the repository at this point in the history
  2. Fix release-notes-script

    nohwnd committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    e6a7209 View commit details
    Browse the repository at this point in the history