1968 Commits (eb2cf10a3df3e12ea5702cc62cab978608ef3a42)

Author SHA1 Message Date
maliming 024f16cd99
Fix dynamic background job/worker code review issues 2 weeks ago
maliming 7c95bd6796
Fix dynamic background job code review issues 2 weeks ago
maliming 92a72fcef5
Implement dynamic background job handling with new DynamicBackgroundJobArgs and executor 2 weeks ago
maliming 5d74d97566
Fix whitespace issues and update job handler registration in background job management 2 weeks ago
maliming 70c333ad97
Refactor background job execution and management 2 weeks ago
maliming fa15bc4cae
Add SemaphoreSlim for thread safety and concurrency tests 2 weeks ago
maliming 5babd75f91
feat: Implement dynamic background worker management with Quartz and TickerQ 2 weeks ago
maliming b21747c63b
Dispose HttpRequestMessage in tests 2 weeks ago
maliming d3d6915ddf
Address Copilot review: extract GetEffectiveMethodInfo helper and fix method resolution in ValidateActionArgumentsAsync 2 weeks ago
maliming 234c46aab8
Fix FluentValidation not working with ConventionalControllers 2 weeks ago
Enis Necipoglu 89f5f5f7bc
fix: avoid spacing for hidden MVC inputs (#25095) 2 weeks ago
maliming 8240e01060
Add FindManyAsDictionaryAsync/GetManyAsDictionaryAsync to IEntityCache and add notnull constraint to TKey 2 weeks ago
maliming ff72b07724
Remove Operation Rate Limiting from framework 2 weeks ago
maliming 08c6521a59
Use generic EntityNotFoundException<TEntity> in GetManyAsync for consistency with GetAsync 3 weeks ago
maliming 81d34da46c
Refactor entity cache to use decimal for price and enhance FindManyAsync/GetManyAsync to handle duplicate IDs 3 weeks ago
maliming c762a652be
Add example for custom entity cache implementation and replace functionality 3 weeks ago
copilot-swe-agent[bot] 8a0b5c2d4c Add GetManyAsync/FindManyAsync to IEntityCache and extract MapToValue virtual method 3 weeks ago
maliming 9664b686be
Add ConfigurePolicy and ClearRules to OperationRateLimiting 3 weeks ago
SALİH ÖZKARA ebb5fae17a Validate schedules and replace dynamic workers 3 weeks ago
SALİH ÖZKARA b9a265a831 Defer dynamic handler registration and fix outcomes 3 weeks ago
SALİH ÖZKARA 15202a910c Add dynamic worker remove/update APIs 3 weeks ago
SALİH ÖZKARA dcf08ec627 Add dynamic background worker support 3 weeks ago
SALİH ÖZKARA 0b40f2c0f1 Use Abp.AnonymousJob name and add validation 3 weeks ago
SALİH ÖZKARA ffa880b5fc Use AnonymousJobExecutionContext for anonymous jobs 3 weeks ago
SALİH ÖZKARA 67904ae2e4 Add anonymous background job support 3 weeks ago
SALİH ÖZKARA c43458ac0e Add dynamic background job support 3 weeks ago
SALİH ÖZKARA 2536c5afe6 Support EnqueueAsync by job name 3 weeks ago
maliming 68ac1cee60
feat: Enhance XmlDocumentationProvider and related classes for improved XML documentation handling and caching 3 weeks ago
maliming 88b3b5d6e3
feat: Enhance XmlDocumentationProvider with XML tag processing and add unit tests 3 weeks ago
maliming 778abc8aaa
feat: Refactor API documentation handling to support asynchronous operations 3 weeks ago
maliming 76b279c6ac
feat: Enhance operation rate limiting with permanent denial error codes 4 weeks ago
maliming 471697841d
feat: enhance operation rate limiting with current count tracking and reset behavior 4 weeks ago
maliming 773252b44a
feat: implement early break in Phase 2 for multi-rule policies and add corresponding tests 4 weeks ago
maliming fdda4da461
fix: update RetryAfter handling to return null for ban policies and add custom resolver null check 4 weeks ago
maliming 40bc80ab05
fix: update OperationRateLimit to OperationRateLimiting in project references 4 weeks ago
maliming 46b283e338
refactor: update partition key handling to support async resolution in operation rate limiting 4 weeks ago
maliming b92eda2419
Rename Volo.Abp.OperationRateLimit to Volo.Abp.OperationRateLimiting 4 weeks ago
maliming c67db4ff15
refactor: remove IClientIpAddressProvider and replace with IWebClientInfoProvider in operation rate limiting 4 weeks ago
maliming 4c3448be32
refactor: improve operation rate limit rule handling and add multi-tenancy support in policy builder tests 4 weeks ago
maliming 6f157406e0
Add Volo.Abp.OperationRateLimit module 4 weeks ago
Nico Lachmuth 15e467517d documentation support for abp api description 4 weeks ago
maliming 4a1cf5f473
Reject non-generic collections and add tests 1 month ago
maliming 4bac0f1d76
Respect entity tracking by forcing AsTracking 1 month ago
copilot-swe-agent[bot] 257574173e Add unit tests for ToCamelCaseWithNamespace method 1 month ago
maliming fa492e027d
Add authorization support with policies and roles in API description models 2 months ago
maliming 37d3a692d0
Add tests for navigation change detection 2 months ago
maliming 5eddbb9224
update localization test to use current UI culture and handle concurrent requests 2 months ago
maliming bf397757a7
improve culture compatibility checks and handle task exceptions in MvcCachedApplicationConfigurationClient 2 months ago
maliming a0aa7469df
Concurrently retrieving configuration/localization info in `MvcCachedApplicationConfigurationClient`. 2 months ago
maliming dbcd7dbcb9
Add ProductCacheItem2 and update entity cache tests 2 months ago