Commit Graph

708 Commits

Author SHA1 Message Date
eb76cd9bcd server/www: rename topic text field to transcript
This aleviate the current issue with vercel deployment
2023-11-02 19:59:56 +01:00
9642d0fd1e hotfix/server: fix duplication of topics 2023-11-02 19:40:45 +01:00
37f6fe6345 server: rename migration script for readability 2023-11-02 19:17:34 +01:00
c87c30d339 hotfix/server: add follow_redirect on modal 2023-11-02 19:09:13 +01:00
3424550ea9 hotfix/server: add id in GetTranscriptTopic for the frontend to work 2023-11-02 19:06:30 +01:00
239fae6189 hotfix/server: add migration script to migrate transcript field to text 2023-11-02 19:02:02 +01:00
2e738e9f17 server: remove unused/old post_transcript.py 2023-11-02 17:39:21 +01:00
057c636c56 server: move logging to base implementation, not specialization 2023-11-02 17:39:21 +01:00
19b5ba2c4c server: add diarization logger information 2023-11-02 17:39:21 +01:00
bba5643237 www: update openapi 2023-11-02 17:39:21 +01:00
f5ce3dd75e www: remove auth changes (will be done by sara PR) 2023-11-02 17:39:21 +01:00
dbf3c9fd2c www: fix path 2023-11-02 17:39:21 +01:00
7fca7ae287 ci: add redis service required for celery 2023-11-02 17:39:21 +01:00
3e7031d031 server: do not remove empty or recording transcripts by default
We should have the possibility to delete or hide them later
2023-11-02 17:39:21 +01:00
4da890b95f server: add dummy diarization and fixes instanciation 2023-11-02 17:39:21 +01:00
d0057ae2c4 server: add missing python-jose 2023-11-02 17:39:21 +01:00
e405ccb8f3 server: started updating documentation 2023-11-02 17:39:21 +01:00
d8a842f099 server: full diarization processor implementation based on gokul app 2023-11-02 17:39:21 +01:00
07c4d080c2 server: refactor with diarization, logic works 2023-11-02 17:39:21 +01:00
1c42473da0 server: refactor with clearer pipeline instanciation and linked to model 2023-11-02 17:39:21 +01:00
433c0500cc server: refactor to separate websocket management + start pipeline runner 2023-11-02 17:39:21 +01:00
a45b30ee70 www: ensure login waited before recording
if you refresh the record page, it does not work and return 404 because the transcript is accessed without token
2023-11-02 17:39:21 +01:00
367912869d server: make processors in broadcast to be executed in parallel 2023-11-02 17:39:21 +01:00
00c06b7971 server: use redis pubsub for interprocess websocket communication 2023-11-02 17:39:21 +01:00
8bebb2a769 server: start moving to an external celery task 2023-11-02 17:39:21 +01:00
Koper
16a8579272 Removed console.log 2023-11-02 17:39:21 +01:00
Koper
5f00673ebd Implemented speaker color functions 2023-11-02 17:39:21 +01:00
f4cffc0e66 server: add tests on segmentation and fix issue with speaker 2023-11-02 17:39:21 +01:00
01d7add6cc www: update openapi and display 2023-11-02 17:39:21 +01:00
21e408b323 server: include transcripts words in database, but keep back compatible api 2023-11-02 17:39:21 +01:00
00eb9bbf3c server: improve split algorithm 2023-11-02 17:39:21 +01:00
6d074ed457 www: update frontend to support new transcript format in topics 2023-11-02 17:39:21 +01:00
b323254376 server: move out profanity filter to transcript, and implement segmentation 2023-11-02 17:39:21 +01:00
0d9f66c097 www: fix edge config to go on default by default 2023-11-02 12:32:55 +01:00
Sara
61d1e6b06b fix local and preview config 2023-11-02 12:24:52 +01:00
5a92080e8c ci: fix path inclusion on test_server 2023-11-02 12:24:52 +01:00
fac04d1db1 www: update openapi 2023-11-02 12:24:52 +01:00
726efbc97a server: allow extra environment variable to ease switch between branch
suggested by Andreas
2023-11-02 12:24:52 +01:00
619c142ee3 www: remove sentry replay 2023-11-02 12:24:52 +01:00
9e6f786eae server: deactivate sentry sample rate 2023-11-02 12:24:52 +01:00
Sara
3a12ebd7e1 tweak prefetch on links 2023-11-02 12:24:52 +01:00
Sara
1e262ff8b4 prevent prefetch of login/logout 2023-11-02 12:24:52 +01:00
Sara
0be1bbe96a fix dot replacement 2023-11-02 12:24:52 +01:00
fe6d096f6f server: do not filter empty and recording for now 2023-11-02 12:24:52 +01:00
Sara
18c0d7a13b fix authentication issue 2023-11-02 12:24:52 +01:00
Sara
7ca152992c fix typings and edge config key issue 2023-11-02 12:24:52 +01:00
Sara
2847ee177b fix readme and env files 2023-11-02 12:24:52 +01:00
Sara
7430996f7f self review 2023-11-02 12:24:52 +01:00
Sara
6d5c042548 remove unessecary file 2023-11-02 12:24:52 +01:00
Sara
4a69bffc9c Implement multi tenancy 2023-11-02 12:24:52 +01:00