Commit graph

6380 commits

Author SHA1 Message Date
Shekar Siri
93491eadfc change(ui) - playback timemode alignment 2023-05-04 13:29:26 +02:00
Shekar Siri
26e7f7f751 change(ui) - fetch details modal - no content text size 2023-05-04 13:03:05 +02:00
rjshrjndrn
dce19801b7 chore(helm): enable kafka jmx metrics
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2023-05-04 12:37:35 +02:00
Shekar Siri
7eb1c303cd change(ui) - support icon border 2023-05-04 12:20:48 +02:00
rjshrjndrn
e676dd0727 fix(helm): typo
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2023-05-04 12:05:20 +02:00
Kraiem Taha Yassine
d0d47f4e6a
Api v1.12.0 (#1230)
* feat(chalice): include enforceSSO in signup status

* feat(chalice): changed 1-time health-check
2023-05-04 11:49:37 +02:00
Shekar Siri
a72348771f change(ui) - enforce sso 2023-05-04 11:29:59 +02:00
rjshrjndrn
693449e739 chore(helm): Update kafka chart
Enable metrics and increased storage
2023-05-04 11:26:06 +02:00
rjshrjndrn
874570baa3 chore(cli): Override GH repo
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2023-05-04 05:43:11 +02:00
rjshrjndrn
158299334e Updating kyverno 2023-05-04 05:34:50 +02:00
Kraiem Taha Yassine
66c4f9c481
feat(chalice): include enforceSSO in signup status (#1228) 2023-05-03 19:45:10 +02:00
Shekar Siri
6498a47a9b change(ui) - filter user events text change 2023-05-03 19:03:59 +02:00
Shekar Siri
332fcc9f25 change(ui) - placeholder text change 2023-05-03 19:00:13 +02:00
Shekar Siri
e23a7b8033 change(ui) - issue form and share popup titles 2023-05-03 18:39:30 +02:00
Shekar Siri
cad7dd39d7 fix(ui) - elastic config validation rules 2023-05-03 18:27:23 +02:00
Shekar Siri
373f5f87b3 change(ui) - bugreport modal title color 2023-05-03 18:27:23 +02:00
Kraiem Taha Yassine
4a347139ba
feat(chalice): reduce issues for replay (#1227) 2023-05-03 15:52:02 +02:00
nick-delirium
1311ad3d43 fix(player): fix fullview prop passing to children (live pl) 2023-05-03 15:46:10 +02:00
nick-delirium
780b1d9b28 fix(tracker): fix email masking length 2023-05-03 12:18:21 +02:00
nick-delirium
143f815f54 fix(tracker): fix email detection performance 2023-05-03 11:56:47 +02:00
nick-delirium
0bcb98b184 fix(player): fix frustrations ingestion 2023-05-03 10:57:53 +02:00
Alexander Zavorotynskiy
ac71e55a80 chore(backend): upgraded go to 1.19 and ClickHouse to 2.9.1 2023-05-03 09:16:13 +02:00
Shekar Siri
1c82f6b84a change(ui) - webhooks no content icon size 2023-05-02 18:36:04 +02:00
Shekar Siri
c6ba536115 change(ui) - user events text change 2023-05-02 17:57:50 +02:00
MauricioGarciaS
32bfefe8a4
Updated python template to read messages with BatchMeta with old version (#1225) 2023-05-02 17:25:07 +02:00
nick-delirium
ce711f40c2 fix(player): fix autopause on tabs 2023-05-02 17:05:01 +02:00
Alexander Zavorotynskiy
8aa14a68c9 fix(backend): disabled debug log in http handler 2023-05-02 16:59:57 +02:00
MauricioGarciaS
298288301a
fix(connector): handle db connection drop (#1223)
* Added compatibility with SaaS, added reboot of connection if connection droped

* Small fix
2023-05-02 16:31:20 +02:00
nick-delirium
8473426f81 fix(ui): fix events merging 2023-05-02 16:23:43 +02:00
Shekar Siri
3dd029edca change(ui) - user event text change 2023-05-02 16:12:09 +02:00
Taha Yassine Kraiem
1bdfc2ecfc Merge remote-tracking branch 'origin/api-v1.12.0' into dev
# Conflicts:
#	api/chalicelib/core/health.py
#	api/chalicelib/core/jobs.py
#	api/chalicelib/core/sessions_devtool.py
#	api/chalicelib/core/sessions_mobs.py
#	api/chalicelib/utils/s3.py
#	api/routers/crons/core_dynamic_crons.py
#	ee/api/chalicelib/core/assist_records.py
#	ee/api/chalicelib/core/health.py
#	ee/api/chalicelib/core/sessions_devtool.py
#	ee/api/chalicelib/core/traces.py
#	ee/api/requirements-crons.txt
#	ee/api/routers/crons/core_dynamic_crons.py
#	ee/api/schemas_ee.py
2023-05-02 15:37:20 +02:00
rjshrjndrn
2826cb4c4a fix(build): Parallel build
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2023-05-02 14:42:43 +02:00
MauricioGarciaS
28182b951e
Redshift connector (#1170)
* Updated dependancies for redshift connector, changed os module for python-decouple module

* Updated service and images

* Updated message protocol, added exception for BatchMetadata when version is 0 (we apply old read method)

* fixed load error from s3 to redshift. null values for string columns are now empty strings ("")

* Added file test consumer_async.py: reads every 3 minutes kafka raw and send task in background to upload to cloud

* Added method to skip messages that are not inserted to cloud

* Added logs into consumer_async. Changed urls and issues in sessions table from list to string

* Split between messages for sessions table and for events table

* Updated redshift tables

* Fixed small issue in query redshift_sessions.sql

* Updated Dockerfiles. Cleaned logs of consumer_async. Updated/Fixed tables. Transformed Nan as NULL for VARCHAR columns

* Added error handler for sql dropped connection

* chore(docker): Optimize docker builds

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

* Variables renamed

* Adding compression libraries

* Set default value of count events to 0 (instead of NULL) when event did not occur

* Added support specific  project tracking. Added PG handler to connect to sessions table

* Added method to update values in db connection for sessions ended and restarted

* Removing intelligent file copying

* chore(connector): Build file

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

* Adding connection pool for pg

* Renaming and optimizing

* Fixed issue of missing information of sessions

---------

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
Co-authored-by: rjshrjndrn <rjshrjndrn@gmail.com>
2023-05-02 14:02:57 +02:00
Shekar Siri
28ab64595f fix(ui) - assist menu status 2023-05-02 13:35:03 +02:00
Shekar Siri
9d7b48c623 fix(ui) - alert form crash 2023-05-02 13:03:25 +02:00
Shekar Siri
3c46ad7885 fix(ui) - alert form crash 2023-05-02 12:51:50 +02:00
Rajesh Rajendran
5c8e82558a
Merge pull request #1221 from rjshrjndrn/rebased_dev
Took all delta commits(after v1.11.0)  from main to dev
2023-05-02 12:47:20 +02:00
Shekar Siri
6bc3fd3afd fix(ui) - active menu link 2023-05-02 12:45:48 +02:00
Taha Yassine Kraiem
be903c80e0 feat(chalice): support old FilterType 2023-05-02 11:18:47 +02:00
Rajesh Rajendran
ae8e22709a Revert "Moving cli to scripts folder (#1196)" (#1197)
This reverts commit c947e48d99.
2023-05-02 11:18:47 +02:00
Rajesh Rajendran
0316999528 Moving cli to scripts folder (#1196) 2023-05-02 11:18:47 +02:00
Taha Yassine Kraiem
961ea99048 feat(chalice): refactored records list 2023-05-02 11:18:43 +02:00
Taha Yassine Kraiem
2751334876 feat(chalice): return all records if date is not specified 2023-05-02 11:18:43 +02:00
Mehdi Osman
d55e2fdc78 Updated hero 2023-05-02 11:17:28 +02:00
nick-delirium
836e046c7c change(tracker): 7.0.0. set max amount on restarts for compression error 2023-05-02 11:11:59 +02:00
Rajesh Rajendran
00e136f9cb Changing default encryption to false (#1161) 2023-05-02 10:57:13 +02:00
Rajesh Rajendran
cb64fcb3f0 chore(helm): Enabling redis string for helm template variable (#1159)
fix #1158

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2023-05-02 10:55:57 +02:00
Shekar Siri
bf546e8e3a Add files via upload (#1157) 2023-05-02 10:55:57 +02:00
Shekar Siri
a5bf2531e5 Add files via upload (#1156) 2023-05-02 10:55:57 +02:00
Taha Yassine Kraiem
668b9cb383 chore(build): testing EE cron-Jobs 2023-05-02 10:55:57 +02:00