Commit graph

6121 commits

Author SHA1 Message Date
nick-delirium
f8f03e5db8 fix(player): proper unmount 2023-04-17 12:35:51 +02:00
Alex Kaminskii
c92c1a24c1 fixup! fix(player): consider stringDict before any CreateDocument (fastfix) 2023-04-14 20:24:28 +02:00
Alex Kaminskii
dea34ceeb8 style(player/DOMManager/safeCSSRules): depend on interfaces 2023-04-14 19:53:43 +02:00
Alex Kaminskii
4f41a8303e fix(player): consider stringDict before any CreateDocument (fastfix) 2023-04-14 19:32:05 +02:00
Rajesh Rajendran
ffd9318de7 chore(helm): Updating frontend image release (#1166)
* chore(helm): Updating frontend image release

* fix(helm): PG custom port

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>

---------

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2023-04-14 17:09:27 +02:00
Shekar Siri
5147a01b1b change(ui) - session bookmarks remove from the list and copy options 2023-04-14 15:13:28 +02:00
Alex Kaminskii
512da28e27 fix(player): cursor svg with light border for better visibility on dark backgrounds 2023-04-14 14:29:28 +02:00
Alex K
b9a124d332
Merge pull request #1169 from openreplay/player-virtual-dom-lazy-creation
Player virtual dom lazy creation
2023-04-14 13:40:58 +02:00
Shekar Siri
643825dc31 fix(ui) - user sessions modal - navigation 2023-04-14 12:04:52 +02:00
Shekar Siri
d0bcae82f2
change(ui) - player improvements (#1164)
* change(ui) - player - back button spacing

* change(ui) - onboarding - changes

* change(ui) - onboarding - changes

* change(ui) - integrations gap-4

* change(ui) - install script copy button styles

* change(ui) - copy button in account settings

* fix(ui) - error details modal loader position

* change(ui) - share popup styles

* change(ui) - player improvements

* change(ui) - player improvements - playback speed with menu

* change(ui) - player improvements - current timezone

* change(ui) - player improvements - autoplay options
2023-04-13 17:53:36 +02:00
nick-delirium
c4cc3ed234 fix(player): priority and await for message processing 2023-04-13 16:55:18 +02:00
nick-delirium
72be865c5f change(player): fix typos; priority for 1st dom file 2023-04-12 17:17:44 +02:00
Rajesh Rajendran
cce3675e57 chore(helm): disabling redis string if not enabled (#1153)
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2023-04-12 16:26:16 +02:00
nick-delirium
26a142c7ab change(ui): add tooltip for added live sessions 2023-04-12 15:08:06 +02:00
nick-delirium
5457857979 change(ui): change error toast for rec 2023-04-12 15:02:08 +02:00
Alexander
e09396eaa3
Encryption metrics (#1151)
* feat(backend): added metric to measure the duration of session encryption

* feat(backend): enabled ecnryption

* feat(backend): fixed typo issue in packSession method
2023-04-12 15:00:55 +02:00
nick-delirium
a3eef1dacc change(ui): add toast for recording error 2023-04-12 14:55:24 +02:00
nick-delirium
0e1ba6650d change(tracker): fix iframe network handling 2023-04-11 17:47:49 +02:00
Alexander
d74ed000fa
Enable session encryption (#1121)
* feat(backend): enable session encryption

* feat(backend): fixed updated method name in failover algo

* feat(backend): disable encryption by default
2023-04-11 16:44:26 +02:00
Alexander Zavorotynskiy
e22845049d feat(backend): removed debug logs in http methods 2023-04-11 16:19:35 +02:00
nick-delirium
33132e2d66 change(tracker): fix priority sending, remove dead code, 2023-04-11 16:19:35 +02:00
Alexander Zavorotynskiy
f465d16110 feat(backend): removed debug logs in http methods 2023-04-11 16:19:35 +02:00
Alexander Zavorotynskiy
2a9c64ef16 feat(backend): debug log for body content 2023-04-11 16:19:35 +02:00
nick-delirium
8361b007b7 change(tracker): support compressionThreshold in tracker 2023-04-11 16:19:35 +02:00
Alexander Zavorotynskiy
05e47e978b feat(backend): added compression threshold to start request 2023-04-11 16:19:35 +02:00
Alexander Zavorotynskiy
33fbdb149f feat(backend): more debug logs 2023-04-11 16:19:35 +02:00
Alexander Zavorotynskiy
cb0743cc1e feat(backend): added extra logs 2023-04-11 16:19:35 +02:00
Alexander Zavorotynskiy
12e4a5b59c feat(backend): using custom library for unzipping request body 2023-04-11 16:19:35 +02:00
nick-delirium
08a6705508 change(tracker): configure automatic headers, compress anything bigger than 24k, add third party lib to list 2023-04-11 16:19:35 +02:00
nick-delirium
4f7112baab fix(tracker): rm unused import 2023-04-11 16:19:35 +02:00
Alexander Zavorotynskiy
6b665848bb feat(backend): implemented unzipping for http requests with gzip content-type 2023-04-11 16:19:35 +02:00
nick-delirium
eab5d511d2 fix(tracker): testing 2023-04-11 16:19:35 +02:00
nick-delirium
6c10d55236 fix(tracker): testing 2023-04-11 16:19:35 +02:00
nick-delirium
bc5228a931 change(tracker): fix generated file 2023-04-11 16:19:35 +02:00
nick-delirium
8fff087862 change(tracker): only compress big batches, set mtime 0 2023-04-11 16:19:35 +02:00
nick-delirium
312600ee56 change(tracker): compress inside tracker, then post batch to sender 2023-04-11 16:19:35 +02:00
nick-delirium
ab279697a4 change(tracker): configure per message compression 2023-04-11 16:19:35 +02:00
Alexander
1125d0c15d
feat(backend): stopped inserting input values into the database (#1068) 2023-04-11 16:04:24 +02:00
Alexander
f561593b1a
Memory control manager (#1067)
* feat(backend): added a mechanism to control memory consumption

* feat(backend): extra log for system allocation

* feat(backend): implemented new memory manager in db and heuristics service
2023-04-11 16:01:37 +02:00
Shekar Siri
08c5b11e30
feat(ui) - getting started (#1148)
* feat(ui) - getting started - wip

* feat(ui) - getting started - wip

* feat(ui) - getting started - wip

* feat(ui) - getting started - wip

* change(ui) - getting started

* change(ui) - getting started - css changes
2023-04-11 15:38:44 +02:00
nick-delirium
578cb1af06 fix(ui): fix player destruction on id change 2023-04-11 11:04:22 +02:00
rjshrjndrn
88b713451d fix(helm): clickhouse username 2023-04-09 15:07:10 +02:00
Alex Kaminskii
98fdf73bd5 feat(player/DOMManager): VirtualNodes insertion prioretization (for styles) 2023-04-07 18:59:04 +02:00
nick-delirium
2896ee7aa3 Merge branch 'main' into dev 2023-04-07 16:08:57 +02:00
nick-delirium
65a790aaf3 fix(tracker): fix thrashing detection, remove unused files from testing playground 2023-04-07 16:08:07 +02:00
Rajesh Rajendran
1a48882119
chore(helm): Updating chalice image release (#1134) 2023-04-07 15:31:07 +02:00
Kraiem Taha Yassine
25dba3a0a0
Merge pull request #1133 from openreplay/v1.11.0-patch
feat(chalice): fixed file_key serialization issue
2023-04-07 14:10:34 +01:00
Taha Yassine Kraiem
7685ce09a2 feat(chalice): fixed file_key serialization issue 2023-04-07 14:09:44 +01:00
rjshrjndrn
57cdc4ae92 feat(helm): Adding cors headers to content type
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2023-04-07 14:47:40 +02:00
Rajesh Rajendran
160aa5288b
chore(helm): Updating frontend image release (#1132) 2023-04-07 14:29:43 +02:00