251 Commits (NullAbpDistributedLock-patch)

Author SHA1 Message Date
maliming b5cd873526
Use EntityCacheItemWrapper in cache config 2 months ago
Halil İbrahim Kalkan aa2c731476 Remove unused method 5 months ago
Nico Lachmuth e2bdf3d6bc feat(): add generic EntityNotFoundException 7 months ago
Halil İbrahim Kalkan f8465f8b31 Add provider name support to repository infrastructure 7 months ago
Halil İbrahim Kalkan 53a8babfa7 Rename SetCustomEntityName to SetEntityName in repositories 7 months ago
maliming 3ff8fb6e78
Upgrade to .NET 10.0. 7 months ago
erdemcaygor 38805d14f5 code refactoring 7 months ago
maliming 00d6120fdc
Refactor shared entity implementation and tests 7 months ago
maliming 1a8f0fc86e
Add `SharedEntity` base class and unit tests. 7 months ago
Halil İbrahim Kalkan e1ea80495c Add support for custom entity names in repositories 7 months ago
Emre KARA cc0effe7db data collection implementation 8 months ago
maliming 780f71131c
Add a default sort for `First/FirstOrDefault` and `Last/LastOrDefault`. 11 months ago
maliming 8865db1eb4
Add `IgnoredUpdateAggregateRootSelectors` to filter some specific entities. 11 months ago
maliming f1e797a35b
Provide an option to disable updating the aggregate root when the navigation property changes. 11 months ago
maliming 33c33ee69e
Remove `EntityCreatedEventData` condition to clear the cache. 12 months ago
maliming 1f86ef0330
Use `EntityCacheItemWrapper` to prevent duplicate queries. 12 months ago
maliming 78f972c41f
Rename IgnoreEventSelectors to IgnoredEventSelectors. 12 months ago
maliming 6f5e2e3552
Add IgnoreEventSelectors to AbpDistributedEntityEventOptions for event filtering. 1 year ago
maliming 6c8d37058d
Add `IgnoredNavigationEntitySelectors` to `AbpEntityChangeOptions` to ignore navigation properties. 1 year ago
Muximize e49cba9bc9
Remove unused Usings 2 years ago
maliming fbbe526a8f Add net8.0` to `TargetFrameworks`. 2 years ago
maliming 971dc3b8ba Upgrade to NET 9.0. 2 years ago
Mark Cilia Vincenti de877d8a36 Cleaning up warnings. 2 years ago
maliming bae8008beb
Publish `EntityUpdatedEvent` when navigation changes. 2 years ago
maliming 7769227b4f
`EnableTracking` if the `entity` has `ObjectExtensionInfo`. 2 years ago
maliming ec43e96d95
Recursively check if the `ValueObject` are `ValueEquals`. 2 years ago
maliming 4926194b80
Add `OnActivated` event for `ServiceDescriptor`. 2 years ago
ahmetfarukulu 4e531d890f Rename ".abppkg.json" filenames to ".abppkg" 2 years ago
maliming ca23540e5b Upgrade abp to NET 8.0. 3 years ago
liangshiwei ca11f93d82 Enable nullable annotations for Volo.Abp.EntityFrameworkCore 3 years ago
maliming 9356884516
Rename `RepositoryInterceptor` and so on to `ChangeTrackingInterceptor`. 3 years ago
Halil İbrahim Kalkan 19d4ccc502 Comment on classes. 3 years ago
Halil İbrahim Kalkan 47cd7268d0 Remove unnecessary TKey restriction 3 years ago
maliming 1b35f9c9f6
Rename `Enabled` of `EntityChangeTrackingAttribute` to `IsEnabled`. 3 years ago
maliming 4dfdf48e75
Make `EntityChangeTrackingAttribute` abstract. 3 years ago
maliming eb9b954717
Add `RepositoryInterceptor`. 3 years ago
maliming 01d2cf3a8b
Use `IsChangeTrackingEnabled` to replace `IsReadOnly`. 3 years ago
maliming 547bb83667
Change some code base on review cmment. 3 years ago
maliming 1344d44948
Rename `isReadOnly` to `isReadOnlyRepository`. 3 years ago
maliming d7cf095789
Add `IsReadOnly` to `IRepository`. 3 years ago
liangshiwei bf608c6a57 Enable nullable annotations for Volo.Abp.Application.Contracts 3 years ago
liangshiwei ac97d57fe1 Enable nullable annotations for Volo.Abp.Ddd.Domain 3 years ago
maliming acea6539ab
Adjust project dependencies. 3 years ago
maliming f033f0a6ce
Create `Volo.Abp.MultiTenancy.Abstractions` package. 3 years ago
maliming 5ffc99a1ac
Add `Volo.Abp.Ddd.Domain.Shared package`. 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 74a85fd614
Make `IsValueObject` check customizable. 3 years ago
Yunus Emre Kalkan ada233f4b7 Add analyze & Package files to framework 3 years ago
maliming b2a3d30ca2
Make `EntityHistoryHelper` compatible `ValueObject`. 3 years ago