Skip to content

chore: Merge Dev to Main#308

Merged
Prajwal-Microsoft merged 26 commits intomainfrom
dev
Dec 29, 2025
Merged

chore: Merge Dev to Main#308
Prajwal-Microsoft merged 26 commits intomainfrom
dev

Conversation

@AjitPadhi-Microsoft
Copy link
Contributor

Purpose

  • This pull request primarily updates GitHub workflow triggers and refines code across both backend and frontend to improve maintainability, error handling, and performance.

Does this introduce a breaking change?

  • Yes
  • No

Golden Path Validation

  • I have tested the primary workflows (the "golden path") to ensure they function correctly without errors.

Deployment Validation

  • I have validated the deployment process successfully and all services are running as expected with this change.

What to Check

Verify that the following are valid

  • ...

Other Information

Harmanpreet Kaur and others added 26 commits December 16, 2025 17:26
…and test workflows; upgrade action versions
…PyLint, and test workflows; upgrade action versions"

This reverts commit 924c880.
… and 'azure.yaml'; update deploy workflow to trigger on completion of Docker build; remove pull request paths from PyLint workflow
fix: Fixed code quality issues.
fix: Reverting my changes from dev
ci: update workflows to enhance deployment automation, and refine test/lint triggers
fix: add progressPercentage state
const [progressPercentage, setProgressPercentage] = useState(0);
const [expandedSections, setExpandedSections] = React.useState<string[]>([]);
const [allFilesCompleted, setAllFilesCompleted] = useState(false);
const [progressPercentage, setProgressPercentage] = useState(0);
PERMISSION_ACCEPT_BUTTON = "//input[@type='submit']"

def __init__(self, page):
super().__init__()
PERMISSION_ACCEPT_BUTTON = "//input[@type='submit']"

def __init__(self, page):
super().__init__()
@Prajwal-Microsoft Prajwal-Microsoft merged commit c05d7d2 into main Dec 29, 2025
10 checks passed
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.

5 participants