Alper Ebiçoğlu
b53eae2a56
Merge pull request #25178 from abpframework/skoc10-patch-3
Update version to release 10.2.0
2 months ago
selman koc
ba4cb21977
Update version to release 10.2.0
2 months ago
Alper Ebiçoğlu
d9e203d032
Merge pull request #25170 from abpframework/upgrade/scriban-7.0.0
2 months ago
github-actions[bot]
86463d253b
docs: update package version changes [skip ci]
2 months ago
maliming
4f204fafa9
Upgrade Scriban to 7.0.0 to fix security vulnerabilities
2 months ago
voloagent
9e8e83d34a
Update_NPM_Packages
2 months ago
Alper Ebiçoğlu
604edd8741
Merge pull request #25167 from abpframework/skoc10-patch-3
Update version to release 10.2.0-rc.4
2 months ago
selman koc
72571328c0
Update version to release 10.2.0-rc.4
2 months ago
Volosoft Agent
2b20ca066a
Merge pull request #25164 from abpframework/auto-merge/rel-10-1/4456
Merge branch rel-10.2 with rel-10.1
2 months ago
Volosoft Agent
7545c899a0
Merge pull request #25163 from abpframework/auto-merge/rel-10-0/4455
Merge branch rel-10.1 with rel-10.0
2 months ago
Engincan VESKE
8b1966ca66
Merge pull request #25124 from abpframework/enisn/10537-mapperly-suite-docs-rel-10-0
docs: clarify ABP Suite usage after Mapperly migration
2 months ago
Volosoft Agent
60215f0970
Merge pull request #25161 from abpframework/auto-merge/rel-10-1/4452
Merge branch rel-10.2 with rel-10.1
2 months ago
Volosoft Agent
2c4ffae2d7
Merge pull request #25160 from abpframework/auto-merge/rel-10-1/4451
Merge branch rel-10.2 with rel-10.1
2 months ago
Volosoft Agent
2c9bc02964
Merge pull request #25159 from abpframework/skoc10-patch-4
Update ABP Studio version range for 10.1.1
2 months ago
Volosoft Agent
d695bca4b6
Merge pull request #25158 from abpframework/skoc10-patch-3
Update release notes for version 2.2.4
2 months ago
selman koc
56529f8215
Update ABP Studio version range for 10.1.1
2 months ago
selman koc
a035ec1c0a
Update release notes for version 2.2.4
Updated release notes for version 2.2.4, added new features and changes.
2 months ago
Enis Necipoglu
a8d2cdb2cd
Fix stdout/stderr deadlock in CmdHelper.RunCmdAndGetOutput ( #25155 )
* Fix stdout/stderr deadlock in CmdHelper.RunCmdAndGetOutput
Read stdout and stderr concurrently to prevent pipe buffer deadlock.
The sequential ReadToEnd() calls caused a hang when child processes
(e.g. dotnet build) produced enough stderr output to fill the OS
pipe buffer (~4KB on Windows), since the parent blocked on stdout
while the child blocked on stderr.
Made-with: Cursor
* Simplify Task.WhenAll result handling per review
Made-with: Cursor
* Add test for CmdHelper to prevent stdout/stderr deadlock
* Reduce timeout in deadlock test for CmdHelper to 10 seconds
---------
Co-authored-by: maliming <malimings@gmail.com>
2 months ago
Volosoft Agent
809f9e1ca4
Merge pull request #25149 from abpframework/auto-merge/rel-10-1/4448
Merge branch rel-10.2 with rel-10.1
2 months ago
Volosoft Agent
3ec6f0ab47
Merge pull request #25148 from abpframework/skoc10-patch-3
Update release notes for ABP Studio version 2.2.3
2 months ago
selman koc
ea25ea4e35
Update release notes for ABP Studio version 2.2.3
Updated release notes for ABP Studio to include version 2.2.3 and its features.
2 months ago
Volosoft Agent
6dce2e0c58
Merge pull request #25146 from abpframework/auto-merge/rel-10-1/4446
Merge branch rel-10.2 with rel-10.1
2 months ago
Volosoft Agent
87b226c115
Merge pull request #25145 from abpframework/skoc10-patch-3
Update ABP Studio version mapping table
2 months ago
selman koc
c65040060c
Update ABP Studio version mapping table
2 months ago
Engincan VESKE
46ae2e38c4
Merge pull request #25138 from abpframework/fix/automapper-maxdepth-vulnerability
Set default MaxDepth for all AutoMapper maps to mitigate GHSA-rvv3-g6hj-g44x
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
Enis Necipoglu
c213f9a91c
Merge pull request #25135 from abpframework/EngincanV-patch-1
Change header format for OpenAI-Compatible API section
2 months ago
Engincan VESKE
bc6a6cda8a
Change header format for OpenAI-Compatible API section
Updated section header for OpenAI-Compatible API and improved formatting.
2 months ago
voloagent
203668ec6c
Update_NPM_Packages
2 months ago
Volosoft Agent
520d506d97
Merge pull request #25129 from abpframework/auto-merge/rel-10-1/4439
Merge branch rel-10.2 with rel-10.1
2 months ago
İsmail ÇAĞDAŞ
f337488c7e
Merge pull request #25118 from abpframework/issue-14079-external-user-lookup-docs
docs: explain external user lookup for Identity and CMS Kit
2 months ago
Engincan VESKE
d4bec65290
Merge pull request #25122 from abpframework/upgrade/scriban-6.6.0
Upgrade Scriban to 6.6.0
2 months ago
Fahri Gedik
0ce1b453fa
Merge pull request #25117 from abpframework/issue/25115
Angular - Fixing the `ExtensibleLimitedResultRequestDto` extention class
2 months ago
Volosoft Agent
925862aa4c
Merge pull request #25126 from abpframework/auto-merge/rel-10-1/4437
Merge branch rel-10.2 with rel-10.1
2 months ago
Ma Liming
23321b9f27
Merge pull request #25125 from abpframework/enisn/10537-mapperly-suite-docs-rel-10-1
docs: clarify ABP Suite usage after Mapperly migration
2 months ago
enisn
c7ccd3175c
docs: add ABP Suite guidance for Mapperly migration
2 months ago
enisn
ced7c80a34
docs: add ABP Suite guidance for Mapperly migration
2 months ago
github-actions[bot]
f271c42443
docs: update package version changes [skip ci]
2 months ago
maliming
444eeb1f4d
Upgrade Scriban to 6.6.0 to fix NU1902 security warning
2 months ago
enisn
9ae90e971a
docs: explain external user lookup integration
2 months ago
sumeyye
b89c4e2203
fix: extend from 'ExtensibleObject' instead
2 months ago
Alper Ebiçoğlu
1b966ae50a
Merge pull request #25111 from abpframework/skoc10-patch-3
Update version to release 10.2.0-rc.3
2 months ago
selman koc
9bbc807d47
Update version to release 10.2.0-rc.3
2 months ago
Volosoft Agent
8577eb22a8
Merge pull request #25108 from abpframework/auto-merge/rel-10-1/4434
Merge branch rel-10.2 with rel-10.1
2 months ago
Engincan VESKE
155f0ca5b5
Merge pull request #25105 from abpframework/fix/fluent-validation-conventional-controllers
Fix FluentValidation not working with `ConventionalControllers`
2 months ago
Volosoft Agent
ba0245e252
Merge pull request #25106 from abpframework/auto-merge/rel-10-1/4432
Merge branch rel-10.2 with rel-10.1
2 months ago
Enis Necipoglu
e94aa4fb9a
Merge pull request #25097 from abpframework/EngincanV/update-maui-docs
Update maui document to mention adb tool
2 months ago
maliming
b21747c63b
Dispose HttpRequestMessage in tests
2 months ago
maliming
86b42e2613
Avoid double reflection call by passing effectiveMethod into ValidateActionArgumentsAsync
2 months ago