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: QuivrHQ/quivr
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.114
Choose a base ref
...
head repository: QuivrHQ/quivr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.115
Choose a head ref
  • 8 commits
  • 102 files changed
  • 3 contributors

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    f54c2a1 View commit details
    Browse the repository at this point in the history
  2. fix: allow user to set a brain as public after creation (#1646)

    Issue: #1647
    
    
    - Refactor brain management page settings tabs hooks: use context
    - Fix brain status change 
    
    Demo:
    
    
    
    https://github.com/StanGirard/quivr/assets/63923024/073be02f-394c-4887-8572-ff293792c023
    mamadoudicko committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    9522d6b View commit details
    Browse the repository at this point in the history
  3. fix(brainManagement): fix shared brain access issue (#1641)

    # Description
    
    Please include a summary of the changes and the related issue. Please
    also include relevant motivation and context.
    
    ## Checklist before requesting a review
    
    fix/brain-management-shared-brain-access
    - [ ] My code follows the style guidelines of this project
    - [ ] I have performed a self-review of my code
    - [ ] I have commented hard-to-understand areas
    - [ ] I have ideally added tests that prove my fix is effective or that
    my feature works
    - [ ] New and existing unit tests pass locally with my changes
    - [ ] Any dependent changes have been merged
    
    ## Screenshots (if appropriate):
    gozineb committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    efe4e8c View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. feat: 🎸 docker reduced size by 2 (#1653)

    reduced size by 2
    
    # Description
    
    Please include a summary of the changes and the related issue. Please
    also include relevant motivation and context.
    
    ## Checklist before requesting a review
    
    Please delete options that are not relevant.
    
    - [ ] My code follows the style guidelines of this project
    - [ ] I have performed a self-review of my code
    - [ ] I have commented hard-to-understand areas
    - [ ] I have ideally added tests that prove my fix is effective or that
    my feature works
    - [ ] New and existing unit tests pass locally with my changes
    - [ ] Any dependent changes have been merged
    
    ## Screenshots (if appropriate):
    StanGirard committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    744eea6 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. feat: 🎸 docker (#1656)

    reduced docker frontend size by 20 🤣
    
    # Description
    
    Please include a summary of the changes and the related issue. Please
    also include relevant motivation and context.
    
    ## Checklist before requesting a review
    
    Please delete options that are not relevant.
    
    - [ ] My code follows the style guidelines of this project
    - [ ] I have performed a self-review of my code
    - [ ] I have commented hard-to-understand areas
    - [ ] I have ideally added tests that prove my fix is effective or that
    my feature works
    - [ ] New and existing unit tests pass locally with my changes
    - [ ] Any dependent changes have been merged
    
    ## Screenshots (if appropriate):
    StanGirard committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    b062573 View commit details
    Browse the repository at this point in the history
  2. feat: 🎸 marketplace (#1657)

    added explore button and removed unused feature openai key
    
    # Description
    
    Please include a summary of the changes and the related issue. Please
    also include relevant motivation and context.
    
    ## Checklist before requesting a review
    
    Please delete options that are not relevant.
    
    - [ ] My code follows the style guidelines of this project
    - [ ] I have performed a self-review of my code
    - [ ] I have commented hard-to-understand areas
    - [ ] I have ideally added tests that prove my fix is effective or that
    my feature works
    - [ ] New and existing unit tests pass locally with my changes
    - [ ] Any dependent changes have been merged
    
    ## Screenshots (if appropriate):
    StanGirard committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    d955e31 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. feat: 🎸 openai (#1658)

    cleaning old code to introduce better patern
    
    # Description
    
    Please include a summary of the changes and the related issue. Please
    also include relevant motivation and context.
    
    ## Checklist before requesting a review
    
    Please delete options that are not relevant.
    
    - [ ] My code follows the style guidelines of this project
    - [ ] I have performed a self-review of my code
    - [ ] I have commented hard-to-understand areas
    - [ ] I have ideally added tests that prove my fix is effective or that
    my feature works
    - [ ] New and existing unit tests pass locally with my changes
    - [ ] Any dependent changes have been merged
    
    ## Screenshots (if appropriate):
    StanGirard committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    6a041b6 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 0.0.115 (#1645)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## 0.0.115 (2023-11-20)
    
    ## What's Changed
    * fix(apiBrain): fix default type selection by @mamadoudicko in
    #1642
    * fix: allow user to set a brain as public after creation by
    @mamadoudicko in #1646
    * fix(brainManagement): fix shared brain access issue by @gozineb in
    #1641
    * feat: 🎸 docker reduced size by 2 by @StanGirard in
    #1653
    * feat: 🎸 docker by @StanGirard in
    #1656
    * feat: 🎸 marketplace by @StanGirard in
    #1657
    * feat: 🎸 openai by @StanGirard in
    #1658
    
    
    **Full Changelog**:
    v0.0.114...v0.0.115
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    StanGirard committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    a19d7b3 View commit details
    Browse the repository at this point in the history
Loading