111 Commits

Author SHA1 Message Date
Pc
a6167b3a47 refactor: Refactor db-context base 2023-05-12 23:16:03 +03:30
Pc
24d1ca2d65 feat: Add add distributed transaction to EfTxBehavior 2023-05-12 01:13:03 +03:30
Pc
f24c3c9c4f fix: Fix problem run persist-message background job service in test-base 2023-05-09 01:29:10 +03:30
Pc
95ac22d3b8 refactor: Refactor core domain in building-blocks 2023-05-08 15:46:08 +03:30
Pc
c46958935d feat: Add required keyword to models for handle mandatory property in initialization 2023-04-02 17:40:59 +03:30
Pc
c60af19a0a feat: Use NewId instead of IdGen for generate Id for unique id in distributed system 2023-04-01 02:03:05 +03:30
Pc
7c3e650467 feat: Use built-in problem-details .Net 7 instead of Hellang.Middleware.ProblemDetails 2023-03-30 23:04:24 +03:30
Pc
805f017af1 refactor: Refactor SnowflakeIdGenerator helper 2023-03-30 01:26:05 +03:30
Pc
4fee16e3b8 fix: Fix bug event-store for load configuration options 2023-03-11 21:53:19 +03:30
Pc
f10fc930d6 chore: try fo fix event-store in ci-cd 2023-03-11 19:59:30 +03:30
Pc
fe8c0f444d refactor: refactor persist message processor 2023-03-11 19:45:02 +03:30
Pc
db0da365b0 test: Update test-container to v3.0.0 for support event-store 2023-03-11 19:15:50 +03:30
Pc
020273343e chore: Update identity server 2023-02-22 01:50:52 +03:30
Pc
e4ddcc1a4b chore: Update identity server 2023-02-22 00:46:30 +03:30
Pc
b5d98699c1 chore: Update kubernetes configs 2023-02-21 23:20:41 +03:30
Pc
20795825a3 chore: Update kubernetes configs 2023-02-21 22:19:42 +03:30
meysamhadeli
27ef1ee87d feat: Config identity server for ingress revers proxy 2023-02-13 16:56:23 +03:30
meysamhadeli
bcd8a53d2e chore: Change RequireHttpsMetadata 2023-02-13 01:01:28 +03:30
meysamhadeli
5795ce328c chore: Change RequireHttpsMetadata for docker env 2023-02-12 20:17:34 +03:30
meysamhadeli
589e8712c9 build: Update nuget packages 2023-01-31 18:22:59 +03:30
Meysam Hadeli
a7b7a215b8
Merge pull request #144 from meysamhadeli/dependabot/nuget/develop/Serilog.Enrichers.Span-3.1.0
build(deps): bump Serilog.Enrichers.Span from 3.0.0 to 3.1.0
2023-01-31 17:29:44 +03:30
Meysam Hadeli
54abd27b79
Merge pull request #142 from meysamhadeli/dependabot/nuget/develop/Swashbuckle.AspNetCore.SwaggerUI-6.5.0
build(deps): bump Swashbuckle.AspNetCore.SwaggerUI from 6.4.0 to 6.5.0
2023-01-31 17:29:08 +03:30
dependabot[bot]
f8ab7f52e3
build(deps): bump Serilog.Enrichers.Span from 3.0.0 to 3.1.0
Bumps [Serilog.Enrichers.Span](https://github.com/RehanSaeed/Serilog.Enrichers.Span) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/RehanSaeed/Serilog.Enrichers.Span/releases)
- [Commits](https://github.com/RehanSaeed/Serilog.Enrichers.Span/compare/3.0.0...3.1.0)

---
updated-dependencies:
- dependency-name: Serilog.Enrichers.Span
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-30 15:40:06 +00:00
dependabot[bot]
026202619f
build(deps): bump Swashbuckle.AspNetCore.SwaggerUI from 6.4.0 to 6.5.0
Bumps [Swashbuckle.AspNetCore.SwaggerUI](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) from 6.4.0 to 6.5.0.
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.4.0...v6.5.0)

---
updated-dependencies:
- dependency-name: Swashbuckle.AspNetCore.SwaggerUI
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-30 15:40:04 +00:00
dependabot[bot]
7f4a381c61
build(deps): bump Microsoft.Extensions.Configuration.Binder
Bumps [Microsoft.Extensions.Configuration.Binder](https://github.com/dotnet/runtime) from 7.0.1 to 7.0.2.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/compare/v7.0.1...v7.0.2)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Configuration.Binder
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-30 15:40:02 +00:00
meysamhadeli
a6957c272c Update PersistMessageProcessor 2023-01-29 22:47:15 +03:30
meysamhadeli
196f0a0a17 refactor: Refactor PersistMessageProcessor with locking 2023-01-29 22:28:29 +03:30
meysamhadeli
482e26ec14 fix logging in PersistMessageDbContext 2023-01-26 15:51:18 +03:30
meysamhadeli
e7bd401c34 refactor: Refactor PersistMessageDbContext for handle optimistic concurrency 2023-01-26 14:52:37 +03:30
meysamhadeli
8b2a951bd9 ci: Add docker to ci 2023-01-25 23:39:02 +03:30
meysamhadeli
af3ec2e2ab try for build-publish 2023-01-24 18:46:07 +03:30
meysamhadeli
d54ecc9bb8 fix: Fix unhandled error in OnBeforeSaving db-context 2023-01-23 16:32:51 +03:30
meysamhadeli
17082a2365 feat: Add retry failure for Npgsql 2023-01-23 15:36:08 +03:30
meysamhadeli
15d524a791 feat: Add optimistic concurrency to all services 2023-01-23 01:36:23 +03:30
meysamhadeli
7a8cc281af fix: Fix DbUpdateConcurrencyException in PersistMessageDbContext 2023-01-22 19:11:34 +03:30
meysamhadeli
4b4258c2fd fix: try for fix DbUpdateConcurrencyException 2023-01-22 03:18:04 +03:30
meysamhadeli
ac68632418 . 2023-01-22 01:52:13 +03:30
meysamhadeli
6dffdfb779 fix: try for fix DbUpdateConcurrencyException 2023-01-22 01:32:12 +03:30
meysamhadeli
133f565fe6 feat: Add polly for handle resilience 2023-01-22 00:45:03 +03:30
meysamhadeli
916ba00215 refactor: Refactor handel DbUpdateConcurrencyException 2023-01-21 03:48:54 +03:30
meysamhadeli
48f9f4b066 fix: Fix optimistic concurrency issue 2023-01-21 02:34:03 +03:30
meysamhadeli
fd9054f2f6 ci: Setup self-signed certificate for gitpod 2023-01-20 19:40:38 +03:30
meysamhadeli
cf652d41e6 ci: Add self-signed certificate for gitpod 2023-01-20 18:32:35 +03:30
meysamhadeli
c5f35ac12a test: Add unit tests for flight domain models 2023-01-16 01:02:20 +03:30
meysamhadeli
5609b9832e ci: Add update-changelog and pr-title-checker 2023-01-13 23:42:29 +03:30
meysamhadeli
e96283d0e6 feat: Add postgres instead of sql for write database 2023-01-13 19:06:56 +03:30
meysamhadeli
8f3d2b9c8c fix: Fix bug reset rabbitmq in test base 2023-01-13 01:37:42 +03:30
meysamhadeli
25fac1a14f feat: Update .editorconfig file 2023-01-12 16:04:44 +03:30
meysamhadeli
39cb6c6305 fix: Fix bug dispose service provider in test base 2023-01-12 03:40:21 +03:30
meysamhadeli
97ab953975 - Fix problem load assemblies in test cli
- Add Test pipeline to ci-cd
2023-01-09 00:23:36 +03:30