Closed
Conversation
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…rkspace Resource ID
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…ource group creation
feat: CPS V2 changes to dev
fix: Code space Bug fixes for CPS V2
…ev to azd-template-validation
…-bicep-params.yml
fix: post deployment script
chore: Add AZD Template Validation Workflow (Scheduled & On-Demand) and Refactor Azure Deployment Pipeline
…ames and add push trigger
Remove axios ^1.13.5 from package.json as all HTTP calls use native fetch via the apiClient.tsx wrapper. Also update documentation references in .github/instructions/ files. - Remove axios from package.json dependencies - Update pnpm-lock.yaml (pnpm install) - Update test-quality.instructions.md to remove axios references - Update code-quality.instructions.md to remove axios from import example Resolves #39065 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
chore: Add AZD Template Validation Workflow (Scheduled & On-Demand) and Refactor Azure Deployment Pipeline
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
fix: update ai summary and gap analysis once refresh is clicked
fix: add bicep version requirement (>= 0.33.0) to azure.yaml
chore: remove unused axios dependency from ContentProcessorWeb
Added important notes regarding security restrictions and Azure OpenAI quota availability.
Added note about security restrictions and WAF-supported version.
fix: Filter the paths for pipeline run
docs: Added content in Readme and deploymentguide for SFI issue
fix: Fixed all the code quality issues
feat: added support for deploying local changes
ci: Refactor pipeline, add oidc auth and integrate smoke testing automation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces significant improvements to the Python testing infrastructure and adds comprehensive unit tests for the
ContentProcessorbackend. The main changes include expanding the GitHub Actions workflow to support separate test jobs for core logic, API, and workflow components, upgrading the Python version, and adding new unit tests and coverage configuration files.CI Workflow Enhancements:
.github/workflows/test.yml, ensuring each major backend module is tested independently with coverage enforcement.psl-unit-test-cps-v2) in the workflow trigger list.Testing and Coverage Configuration:
.coveragercfile insrc/tests/ContentProcessorto focus coverage on core business logic and exclude integration components and test files.README.mdinsrc/tests/ContentProcessorto document the structure and usage of the core unit tests.Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information