Commit Graph

30 Commits (491f3438ba7f12d04b5c38798b6b74aaceaab8f9)

Author SHA1 Message Date
Halil İbrahim Kalkan 13d1395697 rename to DefaultWithDetailsFunc from IncludeDetailsFunc
7 years ago
Halil İbrahim Kalkan 649f80e8de Add WithDetails to the repository.
7 years ago
Halil İbrahim Kalkan 4153aa4f88 Handle soft delete on update for mongodb. handle includeDetails for default repositories without creating a custom repository
7 years ago
Halil İbrahim Kalkan 3f19b99de0 Added tests for auditing.
7 years ago
Halil İbrahim Kalkan 769eb2812c Revised entity change events for mongodb.
7 years ago
Halil İbrahim Kalkan e6a102bb50 Upgraded to EF Core 2.1.0-preview2-final.
7 years ago
Halil İbrahim Kalkan 50308a5981 Upgraded all nuget packages.
7 years ago
Halil İbrahim Kalkan 0c6501bc29 Upgrade to EF Core 2.1.0-preview1-final
7 years ago
Halil İbrahim Kalkan a4badfb9c9 Moved some EF core tests to a common library to share with mongodb tests.
7 years ago
Halil İbrahim Kalkan 53b81bf410 Move common test code to Repository_Basic_Tests.
7 years ago
Halil İbrahim Kalkan 32d60e87fd Added test for repositories
7 years ago
Halil İbrahim Kalkan 1a65039fa3 Remove Migration from ef core test project. add city to test domain and implement in ef core and mongodb.
7 years ago
Halil İbrahim Kalkan cf9d19c05c Remove unused namespaces.
7 years ago
Halil İbrahim Kalkan 02c6aaa86f Remove unused using statement.
7 years ago
Halil İbrahim Kalkan d4e93e9da3 Added support for aggregate root domain events.
7 years ago
Halil İbrahim Kalkan 65aad5f3e0 Upgraded all nuget packages.
7 years ago
Halil İbrahim Kalkan 066b07b800 Renamed Repository to BasicRepository and QueryableRepository to Repository.
7 years ago
Halil İbrahim Kalkan 924ba47fe5 Register repositories without PK.
7 years ago
Halil İbrahim Kalkan d2da1f5a55 Implemented a test entity without Id property.
7 years ago
Halil İbrahim Kalkan d326b0b105 Delete GetList and Count methods from the repository.
7 years ago
Halil İbrahim Kalkan 6751ce6628 Do not use Entity and Repository default PK interfaces.
7 years ago
Halil İbrahim Kalkan f768922ce5 Implementing replacing a dbcontext.
7 years ago
Halil İbrahim Kalkan 25af4c2331 Created a seperated Volo.Abp.Localization package. Also seperated unit tests to .Core.Test and .Localization.Tests
7 years ago
Halil İbrahim Kalkan adf83d4e25 Implemented enable/disable filters.
7 years ago
Halil İbrahim Kalkan e2cfcacca6 Implemented Soft Delete filter.
7 years ago
Halil İbrahim Kalkan 6c1985b18f Implemented Current Tenant fiter for EF Core.
7 years ago
Halil İbrahim Kalkan c7780f993c Added a sample unit test to share same table between 2 dbcontextes.
7 years ago
Halil İbrahim Kalkan d992036159 Unit tests and improvements for UOW.
7 years ago
Halil İbrahim Kalkan 275a64380b Added unit tests.
7 years ago
Halil İbrahim Kalkan 78df9ea118 Added unit test for transaction fo EF core.
7 years ago