Skip to content

Dev#2422

Merged
JamesPasta merged 39 commits into
testfrom
dev
May 7, 2026
Merged

Dev#2422
JamesPasta merged 39 commits into
testfrom
dev

Conversation

@JamesPasta
Copy link
Copy Markdown
Collaborator

No description provided.

AndreGAot and others added 30 commits April 28, 2026 11:53
- Bump TFM to net10.0 across solution

- Upgrade ABP Framework to 10.3.0

- Migrate AutoMapper profiles to Mapperly across all modules

- Fix Microsoft.OpenApi 2.x / Swashbuckle 10 breaking changes

- Skip owned entity types in extra-properties model loop (fixes IdentityPasskeyData OwnsOne conflict in ABP 10.3)

- Fix CommentDto polymorphic mapping for Mapperly (CommentBase dispatcher)

- Make ScoresheetSectionDto setters public (Mapperly cannot write private setters)

- Add EF Core host migration Abp10_3_Upgrade (UserPasskeys, UserPasswordHistories, AuditLogExcelFiles, ResourcePermissionGrants, etc.)
# Conflicts:
#	applications/Unity.GrantManager/modules/Unity.Flex/src/Unity.Flex.Application/FlexApplicationAutoMapperProfile.cs
Conflict resolutions:

- Application/Web csproj: keep .NET 10 + ABP 10.3 + Mapperly versions; merge dev's pkg additions (Newtonsoft, NPOI, PdfPig)

- GrantManagerApplicationAutoMapperProfile.cs: re-deleted (Mapperly migration); ported new CreateMap<AIGenerationRequest, AIGenerationRequestDto>() to GrantManagerApplicationMapperlyProfile.cs
RMG020 (Mapperly unmapped source): add assembly-level [MapperDefaults(RequiredMappingStrategy = RequiredMappingStrategy.Target)] to 15 Mapperly-bearing projects via MapperlyDefaults.cs. Mirrors AutoMapper's old MemberList.None default so ABP audit/tenancy/Id source members on entities don't emit warnings on every Entity->DTO mapper.

NU1510 (unused PackageReference): remove System.Text.Json (and a few stragglers: Microsoft.Extensions.Caching.Memory/Options, System.Formats.Asn1, System.Text.RegularExpressions) from 31 projects. .NET 10 SDK ships these as framework references, so explicit ABP 9 pinning is no longer needed.
AmazonS3Client internally owns an HttpClient, which maintains a pool of TCP connections to S3. Creating a new instance per request means a new connection pool per request — those pools are expensive to spin up and are never explicitly cleaned up when the class doesn't implement IDisposable.
…-upgrade

# Conflicts:
#	applications/Unity.GrantManager/src/Unity.GrantManager.Application/GrantManagerApplicationAutoMapperProfile.cs
…ols-panel

AB#32452 remove prompt tools panel
aurelio-aot and others added 7 commits May 7, 2026 12:25
…Client-Usage

AB#32684:  Register AmazonS3Client as singleton and reuse it
Add Sequential/Parallel/Batch execution modes for the two multi-step AI flows:
- AttachmentSummaryService.GenerateAndSaveAsync(IEnumerable<Guid>)
- ApplicationScoringService.RegenerateAndSaveAsync (per scoresheet section)

Mode is resolved from configuration per flow:
  Azure:AIExecutionModes:AttachmentSummaries
  Azure:AIExecutionModes:Scoresheet
  Azure:AIExecutionModes:BatchSize (default 5)

Default is Sequential, preserving current behavior.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…tion-modes-for-multi-step-ai-flows

Feature/ab#32310 support ai execution modes for multi step ai flows
…lling-dedupe-and-locking

Feature/ab#32451 ai generation polling dedupe and locking
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 7, 2026

🧪 Unit Test Results (Parallel Execution)

Tests

📊 Summary

Result Count
✅ Passed 632
❌ Failed 0
⚠️ Skipped 0

📄 HTML Reports

  • Merged Tests (HTML): Included in artifacts
    Generated automatically by CI.

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented May 7, 2026

@JamesPasta JamesPasta merged commit c50db46 into test May 7, 2026
32 checks passed
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 7, 2026

🧪 Unit Test Results (Parallel Execution)

Tests

📊 Summary

Result Count
✅ Passed 634
❌ Failed 0
⚠️ Skipped 0

📄 HTML Reports

  • Merged Tests (HTML): Included in artifacts
    Generated automatically by CI.

1 similar comment
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 7, 2026

🧪 Unit Test Results (Parallel Execution)

Tests

📊 Summary

Result Count
✅ Passed 634
❌ Failed 0
⚠️ Skipped 0

📄 HTML Reports

  • Merged Tests (HTML): Included in artifacts
    Generated automatically by CI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants