Ma Liming
a215fe35b1
Remove reviewer from auto PR configuration
Removed specific reviewer assignment from auto PR workflow.
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
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
2 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>
2 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>
2 weeks ago
maliming
3748dac786
Add 'dotnet build' before creating EF Core migrations
2 weeks ago
github-actions[bot]
d602340659
Optimised images with calibre/image-actions
3 weeks ago
Muhammed Ali ÖZKAYA
5328b57373
Update microservice getting started images
3 weeks ago
Yunus Emre Kalkan
b6b8786f7f
Documentation: Added document for Studio custom commands feature
3 weeks ago
Engincan VESKE
e102900ecc
Merge pull request #24653 from abpframework/Microsoft-Packages
Update `Microsoft.*` packages to 10.0.2.
3 weeks ago
maliming
1806ad2751
Update Devart.Data.Oracle.EFCore and EFCore.Relational versions
3 weeks ago
maliming
efa6d49910
Update `Microsoft.*` packages to 10.0.2.
3 weeks ago
oykuermann
d6bca45855
Merge pull request #24567 from abpframework/issue-24438
Ensure config state is loaded before permission check
3 weeks ago
Engincan VESKE
96e84834db
Merge pull request #24620 from abpframework/berkan/docs
Create a Versioning & Releases Document
3 weeks ago
Yağmur Çelik
e33dedafcf
Merge pull request #24582 from abpframework/Home-Breadcrumb
Add ShowToolbar property to ContentLayout
3 weeks ago
maliming
e9dcded405
Add ShowToolbar property to PageLayout
3 weeks ago
Engincan VESKE
b319238916
Merge pull request #24609 from abpframework/SimplePageToolbarContributor
Cache `ShouldAddComponentAsync` result in `SimplePageToolbarContributor`.
4 weeks ago
Engincan VESKE
64ee78c01c
Merge pull request #24625 from abpframework/berkan/docs-2
docs: Improvements for the microservice document
4 weeks ago
Engincan VESKE
86bad89a60
Update index.md
4 weeks ago
berkansasmaz
dcbe54f9bc
docs: Improvements for the microservice document
4 weeks ago
berkansasmaz
18c7864490
docs: fix some typos
4 weeks ago
berkansasmaz
e2b6a1e0e2
Create a Versioning & Releases Document for ABP Platform
4 weeks ago
Engincan VESKE
bb5edb9afd
Merge pull request #24607 from abpframework/TimeZoneHelper
Enhance TimeZoneHelper with offset and validation
4 weeks ago
oykuermann
6c00dddb23
Merge pull request #24590 from abpframework/issue/24588
Angular - Fixing incorrect proxy generation for `IRemoteStreamContent` type
4 weeks ago
Enis Necipoglu
9521dfa8f4
Merge pull request #24558 from abpframework/update-monitoring-applications-doc
Documentation: Enhanced Studio documentation
4 weeks ago
Enis Necipoglu
c462b731dd
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
4 weeks ago
Ma Liming
f70b6f1f82
Change exception handling in TimeZoneHelper
Catch general exceptions in TimeZoneHelper to handle unexpected errors.
4 weeks ago
maliming
283d9dde74
Cache ShouldAddComponentAsync result in toolbar contributor
Resolve #24608
4 weeks ago
Ma Liming
6ee810bcb7
Update framework/src/Volo.Abp.Timing/Volo/Abp/Timing/TimeZoneHelper.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
4 weeks ago
Ma Liming
e50869a8e7
Update framework/test/Volo.Abp.Timing.Tests/Volo/Abp/Timing/TimeZoneHelper_Tests.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
4 weeks ago
Ma Liming
c7c075c78a
Update framework/src/Volo.Abp.Timing/Volo/Abp/Timing/TimeZoneHelper.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
4 weeks ago
Ma Liming
65d8b4281c
Update framework/src/Volo.Abp.Timing/Volo/Abp/Timing/TimeZoneHelper.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
4 weeks ago
Ma Liming
6b745b56d6
Update framework/src/Volo.Abp.Timing/Volo/Abp/Timing/TimeZoneHelper.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
4 weeks ago
Ma Liming
1ba16383e3
Update framework/test/Volo.Abp.Timing.Tests/Volo/Abp/Timing/TimeZoneHelper_Tests.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
4 weeks ago
maliming
8210f415fe
Enhance TimeZoneHelper with offset and validation
https://abp.io/support/questions/10295/TimeZoneHelperGetTimezones-throws-TimeZoneNotFoundException-on-Linux
4 weeks ago
Halil İbrahim Kalkan
357fb58009
Merge pull request #24599 from abpframework/enisn-patch-2
Fix code example in AI documentation
4 weeks ago
Enis Necipoglu
4f18932848
Fix code example in AI documentation
4 weeks ago
sumeyye
fd34dcc54b
fix: remote stream content array check
4 weeks ago