Yağmur Çelik
2d993a8e52
Merge pull request #24816 from abpframework/Blazorise-Form-Submit
Refactor forms in various management pages to include specific form IDs for better handling of submissions
12 hours ago
sumeyye
b91ebd3a22
Merge pull request #24815 from abpframework/getRemoteEnv-error
fix: enhance remote environment configuration handling and error reporting
17 hours ago
maliming
825270ccf0
fix: change button to submit button for Send Test Email form
22 hours ago
maliming
61ae09b742
Refactor forms in various management pages to include specific form IDs for better handling of submissions
1 day ago
maliming
8c8fd73a83
fix: enhance remote environment configuration handling and error reporting
1 day ago
Engincan VESKE
009b1cb1a5
Merge pull request #24805 from abpframework/Nuget-Packages-Version-Change-Detector
feat: add Nuget Packages Version Change Detector workflow
2 days ago
maliming
980ff08a3f
fix: improve error handling and validation in update_dependency_changes.py and update workflow fetch depth
2 days ago
maliming
7e6bdb677f
fix: enhance error handling and improve document generation in Nuget Packages Version Change Detector workflow
2 days ago
maliming
d5ac962494
fix: improve merge_changes logic for handling added and removed packages
2 days ago
maliming
f0f770a4df
feat: add Nuget Packages Version Change Detector workflow
2 days ago
voloagent
118c2deb00
Update_NPM_Packages
4 days ago
Alper Ebiçoğlu
a0a8b39069
Merge pull request #24789 from abpframework/skoc10-patch-1
Update version to release 10.0.3
4 days ago
selman koc
7ccd39a691
Update version to release 10.0.3
4 days ago
İsmail ÇAĞDAŞ
036f9c2341
Merge pull request #24784 from abpframework/pr/4423
Update studio release notes `2.1.9` latest
4 days ago
Muhammed Ali ÖZKAYA
3fbc90a2b6
Update studio release notes `2.1.9` latest
4 days ago
Engincan VESKE
be1bc2a55c
Merge pull request #24772 from abpframework/EntityCacheServiceCollectionExtensions
Use EntityCacheItemWrapper in cache config
1 week ago
maliming
dbcd7dbcb9
Add ProductCacheItem2 and update entity cache tests
1 week ago
maliming
b5cd873526
Use EntityCacheItemWrapper in cache config
Resolve #24770
1 week ago
Engincan VESKE
df821460ff
Merge pull request #24759 from abpframework/mapperly-nullable
docs: add section on nullable reference types for Mapperly
1 week ago
Ma Liming
e6e5a22243
Update docs/en/framework/infrastructure/object-to-object-mapping.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 week ago
maliming
b9339f19d7
docs: add section on nullable reference types for Mapperly
1 week ago
oykuermann
0d1faf453b
Merge pull request #24744 from abpframework/issue/update-setting-message
Angular - Fixing the account settings save message
2 weeks ago
Yunus Emre Kalkan
6861c3288d
Merge pull request #24681 from abpframework/EngincanV/task-panel-docs
Document task panel for abp studio
2 weeks ago
github-actions[bot]
d74f8407f0
Optimised images with calibre/image-actions
2 weeks ago
EngincanV
7c95152dcb
Merge branch 'rel-10.0' into EngincanV/task-panel-docs
2 weeks ago
sumeyye
a9871c2590
update: toaster message for personal settings
2 weeks ago
Engincan VESKE
295a950e50
Merge pull request #24737 from abpframework/maliming-patch-3
Remove reviewer from auto PR configuration
2 weeks ago
Halil İbrahim Kalkan
6b7afeb225
Merge pull request #24732 from abpframework/fix-custom-commands-doc-syntax
Update template syntax in custom command examples
2 weeks ago
Ma Liming
a215fe35b1
Remove reviewer from auto PR configuration
Removed specific reviewer assignment from auto PR workflow.
2 weeks ago
Yunus Emre Kalkan
7e89ca5541
Update custom-commands.md
2 weeks ago
Halil İbrahim Kalkan
76acd46113
Merge pull request #24734 from abpframework/DistributedCache_Order_Problem-
Fix `GetOrAddMany` incorrect key-value mapping.
2 weeks ago
maliming
7f4347182f
Fix key-value mapping in GetOrAddMany and add tests
Refactored GetOrAddMany and GetOrAddManyAsync in DistributedCache to ensure returned key-value pairs are correctly mapped by key, regardless of order from the factory. Added unit tests to verify correct mapping and concurrency behavior.
2 weeks ago
Yunus Emre Kalkan
1a5cd8aaa2
Update template syntax in custom command examples
Replaces double curly braces with the new template syntax `{%{{{...}}}%}` in the 'Terminal Command' and 'Condition' fields for custom commands documentation.
2 weeks ago
Engincan VESKE
da036d9ecd
Merge pull request #24728 from abpframework/abp-uppy
Revert "Manually copy Uppy resources to fix issues with Yarn v1."
2 weeks ago
maliming
bd4fb6bd96
Revert "Manually copy Uppy resources to fix issues with Yarn v1."
This reverts commit 6939e30d08 .
2 weeks ago
Berkan Sasmaz
1c8d4185ca
Merge pull request #24663 from abpframework/studio-custom-commands-doc
Documentation: Added document for Studio custom commands feature
2 weeks ago
Enis Necipoglu
6ed119a592
Merge pull request #24719 from abpframework/asp-net-core.md
Update LeptonX Lite path to point to ASP.NET Core documentation
2 weeks ago
maliming
03a1372362
Update LeptonX Lite path to point to ASP.NET Core documentation
2 weeks ago
Engincan VESKE
5905923e5e
Merge pull request #24715 from abpframework/uppy-yarn
Manually copy Uppy resources to fix package restore problem with Yarn v1.
2 weeks ago
maliming
6939e30d08
Manually copy Uppy resources to fix issues with Yarn v1.
2 weeks ago
Ma Liming
0e64a2af34
Merge pull request #24708 from abpframework/MySql.EntityFrameworkCore-10.0.1
Update MySql.EntityFrameworkCore to version 10.0.1
2 weeks ago
maliming
73b145ac11
Update MySql.EntityFrameworkCore to version 10.0.1
2 weeks ago
İsmail ÇAĞDAŞ
7bc757b85a
Merge pull request #24668 from abpframework/pr/24029
Update microservice getting started images
2 weeks ago
Engincan VESKE
f8daaa1805
Merge pull request #24685 from abpframework/BuildBeforeAddMigrations
Run `dotnet build` command before creating EF Core migrations
2 weeks ago
maliming
e66bb546d2
Refactor variable declaration for exit codes in CLI commands
3 weeks ago
Ma Liming
721a9297e5
Update framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/Commands/Internal/RecreateInitialMigrationCommand.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
3 weeks ago
Ma Liming
6c64975c12
Update framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/ProjectModification/EfCoreMigrationManager.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
3 weeks ago
maliming
3748dac786
Add 'dotnet build' before creating EF Core migrations
3 weeks ago
github-actions[bot]
c7a6202739
Optimised images with calibre/image-actions
3 weeks ago
EngincanV
cae71a1923
Update running-applications.md
3 weeks ago