Alper Ebiçoğlu
11da3988cc
Update index.md
3 weeks ago
Alper Ebiçoğlu
824ec62881
Add AI Agent row to comparison table
3 weeks ago
maliming
805d326c9c
Update OperationRateLimiting docs for partition key normalization
3 weeks ago
github-actions[bot]
3b24784b95
docs(studio): release 2.2.6 - 2.2.6 ( #25222 )
* docs(studio): update documentation for release 2.2.6
- Updated release notes for 2.2.6
- Updated version mapping with ABP 10.2.0
Release: 2.2.6
* Update release-notes.md
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: selman koc <64414348+skoc10@users.noreply.github.com>
4 weeks ago
github-actions[bot]
ed82af242f
docs(studio): release 2.2.5 - 2.2.5 ( #25221 )
* docs(studio): update documentation for release 2.2.5
- Updated release notes for 2.2.5
- Updated version mapping with ABP 10.2.0
Release: 2.2.5
* Update release-notes.md
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: selman koc <64414348+skoc10@users.noreply.github.com>
4 weeks ago
Ma Liming
899b7b6342
Remove QA Module from roadmap
1 month ago
Ma Liming
80f6be49fa
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 month ago
Engincan VESKE
a478cda571
Update road map for v10.4 release planning.
Refreshes next version details for May 2026, removes a delivered v10.3 backlog item, and aligns roadmap focus with current 10.4 preview work.
Made-with: Cursor
1 month ago
Engincan VESKE
7b9a55735a
Update release-notes.md
1 month ago
maliming
418ace5e11
docs: add missing eventBus resolution in mixed handlers snippet
1 month ago
maliming
a1420e41be
docs: address copilot review feedback on dynamic events PR
1 month ago
maliming
040cba6b74
docs: fix dynamic events article and update distributed event bus docs
1 month ago
Engincan VESKE
fc5f4bed3e
Update POST.md
1 month ago
github-actions[bot]
efed8144df
Optimised images with calibre/image-actions
1 month ago
Engincan VESKE
75ed059022
Update POST.md
1 month ago
Engincan VESKE
d8cf3cbf35
init commit for v10.3 blog post
1 month ago
Engincan VESKE
c540da5630
Create v10.3 migration guide
1 month ago
maliming
781ad25c38
fix: resolve template rendering errors in modular-crm tutorial docs
- Merge duplicate doc-params blocks into a single block with all UI options
- Fix orphaned {{else if}} blocks in part-04 and part-06
- Add missing BlazorWebApp branch in inline conditionals
1 month ago
github-actions[bot]
c9841af4a0
docs: update package version changes [skip ci]
1 month ago
github-actions[bot]
988d071ed9
Optimised images with calibre/image-actions
1 month ago
Engincan VESKE
10f6700859
Update docs/en/Blog-Posts/2026-03-31 v10_2_Release_Stable/POST.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 month ago
github-actions[bot]
c97ce29eb3
Optimised images with calibre/image-actions
1 month ago
Engincan VESKE
3cdcfac8b9
complete v10.2 stable post
1 month ago
github-actions[bot]
86463d253b
docs: update package version changes [skip ci]
1 month ago
selman koc
56529f8215
Update ABP Studio version range for 10.1.1
1 month ago
selman koc
a035ec1c0a
Update release notes for version 2.2.4
Updated release notes for version 2.2.4, added new features and changes.
1 month ago
maliming
eb42ca88ef
feat: add Volo.Abp.LuckyPenny.AutoMapper package for commercial AutoMapper integration
Closes #25137
1 month ago
maliming
2c8a6e47ee
Add ABP 10.3 availability note to dynamic features articles
1 month ago
selman koc
ea25ea4e35
Update release notes for ABP Studio version 2.2.3
Updated release notes for ABP Studio to include version 2.2.3 and its features.
1 month ago
selman koc
c65040060c
Update ABP Studio version mapping table
1 month ago
Engincan VESKE
bc6a6cda8a
Change header format for OpenAI-Compatible API section
Updated section header for OpenAI-Compatible API and improved formatting.
1 month ago
github-actions[bot]
491df6431b
docs: Add SEO descriptions to modified documentation files
Related to PR #25130
1 month ago
github-actions[bot]
ca319c9add
Optimised images with calibre/image-actions
2 months ago
maliming
7240846914
feat: Add documentation for dynamic events in ABP and include cover image
2 months ago
maliming
ca9b3c54db
refactor: Remove dynamic event support from Dapr distributed event bus implementation
2 months ago
maliming
29dee66e90
refactor: Update DynamicEventData handling and improve documentation across event bus implementations
2 months ago
maliming
fb6f4722ff
refactor: Replace AnonymousEventData with DynamicEventData across the event bus implementation
2 months ago
enisn
c7ccd3175c
docs: add ABP Suite guidance for Mapperly migration
2 months ago
enisn
ced7c80a34
docs: add ABP Suite guidance for Mapperly migration
2 months ago
github-actions[bot]
c50bd1cc64
Optimised images with calibre/image-actions
2 months ago
maliming
238ec359be
Add article for dynamic background jobs and workers.
2 months ago
maliming
ca4d3f8260
Fix documentation for DynamicBackgroundJobArgs description, TickerQ comment, and provider-dependent return values
2 months ago
maliming
a04e20c407
Fix UpdateScheduleAsync restart behavior and revert TickerQ IsRegistered
- Fix Hangfire/Quartz UpdateScheduleAsync to operate directly on persistent
scheduler state without checking the in-memory registry, consistent with
the RemoveAsync fix; this allows updating schedules after restart
- Revert TickerQ IsRegistered to return false instead of throwing;
a boolean query method should not throw exceptions
- Update docs: note that UpdateScheduleAsync works after restart for
persistent providers
2 months ago
maliming
024f16cd99
Fix dynamic background job/worker code review issues
- Fix reflection method lookup in DefaultDynamicBackgroundJobManager to match by parameter types
- Add StopAllAsync to IDynamicBackgroundWorkerManager interface and all implementations
- Add semaphore locking to StopAllAsync in DefaultDynamicBackgroundWorkerManager with volatile _isDisposed
- Fix HangfireDynamicBackgroundWorkerManager.GetCron to match existing HangfireBackgroundWorkerManager format
- Fix QuartzDynamicBackgroundWorkerManager.UpdateScheduleAsync to reuse BuildTrigger method
- Fix TickerQDynamicBackgroundWorkerManager.IsRegistered to throw AbpException (consistent with other methods)
- Add GetAllNames and Clear to IDynamicBackgroundWorkerHandlerRegistry
- Call StopAllAsync in AbpBackgroundWorkersModule.OnApplicationShutdownAsync
- Move DynamicBackgroundWorkerManager_Tests to correct namespace/directory
- Fix singleton state pollution in BackgroundJobManager_Tests
- Update docs to warn about handler loss after restart for dynamic jobs and workers
2 months ago
maliming
92a72fcef5
Implement dynamic background job handling with new DynamicBackgroundJobArgs and executor
2 months ago
maliming
70c333ad97
Refactor background job execution and management
2 months ago
maliming
ad4c47a39c
fix: Update documentation and improve dynamic background worker management for TickerQ and Quartz integration
2 months ago
maliming
bcc13c5337
fix: Improve dynamic background worker management with runtime registration examples and clarifications
2 months ago
maliming
5babd75f91
feat: Implement dynamic background worker management with Quartz and TickerQ
2 months ago
github-actions[bot]
f271c42443
docs: update package version changes [skip ci]
2 months ago