Halil İbrahim Kalkan
39e97fb54f
Merge branch 'dev' into Mapperly
6 months ago
maliming
215f9bef52
Merge pull request #23423 from abpframework/auto-merge/rel-9-3/3907
Merge branch dev with rel-9.3
6 months ago
erdem
2788440d71
Merge pull request #23422 from abpframework/fix/remove-ngcc-from-publish
Angular - Removing deprecated ngcc option check from the build script
6 months ago
sumeyye
913578e3f7
remove: ngcc option check from the publish script
6 months ago
maliming
e81330af39
Merge pull request #23419 from abpframework/auto-merge/rel-9-3/3906
Merge branch dev with rel-9.3
6 months ago
maliming
d4f08be986
Merge pull request #23418 from abpframework/auto-merge/rel-9-2/3905
Merge branch rel-9.3 with rel-9.2
6 months ago
Halil İbrahim Kalkan
e55794df69
Merge pull request #23417 from abpframework/hikalkan-mt-article-update
Add link to the article
6 months ago
Halil İbrahim Kalkan
6f8c40d857
Add link to the article
6 months ago
maliming
dadd5d9307
Merge pull request #23414 from abpframework/auto-merge/rel-9-3/3904
Merge branch dev with rel-9.3
6 months ago
Halil İbrahim Kalkan
9175128e3e
Merge pull request #23392 from abpframework/MySql.EntityFrameworkCore
Support both `MySql.EntityFrameworkCore` & `Pomelo.EntityFrameworkCore.MySql`.
6 months ago
maliming
3085626e73
Merge pull request #23413 from realLiangshiwei/liangshiwei/azureservicebus
Set AutoCompleteMessages to false by default
6 months ago
liangshiwei
b47bb3e469
Set AutoCompleteMessages to false by default
6 months ago
Yağmur Çelik
cfb713c877
Merge pull request #23409 from abpframework/Administration-Beadcrumb
Add `Administration` to the breadcrumb
6 months ago
maliming
cd0a6bb04c
Update localization keys for Settings menu across multiple languages
6 months ago
maliming
3b92fa70df
Merge pull request #23411 from abpframework/auto-merge/rel-9-3/3903
Merge branch dev with rel-9.3
6 months ago
oykuermann
c4aa9cfc3e
Merge pull request #23384 from abpframework/issue/remove-deprecated-view-engine
Angular - Cleanup: drop legacy ngcc compiler support
6 months ago
maliming
0ef71cd0a7
Remove duplicate breadcrumb in settings page
6 months ago
maliming
689b7138ce
Add `Administration` to the breadcrumb.
6 months ago
maliming
66e74a45d3
Update `Pomelo.EntityFrameworkCore.MySql` to `9.0.0-rc.1.efcore.9.0.0`
https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql/releases/tag/9.0.0-rc.1.efcore.9.0.0
6 months ago
maliming
a71e944deb
Move `Pomelo` to a new package.
6 months ago
maliming
a97cae33e5
Merge pull request #23405 from abpframework/auto-merge/rel-9-3/3902
Merge branch dev with rel-9.3
6 months ago
maliming
b448333ed7
Merge pull request #23404 from abpframework/auto-merge/rel-9-2/3901
Merge branch rel-9.3 with rel-9.2
6 months ago
Engincan VESKE
82199cdec0
Merge pull request #23397 from abpframework/maliming-patch-2
Update LoggedOut.js
6 months ago
maliming
87c069e307
Update LoggedOut.js
6 months ago
maliming
e5be349f72
Merge pull request #23403 from abpframework/auto-merge/rel-9-3/3900
Merge branch dev with rel-9.3
6 months ago
Engincan VESKE
6496fcf750
Merge pull request #23400 from abpframework/Disable-IsJobExecutionEnabled
Disable background job/worker in data migration environments
6 months ago
maliming
c2d845d294
Merge pull request #23402 from abpframework/auto-merge/rel-9-3/3899
Merge branch dev with rel-9.3
6 months ago
maliming
368399cf97
Merge pull request #23401 from abpframework/auto-merge/rel-9-2/3898
Merge branch rel-9.3 with rel-9.2
6 months ago
Engincan VESKE
cbcaf99331
Merge pull request #23399 from abpframework/modular-crm-image
Update integration service implementation diagram
6 months ago
maliming
3bf6cbfece
Disable background workers in data migration environments
6 months ago
maliming
c4ab8f05f4
Move job execution disabling to abstractions module
Resolve #23398
6 months ago
github-actions[bot]
a8274a6172
Optimised images with calibre/image-actions
6 months ago
maliming
d6dd16ec6b
Update integration service implementation diagram
https://github.com/abpframework/abp/pull/23395
6 months ago
maliming
1137d91df6
Update LoggedOut.js
6 months ago
maliming
b9bc4f5dbd
Update LoggedOut.js
6 months ago
maliming
6036b4ef1e
Merge pull request #23396 from emadalslahi/patch-1
Update part-06.md
6 months ago
Halil İbrahim Kalkan
56dda15518
Fix image path
6 months ago
Halil İbrahim Kalkan
8c2baf658b
Update POST.md
6 months ago
Halil İbrahim Kalkan
359bf5e31d
Add section on tenant DB migration and dbmigrator logs
Expanded the article to explain how to migrate existing tenant databases using the .DbMigrator console application, including a sample log screenshot. Added guidance for handling schema changes across multiple tenant databases and provided further reading links.
6 months ago
Halil İbrahim Kalkan
988b51590b
Complete article on separate tenant schema with images
Expanded the 2025-07-26-Separate-Tenant-Schema community article to include detailed instructions and explanations for managing tenant databases and connection strings in ABP Framework. Added multiple illustrative screenshots to enhance clarity, covering tenant creation, login, switching, and database management workflows.
6 months ago
Halil İbrahim Kalkan
b4b14e6b7c
Expand article with migration steps and screenshots
The documentation for separate tenant schema now includes detailed instructions and screenshots for configuring the Product entity, adding migrations for both main and tenant databases using ABP Studio and CLI, and explanations of the resulting database changes. Several illustrative images were added to clarify the process.
6 months ago
Eng. EmadSlahi
62c70af800
Update part-06.md
Step 2 : no Product module but Catalog Module
7 months ago
Halil İbrahim Kalkan
1ed90fb15c
Update article with DB mapping and migration images
Added a section on configuring the database mapping in the base DbContext class and included instructions for adding EF Core migrations using ABP Studio. Added three illustrative screenshots to support the migration steps.
7 months ago
Halil İbrahim Kalkan
18a26ef74e
Expand article with DbContext structure and images
Enhanced the multi-tenancy article by adding detailed explanations of the DbContext structure for separate tenant schemas, including code samples and best practices. Added two illustrative images to clarify the DbContext setup and conditional configuration for tenant/host databases.
7 months ago
Halil İbrahim Kalkan
ef95a4eb5b
Initial post for multi-tenancy
7 months ago
maliming
01c1708494
Update XML docs for MySQL EF Core extension methods
7 months ago
maliming
a56ff20c1a
Rename MySQL extension methods for clarity
7 months ago
maliming
3ff71c052e
Support both `MySql.EntityFrameworkCore` & `Pomelo.EntityFrameworkCore.MySql`.
7 months ago
oykuermann
86154b3d6c
Merge pull request #23390 from abpframework/mansur-localizaiton-fix-vs-internal-#6962
Update English localization messages
7 months ago
Yağmur Çelik
2a273ff4b6
Merge pull request #23309 from abpframework/issue-23300
refactor: replace module imports with standalone components, directives, and pipes - Issue 23300
7 months ago