* feat(spot): first version to test http endpoints
* fix(helm): changed nginx path prefix
* fix(spots): added missing BUCKET_NAME env var
* fix(spots): added services init check
* feat(spots): removed geo module
* feat(spots): removed uaparser
* feat(spots): added more detailed authorization error log
* feat(spots): changed the authorization middleware
* feat(spots): extended http body size limit to 128kb
* feat(spots): added s3 error log
* feat(spots): added new handler for uploaded event
* feat(backend): small api changes in spot service
* feat(backend): rewrote request parameters grabber for getSpot handler
* feat(backend): added tenantID to auth struct
* feat(backend): added pre-signed download urls for preview, mob et video files
* feat(backend): added user's email to spots table, and getSpot responses
* feat(backend): returning spotID as a string
* feat(spot): added transcoder pipeline
* fix(spot): return spotID as a string
* feat(spot): added volume mount to spot service
* feat(spot): fixed volume mounting
* feat(spot): helm fix
* feat(spot): helm another fix
* fix(spot): correct video.webm path
* fix(spot): correct pre-signed url for download original video
* feat(spot): added PATCH and DELETE methods to CORS
* feat(spot): use string format for spotIDs in delete method
* feat(spot): added public key implemented
* fix(spot): correct public-key parser
* fix(spot): fixed query params issue + user's tenantID
* fix(spot): use 1 as a default tenant
* feat(spot): added correct total spots calculation
* fix(spot): fixed offset calculation
* feat(spot): added extra check in auth method
* fix(spot): removed / from video file name
* fix(spot): devided codec flag into 2 parts
* feat(spot): use fixed tenantID = 1 for oss users
* feat(spot): return 404 for public key not found issue
* feat(spots): added spots folder to minio path rule
* feat(spot): added spot video streaming support
* fix(spot): fixed an sql request for spot streams
* feat(spot): return playlist file in getSpot responce
* feat(spot): try to use aac audio codec
* feat(spot): added permissions support (oss/ee)
* feat(spot): added authorizer method
* feat(spot): added license check
* feat(spot): added spot preview for get response
* fix(spot): fixed a problem with permissions
* feat(spot): added crop feature
* feat(spot): upload cropped video back to s3
* feat(spot): manage expired modified playlist file
* feat(backend): hack with video formats
* feat(backend): removed space
* feat(spot): req tracing
* feat(spot): manual method's name mapping
* feat(spot): added a second method to public key auth support
* feat(spot): metrics
* feat(spot): added rate limiter per user
* feat(spot): added ping endpoint for spot jwt token check
* feat(spot): getStatus endpoint
* feat(spot): added missing import
* feat(spot): transcoding issue fix
* feat(spot): temp remove tasks
* feat(spot): better error log message
* feat(spot): set default jwt_secret value
* feat(spot): debug auth
* feat(spot): 2 diff jwt tokens support
* feat(spot): pg tasks with process status
* feat(spot): more logs
* feat(spot): improved defer for GetTask method
* feat(spot): keep only failed tasks
* feat(spot): removing temp dir with spot files
* feat(spot): added several workers for transcoding module
* feat(spot): fixed spot path for temp video files
* feat(spot): use custom statusWriter to track response code in middleware
* feat(spot): added body and parameter parser for auditrail feature
* feat(spot): fixed IsAuth method signature
* feat(spot): fixed ee service builder
* feat(spot): added import
* feat(spot): fix data type for payload and parameters jsonb fields
* feat(spot): typo fix
* feat(spot): moved out consts
* feat(spot): new table's name
* feat(spot): added missing imports in go.mod
* feat(spot): added a check for the number of comments (20 by default)
* feat(api): added second pre-signed urls for canvases
* feat(api): fixed old key format
* feat(backend): draft version for new approach for canvases
* feat(deploy): fixed some issues
* feat(backend): debug logs for bash command
* feat(backend): removed wrong parameter from bash pipeline
* feat(backend): removed canvas-maker service + small refactoring
* feat(video-storage): added zstd library to the machine
* feat(video-storage): added new method to pack screenshots into compressed tar arch
* feat(video-storage): try to split command into 2
* feat(video-storage): try a new approad to avoid no file error
* feat(api): added support to a new pre-signed url for screenshots archive
* feat(video-storage): fixed an issue in extension check
* feat(video-storage): correct file name
* feat(backend): removed video-storage and splitted logic
* feat(backend): removed video-storage from helm charts
* feat(backend): split canvas and screenshot handlers
* feat(canvas): clean up canvas-handler
* feat(api): changed mobile replay url (screenshots instead of video)
* feat(backend): removed msg.SessID() call
* feat(backend): clean up code in imagestorage main
* feat(backend): added new trigger topic for mobile video replay maker
* feat(backend): mobile video maker with mix list support
* feat(backend): fixed panic
* feat(backend): removed commented code
* feat(backend): added new topic for canvasToVideo communication, moved some logic
* feat(backend): enabled canvas recording
* feat(backend): fixed canvas service main logic
* feat(backend): fixed sessionEnd detector
* feat(backend): send canvas mix lists instead of just a sessID
* feat(backend): enabled canvas recording
* feat(backend): removed old logs from video-storage
* feat(backend): default low setting for canvas recording
* feat(http): added new parameters to start response and new endpoint for canvas screenshorts
* fix(http): added new topic to dockerfile
* feat(http): try different multipart parser
* feat(image-storage): reused the same workflow for canvas topic handler
* feat(video-storage): new canvas parser and ffmpeg script
* feat(video-storage): use correct replay name for canvas
* feat(backend): added new message (CanvasNode)
* feat(backend): add canvas record events to db
* feat(backend): implemented missing new method for azure
---------
Co-authored-by: Alexander <zavorotynskiy@pm.me>
* 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>
* feat(backend/http): added city and state support for geo extractor
* feat(backend): use new GeoLite db in Dockerfile
* feat(backend/http): added unit test
* feat(backend): enable Kerberos authentication for Kafka communications between services for EnterpriseEdition
* feat(backend): put default value for KAFKA_USE_KERBEROS
* feat(backend): Add Kerberos auth for Kafka - Update with comments for the envvars that configure the Kerberos auth