Commit graph

7360 commits

Author SHA1 Message Date
Alexander
a26b603945
Boost performance for one node assist mode (#1869)
* feat(assist): removed cache for solo-node assist mode

* feat(assist): try to fetch from global io object

* feat(assist): small changes

* feat(assist): added cache per request instead of cache per room

* feat(assist): fixed await call in global scope

* feat(assist): try to fix circular structure issue

* feat(assist): use preprocessor for sockets list

* feat(assist): check the theory about fetchSockets data set

* feat(assist): try to keep everything inside handshake.query object
2024-02-06 14:10:48 +01:00
Shekar Siri
e14cbe41e5 change(ui): login to functional component 2024-02-06 12:09:27 +01:00
rjshrjndrn
b6c31be14f fix(install): override file
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2024-02-05 18:20:57 +01:00
rjshrjndrn
07f07a99d7 chore(cli): support override file while installing
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2024-02-02 20:24:15 +01:00
rjshrjndrn
21cd4de97d refactor(helm): update deprecated value
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2024-02-02 18:24:01 +01:00
rjshrjndrn
b11cf8a12c refactor(helm): remove duplicate code
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2024-02-02 18:24:00 +01:00
Kraiem Taha Yassine
dc0331aac2
refactor(DB): refactored DB init script (#1873) 2024-02-02 12:29:47 +01:00
Kraiem Taha Yassine
45b58eeb4f
refactor(DB): refactored DB init script (#1872) 2024-02-02 11:05:33 +01:00
Kraiem Taha Yassine
9879bd65bb
feat(DB): DB changes for v1.18.0 (#1871) 2024-02-01 17:56:41 +01:00
nick-delirium
8263773bff fix(tracker): some refactoring 2024-01-30 14:50:00 +01:00
Alexander
88ea925263 feat(backend): added new flag USE_S3_TAGS to disable s3 tags 2024-01-29 16:50:08 +01:00
Eng Zer Jun
76f0f3ff3d
refactor(backend): move from io/ioutil to io and os packages (#1784)
The io/ioutil package has been deprecated as of Go 1.16 [1]. This commit
replaces the existing io/ioutil functions with their new definitions in
io and os packages.

[1]: https://golang.org/doc/go1.16#ioutil
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2024-01-29 16:37:59 +01:00
nick-delirium
3ada6aeb42 feat(tracker): v12 release 2024-01-29 09:42:08 +01:00
nick-delirium
fd2f2b1677 feat(tracker): rn release 2024-01-26 18:07:03 +01:00
Kraiem Taha Yassine
66792547e7
feat(DB): enhanced delta (#1861) 2024-01-26 18:06:43 +01:00
Kraiem Taha Yassine
d6c9f466e5
Dev (#1860)
* refactor(chalice): changed logging

* feat(DB): rollback scripts

* feat(DB): init&delta scripts
2024-01-26 18:03:00 +01:00
Alexander
16af8ee09f feat(backend): fixed nil tags response 2024-01-26 15:25:40 +01:00
Kraiem Taha Yassine
948daef310
Dev (#1859)
* fix(chalice): fixed NewRelic integration

* fix(chalice): restrict EE usability-tests to admin level only

* refactor(chalice): changed assist stats logs
2024-01-26 14:31:51 +01:00
Savinien Barbotaud
967b824501 Fix docker compose local network (#1809)
* fix #1502  docker-compose in local network

* fix: docker-compose images versions

* fix CADDY_DOMAIN and chalice env

* add chalice line

* domain name again

* add caddy to common.env

* remove chalice variable is_dns_public to SKIP_H_SSL
2024-01-26 14:30:58 +01:00
Alexander
df2ee71bbb feat(backend): fixed issue in start request 2024-01-26 14:25:44 +01:00
Alexander
354f071fb0
Conditions (ee version) (#1858)
* feat(backend): moved conditions to ee folder

* feat(backend): fixed typo
2024-01-26 14:03:29 +01:00
Alexander
4711bf28f0 feat(backend): small improvements in CH client 2024-01-26 13:48:03 +01:00
Alexander
db17366aae feat(backend): fixed no mobile sessions issue in CH 2024-01-26 13:46:17 +01:00
nick-delirium
35ab32b4df fix(ui): remove tags from assist search 2024-01-26 11:50:01 +01:00
nick-delirium
fc7183e504 fix(ui): condition names to be unique 2024-01-26 11:42:18 +01:00
nick-delirium
0a6efe933f fix(ui): fix updated state for condition sets delete 2024-01-26 11:30:07 +01:00
rjshrjndrn
bb1b8e9a26 fix(backend): gssapi 2024-01-25 20:02:55 +01:00
nick-delirium
72d443a700 fix(ui): fix canvas replay walker cb 2024-01-25 16:55:46 +01:00
nick-delirium
3d0f2d6423 fix(ui): logs rm 2024-01-25 16:34:06 +01:00
Alexander
4bc7c2294d feat(backend): fixed zero duration issue in mobile sessions 2024-01-25 16:11:52 +01:00
Alexander
255f879476
Mobile replay (#1853)
* feat(backend): added new trigger topic for mobile video replay maker

* feat(backend): mobile video maker with mix list support

* feat(backend): fixed panic

* feat(backend): removed commented code
2024-01-25 14:30:40 +01:00
nick-delirium
731f3fd6ac fix(ui): doc comments 2024-01-24 16:25:43 +01:00
nick-delirium
08c71221d8 fix(ui): doc commets 2024-01-24 15:55:23 +01:00
Shekar Siri
ef3cde706f change(api): additional routes for managed saas 2024-01-24 13:15:17 +01:00
nick-delirium
0f4635548b fix(ui): fix canvas ts comparison 2024-01-23 17:02:31 +01:00
rjshrjndrn
6140b0efd7 chore(chalice): image name as variable
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2024-01-23 15:06:32 +01:00
nick-delirium
463ca8f908 fix(ui): some t&w fixes 2024-01-23 14:26:34 +01:00
Taha Yassine Kraiem
b22d9433d0 refactor(chalice): changes 2024-01-23 13:35:04 +01:00
Taha Yassine Kraiem
8de6d833b7 refactor(DB): stop DB init script if the DB already exists 2024-01-23 12:13:31 +01:00
rjshrjndrn
97dd69bca1 chore(frontend): update node version
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2024-01-23 12:11:16 +01:00
rjshrjndrn
148d67b4ba ci(player): update build image
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2024-01-23 12:11:16 +01:00
Alexander
acc21fe82d feat(backend): fixed typo in canvas group name 2024-01-23 11:37:47 +01:00
Alexander
78a9146144 feat(backend): added new consumer groups for new canvas pipeline 2024-01-22 17:03:15 +01:00
rjshrjndrn
f0227d9694 Revert "chore(relase): version updater"
This reverts commit b03b790cd2.
2024-01-22 16:47:53 +01:00
rjshrjndrn
6ea974d102 release: version updater 2024-01-22 16:47:53 +01:00
nick-delirium
932aa485df fix(tracker): update tests for conditionsManager.test.ts 2024-01-22 16:43:50 +01:00
Alexander
5674f5b9b7 feat(backend): fixed getConditions request 2024-01-22 16:33:44 +01:00
nick-delirium
db10d7afdb fix(ui): remove old logs 2024-01-22 16:17:26 +01:00
rjshrjndrn
b03b790cd2 chore(relase): version updater 2024-01-22 15:25:10 +01:00
Alexander
b6fe561242 feat(backend): send empty list instead of null (conditions) 2024-01-22 15:12:58 +01:00