Skip to content
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

fix(migration): order migrations #3231

Merged
merged 1 commit into from
Sep 19, 2024
Merged

fix(migration): order migrations #3231

merged 1 commit into from
Sep 19, 2024

Conversation

StanGirard
Copy link
Collaborator

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):

@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Sep 19, 2024
Copy link

vercel bot commented Sep 19, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
quivrapp 🔄 Building (Inspect) Visit Preview 💬 Add feedback Sep 19, 2024 1:21pm

@StanGirard StanGirard merged commit ad87641 into main Sep 19, 2024
7 of 9 checks passed
@StanGirard StanGirard deleted the fix/order-migration branch September 19, 2024 13:21
@dosubot dosubot bot added the area: scripts Related to ad-hoc scripts, SQL migrations, or under the /scripts directory label Sep 19, 2024
deividi86 added a commit to serenitysoft-com/sdr-quivr that referenced this pull request Sep 19, 2024
# 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):

Co-authored-by: Stan Girard <[email protected]>
StanGirard added a commit that referenced this pull request Sep 30, 2024
The code changes in `sync.py` update the Redis client configuration to use the `CELERY_BROKER_URL` environment variable. This allows for more flexibility in specifying the Redis connection details.

Recent user commits:
- chore: update Dockerfile dependencies and copy files
- feat: update sync_user.py to include sync user id in aget_files call (#3276)
- fix: add sync user id aget_files (#3261)
- fix: correctly passing the prompt provided by the user (#3252)
- fix(frontend): sync folder for premium users (#3251)
- fix: wrong default path for CHAT_LLM_CONFIG_PATH env variable (#3247)
- feat: introducing configurable retrieval workflows (#3227)
- feat: remove n+1 query knowledge (#3238)
- fix(migration): order migrations (#3231)
- feat(integration): Notion (#3173)

Recent repository commits:
- chore: update Dockerfile dependencies and copy files
- feat: update sync_user.py to include sync user id in aget_files call (#3276)
- fix: add sync user id aget_files (#3261)
- fix: correctly passing the prompt provided by the user (#3252)
- fix(frontend): sync folder for premium users (#3251)
- fix: wrong default path for CHAT_LLM_CONFIG_PATH env variable (#3247)
- feat: introducing configurable retrieval workflows (#3227)
- feat: remove n+1 query knowledge (#3238)
- fix(migration): order migrations (#3231)
- feat(integration): Notion (#3173)

```
StanGirard added a commit that referenced this pull request Sep 30, 2024
🤖 I have created a release *beep* *boop*
---


## 0.0.316 (2024-09-30)

## What's Changed
* fix(core): enforce langchain <0.3 for pydantic v1 by @StanGirard in
#3217
* chore(main): release core 0.0.16 by @StanGirard in
#3218
* feat(assistants): mock api by @StanGirard in
#3195
* chore(examples): fix chainlit example by @StanGirard in
#3223
* feat(integration): Notion by @chloedia in
#3173
* fix(migration): order migrations by @StanGirard in
#3231
* feat: remove n+1 query knowledge by @AmineDiro in
#3238
* feat: introducing configurable retrieval workflows by
@jacopo-chevallard in #3227
* fix: wrong default path for CHAT_LLM_CONFIG_PATH env variable by
@jacopo-chevallard in #3247
* fix(frontend): sync folder for premium users by @Zewed in
#3251
* fix: correctly passing the prompt provided by the user by
@jacopo-chevallard in #3252
* fix: add sync user id aget_files by @AmineDiro in
#3261
* feat: update sync_user.py to include sync user id in aget_files call
by @StanGirard in #3276
* chore: update Dockerfile dependencies and copy files by @StanGirard in
#3277
* chore: add wget to Dockerfile dependencies by @StanGirard in
#3279


**Full Changelog**:
v0.0.315...v0.0.316

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: scripts Related to ad-hoc scripts, SQL migrations, or under the /scripts directory size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant