258 Commits

Author SHA1 Message Date
Pc
ef53893263 refactor: Refactor value objects 2023-06-12 19:13:50 +03:30
Pc
728b8a7a57 refactor: Refactor database migrations models 2023-06-12 01:03:15 +03:30
Pc
11fc165a80 refactor: Set default value for aggregates 2023-06-12 00:44:48 +03:30
Meysam Hadeli
7348c2c6ac
Merge pull request #266 from amirhossein18121380/AddValueObject(Seats/Flights/Airports)
AddValueObjects(Seats/Flights/Airports)
2023-06-11 19:04:28 +03:30
amir.gholami
188a121ad5 Resolve issues 2023-06-11 18:24:55 +03:30
amir.gholami
343d0d63c6 AddValueObjects(Seats/Flights/Airports) 2023-06-09 21:37:03 +03:30
Pc
cc710292a3 fix: Fix EfTxBehavior for save persist-message 2023-06-04 13:55:04 +03:30
Pc
9e27099ef2 fix: Fix unit tests error 2023-06-04 03:58:05 +03:30
Pc
66cd7c54be feat: Add retry for distributed transaction in postgres 2023-06-04 03:17:45 +03:30
Pc
39bee67fa1 chore: change directory value objects 2023-06-02 18:01:12 +03:30
Pc
aefb114e50 fix: Fix using in DbContextFactory flight service 2023-06-02 17:49:58 +03:30
Meysam Hadeli
f928dc2506
Merge pull request #262 from amirhossein18121380/RefactorModel
Add Value Objects to Aircraft and Passenger
2023-06-02 17:44:47 +03:30
Meysam Hadeli
d71bf7200c
Update CompleteRegisterPassenger.cs 2023-06-02 17:35:44 +03:30
Meysam Hadeli
827089858e
Update Passenger.cs 2023-06-02 17:35:21 +03:30
Meysam Hadeli
70d009e323
Update CreateAircraft.cs 2023-06-02 17:34:42 +03:30
Meysam Hadeli
04a71dd1f4
Update InitialData.cs 2023-06-02 17:34:03 +03:30
Meysam Hadeli
5e70400563
Update Aircraft.cs 2023-06-02 17:33:00 +03:30
Meysam Hadeli
ab48a131ba
Update FakeCreateAircraftCommand.cs 2023-06-02 17:02:17 +03:30
Meysam Hadeli
efc9ded1eb
Update InvalidManufacturingYearException.cs 2023-06-02 17:01:25 +03:30
Meysam Hadeli
6b4596ef7c
Update ManufacturingYear.cs 2023-06-02 17:00:20 +03:30
Meysam Hadeli
b70a6568dd
Update Aircraft.cs 2023-06-02 16:59:42 +03:30
Meysam Hadeli
54a0cb282f
Update Passenger.cs 2023-06-02 16:58:23 +03:30
Meysam Hadeli
eb82094919
Update Age.cs 2023-06-02 16:57:17 +03:30
Meysam Hadeli
cd1d4fa7a0
Update FlightMappingTests.cs 2023-06-02 01:55:58 +03:30
Meysam Hadeli
da4b48498f
Update FlightMappingTests.cs 2023-06-02 01:48:31 +03:30
Pc
017a419f6b refactor: Remove migration from message processor 2023-06-01 21:30:45 +03:30
amir.gholami
fd913df555 Merge branch 'RefactorModel' of https://github.com/amirhossein18121380/booking-microservices into RefactorModel 2023-06-01 20:57:08 +03:30
AmirHossein
6e723b559c
Merge branch 'main' into RefactorModel 2023-06-01 20:46:58 +03:30
amir.gholami
d3a2023629 fix valueobject 2023-06-01 20:43:00 +03:30
Pc
31a6d9f6e9 refactor: Refactor persist message processor 2023-06-01 16:55:31 +03:30
amir.gholami
78f4a764f7 Apply Chnages in Comment 2023-05-27 23:47:12 +03:30
amir.gholami
f639619940 Complete changes needed for valueObjects 2023-05-27 01:08:08 +03:30
amir.gholami
5c5be8eef8 Add Value Objects 2023-05-21 19:29:06 +03:30
Pc
0cd22aebd2 fix: Fix scope validation in claims in tests 2023-05-19 02:30:16 +03:30
Pc
6e1cea7ebc fix: Fix scope validation in claims for all endpoints 2023-05-19 01:52:57 +03:30
Pc
d81c5c85db fix: Fix null reference exception in swagger default value 2023-05-15 21:40:32 +03:30
Pc
c6eff3a8b6 refactor: Refactor and remove unnecessary code in masstransit base 2023-05-14 22:06:04 +03:30
Pc
a6167b3a47 refactor: Refactor db-context base 2023-05-12 23:16:03 +03:30
Pc
c3db13141b chore: Add some logging for test consumers 2023-05-12 01:34:48 +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
607d72eef7 refactor: Refactor tests read-side 2023-05-08 18:37:10 +03:30
Pc
95ac22d3b8 refactor: Refactor core domain in building-blocks 2023-05-08 15:46:08 +03:30
Pc
c562ec70d3 test: Add Performance tests 2023-04-22 23:42:08 +03:30
Pc
f72e0f02b7 chore: Update problem details extensions for more additional info 2023-04-07 20:14:27 +03:30
Pc
ab9f7a2af1 chore: Update problem details extensions for more additional info 2023-04-07 17:18:00 +03:30
Pc
050c9d2b24 fix: Fix problem details type 2023-04-03 19:12:42 +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
4e12559d9f refactor: Refactor minimal apis to new fluent syntax 2023-04-02 14:07:24 +03:30
Pc
55a5f98dc9 fix: Fix run parallel to sequentially test in flight end-to-end test 2023-04-01 13:39:24 +03:30