2017 Commits (9bdd5b4bdfc52064a1604ac7f72cef0bd91040ba)

Author SHA1 Message Date
maliming da37d5f8a2
Fix NRE in batch state checker on fresh ExecutionContext 2 weeks ago
maliming cd3825b84d
Split registration tests: reproduce ValidateOnBuild failure separately 3 weeks ago
maliming 9ee427e8a8
Disable conventional registration of InMemoryDynamicBackgroundWorker 3 weeks ago
maliming dd3e9697d4
Make AppendAriaDescribedby case-insensitive and split on all HTML whitespace 3 weeks ago
maliming 72cf6bbcb8
Mirror AbpSelectTagHelperService info text tests for AbpInputTagHelperService 3 weeks ago
maliming 19c4e2989a
Append aria-describedby tokens instead of overwriting 3 weeks ago
maliming a8060b9566
Guard aria-describedby and InfoText id against missing/empty input id 3 weeks ago
maliming f1df827ec9
Fix aria-describedby wiring and align abp-input/abp-select form-text rendering 3 weeks ago
maliming 5d4b7a4719
Add unit tests for AbpSelectTagHelperService info text rendering 3 weeks ago
maliming a39ec69d12
Address Copilot review feedback 3 weeks ago
maliming 6675411e2e
Address Copilot review feedback 3 weeks ago
maliming c27820d3bd
fix: blazor `<AbpStyles>`/`<AbpScripts>` ignore PathBase 3 weeks ago
maliming 7819e602ff
Detect EF Core database provider by keyword match 4 weeks ago
maliming c43237403c
Add batch feature checking support with RequireFeaturesSimpleBatchStateChecker 1 month ago
maliming 729b4de7d3
Improve batch state checker performance by sharing a single DI scope 1 month ago
maliming 67ebd58f22
Improve performance for application-configuration with large number of permissions 1 month ago
maliming 36691ec106
Refactor logging mechanism and enhance orphan module warning tests 1 month ago
maliming 6ccb0ad689
Add warning for ABP modules not in the [DependsOn] chain 1 month 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 c8149d8397
Tighten version regex, centralize package name validation, handle null, and add version tests 1 month ago
maliming 3ad44cb5a8
Implement npm package name validation and add tests for it 1 month ago
maliming a1420e41be
docs: address copilot review feedback on dynamic events PR 2 months ago
maliming 040cba6b74
docs: fix dynamic events article and update distributed event bus docs 2 months ago
maliming 1d28bab085
Upgrade Autofac.Extensions.DependencyInjection to 11.0.0 2 months ago
Enis Necipoglu a8d2cdb2cd
Fix stdout/stderr deadlock in CmdHelper.RunCmdAndGetOutput (#25155) 2 months ago
maliming eb42ca88ef
feat: add Volo.Abp.LuckyPenny.AutoMapper package for commercial AutoMapper integration 2 months ago
maliming 85df08dc2c
Extract DefaultMaxDepth to AbpAutoMapperOptions for configurability 2 months ago
maliming e3a4d522b1
Set default MaxDepth for all AutoMapper maps to mitigate GHSA-rvv3-g6hj-g44x 2 months ago
maliming 54f1241099
Allow publishing dynamic events without local subscribers, use IJsonSerializer for ConvertDynamicEventData 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
maliming d8eefa4685
Add tests for dynamic background job handler registry and StopAllAsync, fix duplicate usings in DemoAppSharedModule 2 months ago
maliming 024f16cd99
Fix dynamic background job/worker code review issues 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 70c333ad97
Refactor background job execution and management 2 months ago
maliming fa15bc4cae
Add SemaphoreSlim for thread safety and concurrency tests 2 months ago
maliming 5babd75f91
feat: Implement dynamic background worker management with Quartz and TickerQ 2 months ago
maliming b21747c63b
Dispose HttpRequestMessage in tests 2 months ago
maliming d3d6915ddf
Address Copilot review: extract GetEffectiveMethodInfo helper and fix method resolution in ValidateActionArgumentsAsync 2 months ago
maliming 234c46aab8
Fix FluentValidation not working with ConventionalControllers 2 months ago
Enis Necipoglu 89f5f5f7bc
fix: avoid spacing for hidden MVC inputs (#25095) 2 months ago
maliming 8240e01060
Add FindManyAsDictionaryAsync/GetManyAsDictionaryAsync to IEntityCache and add notnull constraint to TKey 2 months ago
maliming ff72b07724
Remove Operation Rate Limiting from framework 2 months ago
maliming 08c6521a59
Use generic EntityNotFoundException<TEntity> in GetManyAsync for consistency with GetAsync 2 months ago
maliming 81d34da46c
Refactor entity cache to use decimal for price and enhance FindManyAsync/GetManyAsync to handle duplicate IDs 2 months ago
maliming c762a652be
Add example for custom entity cache implementation and replace functionality 2 months ago
copilot-swe-agent[bot] 8a0b5c2d4c Add GetManyAsync/FindManyAsync to IEntityCache and extract MapToValue virtual method 2 months ago