Mansur Besleney
a6930499da
Merge pull request #24256 from abpframework/salihozkara/llm-article
Add LLM production article and diagrams
2 months ago
Mansur Besleney
c373e4f082
Merge pull request #24250 from abpframework/vs-internal-issue-#7685-localization
Add AI Token Count Per Developer to en.json
2 months ago
Ma Liming
dd47c0694e
Update Default.js
2 months ago
maliming
fb0448250a
Add localization resource for success notification
2 months ago
Ebicoglu
58eb56a1d2
update AntiGravity post
3 months ago
Ma Liming
f75969111a
Merge pull request #24258 from abpframework/auto-merge/rel-10-0/4156
Merge branch dev with rel-10.0
3 months ago
Ma Liming
f518636768
Merge pull request #24251 from abpframework/Npgsql.EntityFrameworkCore.PostgreSQL
Update Npgsql.EntityFrameworkCore.PostgreSQL to 10.0.0
3 months ago
maliming
d1bfaa2263
Add support for nullable enums in various components and tag helpers
3 months ago
Ma Liming
2568e261fd
Remove version overrides for EF Core packages
Removed specific version overrides for Entity Framework Core packages.
3 months ago
Ma Liming
d14bc51e60
Update Npgsql.EntityFrameworkCore.PostgreSQL version
3 months ago
github-actions[bot]
d22e29d28e
Optimised images with calibre/image-actions
3 months ago
SALİH ÖZKARA
a17c0fa0ea
Add LLM production article and diagrams
Added new community article 'Building Production-Ready LLM Applications' with cover image, multiple SVG architecture diagrams, and summary. These resources illustrate hybrid chat history, MCP protocol, multilingual RAG, pgvector integration, parent-child RAG, reasoning effort, and PostgreSQL architecture for LLM app development.
3 months ago
maliming
8fedeb7166
Refactor Swagger security requirement setup
3 months ago
maliming
fef1107868
Upgrade `Swashbuckle.AspNetCore` to v10.0.
3 months ago
enisn
88a72d8ff8
Add feature checks to PageChangedHandler
Introduced checks for MenuFeature global feature and MenuEnable feature flag in PageChangedHandler. The handler now returns early if either feature is disabled, improving feature gating and preventing unnecessary processing.
3 months ago
Alper Ebiçoğlu
f7019e4333
AntiGravity Post
3 months ago
maliming
a64536fd0b
Update Npgsql.EntityFrameworkCore.PostgreSQL to 10.0.0-rc.2
3 months ago
Alperen Samurlu
7f5d453cfa
Add AI Token Count Per Developer to en.json
Introduced a new localization string 'AiTokenCountPerDeveloper' to support displaying AI token count per developer in the English resource file.
3 months ago
Ma Liming
7411c5481e
Merge pull request #24244 from abpframework/auto-merge/rel-10-0/4155
Merge branch dev with rel-10.0
3 months ago
erdem
faf63b90fc
Merge pull request #24243 from abpframework/fahrigedik-patch-1
Update download link for source code in tutorial
3 months ago
Fahri Gedik
0c4d22c93d
Update download link for source code in tutorial
3 months ago
Fahri Gedik
f6f4c6f38f
Merge pull request #24242 from abpframework/fix/sample-download-link
Documentation - Sample download link updated
3 months ago
erdemcaygor
1cf02a77c6
sample download link updated
3 months ago
sumeyye
2daadf834d
Merge pull request #24132 from abpframework/updating-the-microservice-tutorial
Updating the microservice tutorial
3 months ago
sumeyye
57bda3561f
update: use new control flow syntax instead
3 months ago
Fahri Gedik
12fa8bcae9
Simplify tool string splitting in ai-config command
Refactored the splitting of the 'tool' option to use a single regex for whitespace and commas, removing the need for an explicit trim(). This streamlines parsing and improves code clarity.
3 months ago
Ma Liming
693aa8bc12
Merge pull request #24241 from abpframework/auto-merge/rel-10-0/4154
Merge branch dev with rel-10.0
3 months ago
Engincan VESKE
06a2985c25
Merge pull request #24240 from abpframework/10.0-ai-menuitem
Update docs-nav.json
3 months ago
sumeyye
8abafc284b
Merge pull request #24233 from abpframework/issue-7556
update bookstore tutorial (mongodb - angular)
3 months ago
sumeyye
e468439bf8
update: small fixes for the migration
3 months ago
enisn
da037b795d
Update docs-nav.json
3 months ago
erdemcaygor
3c3f30c092
add ssr doc
3 months ago
Yağmur Çelik
690c2c5a9f
Merge pull request #24195 from abpframework/issue-#23615
Display average rating and total ratings in UI
3 months ago
Ma Liming
18b2958935
Merge pull request #24238 from abpframework/auto-merge/rel-10-0/4153
Merge branch dev with rel-10.0
3 months ago
Engincan VESKE
3bb9ff973f
Merge pull request #24235 from abpframework/10.0-blazor-docs-fix
Update folder paths for BlazorServer in tutorial
3 months ago
Ma Liming
0cd5acd177
Merge pull request #24237 from abpframework/auto-merge/rel-10-0/4152
Merge branch dev with rel-10.0
3 months ago
Engincan VESKE
ba4177399b
Merge pull request #24236 from abpframework/10.0-mauiblazor-fix
Update startup project instructions for UI variants
3 months ago
Alperen Samurlu
fce9165a2c
Make rating modal IDs unique per entity
Generates unique modal and label IDs for the rating detail modal based on entity type and ID, preventing conflicts when multiple rating components are rendered on the same page.
3 months ago
enisn
ae8999a65e
Update namespace selection in Blazor tutorial
Adjusted the namespace declaration in the Blazor tutorial to conditionally use 'TodoApp.Pages' for Blazor UI and 'TodoApp.Components.Pages' otherwise. This clarifies the correct namespace usage based on the UI framework.
3 months ago
enisn
e6df217adf
Update startup project instructions for UI variants
Replaced the hardcoded Blazor project name with a conditional statement to support both Blazor and MAUIBlazor UI options in the tutorial documentation.
3 months ago
Fahri Gedik
91316212d6
Merge branch 'dev' into issue-23871
3 months ago
enisn
cb6d92cf35
Update folder paths for BlazorServer in tutorial
Adjusted instructions to reference the correct `Components/Pages` folder for BlazorServer projects instead of `Pages`, ensuring clarity for users following the tutorial.
3 months ago
Fahri Gedik
06157be3f4
Update author management tutorial for component-based setup
Replaces instructions for creating an AuthorModule with steps for generating an AuthorComponent. Updates code samples and explanations to reflect the use of a standalone component with NgbDatepickerModule, aligning the tutorial with current Angular best practices.
3 months ago
Fahri Gedik
a4b62791f5
Update book route setup in tutorial documentation
Replaces instructions for editing book-routing.module.ts with updated guidance for configuring routes in app.routes.ts, reflecting changes in Angular routing best practices.
3 months ago
Fahri Gedik
8ac2715c56
Refactor BookComponent to use standalone imports on BookStore Tutorials
3 months ago
Gizem Mutu Kurt
3ea4aebff4
Merge pull request #24216 from abpframework/skoc10-patch-1
Add new version entry for version 10.0.0
3 months ago
Fahri Gedik
af424c485e
Update tutorial for bookstore
Updated the tutorial to reference ABP v9.3.0 instead of v3.1.0, and revised instructions to use Angular's component-based routing instead of module-based routing. Adjusted code samples and explanations to reflect changes in Angular CLI output and route configuration.
3 months ago
Engincan VESKE
44ac32441a
Merge pull request #24230 from abpframework/DefaultExceptionToErrorInfoConverter
Convert exceptions using `AbpExceptionHandlingOptions`.
3 months ago
Ma Liming
170482e34d
Merge pull request #24232 from abpframework/auto-merge/rel-10-0/4151
Merge branch dev with rel-10.0
3 months ago
Engincan VESKE
3d4604cd39
Merge pull request #24231 from abpframework/MongoDB.Driver.3.5.1
Update MongoDB.Driver to version 3.5.1
3 months ago