Skip to content

Feature/53#69

Merged
gpreviatti merged 161 commits intomainfrom
feature/53
Apr 3, 2026
Merged

Feature/53#69
gpreviatti merged 161 commits intomainfrom
feature/53

Conversation

@gpreviatti
Copy link
Copy Markdown
Owner

No description provided.

Giovanni Previatti and others added 30 commits January 7, 2026 11:55
@gpreviatti gpreviatti linked an issue Mar 20, 2026 that may be closed by this pull request
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 20, 2026

Important

Review skipped

Too many files!

This PR contains 232 files, which is 82 over the limit of 150.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 5a224254-b04f-4819-920a-016c7019b446

📥 Commits

Reviewing files that changed from the base of the PR and between 1898560 and 28077b6.

📒 Files selected for processing (232)
  • .github/pull_request_template.md
  • .github/workflows/publish.yml
  • .github/workflows/validate.yml
  • .vscode/launch.json
  • .vscode/tasks.json
  • GPreviatti.Template.Hexagonal.Solution.csproj
  • templates/Bff/.editorconfig
  • templates/Bff/.gitignore
  • templates/Bff/.template.config/template.json
  • templates/Bff/Directory.Build.props
  • templates/Bff/Directory.Packages.props
  • templates/Bff/Dockerfile
  • templates/Bff/Dockerfile.MockApi
  • templates/Bff/Hexagonal.Solution.Template.Bff.slnx
  • templates/Bff/Readme.md
  • templates/Bff/docker-compose-load-tests.yml
  • templates/Bff/docker-compose-local.yml
  • templates/Bff/docker-compose.yml
  • templates/Bff/scripts/grafana/config.alloy
  • templates/Bff/scripts/grafana/datasources.yaml
  • templates/Bff/scripts/grafana/loki-config.yaml
  • templates/Bff/scripts/grafana/prometheus.yml
  • templates/Bff/scripts/grafana/tempo.yaml
  • templates/Bff/src/Contracts/Common/BaseRequest.cs
  • templates/Bff/src/Contracts/Common/BaseResponse.cs
  • templates/Bff/src/Contracts/Contracts.csproj
  • templates/Bff/src/Contracts/Orders/CreateOrderRequest.cs
  • templates/Bff/src/Contracts/Orders/OrderDto.cs
  • templates/Bff/src/Contracts/Protos/payment.proto
  • templates/Bff/src/Contracts/packages.lock.json
  • templates/Bff/src/Infrastructure/Cache/HybridCacheService.cs
  • templates/Bff/src/Infrastructure/Common/DefaultConfigurations.cs
  • templates/Bff/src/Infrastructure/Common/Logs.cs
  • templates/Bff/src/Infrastructure/Common/ServiceConfiguration.cs
  • templates/Bff/src/Infrastructure/Common/ServicesKey.cs
  • templates/Bff/src/Infrastructure/Grpc/BaseGrpcService.cs
  • templates/Bff/src/Infrastructure/Grpc/PaymentsService.cs
  • templates/Bff/src/Infrastructure/Http/BaseHttpService.cs
  • templates/Bff/src/Infrastructure/Infrastructure.csproj
  • templates/Bff/src/Infrastructure/InfrastructureDependencyInjection.cs
  • templates/Bff/src/Infrastructure/packages.lock.json
  • templates/Bff/src/MockApi/Endpoints/EndpointExtensions.cs
  • templates/Bff/src/MockApi/Endpoints/OrderEndpoints.cs
  • templates/Bff/src/MockApi/GrpcServices/GrpcServiceExtensions.cs
  • templates/Bff/src/MockApi/GrpcServices/PaymentService.cs
  • templates/Bff/src/MockApi/MockApi.csproj
  • templates/Bff/src/MockApi/MockApi.http
  • templates/Bff/src/MockApi/Program.cs
  • templates/Bff/src/MockApi/Properties/launchSettings.json
  • templates/Bff/src/MockApi/packages.lock.json
  • templates/Bff/src/WebApp/Endpoints/EndpointExtensions.cs
  • templates/Bff/src/WebApp/Endpoints/OrderEndpoints.cs
  • templates/Bff/src/WebApp/Endpoints/PaymentEndpoints.cs
  • templates/Bff/src/WebApp/Extensions/HealthCheckExtensions.cs
  • templates/Bff/src/WebApp/Extensions/RateLimitExtensions.cs
  • templates/Bff/src/WebApp/Middlewares/ExceptionHandlingMiddleware.cs
  • templates/Bff/src/WebApp/Program.cs
  • templates/Bff/src/WebApp/Properties/launchSettings.json
  • templates/Bff/src/WebApp/WebApp.csproj
  • templates/Bff/src/WebApp/WebApp.http
  • templates/Bff/src/WebApp/appsettings.Development.json
  • templates/Bff/src/WebApp/appsettings.json
  • templates/Bff/src/WebApp/packages.lock.json
  • templates/Bff/tests/CommonTests/CommonTests.csproj
  • templates/Bff/tests/CommonTests/packages.lock.json
  • templates/Bff/tests/IntegrationTests/Common/CustomWebApplicationFactory.cs
  • templates/Bff/tests/IntegrationTests/Fixtures/BaseFixture.cs
  • templates/Bff/tests/IntegrationTests/GlobalUsings.cs
  • templates/Bff/tests/IntegrationTests/IntegrationTests.csproj
  • templates/Bff/tests/IntegrationTests/WebApp/Grpc/ApiGrpcHelper.cs
  • templates/Bff/tests/IntegrationTests/WebApp/Grpc/GetOrderGrpcTest.cs
  • templates/Bff/tests/IntegrationTests/WebApp/Http/ApiHelper.cs
  • templates/Bff/tests/IntegrationTests/WebApp/Http/BaseHttpFixture.cs
  • templates/Bff/tests/IntegrationTests/WebApp/Http/OrderTest.cs
  • templates/Bff/tests/IntegrationTests/packages.lock.json
  • templates/Bff/tests/LoadTests/protos/order.proto
  • templates/Bff/tests/LoadTests/scriptGrpc.js
  • templates/Bff/tests/LoadTests/scriptHttp.js
  • templates/Full/.editorconfig
  • templates/Full/.github/prompts/create-migrations.prompt.md
  • templates/Full/.github/prompts/crud-generator.prompt.md
  • templates/Full/.gitignore
  • templates/Full/.template.config/template.json
  • templates/Full/.vscode/launch.json
  • templates/Full/.vscode/tasks.json
  • templates/Full/Directory.Build.props
  • templates/Full/Directory.Packages.props
  • templates/Full/Dockerfile
  • templates/Full/Hexagonal.Solution.Template.Full.slnx
  • templates/Full/Readme.md
  • templates/Full/docker-compose-load-tests.yml
  • templates/Full/docker-compose-local.yml
  • templates/Full/docker-compose.yml
  • templates/Full/scripts/grafana/config.alloy
  • templates/Full/scripts/grafana/datasources.yaml
  • templates/Full/scripts/grafana/loki-config.yaml
  • templates/Full/scripts/grafana/prometheus.yml
  • templates/Full/scripts/grafana/tempo.yaml
  • templates/Full/scripts/sql/migrations.sql
  • templates/Full/scripts/sql/seeds.sql
  • templates/Full/src/Application/Application.csproj
  • templates/Full/src/Application/ApplicationDependencyInjection.cs
  • templates/Full/src/Application/Common/Helpers/Logs.cs
  • templates/Full/src/Application/Common/Messages/BaseMessage.cs
  • templates/Full/src/Application/Common/Messages/CreateNotificationMessage.cs
  • templates/Full/src/Application/Common/Repositories/IBaseRepository.cs
  • templates/Full/src/Application/Common/Requests/BaseRequest.cs
  • templates/Full/src/Application/Common/Requests/BaseResponse.cs
  • templates/Full/src/Application/Common/Services/IHybridCacheService.cs
  • templates/Full/src/Application/Common/Services/IProduceService.cs
  • templates/Full/src/Application/Common/UseCases/BaseInOutUseCase.cs
  • templates/Full/src/Application/Common/UseCases/BaseInUseCase.cs
  • templates/Full/src/Application/Common/UseCases/BaseOutUseCase.cs
  • templates/Full/src/Application/Common/UseCases/BaseUseCase.cs
  • templates/Full/src/Application/Notifications/CreateNotificationUseCase.cs
  • templates/Full/src/Application/Notifications/GetAllNotificationsUseCase.cs
  • templates/Full/src/Application/Notifications/GetNotificationUseCase.cs
  • templates/Full/src/Application/Notifications/NotificationDto.cs
  • templates/Full/src/Application/Orders/CreateOrderUseCase.cs
  • templates/Full/src/Application/Orders/GetAllOrdersUseCase.cs
  • templates/Full/src/Application/Orders/GetOrderUseCase.cs
  • templates/Full/src/Application/Orders/OrderDto.cs
  • templates/Full/src/Application/packages.lock.json
  • templates/Full/src/Domain/Common/DefaultConfigurations.cs
  • templates/Full/src/Domain/Common/DomainEntity.cs
  • templates/Full/src/Domain/Common/DomainException.cs
  • templates/Full/src/Domain/Common/Enums/NotificationType.cs
  • templates/Full/src/Domain/Common/Result.cs
  • templates/Full/src/Domain/Domain.csproj
  • templates/Full/src/Domain/DomainDependencyInjection.cs
  • templates/Full/src/Domain/Notifications/Notification.cs
  • templates/Full/src/Domain/Orders/Item.cs
  • templates/Full/src/Domain/Orders/Order.cs
  • templates/Full/src/Domain/packages.lock.json
  • templates/Full/src/Infrastructure/Cache/InfrastructureCacheDependencyInjection.cs
  • templates/Full/src/Infrastructure/Cache/Services/HybridCacheService.cs
  • templates/Full/src/Infrastructure/Common/BaseBackgroundService.cs
  • templates/Full/src/Infrastructure/Data/Common/BaseMapping.cs
  • templates/Full/src/Infrastructure/Data/Common/BaseRepository.cs
  • templates/Full/src/Infrastructure/Data/InfrastructureDataDependencyInjection.cs
  • templates/Full/src/Infrastructure/Data/Mapping/ItemDbMapping.cs
  • templates/Full/src/Infrastructure/Data/Mapping/NotificationDbMapping.cs
  • templates/Full/src/Infrastructure/Data/Mapping/OrderDbMapping.cs
  • templates/Full/src/Infrastructure/Data/Migrations/20260403110832_CreateTables.Designer.cs
  • templates/Full/src/Infrastructure/Data/Migrations/20260403110832_CreateTables.cs
  • templates/Full/src/Infrastructure/Data/Migrations/MyDbContextModelSnapshot.cs
  • templates/Full/src/Infrastructure/Data/MyDbContext.cs
  • templates/Full/src/Infrastructure/Data/MyDbContextFactory.cs
  • templates/Full/src/Infrastructure/Infrastructure.csproj
  • templates/Full/src/Infrastructure/InfrastructureDependencyInjection.cs
  • templates/Full/src/Infrastructure/Messaging/Consumers/BaseConsumer.cs
  • templates/Full/src/Infrastructure/Messaging/Consumers/CreateNotificationConsumer.cs
  • templates/Full/src/Infrastructure/Messaging/MessagingDependencyInjection.cs
  • templates/Full/src/Infrastructure/Messaging/Producers/ProducerService.cs
  • templates/Full/src/Infrastructure/OpenTelemetry/InfrastructureOpenTelemetryDependencyInjection.cs
  • templates/Full/src/Infrastructure/packages.lock.json
  • templates/Full/src/WebApp/Endpoints/EndpointExtensions.cs
  • templates/Full/src/WebApp/Endpoints/OrderEndpoints.cs
  • templates/Full/src/WebApp/Extensions/HealthCheckExtensions.cs
  • templates/Full/src/WebApp/GrpcServices/GrpcServiceExtensions.cs
  • templates/Full/src/WebApp/GrpcServices/OrderService.cs
  • templates/Full/src/WebApp/Middlewares/ExceptionHandlingMiddleware.cs
  • templates/Full/src/WebApp/Program.cs
  • templates/Full/src/WebApp/Properties/launchSettings.json
  • templates/Full/src/WebApp/Protos/order.proto
  • templates/Full/src/WebApp/WebApp.csproj
  • templates/Full/src/WebApp/WebApp.http
  • templates/Full/src/WebApp/appsettings.json
  • templates/Full/src/WebApp/packages.lock.json
  • templates/Full/tests/CommonTests/CommonTests.csproj
  • templates/Full/tests/CommonTests/Fixtures/BaseFixture.cs
  • templates/Full/tests/CommonTests/packages.lock.json
  • templates/Full/tests/IntegrationTests/Common/CustomWebApplicationFactory.cs
  • templates/Full/tests/IntegrationTests/Data/BaseDataFixture.cs
  • templates/Full/tests/IntegrationTests/Data/BaseRepositoryTest.cs
  • templates/Full/tests/IntegrationTests/GlobalUsings.cs
  • templates/Full/tests/IntegrationTests/IntegrationTests.csproj
  • templates/Full/tests/IntegrationTests/WebApp/Grpc/Common/ApiGrpcHelper.cs
  • templates/Full/tests/IntegrationTests/WebApp/Grpc/Orders/GetOrderGrpcTest.cs
  • templates/Full/tests/IntegrationTests/WebApp/Http/Common/ApiHelper.cs
  • templates/Full/tests/IntegrationTests/WebApp/Http/Common/BaseHttpFixture.cs
  • templates/Full/tests/IntegrationTests/WebApp/Http/Orders/CreateOrderTest.cs
  • templates/Full/tests/IntegrationTests/WebApp/Http/Orders/GetAllOrdersTest.cs
  • templates/Full/tests/IntegrationTests/WebApp/Http/Orders/GetOrderTest.cs
  • templates/Full/tests/IntegrationTests/WebApp/Messaging/Common/BaseMessagingFixture.cs
  • templates/Full/tests/IntegrationTests/WebApp/Messaging/Notifications/CreateNotificationTest.cs
  • templates/Full/tests/IntegrationTests/packages.lock.json
  • templates/Full/tests/LoadTests/protos/order.proto
  • templates/Full/tests/LoadTests/scriptGrpc.js
  • templates/Full/tests/LoadTests/scriptHttp.js
  • templates/Full/tests/UnitTests/Application/Common/BaseApplicationFixture.cs
  • templates/Full/tests/UnitTests/Application/Common/LogMockExtensions.cs
  • templates/Full/tests/UnitTests/Application/Common/RepositoryMockExtensions.cs
  • templates/Full/tests/UnitTests/Application/Notifications/CreateNotificationUseCaseTests.cs
  • templates/Full/tests/UnitTests/Application/Notifications/GetAllNotificationsUseCaseTests.cs
  • templates/Full/tests/UnitTests/Application/Notifications/GetNotificationUseCaseTest.cs
  • templates/Full/tests/UnitTests/Application/Orders/CreateOrderUseCaseTests.cs
  • templates/Full/tests/UnitTests/Application/Orders/GetAllOrdersUseCaseTest.cs
  • templates/Full/tests/UnitTests/Application/Orders/GetOrderUseCaseTests.cs
  • templates/Full/tests/UnitTests/Architecture/ApplicationTests.cs
  • templates/Full/tests/UnitTests/Architecture/DomainTests.cs
  • templates/Full/tests/UnitTests/Domain/DomainEntityTests.cs
  • templates/Full/tests/UnitTests/Domain/NotificationTests.cs
  • templates/Full/tests/UnitTests/Domain/OrderTests.cs
  • templates/Full/tests/UnitTests/GlobalUsings.cs
  • templates/Full/tests/UnitTests/UnitTests.csproj
  • templates/Full/tests/UnitTests/packages.lock.json
  • templates/Full/tests/UnitTests/stryker-config-application.json
  • templates/Full/tests/UnitTests/stryker-config-domain.json
  • templates/Hexagonal.Solution.Template.sln
  • templates/docker-compose.yml
  • templates/scripts/migrations.sql
  • templates/scripts/seeds.sql
  • templates/src/Application/Common/Constants/DefaultApplicationMessages.cs
  • templates/src/Application/Common/Constants/DefaultConfigurations.cs
  • templates/src/Application/Common/Constants/NotificationType.cs
  • templates/src/Application/Common/Repositories/IBaseRepository.cs
  • templates/src/Application/Common/UseCases/BaseInOutUseCase.cs
  • templates/src/Application/Common/UseCases/BaseInUseCase.cs
  • templates/src/Application/Common/UseCases/BaseOutUseCase.cs
  • templates/src/Application/Common/UseCases/BaseUseCase.cs
  • templates/src/Domain/Common/DomainEntity.cs
  • templates/src/Domain/Orders/Order.cs
  • templates/src/Infrastructure/Cache/Services/HybridCacheService.cs
  • templates/src/Infrastructure/Data/Common/BaseRepository.cs
  • templates/src/Infrastructure/Data/Migrations/20251012134409_AddNotificationTable.cs
  • templates/src/Infrastructure/OpenTelemetry/InfrastructureOpenTelemetryDependencyInjection.cs
  • templates/src/WebApp/Properties/launchSettings.json
  • templates/src/WebApp/appsettings.json
  • templates/tests/CommonTests/Fixtures/BaseFixture.cs
  • templates/tests/UnitTests/Application/Orders/GetOrderUseCaseTests.cs
  • templates/tests/UnitTests/Domain/OrderTests.cs

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/53

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@gpreviatti gpreviatti linked an issue Mar 20, 2026 that may be closed by this pull request
@gpreviatti gpreviatti linked an issue Mar 20, 2026 that may be closed by this pull request
7 tasks
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Apr 3, 2026

@gpreviatti gpreviatti merged commit 956e14d into main Apr 3, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove repository pattern Create BFF tamplate Add Rate Limiting control to bff template

1 participant