Commit graph

1072 commits

Author SHA1 Message Date
Shekar Siri
2008d3dc2f feat(ui) - custom metrics 2022-01-26 00:24:08 +05:30
Shekar Siri
45db3fa1d4 feat(ui) - custom metrics 2022-01-25 15:03:53 +05:30
Shekar Siri
5f958ede98 feat(ui) - custom metrics 2022-01-24 19:29:27 +05:30
Shekar Siri
af260a7530 feat(ui) - custom metrics 2022-01-23 23:25:28 +05:30
Shekar Siri
e80293efa4 feat(ui) - custom metrics 2022-01-19 14:49:21 +05:30
Shekar Siri
155e7e4331 feat(ui) - custom metrics 2022-01-17 17:06:01 +05:30
Taha Yassine Kraiem
392feabec1 feat(api): removed email_funnel env-var EE 2022-01-03 12:50:48 +01:00
Taha Yassine Kraiem
0855f192b3 feat(api): removed email_funnel env-var 2022-01-03 12:47:14 +01:00
Taha Yassine Kraiem
75b93aebcb feat(api): weekly report fix 2022-01-03 11:58:02 +01:00
Taha Yassine Kraiem
6b6f23f39d feat(api): refactored weekly report 2022-01-03 11:47:52 +01:00
ShiKhu
8f0524a2f6 antifix(backend-ender):use msg timestamp 2021-12-30 16:51:48 +01:00
Taha Yassine Kraiem
c476e41bb0 feat(api): changed get stun server config 2021-12-30 10:45:18 +01:00
ShiKhu
dafabe4672 fix(backend-ender): use local machine timestamp for comparison 2021-12-29 16:49:58 +01:00
Taha Yassine Kraiem
acee296e0a feat(api): optimised login-metadata 2021-12-23 17:57:38 +01:00
Taha Yassine Kraiem
081bbb45be feat(api): fix forget password 2021-12-21 21:45:55 +01:00
Taha Yassine Kraiem
7a645688df feat(api): fix forgot password 2021-12-21 21:36:12 +01:00
Taha Yassine Kraiem
8873e42e3e feat(api): changed ignore notifications payload schema 2021-12-21 21:07:59 +01:00
ShiKhu
0e29a03f9e Merge branch 'main' into dev 2021-12-21 14:27:31 +01:00
Taha Yassine Kraiem
c0183da5ff feat(api): last_tracker_version for get project 2021-12-20 13:22:09 +01:00
Taha Yassine Kraiem
33bf9475b3 feat(api): smtp flag for login 2021-12-20 13:19:25 +01:00
Taha Yassine Kraiem
b0f9d84e81 feat(api): last_tracker_version as a parameter for GET /projects/{projectId} 2021-12-20 13:14:24 +01:00
Taha Yassine Kraiem
16abda087c feat(api): last_tracker_version as a parameter to GET /projects 2021-12-20 13:06:49 +01:00
Taha Yassine Kraiem
9d4751503e feat(api): misfire_grace_time for weekly reports 2021-12-20 09:56:01 +01:00
ShiKhu
e842160571 fix(backend-assets): maintain eot fonts for cache 2021-12-19 15:42:21 +01:00
Taha Yassine Kraiem
734e9de96b feat(api): alert's pre-defined values 2021-12-17 20:08:20 +01:00
Taha Yassine Kraiem
bba1464e98 feat(api): search sessions operators 2021-12-17 18:01:34 +01:00
Taha Yassine Kraiem
265a89dd1f feat(api): support current filter multivalue 2021-12-17 17:54:43 +01:00
Taha Yassine Kraiem
986079ccf8 feat(api): changed build script 2021-12-17 17:44:33 +01:00
Taha Yassine Kraiem
02439dcbec feat(api): migrated search sessions to pydantic
feat(api): search sessions support isany onany startswith endswith
2021-12-17 17:41:24 +01:00
Taha Yassine Kraiem
d50169d978 feat(api): trace 4xx requests 2021-12-17 10:42:30 +01:00
Kraiem Taha Yassine
a29c02b43a
Api FastApi (#252)
* feat(api): dynamic-api 1/2

* feat(api): dynamic-api 2/2
feat(api): core-api 1/2

* feat(api): changed schemas
feat(api): aipkey authorizer
feat(api): jwt authorizer payload
feat(api): core-api 2/3

* feat(api): apikey authorizer
feat(api): shared context
feat(api): response editor
feat(api): middleware
feat(api): custom router
feat(api): fix auth double call

* feat(api): dashboard
feat(api): insights
feat(api): public api v1

* feat(api): allow full CORS

* feat(api): use decouple-config instead of env
feat(api): fixed conflict slack endpoint
feat(api): fixed favorite errors param

* feat(api): migration fixes

* feat(api): changes

* feat(api): crons

* feat(api): changes and fixes

* feat(api): added new endpoints
feat(api): applied new changes
feat(api): Docker image

* feat(api): EE 1/4

* feat(api): EE core_dynamic

* feat(api): global routers generator

* feat(api): project authorizer
feat(api): docker image
feat(api): crons

* feat(api): EE trace activity

* feat(api): changed ORRouter

* feat(api): EE trace activity parameters&payload

* feat(api): EE trace activity action name & path_format

* feat(db): user trace

* feat(api): EE trace activity ignore routes and hide attribute
feat(api): fix funnel payload schema

* feat(api): mobile support

* feat(api): changed build script

* feat(api): changed mobile sign endpoint
feat(api): changed requirements.txt

* feat(api): changed dockerfile

* feat(api): changed mobile-env-var

* feat(api): removed insights

* feat(api): changed EE Dockerfile

* feat(api): cast session_id to str for signing

* feat(api): fixed error_id type

* feat(api): fixed /errors priority conflict

* feat(api): fixed /errors/{errorId} default params

* feat(api): fixed change password after invitation

* feat(api): use background task for emails instead of low-timeout-api
feat(api): EE fixed missing required params

* feat(api): funnel-insights payload change

* feat(api): funnel-insights payload change

* feat(api): changed edit user payload schema

* feat(api): changed metrics payload schema

* feat(api): changed metrics payload schema

* feat(api): changed edit user default values
feat(api): fixed change error status route

* feat(api): changed edit user

* feat(api): stop user from changing his own role

* feat(api): changed add slack

* feat(api): changed get funnel

* feat(api): changed get funnel on the fly payload
feat(api): changed update payload

* feat(api): changed get funnel on the fly payload

* feat(api): changed update funnel payload

* feat(api): changed get funnel-sessions/issues on the fly payload

* feat(api): fixed funnel missing rangeValue

* feat(api): fixes

* feat(api): iceServers configuration

* feat(api): fix issueId casting

* feat(api): changed issues-sessions endpoint payload-schema

* feat(api): EE changed traces-ignored-routes

* feat(api): EE include core sessions.py

* feat(api): EE check licence on every request if expired

* feat(api): move general stats to dynamic

* feat(api): code cleanup
feat(api): removed sentry

* feat(api): changed traces-ignore-routes

* feat(api): changed dependencies

* feat(api): changed jwt-auth-response code

* feat(api): changed traces-ignore-routes

* feat(api): changed traces-ignore-routes

* feat(api): removed PyTZ
feat(api): migrated time-helper to zoneinfo

* feat(api): EE added missing dependency
feat(api): changed base docker image

* feat(api): merge after roles

* feat(api): EE roles fastapi

* feat(db): handel HTTPExceptions

* feat(db): changed payload schema

* feat(db): changed payload schema

* feat(api): included insights

* feat(api): removed unused helper

* feat(api): merge from dev to fatsapi

* feat(api): merge fixes
feat(api): SAML migration

* feat(api): changed GET /signup response
feat(api): changed EE Dockerfile

* feat(api): changed edition detection

* feat(api): include ee endpoints

* feat(api): add/edit member changes

* feat(api): saml changed redirect

* feat(api): track session's replay
feat(api): track error's details

* feat(api): ignore tracking for read roles

* feat(api): define global queue
feat(api): define global scheduler
feat(api): traces use queue
feat(api): traces batch insert
feat(DB): changed traces schema

* feat(api): fix signup captcha

* feat(api): fix signup captcha

* feat(api): optional roleId
feat(api): set roleId to member if None

* feat(api): fixed edit role

* feat(api): return role details when creating a new member

* feat(api): trace: use BackgroundTasks instead of BackgroundTask to not override previous tasks

* feat(api): trace: use BackgroundTask if no other background task is defined

* feat(api): optimised delete metadata

* feat(api): Notification optional message

* feat(api): fix background-task reference

* feat(api): fix trace-background-task

* feat(api): fixed g-captcha for reset password

* feat(api): fix edit self-user

* feat(api): fixed create github-issue

* feat(api): set misfire_grace_time for crons

* feat(api): removed chalice
feat(api): freeze dependencies

* feat(api): refactored blueprints

* feat(api): /metadata/session_search allow projectId=None

* feat(api): public API, changed userId type

* feat(api): fix upload sourcemaps

* feat(api): user-trace support ApiKey endpoints

* feat(api): fixed user-trace foreign key type

* feat(api): fixed trace schema

* feat(api): trace save auth-method

* feat(api): trace fixed auth-method

* feat(api): trace changed schema
2021-12-16 19:10:12 +01:00
Shekar Siri
edd6cc737e change(ui) - tracker version to 3.4.16 2021-12-15 17:57:04 +05:30
Shekar Siri
ff62efff4f fix(ui) - metadata toggle and disable 2021-12-15 15:36:31 +05:30
Shekar Siri
35b779a479 chagne(ui) - tracker version to 3.4.15 2021-12-15 14:58:01 +05:30
Shekar Siri
651396e49a
Merge pull request #250 from openreplay/metadata-disable
Metadata disable on delete
2021-12-15 14:56:41 +05:30
Shekar Siri
38bc350f69 fix(ui) - assist mouse move 2021-12-15 14:43:41 +05:30
Shekar Siri
534edacfb1 fix(ui) - tracker version check 2021-12-15 13:16:37 +05:30
ShiKhu
011547598d fix(frontend): default loading message 2021-12-14 21:07:48 +01:00
ShiKhu
44ad157960 fix(backend-sink): check if dir exists 2021-12-14 21:07:04 +01:00
ShiKhu
d206d96b8a fix(backend): nil-guard 2021-12-14 21:05:35 +01:00
ShiKhu
b780ecc530 fix(frontend): replayer screen default white typo fix 2021-12-14 17:56:43 +01:00
ShiKhu
749d30f74e feat(tracker-assist): 3.4.11: onAgentConnect onCallStart + README update 2021-12-13 20:27:09 +01:00
Shekar Siri
5a201ea42a Merge branch 'main' of github.com:openreplay/openreplay into dev 2021-12-13 18:07:23 +05:30
Shekar Siri
c37708db6c change(ui) - disable deleting item 2021-12-13 18:06:11 +05:30
Mehdi Osman
af1ff50dd8
Merge pull request #249 from rjshrjndrn/main
chore(install): creating cache topic
2021-12-09 13:44:14 +01:00
Rajesh Rajendran
61835a76f0 chore(install): creating cache topic
Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
2021-12-09 17:23:44 +05:30
Rajesh Rajendran
fce3539121
chore(install): creating cache topic
Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
2021-12-09 17:22:55 +05:30
Mehdi Osman
863b7940fd
Merge pull request #248 from openreplay/dev
fix(ui) - user create/modify role dropdown
2021-12-08 21:16:24 +01:00
Rajesh Rajendran
d1a20592cc fix(install): update proper s3 endpoint for assets/http/utilities (#247) 2021-12-08 23:47:59 +05:30
Rajesh Rajendran
1ab98011dd
fix(install): update proper s3 endpoint for assets/http/utilities (#247) 2021-12-08 18:17:15 +00:00