9588 Commits (d6f69fc5aced34e77a5754b9bb490c461ba1991d)

Author SHA1 Message Date
maliming da37d5f8a2
Fix NRE in batch state checker on fresh ExecutionContext 2 months ago
maliming 9ee427e8a8
Disable conventional registration of InMemoryDynamicBackgroundWorker 2 months ago
maliming dd3e9697d4
Make AppendAriaDescribedby case-insensitive and split on all HTML whitespace 2 months ago
maliming 19c4e2989a
Append aria-describedby tokens instead of overwriting 2 months ago
maliming a8060b9566
Guard aria-describedby and InfoText id against missing/empty input id 2 months ago
maliming f1df827ec9
Fix aria-describedby wiring and align abp-input/abp-select form-text rendering 2 months ago
maliming 4c58ca165f
Render abp-select info as <div class="form-text"> with aria-describedby 2 months ago
maliming a39ec69d12
Address Copilot review feedback 2 months ago
maliming a7610e51cb
fix: blazor `<AbpStyles>`/`<AbpScripts>` lose `PathBase` for `WebAssemblyStyleFiles`/`WebAssemblyScriptFiles` 2 months ago
maliming 6675411e2e
Address Copilot review feedback 2 months ago
maliming c27820d3bd
fix: blazor `<AbpStyles>`/`<AbpScripts>` ignore PathBase 2 months ago
maliming 7819e602ff
Detect EF Core database provider by keyword match 3 months ago
maliming 6505dc0d20
Optimize batch state checker model lookup from O(N²) to O(N) 3 months ago
maliming c43237403c
Add batch feature checking support with RequireFeaturesSimpleBatchStateChecker 3 months ago
maliming 3c52892db0
Add early-exit guard for states with no non-batch checkers in batch path 3 months ago
maliming b255437a04
Resolve global state checkers from evaluation scope for consistency 3 months ago
maliming 729b4de7d3
Improve batch state checker performance by sharing a single DI scope 3 months ago
maliming 80d8cf111c
fix(mvc): skip abpAjaxForm submission when default is already prevented 3 months ago
maliming 979e56267e
Increase AbpMemoryPoolHttpResponseStreamWriterFactory buffer size from 32KB to 256KB 3 months ago
maliming fbe76c3d84
Fix KeyValuePair deconstruction for netstandard2.0 compatibility 3 months ago
maliming 67ebd58f22
Improve performance for application-configuration with large number of permissions 3 months ago
maliming 040a1e7f92
Extract DisablePropertyInjection check to avoid duplication 3 months ago
maliming c377fd9544
Refactor InitLogger to flush all categories and address review feedback 3 months ago
maliming 36691ec106
Refactor logging mechanism and enhance orphan module warning tests 3 months ago
maliming 6ccb0ad689
Add warning for ABP modules not in the [DependsOn] chain 3 months ago
maliming a25e94fe23
Address Copilot review: fix nullability and add whitespace tests 3 months ago
maliming 39bd3f0854
Do not short-circuit tenant resolver chain when query string tenant value is blank 3 months ago
maliming 7cfa641bef
Catch CliUsageException specifically in IsValidNpmPackageName 3 months ago
maliming c8149d8397
Tighten version regex, centralize package name validation, handle null, and add version tests 3 months ago
maliming 34cafde444
Add version validation, sanitize log output, and use CliUsageException 3 months ago
maliming 3ad44cb5a8
Implement npm package name validation and add tests for it 3 months ago
maliming f2d7070f86
Add --ignore-scripts flag to npm/yarn commands in ABP CLI 3 months ago
copilot-swe-agent[bot] 5ffc1b7937 fix: remove unused keyedService variable in AutofacRegistration.cs 3 months ago
maliming 1d28bab085
Upgrade Autofac.Extensions.DependencyInjection to 11.0.0 3 months ago
maliming 4f204fafa9
Upgrade Scriban to 7.0.0 to fix security vulnerabilities 3 months ago
Enis Necipoglu a8d2cdb2cd
Fix stdout/stderr deadlock in CmdHelper.RunCmdAndGetOutput (#25155) 3 months ago
maliming eb42ca88ef
feat: add Volo.Abp.LuckyPenny.AutoMapper package for commercial AutoMapper integration 3 months ago
maliming 117b6e33c5
fix: use CancellationToken.None for semaphore wait in StopAllAsync 3 months ago
maliming 85df08dc2c
Extract DefaultMaxDepth to AbpAutoMapperOptions for configurability 3 months ago
maliming e3a4d522b1
Set default MaxDepth for all AutoMapper maps to mitigate GHSA-rvv3-g6hj-g44x 3 months ago
maliming 54f1241099
Allow publishing dynamic events without local subscribers, use IJsonSerializer for ConvertDynamicEventData 3 months ago
maliming 4af07a7c58
fix(cli): use ToUpperInvariant/ToLowerInvariant across CLI Core project 3 months ago
maliming b51ee74653
Remove unused System.Text.Json using from Azure and Kafka providers, remove dead IsDynamicEvent method from Dapr provider 3 months ago
maliming ca9b3c54db
refactor: Remove dynamic event support from Dapr distributed event bus implementation 4 months ago
maliming 20d85a44bb
fix: Add missing newlines at the end of several files in the event bus implementation 4 months ago
maliming 29dee66e90
refactor: Update DynamicEventData handling and improve documentation across event bus implementations 4 months ago
maliming fb6f4722ff
refactor: Replace AnonymousEventData with DynamicEventData across the event bus implementation 4 months ago
Nguyễn Quốc Bảo An 0abbe232b0 fix(cli): use ToUpperInvariant to avoid culture-specific casing issues 4 months ago
maliming a04e20c407
Fix UpdateScheduleAsync restart behavior and revert TickerQ IsRegistered 4 months ago
maliming eb2cf10a3d
Enhance dynamic background worker management with improved error handling and logging 4 months ago