Stan Girard
6bc9dd1894
ci: 🎡 tests ( #1615 )
...
fixed
# 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):
2023-11-13 13:53:25 +01:00
Stan Girard
753dfc1bf7
feat(cms): added github actions
2023-09-21 10:18:04 +02:00
Stan Girard
4b806db3c0
fix(migration): removed ( #1170 )
2023-09-14 16:45:15 +02:00
Stan Girard
1d33fbd3eb
feat(file-system): added queue and filesystem ( #1159 )
...
* feat(queue): added
* feat(crawling): added queue
* fix(crawler): fixed github
* feat(docker): simplified docker compose
* feat(celery): added worker
* feat(files): now uploaded
* feat(files): missing routes
* feat(delete): added
* feat(storage): added policy and migrations
* feat(sqs): implemented
* feat(redis): added queue name variable
* fix(task): updated
* style(env): emoved unused env
* ci(tests): removed broken tests
2023-09-14 11:56:59 +02:00
Stan Girard
56bde0976e
feat(release-please): now using github api to generate changelog notes
2023-08-23 13:24:32 +02:00
Stan Girard
9c7a2aa7c0
ci(stale): increased operations per run
2023-08-22 15:58:41 +02:00
Stan Girard
0b2e3bc19a
ci(stale): increased operations per run to 60
2023-08-20 12:16:52 +02:00
Stan Girard
86c64b7759
ci(stale): increased to 30 days
2023-08-20 11:58:05 +02:00
Stan Girard
884f6862e1
ci(stale): update to main
2023-08-20 11:56:52 +02:00
Stan Girard
d0370ab499
feat(refacto): changed a bit of things to make better dx ( #984 )
2023-08-19 13:32:16 +02:00
Stan Girard
015f12bb4c
ci(ci): deploy tag
2023-08-18 18:41:50 +02:00
Stan Girard
2b85a94e88
feat(gcr): removed sha and put latest
2023-08-18 18:35:26 +02:00
Stan Girard
195b4b2ef2
ci(docker): registry fixed name
2023-08-18 18:31:04 +02:00
Stan Girard
ad3dca3e27
feat(docker): pushing image to github registry
2023-08-18 18:29:02 +02:00
Stan Girard
b3a6231274
feat(aws): all in microservices
2023-08-18 18:18:36 +02:00
Stan Girard
705e36e708
ci(prod): added microservices
2023-08-18 18:16:01 +02:00
Stan Girard
b7f9876ce2
feat(preview): added crawl service to ci
2023-08-18 16:35:27 +02:00
Stan Girard
1e78812f30
ci(preview): context put in good place
2023-08-18 16:14:48 +02:00
Stan Girard
6894a2365b
ci(docker): fixed context
2023-08-18 16:12:57 +02:00
Stan Girard
110d72d111
ci(preview): removed core
2023-08-18 16:10:38 +02:00
Stan Girard
a706e2e9d0
ci(preview): working dir to core
2023-08-18 16:09:41 +02:00
Stan Girard
86ff98bee1
ci(preview): context
2023-08-18 16:08:42 +02:00
Stan Girard
19d41cf54e
ci(preview): fix context
2023-08-18 16:01:00 +02:00
Stan Girard
8b5cef4dfc
ci(preivew): added caching
2023-08-18 15:57:49 +02:00
Stan Girard
98f75ba7b7
ci(ci): ecr registry addedd
2023-08-18 15:49:16 +02:00
Stan Girard
d90850d364
ci(preview): added fail fast to false
2023-08-18 15:35:39 +02:00
Stan Girard
08450f7b50
ci(ecr): hidden
2023-08-18 15:18:09 +02:00
Stan Girard
9f9a7bc4a1
ci(preview): fix output
2023-08-18 15:09:51 +02:00
Stan Girard
ce6b45e1ac
feat(preview): added service upload ( #979 )
...
* feat(docker): improved size image
* feat(preview): added upload service
* ci(aws): using matrix
2023-08-18 14:49:48 +02:00
Stan Girard
c227fc990d
chore(empty): file removed
2023-08-18 12:26:29 +02:00
Stan Girard
d1dfd6c7ec
Feat/microservice aws ( #976 )
...
* feat(chat-service): added task definition
* feat(ci): added ci
2023-08-18 12:02:57 +02:00
Stan Girard
67d7dbfba7
ci(stale): now every 4 hours
2023-08-07 11:09:47 +02:00
Stan Girard
642e345435
ci(stale): added workflow
2023-08-07 00:18:32 +02:00
Noe
303ba72028
feat: Introduce repository pattern to prepare adding other database providers ( #646 )
...
* add sqlalchemy models
* add neon settings
* add insert brain
* abstract supabase from Brain class
* abstract supabase from Brain class
* abstract supabase from /models
* update Database to Repository
* update neon_tables to pg_tables
* update chat, api-key and message
* update vector class
* update settings
* update env vars for test
* Update backend-tests.yml
* fix test
* fix fetch_user_requests_count()
* fix fetch_user_requests_count()
* fix increment_user_request_count
* fix increment_user_request_count
* fix asset upload_response message
* fix pyright
* fix brain_subscription
* fix brain_subscription
* fix brain_subscription
* fix get user request stat
* update create_brain_user
* add delete brain vector and user
* add delete brain vector and user
* correctly call function
---------
Co-authored-by: Noé Pion <noe.pion@onfido.com>
Co-authored-by: raoufchebri <raouf@chebri.com>
Co-authored-by: Stan Girard <girard.stanislas@gmail.com>
2023-08-01 23:03:47 +02:00
Stan Girard
2fcff0beda
fix(release-please): use personal token to be able to trigger release ( #789 )
...
* ci(check-pr-title): made prettier
* fix(release-please): use personal token to be able to trigger release
2023-07-27 11:02:47 +02:00
Stan Girard
b11b2d8658
feat(pr-title): added pr-title checlk
2023-07-27 10:45:58 +02:00
Stan Girard
16114b2c52
fix(release-please): fixed actions
2023-07-27 10:42:25 +02:00
Stan Girard
e6ba9e80f4
feat(workflow): added release please
2023-07-26 10:58:24 +02:00
Stan Girard
8abd979ca2
ci(docker): fixed
2023-07-18 16:54:31 +02:00
Stan Girard
4d3dbc565e
feat(ci): fixed
2023-07-18 16:52:55 +02:00
Matt
a57563bcaf
Merge branch 'fix/aws-ci' of https://github.com/StanGirard/quivr into fix/aws-ci
2023-07-18 15:39:58 +01:00
Matt
65e8415079
remove: test ci
2023-07-18 15:39:54 +01:00
Matt
dcc8323c5d
Merge branch 'main' into fix/aws-ci
2023-07-18 15:36:35 +01:00
Matt
2f5088547a
test: fix ci
2023-07-18 15:34:08 +01:00
Stan Girard
7bc9f614c5
fix(ci): workflow
2023-07-18 16:26:10 +02:00
Stan Girard
8545b9ca3b
feat(ci): added new test docker
2023-07-18 16:25:16 +02:00
Stan Girard
ab9a9d0db4
fix(ci): aws deploymenet ( #693 )
2023-07-18 15:54:37 +02:00
Matt
260e20d401
feat: update paths and workingdir ( #686 )
2023-07-18 12:21:25 +02:00
Matt
e61f437ce8
Feat/backend core ( #656 )
2023-07-17 07:57:27 +01:00
Matt
9f2cd7b7b6
fix: bug if no brain ( #635 )
2023-07-14 20:02:26 +01:00