Open
Conversation
The /config endpoint no longer applies html.escape to BACKEND_API_URL and AUTH_ENABLED environment variables. This change ensures the values are returned as-is, which is more appropriate for non-HTML config data.
Remove HTML escaping from config environment variables
Added a section on known issues with Azure Container Apps, detailing problems with updating environment variables and container configurations, along with workarounds using Azure CLI.
feat: Integrate smoke testing into the pipeline
Updated known issues section with workarounds for Azure Container App environment variable management.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
docs: Document known issues with Azure Container Apps
…compliance-dev-v4-1 docs: Scenario name change contract compliance dev v4 1
…tom-Automation-Engine-Solution-Accelerator into psl-bug28660-bug28659
fix: updated the index creation for rfp and contract compliance
fix: removed outer files
docs: Add required notice to transparency faq
chore: merge dev into main
Removed known issues section regarding Azure Container Apps.
docs: Remove known issues about Azure Container Apps
…eployment, Docker build, PyLint, and testing processes
fix: Macaev4 AVM Post deployment script changes
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 CI/CD pipeline, focusing on deployment automation, workflow modularization, and dependency updates. The most notable changes are the addition of a new orchestrated deployment workflow, enhanced input validation, and various updates to workflow dependencies and configuration for improved reliability and maintainability.
Deployment Automation and Workflow Modularization:
.github/workflows/deploy-orchestrator.ymlthat coordinates Docker build, deployment, end-to-end testing, notification, and cleanup jobs, making the deployment process more modular and maintainable..github/workflows/deploy-linux.ymlas a new entry-point workflow that validates input parameters, schedules deployments, and calls the orchestrator, including comprehensive input validation logic for deployment parameters.Workflow Dependency and Configuration Updates:
docker/login-actionfrom v3 to v4 in.github/workflows/agnext-biab-02-containerimage.ymlmicrosoft/template-validation-actionnow uses a specific commit SHA for reproducibility in.github/workflows/azure-dev.ymlgithub/codeql-action/initandanalyzefrom v3 to v4 in.github/workflows/codeql.yml[1] [2]codfish/semantic-release-actionfrom v3 to v4 in.github/workflows/create-release.yml.github/workflows/deploy-waf.ymlDev Container and Ownership Improvements:
.devcontainer/Dockerfileand.devcontainer/devcontainer.json. [1] [2]@dgp10801to the default code owners in.github/CODEOWNERSfor improved repository ownership tracking.Code Scanning Enhancements:
.github/workflows/codeql.yml.These changes collectively improve the automation, reliability, and maintainability of the project's CI/CD pipeline.## Purpose
Does this introduce a breaking change?
How to Test
What to Check
Verify that the following are valid
Other Information