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
4 changes: 2 additions & 2 deletions .docfx/Dockerfile.docfx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM nginx:1.27.5-alpine AS base
FROM --platform=$BUILDPLATFORM nginx:1.28.0-alpine AS base
RUN rm -rf /usr/share/nginx/html/*

FROM --platform=$BUILDPLATFORM codebeltnet/docfx:2.78.3 AS build
Expand All @@ -8,7 +8,7 @@ ADD [".", "docfx"]
RUN cd docfx; \
docfx build

FROM nginx:1.27.5-alpine AS final
FROM nginx:1.28.0-alpine AS final
WORKDIR /usr/share/nginx/html
COPY --from=build /build/docfx/wwwroot /usr/share/nginx/html

Expand Down
2 changes: 2 additions & 0 deletions .docfx/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,15 @@
"Savvyio.Extensions.DependencyInjection.EFCore.Domain/**.csproj",
"Savvyio.Extensions.DependencyInjection.EFCore.Domain.EventSourcing/**.csproj",
"Savvyio.Extensions.DependencyInjection.QueueStorage/**.csproj",
"Savvyio.Extensions.DependencyInjection.RabbitMQ/**.csproj",
"Savvyio.Extensions.DependencyInjection.SimpleQueueService/**.csproj",
"Savvyio.Extensions.Dispatchers/**.csproj",
"Savvyio.Extensions.EFCore/**.csproj",
"Savvyio.Extensions.EFCore.Domain/**.csproj",
"Savvyio.Extensions.EFCore.Domain.EventSourcing/**.csproj",
"Savvyio.Extensions.Newtonsoft.Json/**.csproj",
"Savvyio.Extensions.QueueStorage/**.csproj",
"Savvyio.Extensions.RabbitMQ/**.csproj",
"Savvyio.Extensions.SimpleQueueService/**.csproj",
"Savvyio.Extensions.Text.Json/**.csproj"
],
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Savvyi I/O Pipeline
name: Savvy I/O Pipeline
on:
pull_request:
branches: [main]
Expand Down Expand Up @@ -82,6 +82,7 @@ jobs:
configuration: ${{ matrix.configuration }}
projects: ${{ matrix.project }}
build-switches: -p:SkipSignAssembly=true
restore: true

integration_test:
name: ⚗️ Integration Test - Azure and AWS
Expand Down Expand Up @@ -109,7 +110,7 @@ jobs:
projects: ${{ matrix.project }}
configuration: ${{ matrix.configuration }}
build-switches: -p:SkipSignAssembly=true
level: normal
build: true
env:
AWS__CALLERIDENTITY: ${{ secrets.AWS_CALLER_IDENTITY }}
AWS__IAM__ACCESSKEY: ${{ secrets.AWS_IAM_ACCESSKEY }}
Expand Down Expand Up @@ -149,6 +150,7 @@ jobs:
with:
projects: test/**/Savvyio.Extensions.RabbitMQ.FunctionalTests.csproj
build-switches: -p:SkipSignAssembly=true
build: true

- name: Stop RabbitMQ
run: |
Expand Down
32 changes: 32 additions & 0 deletions .nuget/Savvyio.App/PackageReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
Version: 4.1.1
Availability: .NET 9 and .NET 8

# References
- Savvyio
- Savvyio.Commands
- Savvyio.Commands.Messaging
- Savvyio.Domain
- Savvyio.Domain.EventSourcing
- Savvyio.EventDriven
- Savvyio.EventDriven.Messaging
- Savvyio.Extensions.Dapper
- Savvyio.Extensions.DependencyInjection
- Savvyio.Extensions.DependencyInjection.Dapper
- Savvyio.Extensions.DependencyInjection.Domain
- Savvyio.Extensions.DependencyInjection.EFCore
- Savvyio.Extensions.DependencyInjection.EFCore.Domain
- Savvyio.Extensions.DependencyInjection.EFCore.Domain.EventSourcing
- Savvyio.Extensions.DependencyInjection.QueueStorage
- Savvyio.Extensions.DependencyInjection.RabbitMQ
- Savvyio.Extensions.DependencyInjection.SimpleQueueService
- Savvyio.Extensions.Dispatchers
- Savvyio.Extensions.EFCore
- Savvyio.Extensions.EFCore.Domain
- Savvyio.Extensions.EFCore.Domain.EventSourcing
- Savvyio.Extensions.QueueStorage
- Savvyio.Extensions.RabbitMQ
- Savvyio.Extensions.SimpleQueueService
- Savvyio.Extensions.Text.Json
- Savvyio.Messaging
- Savvyio.Queries

Version: 4.1.0
Availability: .NET 9 and .NET 8

Expand Down
6 changes: 6 additions & 0 deletions .nuget/Savvyio.Commands.Messaging/PackageReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version: 4.1.1
Availability: .NET 9 and .NET 8

# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)

Version: 4.1.0
Availability: .NET 9 and .NET 8

Expand Down
6 changes: 6 additions & 0 deletions .nuget/Savvyio.Commands/PackageReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version: 4.1.1
Availability: .NET 9 and .NET 8

# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)

Version: 4.1.0
Availability: .NET 9 and .NET 8

Expand Down
6 changes: 6 additions & 0 deletions .nuget/Savvyio.Core/PackageReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version: 4.1.1
Availability: .NET 9 and .NET 8

# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)

Version: 4.1.0
Availability: .NET 9 and .NET 8

Expand Down
6 changes: 6 additions & 0 deletions .nuget/Savvyio.Domain.EventSourcing/PackageReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version: 4.1.1
Availability: .NET 9 and .NET 8

# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)

Version: 4.1.0
Availability: .NET 9 and .NET 8

Expand Down
6 changes: 6 additions & 0 deletions .nuget/Savvyio.Domain/PackageReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version: 4.1.1
Availability: .NET 9 and .NET 8

# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)

Version: 4.1.0
Availability: .NET 9 and .NET 8

Expand Down
6 changes: 6 additions & 0 deletions .nuget/Savvyio.EventDriven.Messaging/PackageReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version: 4.1.1
Availability: .NET 9 and .NET 8

# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)

Version: 4.1.0
Availability: .NET 9 and .NET 8

Expand Down
6 changes: 6 additions & 0 deletions .nuget/Savvyio.EventDriven/PackageReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version: 4.1.1
Availability: .NET 9 and .NET 8

# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)

Version: 4.1.0
Availability: .NET 9 and .NET 8

Expand Down
6 changes: 6 additions & 0 deletions .nuget/Savvyio.Extensions.Dapper/PackageReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version: 4.1.1
Availability: .NET 9 and .NET 8

# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)

Version: 4.1.0
Availability: .NET 9 and .NET 8

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version: 4.1.1
Availability: .NET 9 and .NET 8

# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)

Version: 4.1.0
Availability: .NET 9 and .NET 8

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version: 4.1.1
Availability: .NET 9 and .NET 8

# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)

Version: 4.1.0
Availability: .NET 9 and .NET 8

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version: 4.1.1
Availability: .NET 9 and .NET 8

# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)

Version: 4.1.0
Availability: .NET 9 and .NET 8

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version: 4.1.1
Availability: .NET 9 and .NET 8

# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)

Version: 4.1.0
Availability: .NET 9 and .NET 8

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version: 4.1.1
Availability: .NET 9 and .NET 8

# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)

Version: 4.1.0
Availability: .NET 9 and .NET 8

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version: 4.1.1
Availability: .NET 9 and .NET 8

# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)

Version: 4.1.0
Availability: .NET 9 and .NET 8

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version: 4.1.1
Availability: .NET 9 and .NET 8

# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)

Version: 4.1.0
Availability: .NET 9 and .NET 8

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version: 4.1.1
Availability: .NET 9 and .NET 8

# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)

Version: 4.1.0
Availability: .NET 9 and .NET 8

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version: 4.1.1
Availability: .NET 9 and .NET 8

# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)

Version: 4.1.0
Availability: .NET 9 and .NET 8

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version: 4.1.1
Availability: .NET 9 and .NET 8

# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)

Version: 4.1.0
Availability: .NET 9 and .NET 8

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version: 4.1.1
Availability: .NET 9 and .NET 8

# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)

Version: 4.1.0
Availability: .NET 9 and .NET 8

Expand Down
6 changes: 6 additions & 0 deletions .nuget/Savvyio.Extensions.Dispatchers/PackageReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version: 4.1.1
Availability: .NET 9 and .NET 8

# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)

Version: 4.1.0
Availability: .NET 9 and .NET 8

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version: 4.1.1
Availability: .NET 9 and .NET 8

# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)

Version: 4.1.0
Availability: .NET 9 and .NET 8

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version: 4.1.1
Availability: .NET 9 and .NET 8

# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)

Version: 4.1.0
Availability: .NET 9 and .NET 8

Expand Down
6 changes: 6 additions & 0 deletions .nuget/Savvyio.Extensions.EFCore/PackageReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version: 4.1.1
Availability: .NET 9 and .NET 8

# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)

Version: 4.1.0
Availability: .NET 9 and .NET 8

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version: 4.1.1
Availability: .NET 9 and .NET 8

# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)

Version: 4.1.0
Availability: .NET 9 and .NET 8

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version: 4.1.1
Availability: .NET 9 and .NET 8

# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)

Version: 4.1.0
Availability: .NET 9 and .NET 8

Expand Down
6 changes: 6 additions & 0 deletions .nuget/Savvyio.Extensions.RabbitMQ/PackageReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version: 4.1.1
Availability: .NET 9 and .NET 8

# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)

Version: 4.1.0
Availability: .NET 9 and .NET 8

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version: 4.1.1
Availability: .NET 9 and .NET 8

# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)

Version: 4.1.0
Availability: .NET 9 and .NET 8

Expand Down
6 changes: 6 additions & 0 deletions .nuget/Savvyio.Extensions.Text.Json/PackageReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version: 4.1.1
Availability: .NET 9 and .NET 8

# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)

Version: 4.1.0
Availability: .NET 9 and .NET 8

Expand Down
6 changes: 6 additions & 0 deletions .nuget/Savvyio.Messaging/PackageReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version: 4.1.1
Availability: .NET 9 and .NET 8

# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)

Version: 4.1.0
Availability: .NET 9 and .NET 8

Expand Down
6 changes: 6 additions & 0 deletions .nuget/Savvyio.Queries/PackageReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version: 4.1.1
Availability: .NET 9 and .NET 8

# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)

Version: 4.1.0
Availability: .NET 9 and .NET 8

Expand Down
Loading
Loading