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

feat(integration): implementation #2191

Merged
merged 8 commits into from
Feb 15, 2024
Merged

feat(integration): implementation #2191

merged 8 commits into from
Feb 15, 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):

Copy link

vercel bot commented Feb 14, 2024

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

Name Status Preview Comments Updated (UTC)
quivrapp ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 15, 2024 4:10am

Comment on lines +36 to +44
if [ "$1" == "start" ]; then
start_services
elif [ "$1" == "stop" ]; then
stop_services
elif [ "$1" == "logs" ]; then
view_logs
else
echo "Usage: $0 {start|stop|logs}"
fi
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Crotte de nez pour la clope electronique, utilise switch case plus lisible

match "$1":
  case "start:
         start_services
    etc
    case _:
        action-default

@StanGirard StanGirard merged commit ba5ef60 into main Feb 15, 2024
2 of 4 checks passed
StanGirard added a commit that referenced this pull request Feb 15, 2024
🤖 I have created a release *beep* *boop*
---


## 0.0.203 (2024-02-15)

## What's Changed
* feat: 🎸 ocr by @StanGirard in
#2187
* feat(lcel): migrated to lcel and pydantic by @StanGirard in
#2185
* feat(frontend): new brain creation modal by @Zewed in
#2192
* feat(integration): implementation by @StanGirard in
#2191
* feat(frontend): new design for brain table by @Zewed in
#2193


**Full Changelog**:
v0.0.202...v0.0.203

---
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
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants