10080 Commits (9b9cb5d921b332f40a8af83dff60b3ec13ea0a62)

Author SHA1 Message Date
Halil İbrahim Kalkan dd72d0bc52 Ignore .abpstudio and add solution id 7 days ago
maliming 85df08dc2c
Extract DefaultMaxDepth to AbpAutoMapperOptions for configurability 7 days ago
maliming e3a4d522b1
Set default MaxDepth for all AutoMapper maps to mitigate GHSA-rvv3-g6hj-g44x 7 days ago
maliming 4af07a7c58
fix(cli): use ToUpperInvariant/ToLowerInvariant across CLI Core project 1 week ago
Nguyễn Quốc Bảo An 0abbe232b0 fix(cli): use ToUpperInvariant to avoid culture-specific casing issues 1 week ago
maliming d8eefa4685
Add tests for dynamic background job handler registry and StopAllAsync, fix duplicate usings in DemoAppSharedModule 1 week ago
maliming a04e20c407
Fix UpdateScheduleAsync restart behavior and revert TickerQ IsRegistered 1 week ago
maliming eb2cf10a3d
Enhance dynamic background worker management with improved error handling and logging 1 week ago
maliming 3a01bd5d42
Refactor RemoveAsync method to return registration status instead of deletion result 1 week ago
maliming 7a1e246ce9
Enhance dynamic background job handling with improved argument management and error logging 1 week ago
maliming 024f16cd99
Fix dynamic background job/worker code review issues 1 week ago
maliming 6fc04cf5aa
Add logger and relax JsonData validation 1 week 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 a18cd1c5e9
fix: Refactor background worker handler to use delegate type for improved clarity and consistency 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 ad4c47a39c
fix: Update documentation and improve dynamic background worker management for TickerQ and Quartz integration 2 weeks ago
maliming fa19685a5b
fix: Enhance dynamic background worker management by improving cron entry handling 2 weeks ago
maliming 43e7365e22
fix: Streamline job deletion and enhance exception handling in TickerQ background worker manager 2 weeks ago
maliming 7e12823cd5
fix: Simplify cron expression generation and improve error handling in background worker managers 2 weeks ago
maliming 5babd75f91
feat: Implement dynamic background worker management with Quartz and TickerQ 2 weeks ago
maliming 459d5e4803
fix: skip delayed queue when delay is zero or negative 2 weeks ago
maliming cbb86f04c4
fix: clamp RabbitMQ expiration TTL to 0 instead of 1 2 weeks ago
maliming 817066b097
fix: use ceiling rounding for RabbitMQ message expiration TTL 2 weeks ago
Liu Ke bbebdf5bac fix: rabbitmq jobQueue expiration parameter format 2 weeks ago
maliming b21747c63b
Dispose HttpRequestMessage in tests 2 weeks ago
maliming 86b42e2613
Avoid double reflection call by passing effectiveMethod into ValidateActionArgumentsAsync 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 5eaffd2bf2
Simplify AbpTickerQFunctionProvider and add input validation to AddFunction 2 weeks ago
maliming f0228f007a
Add AddFunction helper to AbpTickerQFunctionProvider and use named tuple fields 2 weeks ago
maliming d6008c59fb
Upgrade TickerQ packages to 10.2.0 2 weeks ago
maliming 43d3c60d79
Fix nondeterministic exception order in GetManyAsDictionaryAsync and fix doc return type description 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 2 weeks ago
maliming 81d34da46c
Refactor entity cache to use decimal for price and enhance FindManyAsync/GetManyAsync to handle duplicate IDs 2 weeks ago
maliming c762a652be
Add example for custom entity cache implementation and replace functionality 2 weeks ago
copilot-swe-agent[bot] 8a0b5c2d4c Add GetManyAsync/FindManyAsync to IEntityCache and extract MapToValue virtual method 2 weeks ago
maliming 9664b686be
Add ConfigurePolicy and ClearRules to OperationRateLimiting 3 weeks ago
maliming a682d811f3
fix: address Copilot review issues in OpenIddict JWKS demo app and CLI command 3 weeks ago
maliming 46478acd14
fix: OIDC schema mismatch in SwaggerGen setup 3 weeks ago
maliming 38d9073b85
Add JWKS private key and public key set for OpenIddict integration 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
maliming 1490b32e26
fix: only enable browser request streaming over HTTPS in Blazor WASM 3 weeks ago
SALİH ÖZKARA 15202a910c Add dynamic worker remove/update APIs 3 weeks ago