Rajesh Rajendran
c0910b015a
Fix ci varibles and trivy failover voln db ( #2718 )
...
* ci(actios): Adding more secrets
* ci(actions): Update trivy version
* fix(ci): local variable
* ci(fix): variable substitution
* feat(docker): use insanely fast uv for pip
* chore(ci): Adding failover trivy db
* chore(requirements): Making the requirements file compatible with uv
---------
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2024-10-31 15:02:21 +01:00
nick-delirium
e809d087cb
ui: fix project editing
2024-10-31 14:34:55 +01:00
nick-delirium
b9bf65d67b
ui: fix session fetch on saved search apply
2024-10-31 14:08:38 +01:00
nick-delirium
c239d8d080
ui: fix css resolver semi insert
2024-10-31 12:31:09 +01:00
nick-delirium
568c1f211e
ui: fix css resolver semi insert
2024-10-31 12:26:20 +01:00
Shekar Siri
bf818d2683
fix(ui): sessions search tabs
2024-10-31 11:58:25 +01:00
Shekar Siri
b6fa43a2be
fix(ui): hide once the password updated
2024-10-31 11:09:52 +01:00
nick-delirium
8e1ac0f95c
ui: fix team badge in saved, fix calendar weekend highlight
2024-10-31 10:43:56 +01:00
rjshrjndrn
b74650fcce
chore(helm): Adding clickhouse check
...
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2024-10-30 19:36:32 +01:00
rjshrjndrn
fec728d450
feat(helm): Mandating postgres version
...
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2024-10-30 19:36:32 +01:00
rjshrjndrn
c90236e598
chore(helm): Update db images.
...
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2024-10-30 19:36:32 +01:00
nick-delirium
d22795b14e
ui: rm cross validation for meta (only exists on backend)
2024-10-30 18:07:05 +01:00
Kraiem Taha Yassine
677971f415
fix(chalice): fixed SSO ( #2715 )
...
(cherry picked from commit 9ce67efb26 )
2024-10-30 17:46:42 +01:00
Shekar Siri
a7c884cd45
fix(ui): check platform related filters mobile/web
2024-10-30 17:05:54 +01:00
Kraiem Taha Yassine
bffcec11fd
Dev ( #2714 )
...
* 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 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
* feat(chalice): autocomplete return top 10 with stats
* fix(chalice): fixed autocomplete top 10 meta-filters
* refactor(chalice): cleaned metrics
2024-10-30 16:30:33 +01:00
Alexander
73a95503c0
feat(backend): removed a placeholder for app crash events in PG
2024-10-30 16:00:44 +01:00
Alexander
9bf79f78f6
feat(backend): added latest fixes for CH connector
2024-10-30 15:54:53 +01:00
nick-delirium
20397488a1
ui: rm alert metrics
2024-10-30 15:33:35 +01:00
Delirium
fdefe31cf3
global string dictionary support ( #2652 )
...
* making new msg type, support on frontend and tracker
* finish adding support for new dictionary for ui
* update branch
2024-10-30 15:31:26 +01:00
nick-delirium
6b9bbf570a
ui: tests for url parser
2024-10-30 15:10:54 +01:00
nick-delirium
b928ddb53c
ui: rewrite css parser -> urlResolve.ts
2024-10-30 15:04:40 +01:00
nick-delirium
c36946ee9e
ui: fix version comparison
2024-10-30 14:30:41 +01:00
nick-delirium
2167d0c172
ui: fix version comparison
2024-10-30 14:28:02 +01:00
nick-delirium
9f8bf12768
ui: fix default tz
2024-10-30 14:24:42 +01:00
Alexander
a17796e811
feat(backend): removed insert operations for session's resources
2024-10-30 13:46:13 +01:00
rjshrjndrn
6834eb8d8d
build(release): change version
2024-10-30 13:25:45 +01:00
nick-delirium
3dfa806348
ui: clean up sessionsort
2024-10-30 13:19:13 +01:00
nick-delirium
5312d27693
ui: fix bookmark refresh, fix userState used param for update
2024-10-30 13:16:34 +01:00
Shekar Siri
63d1b8ab49
fix(ui): checking for tenants state
2024-10-30 13:06:58 +01:00
nick-delirium
6479292158
ui: remove web_vitals, performance_monitoring cards
2024-10-30 13:03:24 +01:00
nick-delirium
60f29eea6a
ui: fix live session pagination
2024-10-30 11:43:50 +01:00
nick-delirium
131f5663fa
ui: fix integration fetch, side menu align
2024-10-30 11:39:34 +01:00
Shekar Siri
4762f37414
fix(ui): missing userDeviceMemorySize in plyer performance tab
2024-10-30 11:29:38 +01:00
nick-delirium
b6bebf3b78
ui: fix api key input widths
2024-10-30 11:27:11 +01:00
Kraiem Taha Yassine
d8642808d7
Dev ( #2712 )
...
* refactor(chalice): upgraded dependencies
refactor(alerts): upgraded dependencies
refactor(crons): upgraded dependencies
refactor(DB): v1.21.0 DB changes
2024-10-30 11:13:59 +01:00
nick-delirium
5cbb89d949
ui: remove log
2024-10-30 10:08:34 +01:00
nick-delirium
c0077b7fa7
ui: fix metadata in filters
2024-10-30 10:08:18 +01:00
Kraiem Taha Yassine
38bae5d2c9
fix(chalice): fixed heatmap empty value ( #2710 )
...
(cherry picked from commit 8a99bcf7c8 )
2024-10-29 17:33:00 +01:00
nick-delirium
82bc6e62fc
ui: improve integration fetching behavior
2024-10-29 17:25:04 +01:00
nick-delirium
2c7cb25357
ui: change row bg color
2024-10-29 17:18:33 +01:00
nick-delirium
086ade9595
ui: hide log jump if no ts
2024-10-29 17:16:38 +01:00
nick-delirium
fc63e4d83d
ui: add jump and sync for backend logs
2024-10-29 17:15:01 +01:00
Kraiem Taha Yassine
36edfd8413
Patch/api v1.20.0 ( #2708 )
...
* fix(chalice): heatmap support operators
* fix(chalice): heatmap click-rage
(cherry picked from commit 16656d5618 )
2024-10-29 17:09:46 +01:00
Kraiem Taha Yassine
079a5fda6d
fix(chalice): heatmap support operators ( #2706 )
...
(cherry picked from commit ca4c568883 )
2024-10-29 16:06:05 +01:00
Taha Yassine Kraiem
411dfa0965
fix(chalice): heatmap support operators
2024-10-29 15:21:24 +01:00
Delirium
c144add4bd
Backend logs UI ( #2635 )
...
* backend integrations ui start
* some more ui things
* moving around some integration code
* add dynatrace
* add datadog, useform hook and other things to update backend logging integration forms
* change api queries
* backend logging modals
* tracker: fix some types
* remove deprecated integrations, update types
* some ui fixes and improvements
* update notifications on success/error
* ui: debugging log output, autoclose fix
* ui: some stuff for logs base64str
* ui: improve log formatting, change datadog data format
* some improvs for logging irm
* ui: fixup for sentry
2024-10-29 15:15:28 +01:00
Kraiem Taha Yassine
1d96ec02fc
fix(chalice): heatmap support operators ( #2702 )
...
(cherry picked from commit 5f144636e6 )
2024-10-29 14:42:00 +01:00
nick-delirium
1abd925c56
ui: add operator to clickmap card
2024-10-29 11:31:05 +01:00
Kraiem Taha Yassine
8d26f77590
fix(chalice): heatmap handles null replay ( #2695 )
...
refactor(chalice): heatmap use path only
(cherry picked from commit 9eeaeaf4eb )
2024-10-28 16:52:21 +01:00
rjshrjndrn
7c6409ee74
fix(cli): cleanup
...
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2024-10-28 14:25:44 +01:00