Skip to content

Commit

Permalink
feat: add integration projections GAWR-4535
Browse files Browse the repository at this point in the history
  • Loading branch information
emalfroy authored Jan 15, 2024
1 parent fb8fdca commit ccd35e1
Show file tree
Hide file tree
Showing 74 changed files with 7,669 additions and 75 deletions.
15 changes: 15 additions & 0 deletions AddressRegistry.sln
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AddressRegistry.Projections
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AddressRegistry.Snapshot.Verifier", "src\AddressRegistry.Snapshot.Verifier\AddressRegistry.Snapshot.Verifier.csproj", "{A607F83B-F1E8-4E72-A8B6-084CF88CFC58}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AddressRegistry.Projections.Integration", "src\AddressRegistry.Projections.Integration\AddressRegistry.Projections.Integration.csproj", "{2DB2F86A-510A-4DB1-97F8-1F3CACF06391}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -416,6 +418,18 @@ Global
{A607F83B-F1E8-4E72-A8B6-084CF88CFC58}.Release|x64.Build.0 = Release|Any CPU
{A607F83B-F1E8-4E72-A8B6-084CF88CFC58}.Release|x86.ActiveCfg = Release|Any CPU
{A607F83B-F1E8-4E72-A8B6-084CF88CFC58}.Release|x86.Build.0 = Release|Any CPU
{2DB2F86A-510A-4DB1-97F8-1F3CACF06391}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2DB2F86A-510A-4DB1-97F8-1F3CACF06391}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2DB2F86A-510A-4DB1-97F8-1F3CACF06391}.Debug|x64.ActiveCfg = Debug|Any CPU
{2DB2F86A-510A-4DB1-97F8-1F3CACF06391}.Debug|x64.Build.0 = Debug|Any CPU
{2DB2F86A-510A-4DB1-97F8-1F3CACF06391}.Debug|x86.ActiveCfg = Debug|Any CPU
{2DB2F86A-510A-4DB1-97F8-1F3CACF06391}.Debug|x86.Build.0 = Debug|Any CPU
{2DB2F86A-510A-4DB1-97F8-1F3CACF06391}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2DB2F86A-510A-4DB1-97F8-1F3CACF06391}.Release|Any CPU.Build.0 = Release|Any CPU
{2DB2F86A-510A-4DB1-97F8-1F3CACF06391}.Release|x64.ActiveCfg = Release|Any CPU
{2DB2F86A-510A-4DB1-97F8-1F3CACF06391}.Release|x64.Build.0 = Release|Any CPU
{2DB2F86A-510A-4DB1-97F8-1F3CACF06391}.Release|x86.ActiveCfg = Release|Any CPU
{2DB2F86A-510A-4DB1-97F8-1F3CACF06391}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down Expand Up @@ -448,6 +462,7 @@ Global
{5DC2D5A0-DB8B-45CA-BD94-E9F731A5EF68} = {C2F8FF63-7A48-4179-A720-86206C42F496}
{3465E905-8935-41F4-A09D-952BB37DE8C7} = {C2F8FF63-7A48-4179-A720-86206C42F496}
{A607F83B-F1E8-4E72-A8B6-084CF88CFC58} = {C2F8FF63-7A48-4179-A720-86206C42F496}
{2DB2F86A-510A-4DB1-97F8-1F3CACF06391} = {C2F8FF63-7A48-4179-A720-86206C42F496}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2EB87445-E263-4E1E-89CC-3839170028E5}
Expand Down
26 changes: 17 additions & 9 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ nuget Microsoft.Extensions.Http.Polly 6.0.3

// For more healtchecks, look at https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks
nuget AspNetCore.HealthChecks.SqlServer 6.0.2
nuget AspNetCore.HealthChecks.NpgSql 6.0.2

nuget AsyncEnumerator 4.0.2
nuget Dapper 2.0.123
Expand All @@ -25,6 +26,11 @@ nuget NetTopologySuite 2.4.0

nuget Microsoft.EntityFrameworkCore.Design 6.0.3

nuget Npgsql 6.0.3
nuget Npgsql.EntityFrameworkCore.PostgreSQL 6.0.3
nuget Npgsql.EntityFrameworkCore.PostgreSQL.Design 2.0.0-preview1
nuget Npgsql.EntityFrameworkCore.PostgreSQL.NetTopologySuite 6.0.3

nuget RestSharp 107.3.0
nuget GeoJSON.NET 1.2.19

Expand Down Expand Up @@ -55,15 +61,17 @@ nuget Be.Vlaanderen.Basisregisters.CommandHandling.SqlStreamStore 8.3.0
nuget Be.Vlaanderen.Basisregisters.EventHandling 4.2.3
nuget Be.Vlaanderen.Basisregisters.EventHandling.Autofac 4.2.3

nuget Be.Vlaanderen.Basisregisters.ProjectionHandling.LastChangedList 11.0.7
nuget Be.Vlaanderen.Basisregisters.ProjectionHandling.SqlStreamStore 11.0.7
nuget Be.Vlaanderen.Basisregisters.ProjectionHandling.SqlStreamStore.Autofac 11.0.7
nuget Be.Vlaanderen.Basisregisters.ProjectionHandling.Runner 11.0.7
nuget Be.Vlaanderen.Basisregisters.ProjectionHandling.Connector.Testing 11.0.7
nuget Be.Vlaanderen.Basisregisters.ProjectionHandling.Testing.Xunit 11.0.7
nuget Be.Vlaanderen.Basisregisters.ProjectionHandling.Syndication 11.0.7

nuget Be.Vlaanderen.Basisregisters.Projector 13.0.10
nuget Be.Vlaanderen.Basisregisters.ProjectionHandling.LastChangedList 12.0.1
nuget Be.Vlaanderen.Basisregisters.ProjectionHandling.SqlStreamStore 12.0.1
nuget Be.Vlaanderen.Basisregisters.ProjectionHandling.SqlStreamStore.Autofac 12.0.1
nuget Be.Vlaanderen.Basisregisters.ProjectionHandling.Runner 12.0.1
nuget Be.Vlaanderen.Basisregisters.ProjectionHandling.Runner.SqlServer 12.0.1
nuget Be.Vlaanderen.Basisregisters.ProjectionHandling.Runner.Npgsql 12.0.1
nuget Be.Vlaanderen.Basisregisters.ProjectionHandling.Connector.Testing 12.0.1
nuget Be.Vlaanderen.Basisregisters.ProjectionHandling.Testing.Xunit 12.0.1
nuget Be.Vlaanderen.Basisregisters.ProjectionHandling.Syndication 12.0.1

nuget Be.Vlaanderen.Basisregisters.Projector 13.1.0

nuget Be.Vlaanderen.Basisregisters.DataDog.Tracing.Autofac 5.0.3
nuget Be.Vlaanderen.Basisregisters.DataDog.Tracing.AspNetCore 5.0.3
Expand Down
Loading

0 comments on commit ccd35e1

Please sign in to comment.