Commit graph

299 commits

Author SHA1 Message Date
rjshrjndrn
220ce77940 chore(helm): Updating frontend image release 2023-11-16 16:26:15 +00:00
Kraiem Taha Yassine
e46df53ddc
Api v1.15.0 (#1670)
* fix(chalice): fixed assist auto-complete
* fix(chalice): fixed exp-sessions without timezone
2023-11-16 15:15:24 +01:00
rjshrjndrn
a5f0fe04a5 chore(helm): Updating chalice image release 2023-11-15 17:30:04 +00:00
Rajesh Rajendran
b18e3c4814
V1.15.0 pr (#1657)
* chore(helm): Updating frontend image release

* fix(ui): api delete request with empty params

* Assist clean up (#1654)

* feat(backend): moved http metrics into assist handlers file

* fix(assist): use correct value for requests_duration metric

* feat(assist): removed unnecessary imports

* fix(assist): fixed typo in repond method

* fix(assist): added metrics.js to clean script

* feat(assist): try to save http method asap in server logic

* feat(assist): final version

* feat(assist): removed prom-client from peers and sourcemap-reader

* feat(sourcemap-reader): added missing package-lock.json

* fix(assist): fixed metrics import in assist

* fix(assist): fixed metrics import in assist-ee

* fix(ui): header top right button alignment

* chore(helm): Updating frontend image release

* chore(helm): Updating assist image release

* chore(helm): Updating peers image release

* chore(helm): Updating sourcemapreader image release

---------

Co-authored-by: Shekar Siri <sshekarsiri@gmail.com>
Co-authored-by: Alexander <zavorotynskiy@pm.me>
2023-11-14 15:45:06 +01:00
Rajesh Rajendran
e5c665f118
Remove empty . (#1611)
* refactor(efs-cleaner): Change alpine image to debian for coreutils

Logging deleted file

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

* refactor(chalice): return connection string without empty .

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

---------

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2023-11-06 16:55:37 +01:00
rjshrjndrn
e1176fd573 feat(helm): Consider external proxy to generate URLs
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2023-10-25 18:57:59 +02:00
rjshrjndrn
37bb900620 fix(helm): return nginx port as string
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2023-10-25 17:31:36 +02:00
Rajesh Rajendran
a2468a98ac
refactor(helm): Update release version (#1548) 2023-10-25 10:35:44 +02:00
rjshrjndrn
2b40fc3c6b fix(helm): frontend service monitor
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2023-10-19 00:42:26 +02:00
Rajesh Rajendran
88928ad6bc refactor(helm): skip db migration, in conditions (#1501)
1. if there are no version change
2. if skipMigration variable is set
3. if forceMigration variable is not set

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2023-10-11 12:17:51 +02:00
rjshrjndrn
cdefcc3540 chore(helm): Create domain name with custom port
else use standard scheme.

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2023-10-11 12:17:24 +02:00
Alexander
d22e4e138e
Backend for mobile tracker support (#1456)
* feat(backend): handlers for mobile messages

* feat(backend): new service template

* feat(backend): save mobile session start and send batches to kafka

* feat(backend): added mobile support to sink, ender and storage

* helm(videostorage): added helm chart for a new service videostorage

* fix(backend): added pointer to streing for userBrowser (because it's null for mobile sessions)

* feat(backend): added MsgIOSBatchMeta handler to message iterator's logic

* feat(backend): added ios ts parser to ender

* feat(backend): enabled producing batch of messages to queue

* feat(backend): removed iosstart from mob files

* feat(backend): added new ios message types

* feat(backend): added iosStart and iosEnd

* fix(backend): fixed log issue

* feat(backend): send tar.gz archives to special queue topic

* feat(backend): read raw archives from kafka

* fix(backend): added missing file

* fix(backend): removed the second file reading

* fix(backend): fixed wrong queue topic name

* fix(backend): fixed mobile trigger topic name

* feat(backend): added tar.gz extractor and iOSSessionEnd handler

* feat(backend): debug logs on message uploading

* fix(backend): added raw-images topic consumption

* feat(backend): now sink send iosSessionEnd to video-storage

* feat(backend): added dir creator for new sessions

* feat(backend): added correct command to execute

* feat(backend): added overwrite option

* feat(backend): added s3 uploader for video session replays

* feat(backend): new consumer group for mobile sessions

* feat(backend): debug logs for uploader

* feat(backend): removed unused log

* feat(backend): fixed s3 key for video replays

* feat(backend): removed debug code

* feat(backend): fixed video-storage message filter

* fix(backend): added mobileSessionEnd to SessionEnd converter

* feat(backend): added first version if db support for mobile events

* fix(backend): added swipe events to mob file

* feat(backend): added swipe event to pg

* feat(backend): split logic into 2 services: image-storage and video-storage

* feat(backend): added helm chart for image-storage service

* fix(backend): fixed table name for mobile taps

* feat(backend): added metadata handler for mobile message parser + fix message filters

* feat(backend): added iosRawTopic to DB message consumer

* fix(backend): removed value from mobile inputs

* feat(backend): removed debug log from iterator

* feat(backend): added new apple devices to iOS device parser

* fix(backend): added real projectID instead of 0

* feat(backend): extended a list of simulators for device detector

* feat(backend): updated networkCall mobile message

* fix(backend): added new way to define is network call successed or not

* feat(backend): added timezone support for mobile start request

* feat(backend): added 2 mobile events Input and Click to mob file

* feat(backend): refactored image storage

* feat(backend): video storage with 2 workers

* feat(backend): added project's platform support

* feat(backend): added memory size field for mobile start request

* feat(backend): changed video preset for ultrafast

* feat(backend): added debug log to http /late handler

* feat(backend): added debug log to db service for iosCrash messages

* feat(backend): added tapRage event handler to heuristics

* feat(backend): changed table and field names for ios crashes

* feat(backend): added payload for tapRage events

* feat(backend): added TapRage events insert to DB

* feat(backend): added fps value to /mobile/start response

* feat(backend): added image quality parameter to /mobile/start response

* feat(backend): added ScreenLeave handler

* feat(backend): removed screenEnter and screenLeave events, added new viewComponent event

---------

Co-authored-by: rjshrjndrn <rjshrjndrn@gmail.com>
2023-10-09 15:02:20 +02:00
Rajesh Rajendran
5bb0e8bc82 Changes for clickhouse compression (#1500)
* feat(helm): Update clickhouse image

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

* chore(helm): disabling ch_compression for chalice

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

---------

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2023-10-04 19:51:45 +02:00
rjshrjndrn
aa40945597 feat(helm): enable minio init, only if enabled or forceInit
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2023-10-04 15:53:50 +02:00
Shekar Siri
8cd6b6216e
feat(api): assist stats (#1488)
* feat(api): assist stats

* refactor(helm): Updating helm code

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

* fix(actions): build

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

* feat(actions): deploy image to ee also

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

---------

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
Co-authored-by: rjshrjndrn <rjshrjndrn@gmail.com>
2023-10-02 15:20:49 +02:00
rjshrjndrn
644da8999a feat(api): disable Caching
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2023-09-19 18:13:40 +02:00
rjshrjndrn
e9123fc6c2 chore(release): version update 2023-07-06 14:34:39 +02:00
rjshrjndrn
99b196156c chore(release): Updated version 2023-06-08 18:04:24 +02:00
Alexander
111d6a1b54
Azure support (#1270)
* feat(backend): implemented azure blob storage support

* feat(backend): added azure implementation to backend services

* feat(backend): added azure blob storage support to chalice service

* fix(backend): removed prev version of s3

* feat(backend): moved azure support to ee subfolder

* feat(backend): prepared ee code for new utils.objects package

* feat(backend): added missed modules to go.mod

* feat(backend): added missed modules to go.sum

* feat(backend): go mod tidy

* feat(backend): temporary made s3 vars are not required

* feat(backend): added azure lib to ee chalice

* feat(api): changed azure env var name

* feat(api): added new object store and extra methods to chalice ee

* fix(api): added azure blob lib to alerts

* fix(api): fixed incorrect call in sessions_devtool

* fix(crons): added azure blob storage library to requirements list

* chore(build): Error message for not providing flag.

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

* feat(backend): removed ios headers and object store for ios messages

* feat(backend): object config refactoring

* chore(helm): Update BUCKET_NAME

* fix(backend): removed object storage usage in http

* feat(backend): added debug logs to azure upload method

* fix(backend): fixed empty folder issue

* fix(backend): removed extra debug log

* chore(helm): Adding global variables for crons

* chore(helm): Remove clickhouse resource limit

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

* fix(backend): removed assets debug log

* feat(api): use ABC class instead of empty interface

* feat(api): renamed helpers to generators

* feat(api): changed prep/clean dev scripts

* feat(api): changed name obj_store -> StorageClient

* feat(api): some changes after code review

* fix(api): removed unnecesery packages in oss api

* feat(backend): moved azure implementation to ee folder

---------

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
Co-authored-by: rjshrjndrn <rjshrjndrn@gmail.com>
2023-06-08 13:31:54 +02:00
rjshrjndrn
1c21c80ae8 chore(helm): Adding cors as value header 2023-06-06 15:51:38 +02:00
rjshrjndrn
6d1d9d159d chore(helm): frontend ingress name override
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2023-06-06 11:13:30 +02:00
rjshrjndrn
35cc8e0f52 chore(helm): Adding frontend ingress overrid
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2023-06-06 11:01:07 +02:00
rjshrjndrn
49253f7a4d fix(helm): SITE_URL injection 2023-05-22 13:47:14 +02:00
Rajesh Rajendran
68272293b4 chore(helm): Updating frontend image release (#1243) 2023-05-09 17:58:51 +02:00
Kraiem Taha Yassine
52afb6e525
chore(minio): changed lifecycle rules to support delete-jobs (#1235) 2023-05-04 19:43:33 +02:00
rjshrjndrn
e676dd0727 fix(helm): typo
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2023-05-04 12:05:20 +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
Rajesh Rajendran
6317d4b1cb chore(helm): Adding option for records bucket (#1146)
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2023-05-02 10:55:57 +02:00
Rajesh Rajendran
a71a708647 fix redis endpoint and chalice health endpoints (#1138)
* chore(helm): Adding redis string from global config

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

* fix(chalice): health check url for alerts and assist

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

---------

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2023-05-02 10:55:57 +02:00
rjshrjndrn
7b1e86bbc3 Updating version 2023-04-28 16:36:25 +00:00
Taha Yassine Kraiem
2b4e5a5121 feat(chalice): changed projects stats for health-check
feat(crons): cahnged projects stats for health-check
chore(helm): projectStats cron every 18 min
chore(helm): projectStats-fix cron every Sunday at 5am
2023-04-27 17:03:44 +02:00
Rajesh Rajendran
8b6dff356e chore(helm): Override image pull policy (#1199) 2023-04-24 12:20:15 +02:00
rjshrjndrn
fdbf1c2b86 chore(helm): Annotation inject order
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2023-04-19 18:21:14 +02:00
rjshrjndrn
d0b0014ae9 chore(helm): Update cors headers for http
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2023-04-19 15:03:46 +02:00
Rajesh Rajendran
337036129b fix(helm): Variable override, prioriry to the user created one. (#1173) 2023-04-17 14:09:46 +02:00
Rajesh Rajendran
ffd9318de7 chore(helm): Updating frontend image release (#1166)
* chore(helm): Updating frontend image release

* fix(helm): PG custom port

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

---------

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2023-04-14 17:09:27 +02:00
Rajesh Rajendran
cce3675e57 chore(helm): disabling redis string if not enabled (#1153)
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2023-04-12 16:26:16 +02:00
rjshrjndrn
88b713451d fix(helm): clickhouse username 2023-04-09 15:07:10 +02:00
nick-delirium
2896ee7aa3 Merge branch 'main' into dev 2023-04-07 16:08:57 +02:00
Rajesh Rajendran
1a48882119
chore(helm): Updating chalice image release (#1134) 2023-04-07 15:31:07 +02:00
rjshrjndrn
57cdc4ae92 feat(helm): Adding cors headers to content type
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2023-04-07 14:47:40 +02:00
Rajesh Rajendran
160aa5288b
chore(helm): Updating frontend image release (#1132) 2023-04-07 14:29:43 +02:00
Rajesh Rajendran
707fa09252
chore(helm): Updating chalice image release (#1131) 2023-04-07 14:19:31 +02:00
Rajesh Rajendran
51003165cc
bump images (#1125)
* chore(helm): Updating frontend image release

* chore(helm): Updating chalice image release
2023-04-06 19:00:16 +02:00
Rajesh Rajendran
efb8ed4b56
Fix: chalice healthcheck namespace customization (#1118) (#1120)
* chore(helm): Adding redis, kafka string env
* chore(chalice): Update health check endpoints

Fixes #1113
---------

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2023-04-06 12:33:47 +02:00
Rajesh Rajendran
99531eb644
Fix: chalice healthcheck namespace customization (#1118)
* chore(helm): Adding redis, kafka string env

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

* chore(chalice): Update health check endpoints

Fixes #1113

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

---------

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2023-04-06 11:31:52 +01:00
Rajesh Rajendran
a38bbe100f
chore(helm): Updating frontend image release (#1114) 2023-04-05 19:10:25 +02:00
Rajesh Rajendran
aed60ee920
chore(helm): Updating chalice image release (#1108) 2023-04-04 21:02:48 +02:00
Rajesh Rajendran
c21c858534
chore(helm): Updating frontend image release (#1106) 2023-04-04 17:22:32 +02:00
Rajesh Rajendran
6ac5f5dfae
bump chalice version (#1104)
* chore(helm): Updating chalice image release

* chore(build): Adding chart value for patch

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

---------

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2023-04-04 15:29:07 +02:00