Commit graph

9307 commits

Author SHA1 Message Date
Taha Yassine Kraiem
e0dba41065 refactor(chalice): upgraded dependencies 2025-03-27 14:18:08 +01:00
Taha Yassine Kraiem
8fbaf25799 feat(DB): use incremental&refreshable materialized views to fill extra tables 2025-03-27 14:18:08 +01:00
Shekar Siri
65072f607f refactor(auth): separate SSO support from enterprise edition
Add dedicated isSSOSupported property to correctly identify when SSO
authentication is available, properly handling the 'msaas' edition
case separately from enterprise edition checks. This fixes SSO
visibility in the login interface.
2025-03-27 12:28:37 +01:00
nick-delirium
cb4bf932c4
ui: fix fresh sessions lookup 2025-03-27 10:57:37 +01:00
nick-delirium
20b938365c
ui: minor session list fixes 2025-03-27 10:43:30 +01:00
Taha Yassine Kraiem
8e68ebd52b refactor(chalice): changed user-journey
(cherry picked from commit fc86555644)
2025-03-27 10:25:47 +01:00
nick-delirium
293382ea85
tracker: 16.1.1 2025-03-27 09:34:12 +01:00
nick-delirium
ac35bf5179
tracker: assist 11.0.3 clicks fix 2025-03-26 17:47:14 +01:00
nick-delirium
eb610d1c21 tracker: fix remote control clicks on svg 2025-03-26 17:42:27 +01:00
Delirium
ac0ccb2169
ui: shrink icons when no space, adjust player area for events export … (#3217)
* ui: shrink icons when no space, adjust player area for events export panel, fix panel size

* ui: rm log
2025-03-26 16:37:45 +01:00
Taha Yassine Kraiem
20a57d7ca1 feat(chalice): initial lexicon for events & properties 2025-03-26 13:27:42 +01:00
Taha Yassine Kraiem
856e716507 refactor(chalice): changed product analytics to return full filters with possible types 2025-03-26 13:27:42 +01:00
Taha Yassine Kraiem
bb17f672fe feat(DB): use incremental&refreshable materialized views to fill extra tables 2025-03-26 13:27:42 +01:00
nick-delirium
d087736df0
ui: fix default series state, fix metricType in comparison 2025-03-26 10:05:03 +01:00
Shekar Siri
ce546bcfa3 fix(ui): adjust CirclePlay icon spacing in player controls
Add marginLeft style property to eliminate unwanted spacing between
the text and icon in the "Play Full Session" button, improving the
visual alignment and consistency of the player controls.
2025-03-25 18:36:27 +01:00
Shekar Siri
9f681aca45 fix(dashboard): update filter condition in MetricsList
Change the filter type comparison from checking against 'all' to
checking against an empty string. This ensures proper filtering
behavior when filtering metrics in the dashboard component.
2025-03-25 18:08:29 +01:00
Taha Yassine Kraiem
0500f30d14 feat(DB): use incremental materialized views to fill extra tables
refactor(chalice): changed product analytics
2025-03-25 17:44:31 +01:00
Taha Yassine Kraiem
ec2c42c688 refactor(DB): changed product analytics DB structure 2025-03-25 17:44:31 +01:00
Taha Yassine Kraiem
7f0bc100f5 refactor(chalice): changed product analytics search payload 2025-03-25 17:44:31 +01:00
Taha Yassine Kraiem
522a985ef3 refactor(chalice): refactored pagination-query-string 2025-03-25 17:44:31 +01:00
nick-delirium
634d0e8a0f ui: rm speed index card 2025-03-25 17:39:14 +01:00
nick-delirium
28b4fc7598 ui: upgrade react to 19.0.0 2025-03-25 17:39:14 +01:00
Alexander
0d4c256ca8 feat(tasks): removed unnecessary wrapper 2025-03-25 17:16:57 +01:00
Alexander
35f63a8fb1 feat(dbpool): fixed an issue in metrics call 2025-03-25 17:02:06 +01:00
nick-delirium
a4e96822ed
spot: skip saas check for ingest 2025-03-25 16:52:48 +01:00
Alexander
96f984a76a feat(spot): fixed an issue in metrics call 2025-03-25 16:46:21 +01:00
nick-delirium
5f15dfafe7 ui: auto detect ingest for spot (if not cloud) 2025-03-25 16:05:36 +01:00
nick-delirium
b9cca6b388
spot: restore currtime after thumbnail 2025-03-25 15:44:07 +01:00
nick-delirium
712f07988e spot: fix deps 2025-03-25 15:39:02 +01:00
nick-delirium
08bddb3165 switch meta tag to mp4 2025-03-25 15:39:02 +01:00
nick-delirium
3efb879cdf spot: up audio bitrate a bit 2025-03-25 15:39:02 +01:00
nick-delirium
ccf44fda70 spot: try mp4 support with avc1 2025-03-25 15:39:02 +01:00
nick-delirium
ce525a4ccf spot: more fixes for network, reinit stage for content script 2025-03-25 15:39:02 +01:00
nick-delirium
c6299c4592 spot: add err ctx, add iterator for values 2025-03-25 15:39:02 +01:00
nick-delirium
a371c79151 spot: more fixes for debugger approach, check settings before enabling network 2025-03-25 15:39:02 +01:00
nick-delirium
f59a8c24f4 spot: small refactoring + testing debugger for network capture 2025-03-25 15:39:02 +01:00
nick-delirium
8be6f63711 spot: .14
Signed-off-by: nick-delirium <nikita@openreplay.com>
2025-03-25 15:39:02 +01:00
nick-delirium
8ba35b1324 spot: mix network requests with webRequest data for better tracking 2025-03-25 15:39:02 +01:00
nick-delirium
28dea3b225
tracker: release 16.1.0 2025-03-25 15:17:43 +01:00
Andrey Babushkin
666643a6ae
Improve tracker perfomance (#3208)
* fix(helm): add CORS config to Assist ingress

Configure CORS headers and debug session information for the Assist
service's ingress to ensure proper cross-origin requests handling and
improved debugging capabilities.

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

* increase perfomance ticker and remove empty batches

* add commit

* updated Changelog

---------

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
Co-authored-by: rjshrjndrn <rjshrjndrn@gmail.com>
2025-03-25 15:08:49 +01:00
nick-delirium
4cf688f15c spot: update network proxy for auto sanitizer 2025-03-25 14:52:43 +01:00
nick-delirium
1e57c90449 networkProxy: auto sanitize sensitive tokens 2025-03-25 14:52:43 +01:00
Alexander
c0678bab15 feat(db): insert current_url for errors and issues 2025-03-25 14:09:37 +01:00
rjshrjndrn
187a69a61a fix(assist): ingress session id
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2025-03-25 11:26:40 +01:00
rjshrjndrn
2e96a072e9 chore(http): remove default token_string
scripts/helmcharts/openreplay/charts/http/scripts/entrypoint.sh

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2025-03-24 19:33:49 +01:00
Andrey Babushkin
5a410e63b3
Update batch writer (#3205)
* fix(helm): add CORS config to Assist ingress

Configure CORS headers and debug session information for the Assist
service's ingress to ensure proper cross-origin requests handling and
improved debugging capabilities.

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

* add timestamp to prepare method

* update test

---------

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
Co-authored-by: rjshrjndrn <rjshrjndrn@gmail.com>
2025-03-24 17:25:09 +01:00
Shekar Siri
300a857a5c fix(userStore): simplify error handling on save
Replace complex error parsing with direct error message display.
This improves code maintainability while still providing useful
feedback to users when saving their account data fails.
2025-03-24 17:14:14 +01:00
nick-delirium
eba22e0efa
ui: always show sessiontags 2025-03-24 17:12:18 +01:00
rjshrjndrn
664f6b9014 feat(helm): add TOKEN_SECRET environment variable
Add TOKEN_SECRET environment variable to HTTP service deployment and
generate a random value for it in vars.yaml.

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2025-03-24 16:53:06 +01:00
nick-delirium
5bbd7cff10 tracker: change nodebound warn level 2025-03-24 15:09:03 +01:00