-
Notifications
You must be signed in to change notification settings - Fork 114
fix: Merging dev fixes into main #333
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…urce-packages build: Downgrade msal[broker] and azure-mgmt-resource package to compatible version
…rsion conflicts (#283)
build: Upgrade azure-ai-ml package to compatible version
* Research assistant backend unit test * Research assistant backend unit test * Research assistant unit test pylint correction * pylint correction * research assistant .yml file * Update test_research_assistant.yml --------- Co-authored-by: Roopan-Microsoft <168007406+Roopan-Microsoft@users.noreply.github.com>
…#287) * Prompt flow version update * Add files via upload * Add files via upload * Add files via upload --------- Co-authored-by: Roopan-Microsoft <168007406+Roopan-Microsoft@users.noreply.github.com>
feat: Dev Image Version Check Test
revert: "feat: Dev Image Version Check Test"
* updated Asset and retirement updated code * minor fix on meeting days * fixed test case * optimized query
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 7 out of 8 changed files in this pull request and generated no comments.
Files not reviewed (1)
- ResearchAssistant/Deployment/scripts/aihub_scripts/requirements.txt: Language not supported
Comments suppressed due to low confidence (1)
ClientAdvisor/App/frontend/src/api/api.ts:238
- The error response should be created directly as a new Response object instead of spreading an empty Response.
const errRes: Response = { ...new Response(), ok: false, status: 500 }
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.1.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Purpose
get_users
function in the backend, and a new utility function in the frontend to handle empty arrays.Workflow updates:
.github/workflows/build-docker.yml
: Added a new step to determine the tag name based on the branch name, and updated the Docker build and push steps to use this tag name..github/workflows/test_research_assistant.yml
: Created a new workflow for running unit tests on the Research Assistant module, triggered by pushes and pull requests to themain
anddev
branches.Backend improvements:
ClientAdvisor/App/app.py
: Refactored theget_users
function to combine multiple SQL queries into a single statement, improving the efficiency of updating sample data in theClientMeetings
,Assets
, andRetirement
tables. [1] [2]Frontend improvements:
ClientAdvisor/App/frontend/src/api/api.ts
: Added a new utility functionisLastObjectNotEmpty
to check if the last object in an array is not empty, and used this function to handle empty array cases in thehistoryUpdate
function. [1] [2]Test updates:
ClientAdvisor/App/tests/test_app.py
: Updated thetest_get_users_success
test to include new fieldsClientMeetingDaysDifference
,AssetMonthsDifference
,StatusMonthsDifference
, andDaysDifference
in the mock data.Dependency updates:
ResearchAssistant/Deployment/scripts/aihub_scripts/requirements.txt
: Updated the versions ofazure-ai-ml
,msal[broker]
, andazure-mgmt-resource
dependencies.Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information