218 Commits (ab40f260df0d69ffd79e4e7e8858dedd956d8ae5)

Author SHA1 Message Date
ahmetfarukulu 329fa3e501 Mongo repository SessionHandle null check added for DeleteDirectAsync method 2 years ago
liangshiwei a3046889e3 Add unit tests 2 years ago
liangshiwei 2a0d4f339b Add ConfigureIndexes method 2 years ago
liangshiwei c749766dc6 Allows configuration of MongoDB entity indexes 2 years ago
Berkan Sasmaz 70f2584dc6 fix outbox configuration for mongodb 3 years ago
ahmetfarukulu 4e531d890f Rename ".abppkg.json" filenames to ".abppkg" 3 years ago
maliming 6bd43caee5
Enable `Central Package Management`. 3 years ago
maliming 15e29c39d7 Upgrade depended NuGet packages to the latest versions. 3 years ago
maliming ca23540e5b Upgrade abp to NET 8.0. 3 years ago
Yunus Emre Kalkan 59b78b0117 Rename & move MongoDbDatabaseEventHandlerBase 3 years ago
Yunus Emre Kalkan d079357368 Introduce MongoDbDatabaseEventHandlerBase 3 years ago
Halil İbrahim Kalkan 2270ea0dc6 Added extension methods for mongodb to configure eventbox collections 3 years ago
Halil İbrahim Kalkan 4572bbda70 Removed ApplyDataFilters 3 years ago
liangshiwei ca11f93d82 Enable nullable annotations for Volo.Abp.EntityFrameworkCore 3 years ago
liangshiwei fd55eb68f2 Enable nullable annotations for Volo.Abp.MongoDb 3 years ago
maliming 9b4a59b814 Skip bulk insert/update/delete if array is empty. 3 years ago
Halil İbrahim Kalkan 8bb2c7aa1e Use DatabaseName instead of config name 3 years ago
maliming 5032cf360e
Add `FilterQueryable` method to `IMongoDbRepositoryFilterer`. 3 years ago
maliming 2c7879d2c7
Add `virtual` keyword to `Repositories&AppServices&Controllers`. 3 years ago
Engincan VESKE 540c1e413e Write a warning message for mongodb incase of transaction not supported 3 years ago
maliming 860c6d9c08
Change current `correlation` when handling events. 3 years ago
maliming 90d246fd7e
Add `CancellationToken` to `ITransactionApi`. 3 years ago
maliming f6a853caa4
Also add `net7.0` as target framework. 3 years ago
maliming bc6db16009
Use multiple `netstandard` target frameworks. 3 years ago
maliming 29feae1d15
Use `EphemeralMongo6` to replace `Mongo2Go`. 3 years ago
maliming 3d3e024f8f
Inform when a new distributed message received or sent. 3 years ago
maliming 2b5acb3074
Update MongoDbRepository.cs 3 years ago
Yunus Emre Kalkan ada233f4b7 Add analyze & Package files to framework 3 years ago
maliming 691b28eadb
Add `MongoDBConnectionStringChecker`. 3 years ago
maliming 36c4d7d1fc
Use `LastOrDefault` instead of `FirstOrDefault`. 3 years ago
maliming e99032daf2
Make `ReplaceDbContext` supports multi-tenancy. 3 years ago
maliming fd8a3b6b73
Add `DbContextTypeProvider`. 3 years ago
Halil İbrahim Kalkan 4a680cd548 Move inbox/outbox classes to the right namespace 4 years ago
maliming dc172a3c95 Update MongoDbRepository.cs 4 years ago
maliming dc0e4adbd4 Introduce DeleteDirectAsync method for IRepository. 4 years ago
gdlcf88 336ddf5178 Introduce `IHasEntityVersion` audit property 4 years ago
liangshiwei f9e903b43b Improve 4 years ago
maliming e0b7e7bd10
Remove the setter from the auditing interfaces. 4 years ago
liangshiwei eef2e295fc Enhance MongoDbRepository 4 years ago
liangshiwei bc7d3cedc9 rename isSoftDeleteEntity to isEntityDeleted 4 years ago
liangshiwei 7dbc4fd460 Add missing condition for UpdatManyAsync 4 years ago
liangshiwei 2d322af5c9 Update packages to latest 4 years ago
maliming 9446c80474
Add `OrderByIf` extension method. 4 years ago
liangshiwei 271c5a923d Make method DeleteManyAsync virtual 4 years ago
maliming 16bbe7147d
Upgrade `MongoDB.Driver` to `2.15`. 4 years ago
maliming 4c5a873fb8
Make `IMongoDbRepositoryFilterer` async. 4 years ago
maliming ecf0572f27
Upgrade MongoDB.Driver to 2.14. 4 years ago
liangshiwei 1d42954313 Batch publish events from outbox to the event bus 4 years ago
maliming 046059f666
Update `TransactionsNotSupportedErrorMessage` 5 years ago
maliming cc5fa9ed1f
Log errors and not using if the current database does not support transactions 5 years ago