Ma Liming
e50869a8e7
Update framework/test/Volo.Abp.Timing.Tests/Volo/Abp/Timing/TimeZoneHelper_Tests.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
4 months ago
Ma Liming
1ba16383e3
Update framework/test/Volo.Abp.Timing.Tests/Volo/Abp/Timing/TimeZoneHelper_Tests.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
4 months ago
maliming
8210f415fe
Enhance TimeZoneHelper with offset and validation
https://abp.io/support/questions/10295/TimeZoneHelperGetTimezones-throws-TimeZoneNotFoundException-on-Linux
4 months ago
maliming
b06e8a9381
Refactor KeyedLock disposal logic and update tests
5 months ago
maliming
d8441d7fc4
Add KeyedLock for per-key async locking and update local distributed lock
5 months ago
maliming
576ca219de
Make StaticDefinitionCache thread-safe and add tests
5 months ago
Ma Liming
0627ca18f1
Update framework/test/Volo.Abp.TestApp/Volo/Abp/TestApp/Testing/SoftDelete_Tests.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
5 months ago
Ma Liming
3371237c91
Update framework/test/Volo.Abp.TestApp/Volo/Abp/TestApp/Testing/SoftDelete_Tests.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
5 months ago
maliming
02bc0161f3
Add concurrency check for soft delete operations
https://abp.io/support/questions/10252/Entity-Framework-Concurrency-Check-with-Soft-Delete-in-ABP--Deletion-Use-Case#answer-3a1e610b-c752-e3eb-45f0-371895276958
5 months ago
maliming
00f0bc9636
Skip auditing for navigations with DisableAuditing attribute
Resolve #24441
5 months ago
maliming
ddfaf82496
Add IsNullable property detection for PropertyInfo
5 months ago
maliming
08b539403f
Set AbpSqliteOptions.BusyTimeout to null in test modules
5 months ago
maliming
4ee5529380
Add prohibited permission value providers and update permission checks
6 months ago
maliming
d75fb66347
Refactor permission grant result handling in PermissionChecker
6 months ago
maliming
6660304129
Fix ApplicationPartSorter to handle duplicate assemblies
6 months ago
Ma Liming
50c6ddd017
Remove NullLoggerFactory from CreateMapper method
6 months ago
maliming
638ca61c96
Rename IsOnlyForeignKeysDeleted to IsOnlyForeignKeysModified
6 months ago
maliming
88bfa816bc
Improve foreign key change detection in domain events
https://abp.io/support/questions/10057
6 months ago
Enis Necipoglu
d9463151cd
Register ChatClientAccessor and add related tests
Added transient registration for IChatClientAccessor<> in AbpAIModule. Updated ChatClientAccessor to implement ITransientDependency and removed TryRegister from dependency attribute. Introduced unit tests for ChatClientAccessor resolution and behavior. Adjusted MockChatClient's StreamingResponseParts constant for test consistency.
7 months ago
Enis Necipoglu
39b3ab17c2
Add more tests for KernelAccessor
7 months ago
Enis Necipoglu
3942e1aa33
Initial tests for AI package
7 months ago
maliming
d023afaf3c
Fix mongo unit tests.
8 months ago
maliming
c6a6306a6d
Upgrade all NuGet package to latest.
8 months ago
Nico Lachmuth
f639c800f0
fix(): another test fix
8 months ago
Nico Lachmuth
eb1641e2dd
fix(): fix tests
8 months ago
Nico Lachmuth
e7108c8d15
chore(): fix tests
8 months ago
maliming
d2e5b8b3d4
Add `BLOB Storing Memory Provider` module.
8 months ago
maliming
1f0358311d
Support JSON Array.
8 months ago
Jack Fistelmann
0a43d945d7
#18208 test deep nesting and add documentation
8 months ago
Jack Fistelmann
62a8e8a165
feat(l8n): add support for nested objects in localization files
Closes #18208
8 months ago
maliming
c75594ba0d
Refactor exception message construction in test
8 months ago
SALİH ÖZKARA
ecb87a3309
Fix ExtraProperties dictionary reference handling in mapping
8 months ago
maliming
a0260ffbb8
Optimize ObjectToInferredTypesConverter and add tests
https://github.com/abpframework/abp/discussions/23692
8 months ago
SALİH ÖZKARA
d8f5012a2b
Refactor extra properties mapping logic in Mapperly
Simplified the logic for mapping extra properties by removing redundant reference checks and always invoking MapExtraProperties with appropriate defaults. Updated related tests and removed unnecessary [MapExtraProperties] attributes from sample mappers.
8 months ago
SALİH ÖZKARA
afd0395dcd
Add tests
8 months ago
maliming
3599fc454c
Update exception message for missing object mapping
9 months ago
Halil İbrahim Kalkan
f8465f8b31
Add provider name support to repository infrastructure
Introduces a ProviderName property to IRepository and related base classes, requiring repositories to specify their provider via constructor. Adds provider constants for EF Core, MemoryDb, and MongoDB, and updates repository implementations and tests accordingly. Also refactors EntityName to a public property and renames WithEntityName extension to SetEntityName.
9 months ago
maliming
abbcea5a74
Update exception message for missing type mapper
9 months ago
Halil İbrahim Kalkan
53a8babfa7
Rename SetCustomEntityName to SetEntityName in repositories
Refactored repository interfaces and implementations to replace SetCustomEntityName and CustomEntityName with SetEntityName and EntityName for consistency and clarity. Updated related extension methods and tests to use the new naming.
9 months ago
maliming
3ff8fb6e78
Upgrade to .NET 10.0.
9 months ago
erdemcaygor
38805d14f5
code refactoring
9 months ago
maliming
00d6120fdc
Refactor shared entity implementation and tests
9 months ago
maliming
1a8f0fc86e
Add `SharedEntity` base class and unit tests.
9 months ago
Halil İbrahim Kalkan
e1ea80495c
Add support for custom entity names in repositories
Introduces the ability to set a custom entity name for repositories by adding a SetCustomEntityName method to IRepository and BasicRepositoryBase. Updates EfCoreRepository to use the custom entity name when accessing DbSet, and extends IEfCoreDbContext with an overload of Set<T> that accepts a name. Test stubs are updated to implement the new method.
9 months ago
maliming
bf7349ba3c
Refactor collection type handling in ObjectMappingHelper and enhance tests for mapping collections
10 months ago
maliming
6df1a02c15
Enhance object mapping capabilities by adding collection mapping support and optimizing method invocation caching
10 months ago
maliming
9a72a79c67
Rename mapper base classes
10 months ago
Emre KARA
cc0effe7db
data collection implementation
10 months ago
maliming
6fc6d0dc46
Remove unused CancellationToken from test
10 months ago
maliming
41afa537d8
Adjust performance test thresholds for GitHub Actions
10 months ago