Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
73 changes: 49 additions & 24 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,51 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
time: "11:00"
- package-ecosystem: nuget
directory: "/src/clustering/sharding-sqlserver"
schedule:
interval: daily
time: "11:00"
open-pull-requests-limit: 10
- package-ecosystem: nuget
directory: "/src/reliability/rabbitmq-backpressure"
schedule:
interval: daily
time: "11:00"
open-pull-requests-limit: 10
- package-ecosystem: nuget
directory: "/"
schedule:
interval: daily
time: "11:00"
open-pull-requests-limit: 10

- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
- package-ecosystem: nuget
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10
groups:
akka:
patterns: ["Akka*", "Petabridge*"]
microsoft:
patterns: ["Microsoft*"]
- package-ecosystem: nuget
directory: "/src/clustering/sharding-sqlserver"
schedule:
interval: weekly
open-pull-requests-limit: 5
- package-ecosystem: nuget
directory: "/src/clustering/cluster-bootstrap/Aspire"
schedule:
interval: weekly
open-pull-requests-limit: 5
- package-ecosystem: nuget
directory: "/src/clustering/cluster-client"
schedule:
interval: weekly
open-pull-requests-limit: 5
- package-ecosystem: nuget
directory: "/src/cqrs/cqrs-sqlserver"
schedule:
interval: weekly
open-pull-requests-limit: 5
- package-ecosystem: nuget
directory: "/src/reliability/rabbitmq-backpressure"
schedule:
interval: weekly
open-pull-requests-limit: 5
- package-ecosystem: nuget
directory: "/src/dependency-injection/AutofacIntegration"
schedule:
interval: weekly
open-pull-requests-limit: 5
- package-ecosystem: nuget
directory: "/infrastructure/mssql-init-container/src"
schedule:
interval: weekly
open-pull-requests-limit: 5
118 changes: 47 additions & 71 deletions .github/workflows/pr_validation.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
# ------------------------------------------------------------------------------
# <auto-generated>
#
# This code was generated.
#
# - To turn off auto-generation set:
#
# [CustomGitHubActions (AutoGenerate = false)]
#
# - To trigger manual generation invoke:
#
# nuke --generate-configuration GitHubActions_pr_validation --host GitHubActions
#
# </auto-generated>
# ------------------------------------------------------------------------------

name: pr_validation

on:
Expand All @@ -27,61 +11,53 @@ on:
- dev

jobs:
windows-latest:
name: windows-latest
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Make build.sh executable
run: chmod +x ./build.sh
- name: Make build.cmd executable
run: chmod +x ./build.cmd
- uses: actions/setup-dotnet@v5
with:
dotnet-version: 6.0.*
- uses: actions/setup-dotnet@v5
with:
dotnet-version: 8.0.*
- uses: actions/setup-dotnet@v5
with:
dotnet-version: 9.0.*
- name: Cache .nuke/temp, ~/.nuget/packages
uses: actions/cache@v4
with:
path: |
.nuke/temp
~/.nuget/packages
key: ${{ runner.os }}-${{ hashFiles('**/global.json', '**/*.csproj') }}
- name: Run './build.cmd All'
run: ./build.cmd All
env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
ubuntu-latest:
name: ubuntu-latest
runs-on: ubuntu-latest
build:
name: ${{ matrix.solution-name }}-${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 15
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
solution-name:
- ShardingSqlServer
- ClusterClient
- Aspire
- CqrsSqlServer
- AutofacIntegration
- ReliableRabbitMQ
- SqlInitContainer
include:
- solution-name: ShardingSqlServer
solution-path: src/clustering/sharding-sqlserver/ShardingSqlServer.slnx
- solution-name: ClusterClient
solution-path: src/clustering/cluster-client/ClusterClientSample.slnx
- solution-name: Aspire
solution-path: src/clustering/cluster-bootstrap/Aspire/Aspire.slnx
- solution-name: CqrsSqlServer
solution-path: src/cqrs/cqrs-sqlserver/CqrsSqlServer.slnx
- solution-name: AutofacIntegration
solution-path: src/dependency-injection/AutofacIntegration/AutofacIntegration.slnx
- solution-name: ReliableRabbitMQ
solution-path: src/reliability/rabbitmq-backpressure/ReliableRabbitMQ.slnx
- solution-name: SqlInitContainer
solution-path: infrastructure/mssql-init-container/src/Akka.SqlInitContainer.slnx
steps:
- uses: actions/checkout@v4
- name: Make build.sh executable
run: chmod +x ./build.sh
- name: Make build.cmd executable
run: chmod +x ./build.cmd
- uses: actions/setup-dotnet@v5
- uses: actions/checkout@v6
with:
dotnet-version: 6.0.*
- uses: actions/setup-dotnet@v5
with:
dotnet-version: 8.0.*
- uses: actions/setup-dotnet@v5
with:
dotnet-version: 9.0.*
- name: Cache .nuke/temp, ~/.nuget/packages
uses: actions/cache@v4
fetch-depth: 0

- name: "Install .NET SDK"
uses: actions/setup-dotnet@v5
with:
path: |
.nuke/temp
~/.nuget/packages
key: ${{ runner.os }}-${{ hashFiles('**/global.json', '**/*.csproj') }}
- name: Run './build.cmd All'
run: ./build.cmd All
env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
global-json-file: "./global.json"

- name: "Update release notes"
shell: pwsh
run: ./build.ps1

- name: "dotnet build"
run: dotnet build ${{ matrix.solution-path }} -c Release

- name: "dotnet test"
run: dotnet test ${{ matrix.solution-path }} -c Release --no-build
126 changes: 0 additions & 126 deletions .nuke/build.schema.json

This file was deleted.

3 changes: 0 additions & 3 deletions .nuke/parameters.json

This file was deleted.

28 changes: 28 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<Project>
<PropertyGroup>
<Copyright>Copyright © 2015-$([System.DateTime]::Now.Year) Petabridge, LLC</Copyright>
<Authors>Petabridge</Authors>
<VersionPrefix>0.1.0</VersionPrefix>
<PackageReleaseNotes></PackageReleaseNotes>
<NoWarn>$(NoWarn);CS1591</NoWarn>
</PropertyGroup>
<PropertyGroup>
<NetRuntime>net10.0</NetRuntime>
<XunitVersion>2.9.3</XunitVersion>
<TestSdkVersion>18.4.0</TestSdkVersion>
<AkkaVersion>1.5.64</AkkaVersion>
<PbmVersion>1.5.0</PbmVersion>
<AkkaHostingVersion>1.5.64</AkkaHostingVersion>
<MicrosoftExtensionsVersion>[10.0.0,)</MicrosoftExtensionsVersion>
</PropertyGroup>
<!-- SourceLink support for all Akka.NET projects -->
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.201" PrivateAssets="All" />
</ItemGroup>
<PropertyGroup>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
## [0.1.0] / 30 March 2022
#### 0.1.0 March 30 2022
- Initial rewrite of repository
7 changes: 0 additions & 7 deletions build.cmd

This file was deleted.

Loading
Loading