Commit graph

8007 commits

Author SHA1 Message Date
Kraiem Taha Yassine
dd5ff6bad8
Dev (#2409)
* refactor(chalice): upgraded dependencies

* refactor(chalice): upgraded dependencies
feat(chalice): support heatmaps

* feat(chalice): support table-of-browsers showing user-count

* feat(chalice): support table-of-devices showing user-count

* feat(chalice): support table-of-URLs showing user-count

* fix(chalice): fixed Math-operators validation
refactor(chalice): search for sessions that have events for heatmaps

* refactor(chalice): search for sessions that have at least 1 location event for heatmaps

* refactor(chalice): upgraded dependencies

* refactor(chalice): upgraded dependencies
feat(chalice): support heatmaps

* feat(chalice): support table-of-browsers showing user-count

* feat(chalice): support table-of-devices showing user-count

* feat(chalice): support table-of-URLs showing user-count

* fix(chalice): fixed Math-operators validation
refactor(chalice): search for sessions that have events for heatmaps

* refactor(chalice): search for sessions that have at least 1 location event for heatmaps

* refactor(chalice): refactored search sessions hooks

* refactor(DB): DB delta

* refactor(DB): DB delta

* refactor(DB): DB delta

* refactor(chalice): refactored schemas

* refactor(chalice): refactored schemas
refactor(chalice): cleaned scripts
feat(chalice): search sessions by CSS selector (PG)
2024-07-18 17:57:37 +02:00
Taha Yassine Kraiem
5cc6915ed6 fix(chalice): fixed search mobile sessions
fix(chalice): fixed autocomplete mobile sessions
2024-07-18 13:07:23 +02:00
Alexander
b3d04d76d4
Heatmaps fix (float coordinates) (#2403)
* feat(spot): use float click coordinates instead of ints in PG

* feat(db): added support for float clicks in CH

* feat(db): fix float instead of uint8

* feat(mobile): new naming for mobile autocomplete types
2024-07-18 12:32:44 +02:00
nick-delirium
bac0360735
fix ui: fix first event calculation 2024-07-17 18:01:08 +02:00
nick-delirium
f7fcde48ed
fix ui: move clickmap overlay inside replay vdom, refactor renderer scaling 2024-07-17 17:30:58 +02:00
nick-delirium
524069a318
fix dependency for assist 2024-07-17 09:17:20 +02:00
Delirium
5887d61207
Heatmap fix (#2396)
* fix norm coordinates

* changelogs

* changelogs
2024-07-16 18:15:22 +02:00
nick-delirium
80c9dd2bb9
fix tracker: fix logger ref 2024-07-16 18:03:18 +02:00
nick-delirium
0150821878
fix manager event reads for mobile 2024-07-16 17:32:54 +02:00
Kraiem Taha Yassine
3652f76c75 Patch/api v1.19.0 (#2392)
* fix(chalice): reversed count&total for card-tables to confuse devs

* fix(DB): changed normalized_x&y col-type

(cherry picked from commit c845415e1e)
2024-07-16 17:16:27 +02:00
Shekar Siri
c16d8811d0 chore: release 0.5.0 2024-07-16 15:43:28 +02:00
Shekar Siri
5a24222678 change(react-native): version jump 2024-07-16 15:42:36 +02:00
Shekar Siri
a5a09e3416 fix(ui): base url kotlin version 2024-07-16 15:40:40 +02:00
Kraiem Taha Yassine
8c199e6f41 fix(chalice): fixed missing totalSessions in card-tables in EE (#2390)
* fix(chalice): fixed missing totalSessions in card-tables in EE

* fix(chalice): fixed missing totalSessions in card-tables in EE

(cherry picked from commit 72afae226b)
2024-07-16 14:17:32 +02:00
Mehdi Osman
02454e722e
Typo 2024-07-15 10:54:30 -04:00
Shekar Siri
789517af74 fix(ui): use count instead of totalSessions 2024-07-12 17:39:00 +02:00
Shekar Siri
fb99e8e035
UI timeseries usercount (#2386)
* Patch/api v1.19.0 (#2383)

* fix(chalice): fixed create heatmap card EE

* fix(chalice): fixed click_rage-heatmap card EE

* fix(chalice): fixed click_rage-heatmap ambiguous alias EE

* Increment chalice chart version (#2384)

Co-authored-by: GitHub Action <action@github.com>

* feat(ui): new timeseries card for user count (users trend)

---------

Co-authored-by: Kraiem Taha Yassine <tahayk2@gmail.com>
Co-authored-by: Mehdi Osman <estradino@users.noreply.github.com>
Co-authored-by: GitHub Action <action@github.com>
2024-07-12 16:16:27 +02:00
Taha Yassine Kraiem
9215631b54 fix(chalice): fixed click_rage-heatmap ambiguous alias EE 2024-07-11 11:27:18 +02:00
Taha Yassine Kraiem
ca1d821488 fix(chalice): fixed click_rage-heatmap card EE 2024-07-11 10:55:54 +02:00
Taha Yassine Kraiem
3ff68052f8 fix(chalice): fixed create heatmap card EE 2024-07-11 10:47:46 +02:00
Shekar Siri
74bacafe21 fix(ui): conditional filter format metadata lebl 2024-07-10 12:56:09 +02:00
Shekar Siri
b3d55ae4d5 fix(ui): cards library disbale inside card clicks 2024-07-09 19:50:57 +02:00
Sudheer Salavadi
3d8d2bc467 Merge branch 'dev' of https://github.com/openreplay/openreplay into dev 2024-07-09 22:48:24 +05:30
Sudheer Salavadi
906d64e514 Fixed issues and uI details in charts. 2024-07-09 22:48:22 +05:30
Mehdi Osman
587f0303e2
Update .env.sample 2024-07-09 11:51:06 -04:00
nick-delirium
1bac14ca96
rm husky stuff 2024-07-09 17:47:56 +02:00
Kraiem Taha Yassine
bf8126639f
Dev (#2377)
* refactor(chalice): upgraded dependencies

* refactor(chalice): upgraded dependencies
feat(chalice): support heatmaps

* feat(chalice): support table-of-browsers showing user-count

* feat(chalice): support table-of-devices showing user-count

* feat(chalice): support table-of-URLs showing user-count

* fix(chalice): fixed Math-operators validation
refactor(chalice): search for sessions that have events for heatmaps

* refactor(chalice): search for sessions that have at least 1 location event for heatmaps

* fix(chalice): fixed Elasticsearch-integration
2024-07-09 17:40:21 +02:00
Sudheer Salavadi
f05055f9b7 Fixed Interaction issues a card and note in player 2024-07-09 20:32:15 +05:30
nick-delirium
68bc244259
fix ui: fix feature flag icon crash 2024-07-09 16:49:06 +02:00
Shekar Siri
c9da2c6137 change(ui): removed jsx-runtime 2024-07-09 14:41:53 +02:00
nick-delirium
9af48c666b
update lockfiles for tracker 2024-07-09 13:42:08 +02:00
Kraiem Taha Yassine
5c46b8e3df
Dev (#2375)
* refactor(chalice): upgraded dependencies

* refactor(chalice): upgraded dependencies
feat(chalice): support heatmaps

* feat(chalice): support table-of-browsers showing user-count

* feat(chalice): support table-of-devices showing user-count

* feat(chalice): support table-of-URLs showing user-count

* fix(chalice): fixed Math-operators validation
refactor(chalice): search for sessions that have events for heatmaps

* refactor(chalice): search for sessions that have at least 1 location event for heatmaps

* fix(chalice): fixed heatmaps get location events from CH
refactor(chalice): optimized heatmaps get location events from CH
2024-07-09 13:32:14 +02:00
rjshrjndrn
6a7b55452a chore(crons): Adding generator for new cron jobs 2024-07-09 13:11:53 +02:00
Sudheer Salavadi
124b4ab506 Merge branch 'dev' of https://github.com/openreplay/openreplay into dev 2024-07-09 16:27:24 +05:30
Sudheer Salavadi
b1b95496d8 More UI improvements 2024-07-09 16:26:53 +05:30
Shekar Siri
9f87d1a614 fix(ui): autocomplete params 2024-07-09 12:52:27 +02:00
Sudheer Salavadi
84af2c5250 Merge branch 'dev' of https://github.com/openreplay/openreplay into dev 2024-07-09 15:23:26 +05:30
Sudheer Salavadi
0d22eb80f5 Minor updates in dashboard and cards list views. 2024-07-09 15:23:23 +05:30
Shekar Siri
a914ca5de0 change(ui): heatmap card on dashbaord show no data message if the thumbnail is null 2024-07-09 11:34:57 +02:00
Shekar Siri
b4c2dabd7a change(ui): dashboards empty screen on changing visibility filter 2024-07-09 11:15:33 +02:00
Sudheer Salavadi
a0fa716f10 Search bar UI improvements in sessions page 2024-07-09 14:15:35 +05:30
Sudheer Salavadi
2ba8d08acc UI Fixes in console logs 2024-07-09 13:26:25 +05:30
Sudheer Salavadi
20c3c8e2ed More improvements 2024-07-09 00:05:53 +05:30
Sudheer Salavadi
7c771dd971 Various improvements 2024-07-08 21:44:24 +05:30
Shekar Siri
c94edf655f change(ui): roles to support for service accounts 2024-07-08 17:58:24 +02:00
Kraiem Taha Yassine
b7a5dbf04c
Dev (#2372)
* refactor(chalice): upgraded dependencies

* refactor(chalice): upgraded dependencies
feat(chalice): support heatmaps

* feat(chalice): support table-of-browsers showing user-count

* feat(chalice): support table-of-devices showing user-count

* feat(chalice): support table-of-URLs showing user-count

* fix(chalice): fixed Math-operators validation
refactor(chalice): search for sessions that have events for heatmaps

* refactor(chalice): search for sessions that have at least 1 location event for heatmaps

* fix(chalice): fixed get chart with missing attributes in the payload

* fix(chalice): fixed heatmaps exclude multiple sessions
2024-07-08 17:44:35 +02:00
Shekar Siri
38004489b6 fix(ui): unknown country repeated 2024-07-08 17:38:41 +02:00
Kraiem Taha Yassine
4991df04e7
Dev (#2371)
* refactor(chalice): upgraded dependencies

* refactor(chalice): upgraded dependencies
feat(chalice): support heatmaps

* feat(chalice): support table-of-browsers showing user-count

* feat(chalice): support table-of-devices showing user-count

* feat(chalice): support table-of-URLs showing user-count

* fix(chalice): fixed Math-operators validation
refactor(chalice): search for sessions that have events for heatmaps

* refactor(chalice): search for sessions that have at least 1 location event for heatmaps

* fix(chalice): fixed get chart with missing attributes in the payload
2024-07-08 17:28:11 +02:00
Kraiem Taha Yassine
54a10260eb
Dev (#2370)
* refactor(chalice): upgraded dependencies

* refactor(chalice): upgraded dependencies
feat(chalice): support heatmaps

* feat(chalice): support table-of-browsers showing user-count

* feat(chalice): support table-of-devices showing user-count

* feat(chalice): support table-of-URLs showing user-count

* fix(chalice): fixed Math-operators validation
refactor(chalice): search for sessions that have events for heatmaps

* refactor(chalice): search for sessions that have at least 1 location event for heatmaps

* fix(chalice): fixed path-analytics issues filter
fix(chalice): fixed path-analytics MV usage
2024-07-08 17:06:36 +02:00
Kraiem Taha Yassine
11c6412733
Dev (#2369)
* refactor(chalice): upgraded dependencies

* refactor(chalice): upgraded dependencies
feat(chalice): support heatmaps

* feat(chalice): support table-of-browsers showing user-count

* feat(chalice): support table-of-devices showing user-count

* feat(chalice): support table-of-URLs showing user-count

* fix(chalice): fixed Math-operators validation
refactor(chalice): search for sessions that have events for heatmaps

* refactor(chalice): search for sessions that have at least 1 location event for heatmaps

* fix(chalice): fixed get heatmap with incomplete payload
2024-07-08 16:17:29 +02:00