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: github/gh-actions-importer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fe4811f
Choose a base ref
...
head repository: github/gh-actions-importer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0fb03fa
Choose a head ref
  • 11 commits
  • 365 files changed
  • 5 contributors

Commits on Feb 27, 2023

  1. Bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.5.0 in /src

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.4.1 to 17.5.0.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
    - [Commits](microsoft/vstest@v17.4.1...v17.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Test.Sdk
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 27, 2023
    Configuration menu
    Copy the full SHA
    881faf5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c0e5d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1eb2d87 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Bump NUnit3TestAdapter from 4.3.1 to 4.4.0 in /src

    Bumps [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter) from 4.3.1 to 4.4.0.
    - [Release notes](https://github.com/nunit/nunit3-vs-adapter/releases)
    - [Commits](nunit/nunit3-vs-adapter@V4.3.1...V4.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: NUnit3TestAdapter
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and luke-engle committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    78856c3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #53 from github/fix-ci-perms

    CI: add required permissions for publishing unit test results
    simonsanchez authored Feb 28, 2023
    Configuration menu
    Copy the full SHA
    fdc5ab0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec0cfcf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d95ea8c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #51 from github/dependabot/nuget/src/NUnit3TestAda…

    …pter-4.4.0
    
    Bump NUnit3TestAdapter from 4.3.1 to 4.4.0 in /src
    simonsanchez authored Feb 28, 2023
    Configuration menu
    Copy the full SHA
    4f45217 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    7b6d6b3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #52 from github/dependabot/nuget/src/Microsoft.NET…

    ….Test.Sdk-17.5.0
    
    Bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.5.0 in /src
    simonsanchez authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    627564a View commit details
    Browse the repository at this point in the history
  3. updates for ga (#46)

    * updates for ga
    
    * Update README.md
    
    * Add detailed plugin docs
    
    * Remove ghcr credentials from cli
    
    ---------
    
    Co-authored-by: Ethan Dennis <erdennis13@gmail.com>
    Co-authored-by: Ethan Dennis <ethanis@github.com>
    3 people authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    0fb03fa View commit details
    Browse the repository at this point in the history
Loading