Ma Liming
d7a02b3ffd
Merge pull request #23651 from abpframework/auto-merge/rel-9-3/3964
Merge branch dev with rel-9.3
5 months ago
Yağmur Çelik
02b4167c2c
Merge pull request #23647 from abpframework/issue-#7259
Improve column width handling in ExtensibleTable
5 months ago
Ma Liming
35904e185d
Merge pull request #23650 from abpframework/EngincanV/revise-docs
Revise all tutorials (and other docs) for Mapperly
5 months ago
EngincanV
dd47b1f87d
Revise tutorials for mapperly migration
5 months ago
EngincanV
000bc4cd73
Revise docs for mapperly
5 months ago
Fahri Gedik
0f23ce685a
Refactor column width handling with signals and computed
Replaces manual column width management with Angular signals and computed properties for improved reactivity and code clarity in ExtensibleTableComponent. Removes the setColumnWidths method and updates the actionsColumnWidth input to use a signal.
5 months ago
Fahri Gedik
436dbc69ba
Reapply "Improve column width handling in ExtensibleTable"
This reverts commit 3f41906037 .
5 months ago
Ma Liming
bdf7de5ddc
Merge pull request #23649 from abpframework/ConventionalRegistrarBase
Refine type filtering in `ConventionalRegistrarBase`
5 months ago
SALİH ÖZKARA
06fdf3c545
Merge pull request #23648 from abpframework/ObjectMapperContext
Set `ObjectMapperContext` for app services.
5 months ago
maliming
f4a91183a0
Refine type filtering in ConventionalRegistrarBase
5 months ago
maliming
3c169a54b5
Add Mapperly object mapper to Account module
5 months ago
maliming
8a47bac394
Set `ObjectMapperContext` for app services.
5 months ago
Enis Necipoglu
4e110734a6
Merge pull request #23646 from abpframework/background-jobs-mapperly
Replace AutoMapper with Mapperly for BackgroundJobs Module
5 months ago
Fahri Gedik
3f41906037
Revert "Improve column width handling in ExtensibleTable"
This reverts commit 53cfc6a817 .
5 months ago
Fahri Gedik
53cfc6a817
Improve column width handling in ExtensibleTable
Updated the table to use default widths when columnWidths are undefined and added canAutoResize binding. Added logic in the component to reset column widths if any are missing, ensuring consistent table rendering.
5 months ago
Ma Liming
008e1a06ae
Add MapperIgnoreTarget for ExtraProperties in mapping
5 months ago
enisn
a201880628
Replace AutoMapper with Mapperly for BackgroundJobs Module
5 months ago
Ma Liming
a4ea6ee85d
Merge pull request #23644 from abpframework/yekalkan-mapper-update
Convert from AutoMapeer to Mapperly for Blogging, Docs & Cms-Kit modules
5 months ago
maliming
8b887232f8
Refactor mappers to use RequiredMappingStrategy.Target
5 months ago
maliming
20a9f17730
Merge branch 'RequiredMappingStrategy' into yekalkan-mapper-update
5 months ago
Yunus Emre Kalkan
c6f4b52cde
Update DocsAdminWebModule.cs
5 months ago
oykuermann
dd192604ac
Merge pull request #23572 from abpframework/issue-20098
Support dictionary query params in service templates
5 months ago
Yunus Emre Kalkan
215d49dea3
Updated analyze files for Docs
5 months ago
Yunus Emre Kalkan
6307c371b9
Updated analyze files for blogging
5 months ago
Yunus Emre Kalkan
1446e2623f
Updated analyze files for cmskit
5 months ago
maliming
d0e0f0dc1d
Set RequiredMappingStrategy for identity mappers
5 months ago
Yunus Emre Kalkan
8de00aea6e
Merge branch 'dev' into yekalkan-mapper-update
5 months ago
maliming
2a3b713962
Set RequiredMappingStrategy to Target for all necessary Mappers.
5 months ago
Ma Liming
d9840664bd
Merge pull request #23638 from abpframework/add-provider-info-to-repository
Add provider name support to repository infrastructure
5 months ago
Halil İbrahim Kalkan
f8465f8b31
Add provider name support to repository infrastructure
Introduces a ProviderName property to IRepository and related base classes, requiring repositories to specify their provider via constructor. Adds provider constants for EF Core, MemoryDb, and MongoDB, and updates repository implementations and tests accordingly. Also refactors EntityName to a public property and renames WithEntityName extension to SetEntityName.
5 months ago
Ma Liming
fdb639770b
Merge pull request #23623 from abpframework/mapperly-tenant-management
Replace `AutoMapper` with `Mapperly` inTenant Management module
5 months ago
Enis Necipoglu
40e82e7539
Merge branch 'dev' into mapperly-tenant-management
5 months ago
Ma Liming
11b400856a
Merge pull request #23635 from abpframework/auto-merge/rel-9-3/3963
Merge branch dev with rel-9.3
5 months ago
oykuermann
7bd91874fe
Merge pull request #23612 from abpframework/EngincanV/cms-fix-blogposts
CMS: Fix tag & marked item filtering on blogposts
5 months ago
Engincan VESKE
6b9af55ad5
Merge pull request #23632 from abpframework/Template-Mapperly
Use Mapperly in template projects.
5 months ago
sumeyye
013ca0a518
Merge pull request #23634 from abpframework/article-01
Fix formatting in API versioning article
5 months ago
Fahri Gedik
f0df8edbdb
Fix formatting in API versioning article
Corrected code block and line break formatting in the Media Type section and Swagger UI configuration example for improved readability.
5 months ago
enisn
08b7b643fb
Update tenant mappers & include ExtraProperties
5 months ago
EngincanV
69d3d38c53
Add mapperly service registrations to the missing projects
5 months ago
Ma Liming
b6cb4adea8
Merge pull request #23633 from abpframework/auto-merge/rel-9-3/3962
Merge branch dev with rel-9.3
5 months ago
sumeyye
000f2a7924
Merge pull request #23629 from abpframework/issue-23610
Refine tenant property type renaming logic
5 months ago
Mansur Besleney
cf5856aa61
Merge pull request #23631 from abpframework/vs-internal-issue-#7227-localization
Add localization string for Issue-#7227
5 months ago
EngincanV
bf86f3fa51
Fix favorite filter and tag filtering in blog post repositories
Refactored tag and favorite user filtering logic in both EfCore and MongoDB blog post repositories to handle empty filter results and cancellation tokens more robustly. Updated BlogPostPublicAppService to pass favoriteUserId to GetCountAsync for accurate paging. Adjusted blog index view to improve favorite filter button visibility and logic.
5 months ago
maliming
d2cb3dad71
Update Mapperly mapper placeholders in templates
5 months ago
maliming
7c20c281cc
Use Mapperly in template projects.
5 months ago
Ahmet Çelik
df51391de0
Add 'In this document' localization string to en.json
5 months ago
Yağmur Çelik
ae76b8ee98
Merge pull request #23626 from abpframework/issue-20624
Update datatable footer border styles - issue-20624
5 months ago
Fahri Gedik
848c61bb6f
Refine tenant property type renaming logic
Adds a check to prevent prepending 'Saas' to property types that already start with 'Saas' when renaming tenant-related properties in interfaces.
5 months ago
Alper Ebiçoğlu
eb7bf996ca
Update AutoMapper-Alternatives.md
5 months ago
Engincan VESKE
baa312e255
Merge pull request #23622 from abpframework/GetPermissionNameFormCacheKeyOrNull
Optimize `permission/setting` lookup in `PermissionStore` and `SettingManagementStore`
5 months ago