Muhammed Ali ÖZKAYA
4d59eea2b7
Merge pull request #24802 from abpframework/skoc/action
Add GitHub Actions workflow to automate ABP Studio documentation updates
6 months ago
selmankoc
a2da24aad3
refactor(workflow): enhance validation and documentation update process for ABP Studio
6 months ago
selmankoc
1103119c5e
fix(docs): prevent duplicate entries in release notes and version mapping
6 months ago
selmankoc
c13a9e793d
Add GitHub Actions workflow to automate ABP Studio documentation updates
6 months ago
sumeyye
7ea4465ef9
Merge pull request #24765 from abpframework/issue-24672-v2
feat(angular): Migrate to signal queries
6 months ago
Volosoft Agent
42324fed75
Merge pull request #24800 from abpframework/auto-merge/rel-10-1/4337
Merge branch dev with rel-10.1
6 months ago
Engincan VESKE
225fc983ca
Merge pull request #24799 from abpframework/SwaggerAbpAppPath
Add AbpAppPath extension method and update appPath handling in Swagger UI scripts
6 months ago
maliming
288cef2940
Refactor AbpAppPath method to include null checks and streamline script generation
6 months ago
maliming
bdac30bc14
Add AbpAppPath extension method and update appPath handling in Swagger UI scripts
6 months ago
Ebicoglu
edac080486
Merge branch 'dev' of https://github.com/abpframework/abp into dev
6 months ago
Ebicoglu
6e75c2f841
add NDC london post
6 months ago
Engincan VESKE
adccb58186
Merge pull request #24794 from abpframework/AbpBlazorClientHttpMessageHandler
`SetBrowserRequestStreamingEnabled` in wasm mode.
6 months ago
Engincan VESKE
d57729c7fb
Merge pull request #24795 from abpframework/FeatureTitle
Remove trailing periods from Feature title.
6 months ago
sumeyye
49b3ddbc67
update: remove unused inputs
6 months ago
maliming
068bc7fcbb
Remove trailing periods from Feature title.
Resolve #24780
6 months ago
Mansur Besleney
a598ca6435
Merge pull request #24793 from irem1demirci/patch-12
Update post.md
6 months ago
maliming
eacc2d771c
SetBrowserRequestStreamingEnabled in wasm mode.
6 months ago
irem1demirci
020975642c
Update post.md
6 months ago
Mansur Besleney
5c28b2a3b8
Merge pull request #24792 from irem1demirci/patch-11
Update post.md
6 months ago
irem1demirci
f3452bb512
Update post.md
6 months ago
sumeyye
a0bec19110
Merge pull request #24788 from abpframework/feat/migrate-libs-vitest-on-schematics
Use Vitest for library schematics tests
6 months ago
Fahri Gedik
d2153a65b4
Use Vitest for library schematics tests
Migrate library schematic test setup from Karma/Jasmine to Vitest and Angular standalone testing. Removed Karma config and legacy test.ts templates, added src/test-setup.ts templates that initialize Angular testing with zone.js/testing and BrowserTestingModule. Updated tsconfig.lib.json to exclude src/test-setup.ts and tsconfig.spec.json to use "vitest/globals" types and simplified include/files. Adjusted generate-lib to use a UnitTest builder with a vitest runner and buildTarget instead of Karma-specific options, and added UnitTest to Builders enum.
6 months ago
Ahmet Çelik
27809e1c96
Merge pull request #24787 from abpframework/MansurBesleney-patch-1
Revise media links and images in post.md
6 months ago
Mansur Besleney
b2465235ae
Revise media links and images in post.md
Updated images and links in the NDC London 2026 recap article.
6 months ago
Mansur Besleney
193e85457b
Merge pull request #24785 from irem1demirci/patch-10
Create post.md
6 months ago
irem1demirci
0e01ec51f8
Update post.md
6 months ago
irem1demirci
72c5004830
Create post.md
6 months ago
sumeyye
ea3a62d26b
Merge pull request #24731 from abpframework/feat/#24675-hybrid-localization
Angular - Hybrid localization support
6 months ago
Volosoft Agent
ddb90af539
Merge pull request #24782 from abpframework/auto-merge/rel-10-1/4333
Merge branch dev with rel-10.1
6 months ago
İsmail ÇAĞDAŞ
445fcf0bcf
Merge pull request #24781 from abpframework/maliming-patch-3
Update delete-bin-obj.ps1
6 months ago
Ma Liming
b31e09ec1a
Update delete-bin-obj.ps1
6 months ago
Ma Liming
6ad2d9451a
Merge pull request #24774 from abpframework/auto-merge/rel-10-1/4332
Merge branch dev with rel-10.1
6 months ago
Ma Liming
8fce33ac83
Merge pull request #24773 from abpframework/auto-merge/rel-10-0/4331
Merge branch rel-10.1 with rel-10.0
6 months ago
Engincan VESKE
be1bc2a55c
Merge pull request #24772 from abpframework/EntityCacheServiceCollectionExtensions
Use EntityCacheItemWrapper in cache config
6 months ago
erdemcaygor
6a364d9490
turkish comment removed
6 months ago
erdemcaygor
cbe5e578fa
tests added
6 months ago
erdemcaygor
ef258443a2
refactoring
6 months ago
maliming
dbcd7dbcb9
Add ProductCacheItem2 and update entity cache tests
6 months ago
maliming
b5cd873526
Use EntityCacheItemWrapper in cache config
Resolve #24770
6 months ago
Engincan VESKE
0bac6c66df
Merge pull request #24767 from abpframework/ComplexProperty
Support auditing and history for complex properties
6 months ago
sumeyye
1769065a06
Merge pull request #24769 from abpframework/issue/update-aria-version
Angular - Updating the `@angular/aria` version to 21.1.x
6 months ago
sumeyye
ea95cfb5e2
update: aria version to 21.1.x
6 months ago
maliming
85770416c6
Skip disabled complex properties in auditing
6 months ago
maliming
bc2a8aef0d
Support nested complex properties & auditing tests
6 months ago
maliming
45557f9ae5
Enhance auditing for complex properties by adding support for nested complex property changes and updating related tests
6 months ago
maliming
e487c0aaf2
Support auditing and history for complex properties
Resolve #24764
6 months ago
Fahri Gedik
fd6c42d5c4
Refactor ContentChild usage to new contentChild function
Replaces the deprecated @ContentChild decorator with the new contentChild() function for menu, customNodeTemplate, and expandedIconTemplate. Updates template references to use function calls, improving compatibility with Angular's latest API.
6 months ago
sumeyye
b7d61f2fda
update: comment
6 months ago
Fahri Gedik
bda3c32c65
Refactor to use new viewChild/viewChildren/contentChild APIs
Replaces deprecated ViewChild, ViewChildren, and ContentChild decorators with the new viewChild, viewChildren, and contentChild functions across multiple components. Updates related usages to use the new function call syntax, improving code consistency and aligning with Angular's latest best practices.
6 months ago
erdem
14eef5ae2a
Merge pull request #24763 from abpframework/feature-management-fix
Remove unused template and NgStyle import
6 months ago