-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #774 from dolittle/sparse-eventlog
Support sparse event logs
- Loading branch information
Showing
68 changed files
with
588 additions
and
223 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
<Project> | ||
<!-- <Import Project="versions.props"/>--> | ||
<PropertyGroup> | ||
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<ContractsVersion>7.8.0</ContractsVersion> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageVersion Include="Dolittle.Contracts" Version="$(ContractsVersion)" /> | ||
<PackageVersion Include="Autofac" Version="8.1.0" /> | ||
<PackageVersion Include="Autofac.Extensions.DependencyInjection" Version="10.0.0" /> | ||
<PackageVersion Include="BenchmarkDotNet" Version="0.14.0" /> | ||
<PackageVersion Include="ConsoleTables" Version="2.6.1" /> | ||
<PackageVersion Include="coverlet.collector" Version="6.0.2" /> | ||
<PackageVersion Include="Docker.DotNet" Version="3.125.15" /> | ||
<PackageVersion Include="Grpc.AspNetCore" Version="2.65.0" /> | ||
<PackageVersion Include="Grpc.AspNetCore.Web" Version="2.65.0" /> | ||
<PackageVersion Include="Grpc.AspNetCore.Server.Reflection" Version="2.65.0" /> | ||
<PackageVersion Include="Grpc.AspNetCore.HealthChecks" Version="2.65.0" /> | ||
<PackageVersion Include="Grpc.Core.Testing" Version="2.46.6" /> | ||
<PackageVersion Include="Grpc.Tools" Version="2.66.0"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageVersion> | ||
<PackageVersion Include="Grpc.Net.Client" Version="2.65.0" /> | ||
<PackageVersion Include="Machine.Specifications" Version="1.1.2" /> | ||
<PackageVersion Include="Machine.Specifications.Should" Version="1.0.0" /> | ||
<PackageVersion Include="Machine.Specifications.Runner.VisualStudio" Version="2.10.2" /> | ||
<PackageVersion Include="McMaster.Extensions.CommandLineUtils" Version="4.1.1" /> | ||
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.1" /> | ||
<PackageVersion Include="Microsoft.Extensions.Configuration" Version="8.0.0" /> | ||
<PackageVersion Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" /> | ||
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" /> | ||
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.1" /> | ||
<PackageVersion Include="Microsoft.Extensions.FileProviders.Abstractions" Version="8.0.0" /> | ||
<PackageVersion Include="Microsoft.Extensions.FileProviders.Physical" Version="8.0.0" /> | ||
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="8.0.0" /> | ||
<PackageVersion Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.0" /> | ||
<PackageVersion Include="Microsoft.Extensions.Logging" Version="8.0.0" /> | ||
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" /> | ||
<PackageVersion Include="Microsoft.Extensions.Logging.Configuration" Version="8.0.0" /> | ||
<PackageVersion Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" /> | ||
<PackageVersion Include="Microsoft.Extensions.Options" Version="8.0.2" /> | ||
<PackageVersion Include="MongoDB.Driver" Version="2.28.0" /> | ||
<PackageVersion Include="MongoDB.Driver.Core.Extensions.DiagnosticSources" Version="1.5.0" /> | ||
<PackageVersion Include="Moq" Version="4.18.4" /> | ||
<PackageVersion Include="FluentAssertions" Version="6.12.1" /> | ||
<PackageVersion Include="NetEscapades.Configuration.Yaml" Version="3.1.0" /> | ||
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" /> | ||
<PackageVersion Include="Nito.AsyncEx" Version="5.1.2" /> | ||
<PackageVersion Include="Nito.AsyncEx.Tasks" Version="5.1.2" /> | ||
<PackageVersion Include="Polly" Version="8.4.1" /> | ||
<PackageVersion Include="prometheus-net" Version="8.2.1" /> | ||
<PackageVersion Include="prometheus-net.AspNetCore" Version="8.2.1" /> | ||
<PackageVersion Include="prometheus-net.DotNetRuntime" Version="4.4.0" /> | ||
<PackageVersion Include="Proto.Actor" Version="1.7.1-alpha.0.1" /> | ||
<PackageVersion Include="Proto.Remote" Version="1.7.1-alpha.0.1" /> | ||
<PackageVersion Include="Proto.OpenTelemetry" Version="1.7.1-alpha.0.1" /> | ||
<PackageVersion Include="Proto.Cluster" Version="1.7.1-alpha.0.1" /> | ||
<PackageVersion Include="Proto.Cluster.CodeGen" Version="1.7.1-alpha.0.1" /> | ||
<PackageVersion Include="Google.Protobuf" Version="3.28.1" /> | ||
<PackageVersion Include="Swashbuckle.AspNetCore" Version="6.7.3" /> | ||
<PackageVersion Include="System.Linq.Async" Version="6.0.1" /> | ||
<PackageVersion Include="System.Security.Claims" Version="4.3.0" /> | ||
<PackageVersion Include="OpenTelemetry.Api" Version="1.9.0" /> | ||
<PackageVersion Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.9.0" /> | ||
<PackageVersion Include="OpenTelemetry.Extensions.Hosting" Version="1.9.0" /> | ||
<PackageVersion Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.9.0" /> | ||
<PackageVersion Include="OpenTelemetry.Instrumentation.GrpcNetClient" Version="1.9.0-beta.1" /> | ||
<PackageVersion Include="OpenTelemetry.Instrumentation.Http" Version="1.9.0" /> | ||
<PackageVersion Include="Testcontainers.MongoDb" Version="3.10.0" /> | ||
<PackageVersion Include="xunit" Version="2.9.0" /> | ||
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.