Commit graph

7372 commits

Author SHA1 Message Date
Delirium
e0799f74e1
feat(ui): ai summary UI (#1868)
* feat(ui): start ai summary UI

* feat(ui): add api

* feat(ui): rm console log

* feat(ui): style fix

* feat(ui): some ui changes

* feat(ui): some ui changes

* feat(ui): some text formatting

* fix(ui): method fix

* fix(ui): fix icon gen

* fix(ui): fix global ts declaration for window env
2024-02-12 15:34:43 +01:00
nick-delirium
b9e2cafe4b fix(ui): fix metadata in saved search 2024-02-12 12:47:15 +01:00
nick-delirium
1035a1a219 fix(tracker): 12 0 2 fix for canvas check 2024-02-12 11:31:03 +01:00
nick-delirium
e0dfa21306 fix(tracker): 12 0 1, changelogs and canvas fix 2024-02-12 11:31:03 +01:00
nick-delirium
4165823e91 fix(tracker): 12 0 1, changelogs 2024-02-12 11:31:03 +01:00
Taha Yassine Kraiem
19470cd41f feature(chalice): support multi SSO redirect 2024-02-09 18:45:20 +01:00
Shekar Siri
4e190cc00d fix(ui): show error responses in ui 2024-02-09 15:12:24 +01:00
Shekar Siri
d9bf22b04c change(ui): check for edition msaas 2024-02-09 15:11:50 +01:00
Shekar Siri
00c98ea3f3 fix(ui): autoplay session ids are parsed to int 2024-02-09 11:17:11 +01:00
nick-delirium
84496b9438 fix(tracker): typo; changelog 2024-02-07 18:01:34 +01:00
nick-delirium
4bb19ecf99 feat(tracker): dynamic canvas start/stop observer 2024-02-07 11:56:33 +01:00
nick-delirium
3c12a0fcab fix(tracker): potential fix for assist warn? 2024-02-06 15:53:07 +01:00
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