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: akkadotnet/Akka.Hosting
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dev
Choose a base ref
...
head repository: akkadotnet/Akka.Hosting
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 12 files changed
  • 4 contributors

Commits on Feb 16, 2023

  1. [BACKPORT #215 #217 #218] pr_validation dependabot changes (#221)

    * Add v1.4 branch to dependabot (#215)
    
    (cherry picked from commit e48bc4a)
    
    * Update PR validation script (#217)
    
    * Update PR validation script
    
    * Update script
    
    (cherry picked from commit 9ff0811)
    
    * Fix missing validations in pr_validation (#218)
    
    (cherry picked from commit 187ab80)
    Arkatufus authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    2c02e25 View commit details
    Browse the repository at this point in the history
  2. Fix missing cluster configuration on certain cases (#214) (#216)

    (cherry picked from commit 5d140e4)
    
    Co-authored-by: Aaron Stannard <aaron@petabridge.com>
    Arkatufus and Aaronontheweb authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    59ccacd View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. [updates] Nuke 6.3.0 (#225) (#229)

    * [updates] Nuke 6.3.0
    - removed `ImportSecrets = new[] { "Nuget_Key", "GITHUB_TOKEN" }`
    - add `ImportSecrets = new[] { "Nuget_Key"}`
    
    * .NET 6.0
    
    * `.OnlyWhenDynamic(() => !SignClientSecret.IsNullOrWhiteSpace() && !SignClientUser.IsNullOrWhiteSpace())`
    
    * `pr_validation` not needed for `nuget`
    
    ---------
    
    Co-authored-by: Aaron Stannard <aaron@petabridge.com>
    eaba and Aaronontheweb authored Feb 21, 2023
    Configuration menu
    Copy the full SHA
    733a0c7 View commit details
    Browse the repository at this point in the history
  2. Bump Verify.Xunit from 19.9.3 to 19.10.0 (#230)

    Bumps [Verify.Xunit](https://github.com/VerifyTests/Verify) from 19.9.3 to 19.10.0.
    - [Release notes](https://github.com/VerifyTests/Verify/releases)
    - [Commits](https://github.com/VerifyTests/Verify/commits/19.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: Verify.Xunit
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 21, 2023
    Configuration menu
    Copy the full SHA
    6ab4524 View commit details
    Browse the repository at this point in the history
  3. Bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.5.0 (#231)

    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>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 21, 2023
    Configuration menu
    Copy the full SHA
    d174e1c View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Bump Akka.Logger.Serilog from 1.4.42 to 1.5.0 (#255)

    Bumps [Akka.Logger.Serilog](https://github.com/akkadotnet/Akka.Logger.Serilog) from 1.4.42 to 1.5.0.
    - [Release notes](https://github.com/akkadotnet/Akka.Logger.Serilog/releases)
    - [Changelog](https://github.com/akkadotnet/Akka.Logger.Serilog/blob/dev/RELEASE_NOTES.md)
    - [Commits](akkadotnet/Akka.Logger.Serilog@1.4.42...1.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: Akka.Logger.Serilog
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    b45af91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c178edb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7fe1b2 View commit details
    Browse the repository at this point in the history
Loading