Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Azure-Samples/chat-with-your-data-solution-accelerator Loading
base: 7efab26d6517f0f6ebf7b65435faf9bfb812070c
Choose a base ref
...
head repository: Azure-Samples/chat-with-your-data-solution-accelerator Loading
compare: 062022ee9b3408896928bd5411419e767a92c5e8
Choose a head ref
  • 5 commits
  • 20 files changed
  • 4 contributors

Commits on Mar 20, 2024

  1. Upgrade keyvault secrets library (#479)

    * Upgrade keyvault secrets library
    
    * Add comment in test
    
    * typo!
    
    * Mock SecretClient (#483)
    
    Co-authored-by: Chinedum Echeta <[email protected]>
    
    ---------
    
    Co-authored-by: Chinedum Echeta <[email protected]>
    ross-p-smith and cecheta committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    3b71be4 View commit details
    Browse the repository at this point in the history
  2. Update dependabot.yml (#488)

    cecheta committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    c6e2640 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26cf579 View commit details
    Browse the repository at this point in the history
  4. Update all UI dependencies (#502)

    * Update minor/patch depedencies
    
    * @vitejs/plugin-react major update
    
    * Update vite
    cecheta committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    1bc05c1 View commit details
    Browse the repository at this point in the history
  5. Add functional test for /conversation/custom endpoint

    - Allow the disabling of app insights and loading
    config from blob storage to make testing easier
    - Switch to `Thread` from `Process` for running the app
      - This is to stop pytest calling the session scoped fixure multiple times
      - It also fixes an issue where we were not seeing app logs
    - Setup the mock server as https due to the azure libraries enforcing it
      - This introduced additional fixtures and the `trustme` dependency
    - Commit the encoding file for tiktoken
      - This is to stop it making a http call over the internet to retrive it
    
    Required by #420
    adamdougal committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    062022e View commit details
    Browse the repository at this point in the history
Loading