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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
228 changes: 114 additions & 114 deletions .editorconfig

Large diffs are not rendered by default.

92 changes: 46 additions & 46 deletions APITemplate.slnx
Original file line number Diff line number Diff line change
@@ -1,47 +1,47 @@
<Solution>
<Folder Name="/src/">
<Project Path="src/APITemplate/Api/APITemplate.csproj" />
<Project Path="src/SharedKernel/SharedKernel.csproj" />
</Folder>
<Folder Name="/src/Modules/">
<Project Path="src/Modules/BackgroundJobs/BackgroundJobs.csproj" />
<Project Path="src/Modules/Chatting/Chatting.csproj" />
<Project Path="src/Modules/FileStorage/FileStorage.csproj" />
<Project Path="src/Modules/Identity/Identity.csproj" />
<Project Path="src/Modules/Notifications/Notifications.csproj" />
<Project Path="src/Modules/ProductCatalog/ProductCatalog.csproj" />
<Project Path="src/Modules/Reviews/Reviews.csproj" />
<Project Path="src/Modules/Webhooks/Webhooks.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/APITemplate.Tests/APITemplate.Tests.csproj" />
</Folder>
<Folder Name="/docs/">
<File Path="docs/README.md" />
</Folder>
<Folder Name="/infrastructure/">
<File Path="infrastructure/dragonfly/haproxy.cfg" />
<File Path="infrastructure/keycloak/realms/api-template-realm.json" />
<File Path="infrastructure/kubernetes/dragonfly/dragonfly.yml" />
<File Path="infrastructure/kubernetes/dragonfly/README.md" />
<File Path="infrastructure/observability/alloy/config.alloy" />
<File Path="infrastructure/observability/grafana/dashboards/apitemplate-overview.json" />
<File Path="infrastructure/observability/grafana/grafana.ini" />
<File Path="infrastructure/observability/grafana/provisioning/dashboards/dashboards.yml" />
<File Path="infrastructure/observability/grafana/provisioning/datasources/datasources.yml" />
<File Path="infrastructure/observability/loki/config.yml" />
<File Path="infrastructure/observability/prometheus/prometheus.yml" />
<File Path="infrastructure/observability/prometheus/rules/apitemplate-alerts.yml" />
<File Path="infrastructure/observability/tempo/config.yml" />
</Folder>
<Folder Name="/Solution Items/">
<File Path="README.md" />
<File Path="CLAUDE.md" />
<File Path="TODO.md" />
<File Path="Directory.Build.targets" />
<File Path="Directory.Packages.props" />
<File Path="docker-compose.yml" />
<File Path="docker-compose.production.yml" />
<File Path=".dockerignore" />
</Folder>
</Solution>
<Folder Name="/src/">
<Project Path="src/APITemplate/Api/APITemplate.csproj"/>
<Project Path="src/SharedKernel/SharedKernel.csproj"/>
</Folder>
<Folder Name="/src/Modules/">
<Project Path="src/Modules/BackgroundJobs/BackgroundJobs.csproj"/>
<Project Path="src/Modules/Chatting/Chatting.csproj"/>
<Project Path="src/Modules/FileStorage/FileStorage.csproj"/>
<Project Path="src/Modules/Identity/Identity.csproj"/>
<Project Path="src/Modules/Notifications/Notifications.csproj"/>
<Project Path="src/Modules/ProductCatalog/ProductCatalog.csproj"/>
<Project Path="src/Modules/Reviews/Reviews.csproj"/>
<Project Path="src/Modules/Webhooks/Webhooks.csproj"/>
</Folder>
<Folder Name="/tests/">
<Project Path="tests/APITemplate.Tests/APITemplate.Tests.csproj"/>
</Folder>
<Folder Name="/docs/">
<File Path="docs/README.md"/>
</Folder>
<Folder Name="/infrastructure/">
<File Path="infrastructure/dragonfly/haproxy.cfg"/>
<File Path="infrastructure/keycloak/realms/api-template-realm.json"/>
<File Path="infrastructure/kubernetes/dragonfly/dragonfly.yml"/>
<File Path="infrastructure/kubernetes/dragonfly/README.md"/>
<File Path="infrastructure/observability/alloy/config.alloy"/>
<File Path="infrastructure/observability/grafana/dashboards/apitemplate-overview.json"/>
<File Path="infrastructure/observability/grafana/grafana.ini"/>
<File Path="infrastructure/observability/grafana/provisioning/dashboards/dashboards.yml"/>
<File Path="infrastructure/observability/grafana/provisioning/datasources/datasources.yml"/>
<File Path="infrastructure/observability/loki/config.yml"/>
<File Path="infrastructure/observability/prometheus/prometheus.yml"/>
<File Path="infrastructure/observability/prometheus/rules/apitemplate-alerts.yml"/>
<File Path="infrastructure/observability/tempo/config.yml"/>
</Folder>
<Folder Name="/Solution Items/">
<File Path="README.md"/>
<File Path="CLAUDE.md"/>
<File Path="TODO.md"/>
<File Path="Directory.Build.targets"/>
<File Path="Directory.Packages.props"/>
<File Path="docker-compose.yml"/>
<File Path="docker-compose.production.yml"/>
<File Path=".dockerignore"/>
</Folder>
</Solution>
4 changes: 2 additions & 2 deletions Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
StandardOutputImportance="Low"
StandardErrorImportance="High"
WorkingDirectory="$(MSBuildThisFileDirectory)"
ContinueOnError="true" />
ContinueOnError="true"/>
<Exec Command="dotnet husky install"
StandardOutputImportance="Low"
StandardErrorImportance="High"
WorkingDirectory="$(MSBuildThisFileDirectory)"
ContinueOnError="true" />
ContinueOnError="true"/>
</Target>
</Project>
160 changes: 80 additions & 80 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,86 +3,86 @@
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Ardalis.Specification" Version="9.3.1" />
<PackageVersion Include="Ardalis.Specification.EntityFrameworkCore" Version="9.3.1" />
<PackageVersion Include="Asp.Versioning.Mvc" Version="8.1.1" />
<PackageVersion Include="Asp.Versioning.Mvc.ApiExplorer" Version="8.1.1" />
<PackageVersion Include="AspNetCore.HealthChecks.MongoDb" Version="9.0.0" />
<PackageVersion Include="AspNetCore.HealthChecks.NpgSql" Version="9.0.0" />
<PackageVersion Include="AspNetCore.HealthChecks.Redis" Version="9.0.0" />
<PackageVersion Include="AspNetCore.HealthChecks.UI.Client" Version="9.0.0" />
<PackageVersion Include="BCrypt.Net-Next" Version="4.1.0" />
<PackageVersion Include="DotNet.Testcontainers" Version="1.6.0" />
<PackageVersion Include="ErrorOr" Version="2.1.0" />
<PackageVersion Include="Fluid.Core" Version="2.31.0" />
<PackageVersion Include="FluentValidation.DependencyInjectionExtensions" Version="12.1.1" />
<PackageVersion Include="HotChocolate.AspNetCore" Version="15.1.13" />
<PackageVersion Include="HotChocolate.AspNetCore.Authorization" Version="15.1.13" />
<PackageVersion Include="HotChocolate.Data.EntityFramework" Version="15.1.13" />
<PackageVersion Include="HotChocolate.Diagnostics" Version="15.1.12" />
<PackageVersion Include="Keycloak.AuthServices.Authentication" Version="2.8.0" />
<PackageVersion Include="Keycloak.AuthServices.Authorization" Version="2.8.0" />
<PackageVersion Include="Keycloak.AuthServices.Sdk" Version="2.9.0" />
<PackageVersion Include="Kot.MongoDB.Migrations" Version="3.1.0" />
<PackageVersion Include="Kot.MongoDB.Migrations.DI" Version="3.1.0" />
<PackageVersion Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="10.0.5" />
<PackageVersion Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="10.0.5" />
<PackageVersion Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="10.0.5" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.5" />
<PackageVersion Include="Microsoft.AspNetCore.OpenApi" Version="10.0.5" />
<PackageVersion Include="Microsoft.AspNetCore.OutputCaching.StackExchangeRedis" Version="10.0.5" />
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="10.0.5" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.5" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.InMemory" Version="10.0.5" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="10.0.5" />
<PackageVersion Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="10.0.5" />
<PackageVersion Include="Microsoft.Extensions.Compliance.Redaction" Version="10.4.0" />
<PackageVersion Include="Microsoft.Extensions.Http.Resilience" Version="10.4.0" />
<PackageVersion Include="Microsoft.Extensions.Options.DataAnnotations" Version="10.0.5" />
<PackageVersion Include="Microsoft.Extensions.Telemetry" Version="10.4.0" />
<PackageVersion Include="coverlet.collector" Version="8.0.1" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.3.0" />
<PackageVersion Include="MailKit" Version="4.15.1" />
<PackageVersion Include="WolverineFx" Version="5.27.0" />
<PackageVersion Include="WolverineFx.EntityFrameworkCore" Version="5.27.0" />
<PackageVersion Include="WolverineFx.FluentValidation" Version="5.22.0" />
<PackageVersion Include="WolverineFx.Postgresql" Version="5.27.0" />
<PackageVersion Include="MimeKit" Version="4.15.1" />
<PackageVersion Include="MockQueryable.Moq" Version="10.0.5" />
<PackageVersion Include="MongoDB.Bson" Version="3.7.1" />
<PackageVersion Include="MongoDB.Driver" Version="3.7.1" />
<PackageVersion Include="Moq" Version="4.20.72" />
<PackageVersion Include="NCrontab.Signed" Version="3.3.3" />
<PackageVersion Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="10.0.1" />
<PackageVersion Include="Npgsql.OpenTelemetry" Version="10.0.2" />
<PackageVersion Include="OpenTelemetry.Exporter.Console" Version="1.15.1" />
<PackageVersion Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.15.1" />
<PackageVersion Include="OpenTelemetry.Extensions.Hosting" Version="1.15.1" />
<PackageVersion Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.15.1" />
<PackageVersion Include="OpenTelemetry.Instrumentation.Http" Version="1.15.0" />
<PackageVersion Include="Ardalis.Specification" Version="9.3.1"/>
<PackageVersion Include="Ardalis.Specification.EntityFrameworkCore" Version="9.3.1"/>
<PackageVersion Include="Asp.Versioning.Mvc" Version="8.1.1"/>
<PackageVersion Include="Asp.Versioning.Mvc.ApiExplorer" Version="8.1.1"/>
<PackageVersion Include="AspNetCore.HealthChecks.MongoDb" Version="9.0.0"/>
<PackageVersion Include="AspNetCore.HealthChecks.NpgSql" Version="9.0.0"/>
<PackageVersion Include="AspNetCore.HealthChecks.Redis" Version="9.0.0"/>
<PackageVersion Include="AspNetCore.HealthChecks.UI.Client" Version="9.0.0"/>
<PackageVersion Include="BCrypt.Net-Next" Version="4.1.0"/>
<PackageVersion Include="DotNet.Testcontainers" Version="1.6.0"/>
<PackageVersion Include="ErrorOr" Version="2.1.0"/>
<PackageVersion Include="Fluid.Core" Version="2.31.0"/>
<PackageVersion Include="FluentValidation.DependencyInjectionExtensions" Version="12.1.1"/>
<PackageVersion Include="HotChocolate.AspNetCore" Version="15.1.13"/>
<PackageVersion Include="HotChocolate.AspNetCore.Authorization" Version="15.1.13"/>
<PackageVersion Include="HotChocolate.Data.EntityFramework" Version="15.1.13"/>
<PackageVersion Include="HotChocolate.Diagnostics" Version="15.1.12"/>
<PackageVersion Include="Keycloak.AuthServices.Authentication" Version="2.8.0"/>
<PackageVersion Include="Keycloak.AuthServices.Authorization" Version="2.8.0"/>
<PackageVersion Include="Keycloak.AuthServices.Sdk" Version="2.9.0"/>
<PackageVersion Include="Kot.MongoDB.Migrations" Version="3.1.0"/>
<PackageVersion Include="Kot.MongoDB.Migrations.DI" Version="3.1.0"/>
<PackageVersion Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="10.0.5"/>
<PackageVersion Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="10.0.5"/>
<PackageVersion Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="10.0.5"/>
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.5"/>
<PackageVersion Include="Microsoft.AspNetCore.OpenApi" Version="10.0.5"/>
<PackageVersion Include="Microsoft.AspNetCore.OutputCaching.StackExchangeRedis" Version="10.0.5"/>
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="10.0.5"/>
<PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.5"/>
<PackageVersion Include="Microsoft.EntityFrameworkCore.InMemory" Version="10.0.5"/>
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="10.0.5"/>
<PackageVersion Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="10.0.5"/>
<PackageVersion Include="Microsoft.Extensions.Compliance.Redaction" Version="10.4.0"/>
<PackageVersion Include="Microsoft.Extensions.Http.Resilience" Version="10.4.0"/>
<PackageVersion Include="Microsoft.Extensions.Options.DataAnnotations" Version="10.0.5"/>
<PackageVersion Include="Microsoft.Extensions.Telemetry" Version="10.4.0"/>
<PackageVersion Include="coverlet.collector" Version="8.0.1"/>
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.3.0"/>
<PackageVersion Include="MailKit" Version="4.15.1"/>
<PackageVersion Include="WolverineFx" Version="5.27.0"/>
<PackageVersion Include="WolverineFx.EntityFrameworkCore" Version="5.27.0"/>
<PackageVersion Include="WolverineFx.FluentValidation" Version="5.22.0"/>
<PackageVersion Include="WolverineFx.Postgresql" Version="5.27.0"/>
<PackageVersion Include="MimeKit" Version="4.15.1"/>
<PackageVersion Include="MockQueryable.Moq" Version="10.0.5"/>
<PackageVersion Include="MongoDB.Bson" Version="3.7.1"/>
<PackageVersion Include="MongoDB.Driver" Version="3.7.1"/>
<PackageVersion Include="Moq" Version="4.20.72"/>
<PackageVersion Include="NCrontab.Signed" Version="3.3.3"/>
<PackageVersion Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="10.0.1"/>
<PackageVersion Include="Npgsql.OpenTelemetry" Version="10.0.2"/>
<PackageVersion Include="OpenTelemetry.Exporter.Console" Version="1.15.1"/>
<PackageVersion Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.15.1"/>
<PackageVersion Include="OpenTelemetry.Extensions.Hosting" Version="1.15.1"/>
<PackageVersion Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.15.1"/>
<PackageVersion Include="OpenTelemetry.Instrumentation.Http" Version="1.15.0"/>
<!-- These instrumentations are still beta upstream; keep them pinned deliberately until stable releases exist. -->
<PackageVersion Include="OpenTelemetry.Instrumentation.Process" Version="1.15.0-beta.1" />
<PackageVersion Include="OpenTelemetry.Instrumentation.Runtime" Version="1.15.0" />
<PackageVersion Include="OpenTelemetry.Instrumentation.StackExchangeRedis" Version="1.15.0-beta.1" />
<PackageVersion Include="Scalar.AspNetCore" Version="2.13.19" />
<PackageVersion Include="Serilog.AspNetCore" Version="10.0.0" />
<PackageVersion Include="Serilog.Enrichers.Environment" Version="3.0.1" />
<PackageVersion Include="Serilog.Enrichers.Thread" Version="4.0.0" />
<PackageVersion Include="Serilog.Expressions" Version="5.0.0" />
<PackageVersion Include="Serilog.Formatting.Compact" Version="3.0.0" />
<PackageVersion Include="Serilog.Sinks.OpenTelemetry" Version="4.2.0" />
<PackageVersion Include="Serilog.Sinks.Console" Version="6.1.1" />
<PackageVersion Include="Serilog.Sinks.File" Version="7.0.0" />
<PackageVersion Include="StackExchange.Redis" Version="2.12.14" />
<PackageVersion Include="Shouldly" Version="4.3.0" />
<PackageVersion Include="SystemTextJsonPatch" Version="5.0.0" />
<PackageVersion Include="MongoDB.Driver.Core.Extensions.DiagnosticSources" Version="3.0.0" />
<PackageVersion Include="Respawn" Version="7.0.0" />
<PackageVersion Include="Testcontainers.PostgreSql" Version="4.11.0" />
<PackageVersion Include="TickerQ" Version="10.2.5" />
<PackageVersion Include="TickerQ.EntityFrameworkCore" Version="10.2.5" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5" />
<PackageVersion Include="Microsoft.Extensions.Resilience" Version="10.4.0" />
<PackageVersion Include="xunit.v3" Version="3.2.2" />
<PackageVersion Include="OpenTelemetry.Instrumentation.Process" Version="1.15.0-beta.1"/>
<PackageVersion Include="OpenTelemetry.Instrumentation.Runtime" Version="1.15.0"/>
<PackageVersion Include="OpenTelemetry.Instrumentation.StackExchangeRedis" Version="1.15.0-beta.1"/>
<PackageVersion Include="Scalar.AspNetCore" Version="2.13.19"/>
<PackageVersion Include="Serilog.AspNetCore" Version="10.0.0"/>
<PackageVersion Include="Serilog.Enrichers.Environment" Version="3.0.1"/>
<PackageVersion Include="Serilog.Enrichers.Thread" Version="4.0.0"/>
<PackageVersion Include="Serilog.Expressions" Version="5.0.0"/>
<PackageVersion Include="Serilog.Formatting.Compact" Version="3.0.0"/>
<PackageVersion Include="Serilog.Sinks.OpenTelemetry" Version="4.2.0"/>
<PackageVersion Include="Serilog.Sinks.Console" Version="6.1.1"/>
<PackageVersion Include="Serilog.Sinks.File" Version="7.0.0"/>
<PackageVersion Include="StackExchange.Redis" Version="2.12.14"/>
<PackageVersion Include="Shouldly" Version="4.3.0"/>
<PackageVersion Include="SystemTextJsonPatch" Version="5.0.0"/>
<PackageVersion Include="MongoDB.Driver.Core.Extensions.DiagnosticSources" Version="3.0.0"/>
<PackageVersion Include="Respawn" Version="7.0.0"/>
<PackageVersion Include="Testcontainers.PostgreSql" Version="4.11.0"/>
<PackageVersion Include="TickerQ" Version="10.2.5"/>
<PackageVersion Include="TickerQ.EntityFrameworkCore" Version="10.2.5"/>
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5"/>
<PackageVersion Include="Microsoft.Extensions.Resilience" Version="10.4.0"/>
<PackageVersion Include="xunit.v3" Version="3.2.2"/>
</ItemGroup>
</Project>
Loading
Loading