openreplay/ee/api
Kraiem Taha Yassine df10875a00
Api v1.16.0 (#1744)
* feat(api): usability testing (#1686)

* feat(api): usability testing - wip

* feat(db): usabiity testing

* feat(api): usability testing - api

* feat(api): usability testing - api

* feat(api): usability testing - db change

* feat(api): usability testing - db change

* feat(api): usability testing - unit tests update

* feat(api): usability testing - test and tasks stats

* feat(api): usability testing - sessions list fix, return zeros if test id is not having signals

* Api v1.16.0 (#1698)

* feat: canvas support [assist] (#1641)

* feat(tracker/ui): start canvas support

* feat(tracker): slpeer -> peerjs for canvas streams

* fix(ui): fix agent canvas peer id

* fix(ui): fix agent canvas peer id

* fix(ui): fix peer removal

* feat(tracker): canvas recorder

* feat(tracker): canvas recorder

* feat(tracker): canvas recorder

* feat(tracker): canvas recorder

* feat(ui): canvas support for ui

* fix(tracker): fix falling tests

* feat(ui): replay canvas in video

* feat(ui): refactor video streaming to draw on canvas

* feat(ui): 10hz check for canvas replay

* feat(ui): fix for tests

* feat(ui): fix for tests

* feat(ui): fix for tests

* feat(ui): fix for tests cov

* feat(ui): mroe test coverage

* fix(ui): styling

* fix(tracker): support backend settings for canvas

* feat(ui): allow devtools to be resizeable (#1605)

* fix(ui): console redux tab null check

* Api v1.15.0 (#1689)

* fix(chalice): fix create alert with MS Teams notification channel
closes openreplay/openreplay#1677

* fix(chalice): fix MS Teams notifications
* refactor(chalice): enhanced MS Teams notifications
closes openreplay/openreplay#1681

(cherry picked from commit 265897f509)

* fix(ui): filter keys conflcit with metadata, path analysis 4 col

* fix(ui): clear the filers and series on card type change

* fix(player): fix msg reader bug

* fix(DB): fix CH wrong version (#1692)

(cherry picked from commit 48dbbb55db)

* fix(ui): filter keys conflcit with metadata

* fix(tracker): unique broadcast channel name

* fix(chalice): fixed delete cards (#1697)

(cherry picked from commit 92fedd310c)

* fix(tracker): add trycatch to ignore iframe errors

* feat(backend): added ARM arch support to backend services [Dockerfile]

* feat(backend): removed userAgent from sessions and unstarted-sessions tables

* fix(DB): change path-analysis card size

---------

Co-authored-by: Delirium <nikita@openreplay.com>
Co-authored-by: Shekar Siri <sshekarsiri@gmail.com>
Co-authored-by: Alexander <zavorotynskiy@pm.me>

* refactor(chalice): cleaned code (#1699)

* feat(api): usability testing - added start_path to the resposne, remove count from the list

* feat(api): usability testing - test to have response count and live count

* feat(api): usability testing - test to have additional data

* Revert "refactor(chalice): cleaned code (#1699)" (#1702)

This reverts commit 83f2b0c12c.

* feat(api): usability testing - responses with total and other improvements

* change(api): vulnerability whitelist udpate

* feat(api): usability testing - create added missing columns, and sessions with user_id search

* feat(api): usability testing - update test with responseCount

* feat(api): usability testing - timestamps in unix

* feat(api): usability testing - request with proper case change

* feat(api): usability testing - task.description nullable

* feat(api): usability testing - check deleted status

* Api v1.16.0 (#1707)

* fix(chalice): fixed search sessions

* fix(chalice): fixed search sessions
* refactor(chalice): upgraded dependencies
* refactor(crons): upgraded dependencies
* refactor(alerts): upgraded dependencies

* Api v1.16.0 (#1712)

* feat(DB): user-testing support

* feat(chalice): user testing support

* feat(chalice): support utxVideo (#1726)

* feat(chalice): changed bucket name for ux testing webcamera videos

* refactored(chalice): refactored code (#1743)

refactored(chalice): upgraded dependencies

---------

Co-authored-by: Shekar Siri <sshekarsiri@gmail.com>
Co-authored-by: Delirium <nikita@openreplay.com>
Co-authored-by: Alexander <zavorotynskiy@pm.me>
2023-12-06 13:36:27 +01:00
..
auth Api v1.15.0 (#1689) 2023-11-21 18:29:10 +01:00
chalicelib fix(api): copy async code change to ee edition 2023-11-30 14:04:42 +01:00
crons change(api): assist stats api moved to ee (#1598) 2023-10-31 15:29:36 +01:00
routers fix(api): copy async code change to ee edition 2023-11-30 14:04:42 +01:00
schemas Api v1.15.0 (#1670) 2023-11-20 16:15:12 +01:00
.gitignore Api v1.16.0 (#1744) 2023-12-06 13:36:27 +01:00
.gitkeep fix(chalice): check SMTP host:port (#1344) 2023-06-14 13:21:22 +02:00
app.py Api v1.16.0 (#1744) 2023-12-06 13:36:27 +01:00
app_crons.py change(crons): added new cron for assist stats 2023-12-04 12:59:43 +01:00
clean-dev.sh Api v1.16.0 (#1744) 2023-12-06 13:36:27 +01:00
development.md chore(vagrant): Changed development.md 2022-05-02 11:06:15 +02:00
Dockerfile Api v1.13.0 (#1323) 2023-06-09 11:48:41 +02:00
Dockerfile.dockerignore feat(alerts): changed build script 2022-11-14 16:02:18 +01:00
Dockerfile_alerts feat(chalice): updated all dependencies 2023-01-20 14:41:07 +01:00
Dockerfile_alerts.dockerignore feat(alerts): changed build script 2022-11-14 16:02:18 +01:00
Dockerfile_crons feat(chalice): updated all dependencies 2023-01-20 14:41:07 +01:00
Dockerfile_crons.dockerignore feat(alerts): changed build script 2022-11-14 16:02:18 +01:00
entrypoint.sh feat(api): use the default sync worker class, and only one worker. 2023-11-30 18:08:03 +01:00
entrypoint_alerts.sh Api v1.15.0 (#1583) 2023-10-27 15:08:25 +02:00
entrypoint_crons.sh feat(alerts): ignore ASSIST_KEY 2022-11-03 11:41:27 +01:00
env.default Dev (#1683) 2023-11-20 16:15:12 +01:00
env.dev Dev (#1683) 2023-11-20 16:15:12 +01:00
env_vars.sh feat(chalice): changed env-vars handling 2022-07-20 15:24:29 +02:00
or_dependencies.py Api v1.15.0 (#1580) 2023-10-27 14:35:16 +02:00
Pipfile Api v1.16.0 (#1744) 2023-12-06 13:36:27 +01:00
prepare-dev.sh Api v1.15.0 (#1481) 2023-09-28 09:59:31 +01:00
requirements-alerts.txt Api v1.16.0 (#1744) 2023-12-06 13:36:27 +01:00
requirements-crons.txt Api v1.16.0 (#1744) 2023-12-06 13:36:27 +01:00
requirements.txt Api v1.16.0 (#1744) 2023-12-06 13:36:27 +01:00
run-crons-dev.sh feat(crons): fixed health check cron 2023-04-28 14:34:12 +02:00