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

Improve blame #2552

Merged
24 commits merged into from Sep 1, 2020
Merged

Improve blame #2552

24 commits merged into from Sep 1, 2020

Commits on Jun 5, 2020

  1. Hide -release in console

    nohwnd committed Jun 5, 2020
    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
    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
    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
    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
    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
    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] committed Jun 9, 2020
    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
    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
    Copy the full SHA
    f777f36 View commit details
    Browse the repository at this point in the history
  4. 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
    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
    Copy the full SHA
    c1b6b2c View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. 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 committed Aug 19, 2020
    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
    Copy the full SHA
    fd2748b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f5e870b View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. 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 committed Aug 26, 2020
    Copy the full SHA
    3454261 View commit details
    Browse the repository at this point in the history
  2. 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
    Copy the full SHA
    42b3463 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4fcacb2 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2020

  1. Copy the full SHA
    1f5ed32 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b2dbc48 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d940b5d View commit details
    Browse the repository at this point in the history