Commit graph

3442 commits

Author SHA1 Message Date
Alexander Zavorotynskiy
8647beb538 chore(helmchart): added ASSETS_ORIGIN to sink helm chart 2022-05-24 13:21:38 +02:00
Alexander
c6f54f18aa
Merge pull request #502 from openreplay/message_timestamp_changes
Message timestamp changes
2022-05-24 13:02:16 +02:00
Alexander Zavorotynskiy
c941cb872a feat(backend/messages): added timestamp for SessionStart and moved RawErrorEvent to db datasaver 2022-05-24 10:33:16 +02:00
Alexander Zavorotynskiy
d685ad4cb3 feat(backend/ender): implemented metrics module and added to ender service 2022-05-23 17:48:24 +02:00
Alexander Zavorotynskiy
d29416fd48 fix(backend): fixed bug with group name in heuristics service 2022-05-23 17:42:28 +02:00
Shekar Siri
364b4bfcf5
Merge pull request #499 from openreplay/hot-fixes
fix(ui) - sessions - stop reloading on site change
2022-05-23 15:49:49 +02:00
Shekar Siri
2b18939c5c fix(ui) - sessions - stop reloading on site change 2022-05-23 15:48:40 +02:00
Shekar Siri
3bccd3b9a7
Merge pull request #498 from openreplay/hot-fixes
fix(ui) - sessions - stop reloading on site change
2022-05-23 14:43:46 +02:00
Shekar Siri
089867cf0a fix(ui) - sessions - stop reloading on site change 2022-05-23 14:43:03 +02:00
sylenien
07072f74b0 fix(ui): fix text overflow 2022-05-23 11:05:03 +02:00
sylenien
a06fb42e12 fix(ui): fix bugs with metric updating, metric selection hover etc 2022-05-23 11:05:03 +02:00
sylenien
40ab7d1e41 fix(ui): minor fixes for sesson settings 2022-05-23 11:05:03 +02:00
sylenien
d4fa960fdf fix(ui): make dashboardeditModal closable with esc 2022-05-23 11:05:03 +02:00
sylenien
6a801a2026 fix(ui): make menuitem configurable 2022-05-23 11:05:03 +02:00
sylenien
af45af8bd0 fix(ui): design review - dashboard metric selection 2022-05-23 11:05:03 +02:00
sylenien
a489a8b77e fix(ui): design review - saved search 2022-05-23 11:05:03 +02:00
sylenien
144f596144 fix(ui): rm consolelog 2022-05-23 11:05:03 +02:00
sylenien
e47797ee3e fix(ui): minor ui fixes after review 2022-05-23 11:05:03 +02:00
sylenien
020b993280 fix(ui): fix description input focus 2022-05-23 11:05:03 +02:00
sylenien
4efe7a7843 feat(ui): add icon to metric creation box 2022-05-23 11:05:03 +02:00
Shekar Siri
f4a3876d06
Merge pull request #495 from openreplay/hot-fixes
change(ui) - dashboard - templates loading
2022-05-21 12:53:32 +02:00
Shekar Siri
b741a1ced8 change(ui) - dashboard - templates loading 2022-05-21 12:52:46 +02:00
Shekar Siri
f9fb349008
hotfix - dashboard and errors (#494)
* change(ui) - errors list - handle status change

* fix(ui) - dashbaord - reload on save

* change(ui) - dashboard - reload templates
2022-05-21 12:33:46 +02:00
Taha Yassine Kraiem
1005cb5385 feat(api): fixed custom metrics template 2022-05-21 11:36:50 +02:00
Mehdi Osman
0e3c4f540a
Updated tracker-assist min version 2022-05-21 10:21:36 +02:00
Mehdi Osman
623098b7db
Update countryShortName.js 2022-05-20 22:45:01 +02:00
Alex Kaminskii
7ae3a756df fix(player-assist): ignore tab press during remote control 2022-05-20 22:38:43 +02:00
Alex Kaminskii
30d6f2489c feat (tracker-assist): 3.5.11: RemoteControl: better scroll element detection; maintain react tight state input value 2022-05-20 22:38:13 +02:00
Alex Kaminskii
62e163fb40 fix(player-assist): ignore tab press during remote control 2022-05-20 22:26:22 +02:00
Alex Kaminskii
d30b663195 fix(player): use append() instead of add(); update lastMessageTime inside distributeMessage 2022-05-20 19:05:32 +02:00
Sudheer Salavadi
9d19b93df2
Streamlined Countries Names (#456) 2022-05-20 16:53:17 +02:00
Sudheer Salavadi
4dc4861a6b
Streamlined countries names (#455) 2022-05-20 16:52:47 +02:00
Taha Yassine Kraiem
b5540998d9 feat(api): metrics changed web vitals description
feat(db): changed metric's monitoring essentials category to web vitals
2022-05-20 11:20:25 +02:00
rjshrjndrn
40e0296c8a docs(machine setup): for contribution
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2022-05-19 19:05:53 +02:00
rjshrjndrn
9526ea68aa chore(helm): clickhouse use kafka zookeeper
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2022-05-19 18:27:00 +02:00
Alex Kaminskii
18a09cf66b fix(frontend/player): codefix 2022-05-19 17:52:49 +02:00
Alex Kaminskii
cecd57fc50 fix(frontend): maintain string mobsUrl for the smooth version transition 2022-05-19 17:29:15 +02:00
Rajesh Rajendran
97094107fe
GH actions for ee (#488)
* chore(actions): changing installation method

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

* fix(actions): inject ee license key and image tag

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

* fix(actions): image tag overload

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2022-05-19 15:04:01 +00:00
Rajesh Rajendran
2e332f3447
Openreplay install, without kubernetes and related tools (#487)
* chore(init script): option to skip k8s/tools installation

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

* chore(install): init script gnu sed detection

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2022-05-19 13:21:37 +00:00
sylenien
d08280b709 fix(ui): fix text size 2022-05-19 15:11:17 +02:00
sylenien
c82efbeb6b fix(ui): bug fixes for dashboard 2022-05-19 15:11:17 +02:00
sylenien
580641efe8 fix(ui): fix css files 2022-05-19 15:11:17 +02:00
sylenien
bb4aafa1df fix(ui): code rvw 2022-05-19 15:11:17 +02:00
sylenien
d9a01b3380 feat(ui): move create metric button to the grid 2022-05-19 15:11:17 +02:00
sylenien
69002865d6 fix(ui): remove unnecessary code 2022-05-19 15:11:17 +02:00
sylenien
cde2a6e2d5 fix(ui): fix metric category max height calculation 2022-05-19 15:11:17 +02:00
sylenien
eaf162c5f8 fix(ui): minor metric hover styles fixes 2022-05-19 15:11:17 +02:00
sylenien
e8f7e2e9be feat(ui): make edit metric title hoverable and clickable, create plain text button for future usage 2022-05-19 15:11:17 +02:00
Shekar Siri
fa4d2efc17 change(ui) - annotation with call or remote 2022-05-19 12:31:37 +02:00
ShiKhu
01843b7805 fix(frontend-assist): toggleAnnotation incapsulate + fix inverse booleans 2022-05-19 00:57:47 +02:00