121 Commits

Author SHA1 Message Date
meysamhadeli
bcd8a53d2e chore: Change RequireHttpsMetadata 2023-02-13 01:01:28 +03:30
meysamhadeli
b46e33350d chore: Update flight service 2023-02-13 00:09:59 +03:30
meysamhadeli
5795ce328c chore: Change RequireHttpsMetadata for docker env 2023-02-12 20:17:34 +03:30
meysamhadeli
ee0bdcc130 chore: Update appsettings.docker.json 2023-02-08 23:02:32 +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
Meysam Hadeli
c34e2012cd
Merge pull request #141 from meysamhadeli/dependabot/nuget/develop/Microsoft.Extensions.Configuration.Binder-7.0.2
build(deps): bump Microsoft.Extensions.Configuration.Binder from 7.0.1 to 7.0.2
2023-01-31 17:28:35 +03:30
dependabot[bot]
36e28d5055
build(deps): bump Roslynator.Formatting.Analyzers from 4.1.2 to 4.2.0
Bumps [Roslynator.Formatting.Analyzers](https://github.com/josefpihrt/roslynator) from 4.1.2 to 4.2.0.
- [Release notes](https://github.com/josefpihrt/roslynator/releases)
- [Changelog](https://github.com/JosefPihrt/Roslynator/blob/main/ChangeLog.md)
- [Commits](https://github.com/josefpihrt/roslynator/compare/v4.1.2...v4.2.0)

---
updated-dependencies:
- dependency-name: Roslynator.Formatting.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-30 15:40:14 +00:00
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
2201215a89 feat: Add swagger response type 2023-01-15 00:37:45 +03:30
meysamhadeli
953d2c7b70 fix: Fix update changelog 2023-01-14 00:20:55 +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
6fe70ebab8 feat: Add Test pipeline to ci-cd 2023-01-12 01:27:28 +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
meysamhadeli
6627ed2c23 feat: Update Dockerfile to .net 7 SDK 2023-01-05 02:25:55 +03:30
meysamhadeli
c4748908b9 feat: Change in docker files config 2023-01-04 02:17:36 +03:30
meysamhadeli
624194bb01 feat: Add health-options 2023-01-03 22:59:47 +03:30
meysamhadeli
edd50ac41a feat: Update all nuget packages 2023-01-03 22:34:33 +03:30
meysamhadeli
54471a1128 feat: Add serilog sentry 2023-01-02 21:53:12 +03:30
meysamhadeli
fc8f24a5e6 update nuget dependencies entity-framework-core 2022-12-30 19:49:01 +03:30
meysamhadeli
aca961e912 update .net dependencies to 7.0.1 2022-12-30 19:15:31 +03:30
meysamhadeli
cabfa0393b refactor tests nuget 2022-12-30 18:56:15 +03:30
meysamhadeli
35bcc23d8f add more details for request logging serilog 2022-12-21 17:00:58 +03:30
meysamhadeli
13f5a8265d - add service-provider validation 2022-12-20 00:16:10 +03:30