283 Commits (14f8dd80c2ed8facf646eeb187bd00621bbded3f)

Author SHA1 Message Date
maliming 9f595cec96
Remove empty lines. 4 years ago
maliming 7453381958
Reuse more JsonSerializerOptions instances. 4 years ago
maliming a652a04fd2
Use `catch (Exception e) when`. 4 years ago
maliming 046059f666
Update `TransactionsNotSupportedErrorMessage` 4 years ago
maliming cc5fa9ed1f
Log errors and not using if the current database does not support transactions 4 years ago
Ahmet Çotur 9f5eba64fd remove all .DotSettings files from projects 4 years ago
Ahmet Çotur 9c3b340675 convert file-scoped namespacing for framework 4 years ago
Alper Ebicoglu 3ea4d9988e remove bom from text files. closes #10189 5 years ago
Halil İbrahim Kalkan 99a45164fd Remove ApplyAbpConcepts usage 5 years ago
liangshiwei 3ee9f57c9d Improve 5 years ago
liangshiwei 28da0b837c Improve 5 years ago
liangshiwei b809ee50e3 Refactor 5 years ago
liangshiwei bc4944c19d Add ISqlAdapter 5 years ago
liangshiwei f0f61884b7 Improve performance 5 years ago
liangshiwei 0cf5d248fd Complete the Outbox & Inbox Patterns feature 5 years ago
maliming 6a3e4e3e5e Introduce `AbpMongoDbDateTimeSerializer`. 5 years ago
liangshiwei 41adcd251d Make IRepository not inherit from IQueryable 5 years ago
maliming e9d2361fa7 Remove NumberHandling setting. 5 years ago
maliming 6bf33de791 JSON Numbers can be read from string. 5 years ago
Halil İbrahim Kalkan cc14ae6559 Define index for the creationtime. 5 years ago
maliming d49c21c0fc Update SDK to RC 1. 5 years ago
Halil İbrahim Kalkan c8d525716d Fix concurrencystamp & tests 5 years ago
Halil İbrahim Kalkan 4e0e0de1d7 Regularly delete old events 5 years ago
Halil İbrahim Kalkan 51ce477165 Eliminate duplicate incoming events 5 years ago
Halil İbrahim Kalkan eb47e50896 Apply ABP concepts on state change, not on savechanges. 5 years ago
Halil İbrahim Kalkan 8af7ccdbaf Implemented initial inbox processing logic 5 years ago
Halil İbrahim Kalkan 9593c877e1 Save incoming events to inbox 5 years ago
Halil İbrahim Kalkan afcd640e40 Basic implementation is done for the event outbox. 5 years ago
Halil İbrahim Kalkan eb7765ca53 Refactored configuration, added CreationTime 5 years ago
Halil İbrahim Kalkan d1ea4736b7 save to outbox 5 years ago
Halil İbrahim Kalkan 616258197e Added outbox parameter and dbcontext abstraction 5 years ago
Halil İbrahim Kalkan 258cf783f7 Events should be published and handled in the right order. 5 years ago
maliming 566e41924a Do not create PropertyChanges for soft deleted entities. 5 years ago
maliming 76317521fb Set NumberHandling of JsonSerializerOptions to JsonNumberHandling.Strict. 5 years ago
maliming ef9d20533a Change TargetFramework to net6.0. 5 years ago
liangshiwei 5363e1376c Added RepositoryAsyncExtensions.AnyAsync() without predicate parameter 5 years ago
Halil İbrahim Kalkan d519600a2c Resolved #9262: Allow to replace a dbcontext by a given type 5 years ago
maliming 987e154fed Sequence compare the keys and values of ExtraPropertyDictionary. 5 years ago
liangshiwei 156da08c0f Improved 5 years ago
maliming a8995eaeb8 Set the database default value of LastActiveTime. 5 years ago
maliming a44c8a11d6 Don't set modified audit if the property is generated by the database. 5 years ago
maliming 2491c8c488 Use RemoteServiceErrorInfo as the exception info in the AuditLog. 5 years ago
liangshiwei 008c8e6f48 Add ApplyObjectExtensionMappings method 5 years ago
liangshiwei 546f4710dd Update EfCoreObjectExtensionManagerExtensions.cs 5 years ago
liangshiwei 3345e2e7bd Support multiple usages 5 years ago
liangshiwei 33fcd398a8 Support multiple usages of the attribute 5 years ago
Halil İbrahim Kalkan 5518a6a023 Added IsConfigured methods to check if dbcontext was previously configured. 5 years ago
liangshiwei e8b9ee6b90 remove IHasExtraProperties restrictions 5 years ago
liangshiwei 2b0407d986 Get attribute before optionsBuilder?.Invoke(options); 5 years ago
liangshiwei d13b6c8b0c Improved 5 years ago