Enis Necipoglu
4e110734a6
Merge pull request #23646 from abpframework/background-jobs-mapperly
Replace AutoMapper with Mapperly for BackgroundJobs Module
1 year ago
Fahri Gedik
3f41906037
Revert "Improve column width handling in ExtensibleTable"
This reverts commit 53cfc6a817 .
1 year 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.
1 year ago
Ma Liming
008e1a06ae
Add MapperIgnoreTarget for ExtraProperties in mapping
1 year ago
enisn
a201880628
Replace AutoMapper with Mapperly for BackgroundJobs Module
1 year ago
Ma Liming
a4ea6ee85d
Merge pull request #23644 from abpframework/yekalkan-mapper-update
Convert from AutoMapeer to Mapperly for Blogging, Docs & Cms-Kit modules
1 year ago
maliming
8b887232f8
Refactor mappers to use RequiredMappingStrategy.Target
1 year ago
maliming
20a9f17730
Merge branch 'RequiredMappingStrategy' into yekalkan-mapper-update
1 year ago
maliming
3599fc454c
Update exception message for missing object mapping
1 year ago
Yunus Emre Kalkan
c6f4b52cde
Update DocsAdminWebModule.cs
1 year ago
oykuermann
dd192604ac
Merge pull request #23572 from abpframework/issue-20098
Support dictionary query params in service templates
1 year ago
Yunus Emre Kalkan
215d49dea3
Updated analyze files for Docs
1 year ago
Yunus Emre Kalkan
6307c371b9
Updated analyze files for blogging
1 year ago
Yunus Emre Kalkan
1446e2623f
Updated analyze files for cmskit
1 year ago
maliming
d0e0f0dc1d
Set RequiredMappingStrategy for identity mappers
1 year ago
Yunus Emre Kalkan
8de00aea6e
Merge branch 'dev' into yekalkan-mapper-update
1 year ago
maliming
2a3b713962
Set RequiredMappingStrategy to Target for all necessary Mappers.
1 year ago
Ma Liming
d9840664bd
Merge pull request #23638 from abpframework/add-provider-info-to-repository
Add provider name support to repository infrastructure
1 year 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.
1 year ago
Ma Liming
fdb639770b
Merge pull request #23623 from abpframework/mapperly-tenant-management
Replace `AutoMapper` with `Mapperly` inTenant Management module
1 year ago
Enis Necipoglu
40e82e7539
Merge branch 'dev' into mapperly-tenant-management
1 year ago
Ma Liming
11b400856a
Merge pull request #23635 from abpframework/auto-merge/rel-9-3/3963
Merge branch dev with rel-9.3
1 year ago
oykuermann
7bd91874fe
Merge pull request #23612 from abpframework/EngincanV/cms-fix-blogposts
CMS: Fix tag & marked item filtering on blogposts
1 year ago
Engincan VESKE
6b9af55ad5
Merge pull request #23632 from abpframework/Template-Mapperly
Use Mapperly in template projects.
1 year ago
sumeyye
013ca0a518
Merge pull request #23634 from abpframework/article-01
Fix formatting in API versioning article
1 year 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.
1 year ago
enisn
08b7b643fb
Update tenant mappers & include ExtraProperties
1 year ago
EngincanV
69d3d38c53
Add mapperly service registrations to the missing projects
1 year ago
Ma Liming
b6cb4adea8
Merge pull request #23633 from abpframework/auto-merge/rel-9-3/3962
Merge branch dev with rel-9.3
1 year ago
sumeyye
000f2a7924
Merge pull request #23629 from abpframework/issue-23610
Refine tenant property type renaming logic
1 year ago
Mansur Besleney
cf5856aa61
Merge pull request #23631 from abpframework/vs-internal-issue-#7227-localization
Add localization string for Issue-#7227
1 year 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.
1 year ago
maliming
d2cb3dad71
Update Mapperly mapper placeholders in templates
1 year ago
maliming
7c20c281cc
Use Mapperly in template projects.
1 year ago
maliming
abbcea5a74
Update exception message for missing type mapper
1 year ago
Ahmet Çelik
df51391de0
Add 'In this document' localization string to en.json
1 year ago
maliming
54ad1ee666
Improve exception message for missing type mapper
1 year ago
Yağmur Çelik
ae76b8ee98
Merge pull request #23626 from abpframework/issue-20624
Update datatable footer border styles - issue-20624
1 year 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.
1 year ago
Alper Ebiçoğlu
eb7bf996ca
Update AutoMapper-Alternatives.md
1 year ago
Engincan VESKE
baa312e255
Merge pull request #23622 from abpframework/GetPermissionNameFormCacheKeyOrNull
Optimize `permission/setting` lookup in `PermissionStore` and `SettingManagementStore`
1 year ago
Fahri Gedik
6c1a7ff0d3
Update datatable footer border styles
Added CSS rules to conditionally set the border-top of .datatable-footer in ngx-datatable based on the presence of .datatable-body-row. This improves visual consistency when the datatable has no rows.
1 year ago
Enis Necipoglu
2d30749cff
Refactor tenant create mapper to use CreateModalModel
Renamed TenantInfoModelToTenantCreateDtoMapper to CreateTenantInfoModelToTenantCreateDtoMapper and updated all method signatures to use CreateModalModel.TenantInfoModel instead of EditModalModel.TenantInfoModel. This clarifies the mapper's purpose and aligns it with the correct model context.
1 year ago
Ma Liming
339512d199
Merge pull request #23625 from abpframework/auto-merge/rel-9-3/3961
Merge branch dev with rel-9.3
1 year ago
İsmail ÇAĞDAŞ
debbd92a40
Merge pull request #23343 from abpframework/data-collection-rel-9-3
ABP Telemetry Collection
1 year ago
Alper Ebiçoğlu
b09e889590
Merge pull request #23621 from abpframework/maliming-patch-2
Change properties from init to set in models
1 year ago
Ma Liming
dded32b88c
Merge pull request #23624 from abpframework/auto-merge/rel-9-3/3960
Merge branch dev with rel-9.3
1 year ago
Yağmur Çelik
a81d31b83c
Merge pull request #23594 from abpframework/Issue-#23338-1
Create links for the CLI commands - Issue #23338
1 year ago
Alper Ebiçoğlu
ab1a4a35c6
Merge pull request #23617 from abpframework/article-01
Add article on backward-compatible REST APIs in .NET Microservices
1 year ago
Enis Necipoglu
a0551df0c0
Update AbpTenantManagementApplicationMapperlyMappers.cs
1 year ago