Alperen Samurlu
751d4b3795
Add article on better application of the DRY principle
Introduces a new community article discussing the DRY (Don't Repeat Yourself) principle, its importance, common mistakes, practical steps for daily work, and strategies for large projects. The article provides examples and actionable advice for applying DRY effectively in software development.
7 months ago
sumeyye
3d844802e2
Merge pull request #23283 from abpframework/issue-6892
Add guide for validating nested form groups in Angular
7 months ago
Ma Liming
664b15aca8
Merge pull request #23689 from abpframework/salihozkara/extraproperties
Refactor extra properties mapping logic in Mapperly
7 months ago
SALİH ÖZKARA
eb6889053c
Merge pull request #23683 from abpframework/GetVersions_patch
Avoid caching empty version information.
7 months ago
SALİH ÖZKARA
d8f5012a2b
Refactor extra properties mapping logic in Mapperly
Simplified the logic for mapping extra properties by removing redundant reference checks and always invoking MapExtraProperties with appropriate defaults. Updated related tests and removed unnecessary [MapExtraProperties] attributes from sample mappers.
7 months ago
maliming
a5ec5bb228
Merge branch 'dev' into GetVersions_patch
7 months ago
Ma Liming
f7ea32b963
Merge pull request #23690 from abpframework/mansur-virtual-file-explorer-migrate-to-mapperly
Replace AutoMapper with Mapperly in Virtual File Explorer DemoApp
7 months ago
Mansur Besleney
d315cc52cd
Replace AutoMapper with Mapperly in DemoApp
Updated project references and module dependencies to use Volo.Abp.Mapperly instead of Volo.Abp.AutoMapper. This change migrates mapping functionality to Mapperly for improved performance and maintainability.
7 months ago
SALİH ÖZKARA
afd0395dcd
Add tests
7 months ago
SALİH ÖZKARA
73fa006869
Fix EF Core change tracking issue by creating a new dictionary instance during mapping
7 months ago
Ma Liming
f427c4bf92
Merge pull request #23688 from abpframework/auto-merge/rel-9-3/3973
Merge branch dev with rel-9.3
7 months ago
sumeyye
a0507a60f8
Merge pull request #23687 from abpframework/issue-#22408
Handle optional enum types in signature mapper
7 months ago
Fahri Gedik
24640cee05
Handle optional enum types in signature mapper
Added support for 'enum?' and '[enum]?' types in the createActionToSignatureMapper function to ensure optional enum parameters are correctly adapted.
7 months ago
sumeyye
c7750f6c91
Merge pull request #23458 from SecTex/angular-dynamic-layout
Fix DynamicLayoutComponent Initialization for Remote Environment Configurations and Remove Non-Null Assertion
7 months ago
Ma Liming
76a1d45724
Merge pull request #23685 from abpframework/auto-merge/rel-9-3/3972
Merge branch dev with rel-9.3
7 months ago
voloagent
c393efb3b1
Merge branch 'rel-9.3' of https://github.com/abpframework/abp into rel-9.3
7 months ago
voloagent
ca77cfb1d8
Update_NPM_Packages
7 months ago
maliming
c733147e9e
Avoid caching empty version information.
7 months ago
Ma Liming
3d4c800768
Merge pull request #23682 from abpframework/auto-merge/rel-9-3/3971
Merge branch dev with rel-9.3
7 months ago
Yunus Emre Kalkan
e1d0e8dfcc
Merge pull request #23681 from abpframework/maliming-patch-2
Update configuration.md with contributor setup
7 months ago
Ma Liming
bddccb3430
Update configuration.md with contributor setup
7 months ago
Ma Liming
363b453af8
Merge pull request #23680 from abpframework/auto-merge/rel-9-3/3970
Merge branch dev with rel-9.3
7 months ago
Yağmur Çelik
79c5b8242e
Merge pull request #23679 from abpframework/9.3-blazor-setting-managements-tabs
Blazor Setting Managements Tabs wrong initialization fix
7 months ago
enisn
d4f1ddc68e
Remove unnecessary blank line in SettingManagement.razor.cs
7 months ago
enisn
e42a24c366
Fix rendering multiple or wrong tabs as selected in Setting Management Blazor
7 months ago
enisn
9d8110612e
Remove div wrappers from tabs in SettingManagement.razor
7 months ago
Engincan VESKE
8ee5ad7ee7
Merge pull request #23673 from abpframework/AbpBsonSerializer
Add AbpBsonSerializer utility class
7 months ago
Ma Liming
974b676b71
Merge pull request #23676 from abpframework/auto-merge/rel-9-3/3969
Merge branch dev with rel-9.3
7 months ago
Engincan VESKE
19361b16a4
Merge pull request #23672 from abpframework/basic-theme-google-fonts
Refactor font imports and add googlefonts.css.
7 months ago
Gizem Mutu Kurt
0c2995d0e8
Merge pull request #23674 from abpframework/CmsKitPublicObjectContext
Set `ObjectMapperContext` in `CmsKitPublic` project.
7 months ago
maliming
78fdb02b96
Set `ObjectMapperContext` in `CmsKitPublic` project.
7 months ago
maliming
f22df7dbb9
Update Guid serializer registration in AbpMongoDbModule
7 months ago
maliming
3ead724a50
Add AbpBsonSerializer utility class
7 months ago
maliming
10e1ac7f59
Refactor font imports and add googlefonts.css.
7 months ago
Alper Ebiçoğlu
4e1606696f
Merge pull request #23630 from abpframework/MapperlyAutoObjectMappingProvider-Exception-Message
Improve exception message for missing type mapper
7 months ago
Engincan VESKE
19a8a41e2e
Merge pull request #23667 from abpframework/IObjectMapper-Context
Use `IObjectMapper` with module context in all modules.
7 months ago
Engincan VESKE
912a899805
Merge pull request #23493 from abpframework/revert-23469-Disable-MapperlyAutoObjectMappingProvider
Revert "Disable `MapperlyAutoObjectMappingProvider` if AutoMapper used in app."
7 months ago
maliming
c046f77a8c
Use `IObjectMapper` with module context in all modules.
7 months ago
Ma Liming
8ac76d53d8
Merge pull request #23663 from abpframework/auto-merge/rel-9-3/3968
Merge branch dev with rel-9.3
7 months ago
Halil İbrahim Kalkan
98795c8e53
Merge pull request #23662 from abpframework/interceptors-revise
Update interceptor docs with async usage and code fixes
7 months ago
maliming
892b32c303
Update interceptor docs with async usage and code fixes
7 months ago
Ma Liming
fc5432c504
Merge pull request #23661 from abpframework/auto-merge/rel-9-3/3967
Merge branch dev with rel-9.3
7 months ago
Ma Liming
8a504cf8fc
Merge branch 'dev' into auto-merge/rel-9-3/3967
7 months ago
Halil İbrahim Kalkan
c51faf3500
Merge pull request #23652 from abpframework/interceptors.md
Add documentation for ABP interceptors
7 months ago
maliming
94ece01996
Update interceptor docs with links and code improvements
7 months ago
maliming
399613fc6a
Reorder JSON section in docs navigation
7 months ago
maliming
6f0794b12d
Remove placeholder for dynamic proxying docs
7 months ago
maliming
631865ab19
Add documentation for ABP interceptors
Resolve #663
7 months ago
Alper Ebiçoğlu
8347e48df2
Merge pull request #23654 from abpframework/skoc10-patch-3
Update version to release 9.3.3
7 months ago
Ma Liming
976c62cfc2
Merge pull request #23659 from abpframework/auto-merge/rel-9-3/3965
Merge branch dev with rel-9.3
7 months ago