Commit graph

1515 commits

Author SHA1 Message Date
rjshrjndrn
6864edaf59 fix(docker): Cache source build
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2024-03-12 17:28:00 +01:00
rjshrjndrn
068f29fc35 chore(build): Custom docker build env 2024-03-12 17:27:49 +01:00
Kraiem Taha Yassine
89d501edb5 fix(chalice): fixed cards data merge (#1948)
(cherry picked from commit ee87e89805)
2024-03-12 16:11:47 +01:00
Alexander
89752b2acc
Canvas archives (#1938)
* 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
2024-03-11 17:51:49 +01:00
Taha Yassine Kraiem
141d6f5a39 refactor(chalice): enhanced cron config 2024-03-05 11:52:00 +01:00
Taha Yassine Kraiem
0cef52705f refactor(chalice): enhanced cron config 2024-03-05 11:46:49 +01:00
Taha Yassine Kraiem
8e39a72ea0 fix(chalice): fixed nested data for try/issues-funnel 2024-03-01 19:35:06 +01:00
Alexander
8e1a156fb2 feat(backend): added missing dir in ee conditions path 2024-03-01 17:04:27 +01:00
Taha Yassine Kraiem
2760e57d9a fix(chalice): fixed SSO 2024-02-29 17:19:23 +01:00
Taha Yassine Kraiem
20f9da5e84 refactor(chalice): optimised forget password 2024-02-27 13:29:57 +01:00
Alexander
a73bf81902 feat(backend): added support for conditional recording feature (mobile sessions) 2024-02-26 15:13:51 +01:00
Alexander
a073ce498d
No ffmpeg solution (#1905)
* 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
2024-02-26 14:16:43 +01:00
Taha Yassine Kraiem
cf3e982b8a fix(chalice): fixed SSO dependencies 2024-02-23 15:29:12 +01:00
Alexander
f2b40f4622 fix(assist): fixed broken assist stats 2024-02-13 13:48:47 +01:00
Taha Yassine Kraiem
19470cd41f feature(chalice): support multi SSO redirect 2024-02-09 18:45:20 +01:00
Alexander
a26b603945
Boost performance for one node assist mode (#1869)
* feat(assist): removed cache for solo-node assist mode

* feat(assist): try to fetch from global io object

* feat(assist): small changes

* feat(assist): added cache per request instead of cache per room

* feat(assist): fixed await call in global scope

* feat(assist): try to fix circular structure issue

* feat(assist): use preprocessor for sockets list

* feat(assist): check the theory about fetchSockets data set

* feat(assist): try to keep everything inside handshake.query object
2024-02-06 14:10:48 +01:00
Kraiem Taha Yassine
dc0331aac2
refactor(DB): refactored DB init script (#1873) 2024-02-02 12:29:47 +01:00
Kraiem Taha Yassine
45b58eeb4f
refactor(DB): refactored DB init script (#1872) 2024-02-02 11:05:33 +01:00
Kraiem Taha Yassine
9879bd65bb
feat(DB): DB changes for v1.18.0 (#1871) 2024-02-01 17:56:41 +01:00
Kraiem Taha Yassine
66792547e7
feat(DB): enhanced delta (#1861) 2024-01-26 18:06:43 +01:00
Kraiem Taha Yassine
d6c9f466e5
Dev (#1860)
* refactor(chalice): changed logging

* feat(DB): rollback scripts

* feat(DB): init&delta scripts
2024-01-26 18:03:00 +01:00
Kraiem Taha Yassine
948daef310
Dev (#1859)
* fix(chalice): fixed NewRelic integration

* fix(chalice): restrict EE usability-tests to admin level only

* refactor(chalice): changed assist stats logs
2024-01-26 14:31:51 +01:00
Alexander
df2ee71bbb feat(backend): fixed issue in start request 2024-01-26 14:25:44 +01:00
Alexander
354f071fb0
Conditions (ee version) (#1858)
* feat(backend): moved conditions to ee folder

* feat(backend): fixed typo
2024-01-26 14:03:29 +01:00
Alexander
4711bf28f0 feat(backend): small improvements in CH client 2024-01-26 13:48:03 +01:00
Taha Yassine Kraiem
b22d9433d0 refactor(chalice): changes 2024-01-23 13:35:04 +01:00
Taha Yassine Kraiem
8de6d833b7 refactor(DB): stop DB init script if the DB already exists 2024-01-23 12:13:31 +01:00
ⵄⵎⵉⵔⵓⵛ
97ee6c725c
feat(api): tag and watch (#1834) 2024-01-19 15:33:17 +01:00
Delirium
309a9fd970
feat: tag and watch (UI/Tracker) (#1822)
* feat(ui/tracker): start tag n watch

* fix(tracker): test coverage, fix some watcher api

* fix(tracker): add intersectionobserver, adjust tests

* feat(tracker): relay + apollo plugins

* feat(ui): tags search

* feat(ui): tags name edit

* feat(ui): tags search icon

* feat(ui): icons for tabs in player

* feat(ui): save and find button

* feat(tracker): save tags in session storage (just in case)

* feat(ui): improve loading

* feat(ui): fix icon names gen

* feat(ui): fix typo
2024-01-19 11:11:27 +01:00
MauricioGarciaS
5938fd95de
fix(connector-redshift): Changed PG pool (#1821)
* Added exception in pool

* Solved issue with message codec

* Changed pg pool to normal pg connection

* fix(redshift-connector): Fixed close connection when exception
2024-01-17 10:33:21 +01:00
ⵄⵎⵉⵔⵓⵛ
7dac657885
feat(schema): tag and watch (#1833) 2024-01-17 08:58:16 +01:00
Shekar Siri
35ed2c9c70 feat(api): project conditions foss to ee 2024-01-12 14:19:00 +01:00
Shekar Siri
50614ac2ae feat(api): project conditions foss to ee 2024-01-12 14:12:03 +01:00
Shekar Siri
2fbd250e2a feat(api): project conditions foss to ee 2024-01-12 14:05:42 +01:00
Shekar Siri
650df7090d feat(db): conditional capture db changes for ee 2024-01-12 11:46:11 +01:00
Taha Yassine Kraiem
4b20a7970c fix(chalice): return domURL for mobile sessions 2024-01-10 13:10:28 +01:00
Kraiem Taha Yassine
50c1961105 fix(chalice): fixed canvas default pattern (#1816)
(cherry picked from commit 735af9a008)
2024-01-04 21:57:24 +01:00
Kraiem Taha Yassine
383d67e830 fix(chalice): fix table of URLs wrong values (#1815)
(cherry picked from commit 19d794225d)
2024-01-03 18:22:57 +01:00
Delirium
9e1add4ad9
feat(tracker/ui): add websocket support (#1733)
* feat(tracker/ui): add websocket support

* feat(tracker): expose ws tracker method

* fix(ui): add docs, fix types for ws methods

* fix(ui): some style fixes, rename field in mob

* fix(ui): change ws modal

* fix(ui): change ws modal

* fix(ui): rm mock data
2024-01-03 15:54:18 +01:00
Alexander
716dc6a2ff
Assist optimisation (#1802)
* feat(assist): removed legacy endpoints

* feat(assist): added in-memory cache

* feat(assist): fixed 'string, not object' issue

* feat(assist): reafactored socketsLiveBySession method

* feat(assist): rewrote autocomplete

* feat(assist): fixed issue with empty session

* feat(assist): removed copy/paste code

* feat(assist): added ee solo mode
2024-01-02 14:22:11 +01:00
Kraiem Taha Yassine
ca374a1c82
Api v1.17.0 (#1799)
* refactor(crons): upgraded dependencies (#1781)

refactor(alerts): upgraded dependencies
refactor(chalice): upgraded dependencies

* Api v1.17.0 (#1798)

* fix(chalice): support list of errors in response

* refactor(chalice): global support of missing filter attribute isEvent
2023-12-21 15:32:11 +01:00
Philippe Vezina
2cbcdbb096 fix: invitation password set (#1795)
(cherry picked from commit f52d5f021e)
2023-12-21 12:15:39 +01:00
Kraiem Taha Yassine
86a38aa61a
Api v1.17.0 (#1778) (#1779)
* refactor(DB): Defined v1.17.0 delta scripts

* feat(DB): support of UT flag in sessions table
2023-12-14 19:10:34 +01:00
Taha Yassine Kraiem
a6d5fe420b fix(chalice): fix experimental sessions search with negative events and performance filters at the same time 2023-12-14 17:53:35 +01:00
Kraiem Taha Yassine
db0e50a113
fix(chalice): reduced connexion pool (#1771) 2023-12-11 17:47:21 +01:00
ⵄⵎⵉⵔⵓⵛ
7b46a03258
Revert "feat(api): use the default sync worker class, and only one worker." (#1770)
This reverts commit 39ca414137.
2023-12-11 16:49:41 +01:00
Kraiem Taha Yassine
d6450d9356
refactor(DB): Defined CH delta scripts (#1768) 2023-12-11 16:07:41 +01:00
ⵄⵎⵉⵔⵓⵛ
2119761aa3
fix(api): store async postgresql pool as a fastapi state. (#1763)
* fix(api): store async postgresql pool as a fastapi state.

* fix(api): avoid circular import
2023-12-11 14:59:02 +01:00
Kraiem Taha Yassine
267ff6f5d3 fix(chalice): fixed sessions search with 1 negative event (#1759)
(cherry picked from commit 9b86e4fafb)
2023-12-08 18:55:17 +01:00
Kraiem Taha Yassine
06bc4266bd fix(chalice): fixed sessions search with negative and positive events (#1758)
(cherry picked from commit 32a8bd01d5)
2023-12-08 18:46:21 +01:00