10126 Commits (f855a54d2e534a7dc1ca4f41d738c43ff4837c30)

Author SHA1 Message Date
maliming 979e56267e
Increase AbpMemoryPoolHttpResponseStreamWriterFactory buffer size from 32KB to 256KB 3 weeks ago
maliming fbe76c3d84
Fix KeyValuePair deconstruction for netstandard2.0 compatibility 4 weeks ago
maliming 67ebd58f22
Improve performance for application-configuration with large number of permissions 4 weeks ago
maliming 040a1e7f92
Extract DisablePropertyInjection check to avoid duplication 4 weeks ago
maliming c377fd9544
Refactor InitLogger to flush all categories and address review feedback 4 weeks ago
maliming 36691ec106
Refactor logging mechanism and enhance orphan module warning tests 4 weeks ago
maliming 6ccb0ad689
Add warning for ABP modules not in the [DependsOn] chain 4 weeks ago
maliming a25e94fe23
Address Copilot review: fix nullability and add whitespace tests 1 month ago
maliming 39bd3f0854
Do not short-circuit tenant resolver chain when query string tenant value is blank 1 month ago
maliming 7cfa641bef
Catch CliUsageException specifically in IsValidNpmPackageName 1 month ago
maliming c8149d8397
Tighten version regex, centralize package name validation, handle null, and add version tests 1 month ago
maliming 34cafde444
Add version validation, sanitize log output, and use CliUsageException 1 month ago
maliming 3ad44cb5a8
Implement npm package name validation and add tests for it 1 month ago
maliming f2d7070f86
Add --ignore-scripts flag to npm/yarn commands in ABP CLI 1 month ago
maliming a1420e41be
docs: address copilot review feedback on dynamic events PR 1 month ago
maliming 040cba6b74
docs: fix dynamic events article and update distributed event bus docs 1 month ago
copilot-swe-agent[bot] 5ffc1b7937 fix: remove unused keyedService variable in AutofacRegistration.cs 1 month ago
maliming 1d28bab085
Upgrade Autofac.Extensions.DependencyInjection to 11.0.0 1 month ago
maliming 4f204fafa9
Upgrade Scriban to 7.0.0 to fix security vulnerabilities 1 month ago
Enis Necipoglu a8d2cdb2cd
Fix stdout/stderr deadlock in CmdHelper.RunCmdAndGetOutput (#25155) 1 month ago
maliming eb42ca88ef
feat: add Volo.Abp.LuckyPenny.AutoMapper package for commercial AutoMapper integration 1 month ago
maliming 117b6e33c5
fix: use CancellationToken.None for semaphore wait in StopAllAsync 1 month ago
Halil İbrahim Kalkan dd72d0bc52 Ignore .abpstudio and add solution id 1 month ago
maliming 85df08dc2c
Extract DefaultMaxDepth to AbpAutoMapperOptions for configurability 1 month ago
maliming e3a4d522b1
Set default MaxDepth for all AutoMapper maps to mitigate GHSA-rvv3-g6hj-g44x 1 month ago
maliming 54f1241099
Allow publishing dynamic events without local subscribers, use IJsonSerializer for ConvertDynamicEventData 2 months ago
maliming 4af07a7c58
fix(cli): use ToUpperInvariant/ToLowerInvariant across CLI Core project 2 months ago
maliming b51ee74653
Remove unused System.Text.Json using from Azure and Kafka providers, remove dead IsDynamicEvent method from Dapr provider 2 months ago
maliming ca9b3c54db
refactor: Remove dynamic event support from Dapr distributed event bus implementation 2 months ago
maliming 20d85a44bb
fix: Add missing newlines at the end of several files in the event bus implementation 2 months ago
maliming 29dee66e90
refactor: Update DynamicEventData handling and improve documentation across event bus implementations 2 months ago
maliming fb6f4722ff
refactor: Replace AnonymousEventData with DynamicEventData across the event bus implementation 2 months ago
Nguyễn Quốc Bảo An 0abbe232b0 fix(cli): use ToUpperInvariant to avoid culture-specific casing issues 2 months ago
maliming d8eefa4685
Add tests for dynamic background job handler registry and StopAllAsync, fix duplicate usings in DemoAppSharedModule 2 months ago
maliming a04e20c407
Fix UpdateScheduleAsync restart behavior and revert TickerQ IsRegistered 2 months ago
maliming eb2cf10a3d
Enhance dynamic background worker management with improved error handling and logging 2 months ago
maliming 3a01bd5d42
Refactor RemoveAsync method to return registration status instead of deletion result 2 months ago
maliming 7a1e246ce9
Enhance dynamic background job handling with improved argument management and error logging 2 months ago
maliming 024f16cd99
Fix dynamic background job/worker code review issues 2 months ago
maliming 6fc04cf5aa
Add logger and relax JsonData validation 2 months ago
maliming 7c95bd6796
Fix dynamic background job code review issues 2 months ago
maliming 92a72fcef5
Implement dynamic background job handling with new DynamicBackgroundJobArgs and executor 2 months ago
maliming 5d74d97566
Fix whitespace issues and update job handler registration in background job management 2 months ago
maliming a18cd1c5e9
fix: Refactor background worker handler to use delegate type for improved clarity and consistency 2 months ago
maliming 70c333ad97
Refactor background job execution and management 2 months ago
maliming fa15bc4cae
Add SemaphoreSlim for thread safety and concurrency tests 2 months ago
maliming ad4c47a39c
fix: Update documentation and improve dynamic background worker management for TickerQ and Quartz integration 2 months ago
maliming fa19685a5b
fix: Enhance dynamic background worker management by improving cron entry handling 2 months ago
maliming 43e7365e22
fix: Streamline job deletion and enhance exception handling in TickerQ background worker manager 2 months ago
maliming 7e12823cd5
fix: Simplify cron expression generation and improve error handling in background worker managers 2 months ago