- 
                Notifications
    You must be signed in to change notification settings 
- Fork 597
fix: merging dev changes to main branch #1883
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
          
     Merged
      
      
    
                
     Merged
            
            
          Conversation
  
    
      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
    
  
  
    
    Co-authored-by: Roopan P M <[email protected]>
Co-authored-by: Roopan P M <[email protected]>
Co-authored-by: Ajit Padhi <[email protected]>
Co-authored-by: Roopan-Microsoft <[email protected]>
Co-authored-by: Roopan-Microsoft <[email protected]>
Co-authored-by: Roopan-Microsoft <[email protected]> Co-authored-by: Ross Smith <[email protected]> Co-authored-by: gpickett <[email protected]> Co-authored-by: Francia Riesco <[email protected]> Co-authored-by: Francia Riesco <[email protected]> Co-authored-by: Prajwal D C <[email protected]>
…nd Update Conversation flow based on template selection (#1567) Co-authored-by: Pavan Kumar <v-kupavan.microsoft.com>
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pavan-Microsoft <[email protected]>
…grated vectorization (#1839) Co-authored-by: Vamshi-Microsoft <[email protected]> Co-authored-by: Prajwal-Microsoft <[email protected]>
…test orchestration, and improved Makefile targets (#1855) Co-authored-by: Harmanpreet Kaur <[email protected]>
…d maintenance (#1880) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Roopan P M <[email protected]> Co-authored-by: Roopan-Microsoft <[email protected]> Co-authored-by: Pavan-Microsoft <[email protected]> Co-authored-by: Prasanjeet-Microsoft <[email protected]> Co-authored-by: Harmanpreet Kaur <[email protected]>
…up e2e tests (#1884) Co-authored-by: Harmanpreet Kaur <[email protected]>
              
                    Prajwal-Microsoft
  
              
              approved these changes
              
                  
                    Aug 21, 2025 
                  
              
              
            
            
| 🎉 This PR is included in version 1.16.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 | 
  
    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.
  
    
  
    
Purpose
CI/CD Pipeline and Deployment Automation:
Major refactor of
.github/workflows/ci.yml:deploy, added outputs for deployment URLs and status, and introduced aworkflow_dispatchtrigger for manual runs. [1] [2]cleanupjob to destroy resources after tests, and improved notification on failures. [1] [2]e2e-testjob that runs only if deployment succeeds, using the extracted URLs.Refactored
.github/workflows/test-automation.ymlto be reusable viaworkflow_calland accept deployment URLs as inputs, improving modularity and integration with the main pipeline.Deployment and Utility Script Improvements:
Makefiledeployment targets:Azure Search Integration:
azure_search_helper.py:textandlayoutTextfields when integrated vectorization is enabled, supporting more advanced search scenarios.Other Improvements:
comment_coverage.ymlto a newer commit for improved reliability.CI/CD Pipeline and Deployment Automation
.github/workflows/ci.ymlto automate deployment, URL extraction, authentication disabling, database population, and resource cleanup, with improved outputs and notifications. [1] [2] [3] [4] [5] [6].github/workflows/test-automation.ymlto be triggered as a reusable workflow with URL inputs, enabling seamless end-to-end testing after deployment.Deployment and Utility Script Improvements
Makefiledeployment targets to robustly extract service URLs, PostgreSQL host, and provide helper targets for authentication and debugging.Azure Search Integration
azure_search_helper.py. [1] [2]Other Improvements
Does this introduce a breaking change?
How to Test
What to Check
Verify that the following are valid
Other Information