Skip to content

Feature/ab#32088 add regenerate ai analysis button#2050

Draft
jacobwillsmith wants to merge 3 commits intodevfrom
feature/AB#32088-AddRegenerateAIAnalysisButton
Draft

Feature/ab#32088 add regenerate ai analysis button#2050
jacobwillsmith wants to merge 3 commits intodevfrom
feature/AB#32088-AddRegenerateAIAnalysisButton

Conversation

@jacobwillsmith
Copy link

Pull request overview

This pull request adds a refresh action for AI application analysis so reviewers can regenerate analysis output on demand from the application details page.

It introduces a focused app-service endpoint and regeneration service that rebuilds and saves AI analysis for a specific application, then updates the AI analysis tab UI to trigger that action from a Refresh Analysis button.

Changes:

  • Added GenerateAIAnalysisAsync to grant-application app service contract and implementation
  • Added ApplicationAnalysisService to regenerate and persist AI analysis for an application
  • Added IApplicationAnalysisService abstraction for analysis regeneration orchestration
  • Added Refresh Analysis action in the AI analysis tab and wired it to call the new app-service method

@github-actions
Copy link

🧪 Unit Test Results (Parallel Execution)

Tests

📊 Summary

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

📄 HTML Reports

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

@github-actions
Copy link

🧪 Unit Test Results (Parallel Execution)

Tests

📊 Summary

Result Count
✅ Passed 451
❌ 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.

1 participant