Amirouche
66040ea9f5
wip
2024-02-06 14:18:50 +01:00
Amirouche
014a51602a
wip
2024-02-06 14:18:50 +01:00
Kraiem Taha Yassine
7368072db2
Revert "chore(api): asyncify GET /projects, and propagate ( #1701 )" ( #1747 )
...
This reverts commit 23015f5567 .
Co-authored-by: ⵄⵎⵉⵔⵓⵛ <amirouche.boubekki@gmail.com>
2023-12-06 16:15:50 +01:00
ⵄⵎⵉⵔⵓⵛ
23015f5567
chore(api): asyncify GET /projects, and propagate ( #1701 )
...
* [Backend] Canvas support (#1705 )
* 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
* Async chalice.core.tenants:tenants_exists, and propagate
* rework after review
* chore(api): asyncify `/projects` and propagate.
Impact on the following routes:
/projects
/v1/projects
/passowrd/reset
/metadata/session_search
* fix(api): there is no cnx.mogrify method.
In psycopg v3, the mogrify method is only available on cursor objects.
In other words, just use cnx.execute(query, kwargs), except when
opening an "explicit cursor session".
ref: https://www.psycopg.org/psycopg3/docs/api/cursors.html#psycopg.ClientCursor.mogrify
---------
Co-authored-by: Alexander <zavorotynskiy@pm.me>
2023-12-06 16:09:55 +01:00
ⵄⵎⵉⵔⵓⵛ
71c74cd658
Chore/async api one ( #1708 )
...
* Async chalice.core.tenants:tenants_exists, and propagate
* rework after review
* typofix
* fix(chalice): small fixes
* fix(api): use a global variable to store singletong...
... that will not work if several POSIX threads are serving
from the same POSIX processus.
* fix(api): pass database argument as dictionary.
ref: https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNSTRING
* chore(api): ease debugging with simple return statement.
* NOTES++
---------
Co-authored-by: Taha Yassine Kraiem <tahayk2@gmail.com>
2023-11-27 15:58:02 +01:00
Amirouche BOUBEKKI
89c16e1f1e
Revert "Chore(api): Async chalice.core.tenants:tenants_exists, and propagate. ( #1695 )"
...
This reverts commit 3e3d639362 .
2023-11-24 14:59:28 +01:00
ⵄⵎⵉⵔⵓⵛ
3e3d639362
Chore(api): Async chalice.core.tenants:tenants_exists, and propagate. ( #1695 )
2023-11-24 14:27:28 +01:00
Kraiem Taha Yassine
8a370fc2ae
Api v1.15.0 ( #1632 )
...
* refactor(chalice): refactored logs
fix(chalice): fixed edit account
2023-11-08 18:45:01 +01:00
Kraiem Taha Yassine
2bb0f3e74f
Api v1.15.0 ( #1629 )
...
* fix(chalice): fixed add MSTeams
fix(chalice): fixed update MSTeams
fix(chalice): fixed add Slack
fix(chalice): fixed update Slack
* fix(chalice): removed mobs from ios replay
2023-11-08 16:44:52 +01:00
Kraiem Taha Yassine
1a553134d4
Api v1.15.0 ( #1619 )
...
* fix(chalice): fixed multi-signups
2023-11-07 15:15:08 +01:00
Kraiem Taha Yassine
8aad437f53
Api v1.15.0 ( #1609 )
...
* refactor(chalice): changed get account
* refactor(chalice): refactored users code
* fix(chalice): fixed path analysis empty exclude support
2023-11-03 21:34:50 +01:00
Kraiem Taha Yassine
5461c19246
Api v1.15.0 ( #1558 )
...
* feat(chalice): upgraded dependencies
* feat(chalice): changed path analysis schema
* feat(DB): click coordinate support
* feat(chalice): changed path analysis issues schema
feat(chalice): upgraded dependencies
* fix(chalice): fixed pydantic issue
* refactor(chalice): refresh token validator
* feat(chalice): role restrictions
* feat(chalice): EE path analysis changes
* refactor(DB): changed creation queries
refactor(DB): changed delte queries
feat(DB): support new path analysis payload
* feat(chalice): save path analysis card
* feat(chalice): restrict access
* feat(chalice): restrict access
* feat(chalice): EE save new path analysis card
* refactor(chalice): path analysis
* feat(chalice): path analysis new query
* fix(chalice): configurable CH config
* fix(chalice): assist autocomplete
* refactor(chalice): refactored permissions
* refactor(chalice): changed log level
* refactor(chalice): upgraded dependencies
* refactor(chalice): changed path analysis query
* refactor(chalice): changed path analysis query
* refactor(chalice): upgraded dependencies
refactor(alerts): upgraded dependencies
refactor(crons): upgraded dependencies
* feat(chalice): path analysis ignore start point
* feat(chalice): path analysis in progress
* refactor(chalice): path analysis changed link sort
* refactor(chalice): path analysis changed link sort
* refactor(chalice): path analysis changed link sort
* refactor(chalice): path analysis new query
refactor(chalice): authorizers
* refactor(chalice): refactored authorizer
* fix(chalice): fixed create card of PathAnalysis
* refactor(chalice): compute link-percentage for Path Analysis
* refactor(chalice): remove null starting point from Path Analysis
* feat(chalice): path analysis CH query
* refactor(chalice): changed Path Analysis links-value
fix(chalice): fixed search notes for EE
* feat(chalice): path analysis enhanced query results
* feat(chalice): include timezone in search sessions response
* refactor(chalice): refactored logs
* refactor(chalice): refactored logs
feat(chalice): get path analysis issues
* fix(chalice): fixed path analysis issues pagination
* fix(chalice): sessions-search handle null values
* feat(chalice): PathAnalysis start event support middle-event matching
* feat(chalice): PathAnalysis start event support middle-event matching
* feat(chalice): PathAnalysis support mixed events with start-point
* fix(chalice): PathAnalysis fixed eventType value when metricValue is missing
* fix(chalice): PathAnalysis fixed wrong super-class model for update card
* fix(chalice): PathAnalysis fixed search issues
refactor(chalice): upgraded dependencies
* fix(chalice): enforce isEvent if missing
* fix(chalice): enforce isEvent if missing
* refactor(chalice): refactored custom-metrics
* refactor(chalice): small changes
* feat(chalice): path analysis EE new query
* fix(chalice): fixed hide-excess state for Path Analysis
* fix(chalice): fixed update start point and excludes for Path Analysis
* fix(chalice): fix payload validation
fix(chalice): fix update widget endpoint
* fix(chalice): fix payload validation
fix(chalice): fix update widget endpoint
* fix(chalice): fix add member
* refactor(chalice): upgraded dependencies
refactor!(chalice): upgraded SAML dependencies
* feat(chalice): ios-project support 1/5
* refactor(chalice): changed logs handling
* fix(chalice): fix path analysis issues list
* Api v1.15.0 (#1542 )
* refactor(chalice): changed default dev env vars
* refactor(chalice): changes
* refactor(chalice): changed payload fixer
* refactor(chalice): changed payload fixer
refactor(chalice): support duplicate filters
* Api v1.15.0 no merge (#1546 )
* refactor(chalice): changed default dev env vars
* refactor(chalice): changes
* refactor(chalice): changed payload fixer
* refactor(chalice): changed payload fixer
refactor(chalice): support duplicate filters
* refactor(chalice): changes
* feature(chalice): mobile sessions search
* Api v1.15.0 no merge (#1549 )
* refactor(chalice): changed default dev env vars
* refactor(chalice): changes
* refactor(chalice): changed payload fixer
* refactor(chalice): changed payload fixer
refactor(chalice): support duplicate filters
* refactor(chalice): changes
* feature(chalice): mobile sessions search
* refactor(chalice): fix EE refactored schema
* Api v1.15.0 no merge (#1552 )
* refactor(chalice): changed default dev env vars
* refactor(chalice): changes
* refactor(chalice): changed payload fixer
* refactor(chalice): changed payload fixer
refactor(chalice): support duplicate filters
* refactor(chalice): changes
* feature(chalice): mobile sessions search
* refactor(chalice): fix EE refactored schema
* fix(chalice): fix missing platform for EE
* Api v1.15.0 no merge (#1554 )
* refactor(chalice): changed default dev env vars
* refactor(chalice): changes
* refactor(chalice): changed payload fixer
* refactor(chalice): changed payload fixer
refactor(chalice): support duplicate filters
* refactor(chalice): changes
* feature(chalice): mobile sessions search
* refactor(chalice): fix EE refactored schema
* fix(chalice): fix missing platform for EE
* fix(DB): fixed init_schema
* Api v1.15.0 no merge (#1554 ) (#1555 )
* refactor(chalice): changed default dev env vars
* refactor(chalice): changes
* refactor(chalice): changed payload fixer
* refactor(chalice): changed payload fixer
refactor(chalice): support duplicate filters
* refactor(chalice): changes
* feature(chalice): mobile sessions search
* refactor(chalice): fix EE refactored schema
* fix(chalice): fix missing platform for EE
* fix(DB): fixed init_schema
* Api v1.15.0 no merge (#1557 )
* refactor(chalice): changed default dev env vars
* refactor(chalice): changes
* refactor(chalice): changed payload fixer
* refactor(chalice): changed payload fixer
refactor(chalice): support duplicate filters
* refactor(chalice): changes
* feature(chalice): mobile sessions search
* refactor(chalice): fix EE refactored schema
* fix(chalice): fix missing platform for EE
* fix(DB): fixed init_schema
* feat(DB): changes to support mobile sessions
* feat(chalice): mobile sessions search support
* fix(chalice): fixed signup
2023-10-25 17:41:48 +02:00
Kraiem Taha Yassine
7f37bc4336
Api v1.15.0 ( #1547 )
...
* feat(chalice): upgraded dependencies
* feat(chalice): changed path analysis schema
* feat(DB): click coordinate support
* feat(chalice): changed path analysis issues schema
feat(chalice): upgraded dependencies
* fix(chalice): fixed pydantic issue
* refactor(chalice): refresh token validator
* feat(chalice): role restrictions
* feat(chalice): EE path analysis changes
* refactor(DB): changed creation queries
refactor(DB): changed delte queries
feat(DB): support new path analysis payload
* feat(chalice): save path analysis card
* feat(chalice): restrict access
* feat(chalice): restrict access
* feat(chalice): EE save new path analysis card
* refactor(chalice): path analysis
* feat(chalice): path analysis new query
* fix(chalice): configurable CH config
* fix(chalice): assist autocomplete
* refactor(chalice): refactored permissions
* refactor(chalice): changed log level
* refactor(chalice): upgraded dependencies
* refactor(chalice): changed path analysis query
* refactor(chalice): changed path analysis query
* refactor(chalice): upgraded dependencies
refactor(alerts): upgraded dependencies
refactor(crons): upgraded dependencies
* feat(chalice): path analysis ignore start point
* feat(chalice): path analysis in progress
* refactor(chalice): path analysis changed link sort
* refactor(chalice): path analysis changed link sort
* refactor(chalice): path analysis changed link sort
* refactor(chalice): path analysis new query
refactor(chalice): authorizers
* refactor(chalice): refactored authorizer
* fix(chalice): fixed create card of PathAnalysis
* refactor(chalice): compute link-percentage for Path Analysis
* refactor(chalice): remove null starting point from Path Analysis
* feat(chalice): path analysis CH query
* refactor(chalice): changed Path Analysis links-value
fix(chalice): fixed search notes for EE
* feat(chalice): path analysis enhanced query results
* feat(chalice): include timezone in search sessions response
* refactor(chalice): refactored logs
* refactor(chalice): refactored logs
feat(chalice): get path analysis issues
* fix(chalice): fixed path analysis issues pagination
* fix(chalice): sessions-search handle null values
* feat(chalice): PathAnalysis start event support middle-event matching
* feat(chalice): PathAnalysis start event support middle-event matching
* feat(chalice): PathAnalysis support mixed events with start-point
* fix(chalice): PathAnalysis fixed eventType value when metricValue is missing
* fix(chalice): PathAnalysis fixed wrong super-class model for update card
* fix(chalice): PathAnalysis fixed search issues
refactor(chalice): upgraded dependencies
* fix(chalice): enforce isEvent if missing
* fix(chalice): enforce isEvent if missing
* refactor(chalice): refactored custom-metrics
* refactor(chalice): small changes
* feat(chalice): path analysis EE new query
* fix(chalice): fixed hide-excess state for Path Analysis
* fix(chalice): fixed update start point and excludes for Path Analysis
* fix(chalice): fix payload validation
fix(chalice): fix update widget endpoint
* fix(chalice): fix payload validation
fix(chalice): fix update widget endpoint
* fix(chalice): fix add member
* refactor(chalice): upgraded dependencies
refactor!(chalice): upgraded SAML dependencies
* feat(chalice): ios-project support 1/5
* refactor(chalice): changed logs handling
* fix(chalice): fix path analysis issues list
* Api v1.15.0 (#1542 )
* refactor(chalice): changed default dev env vars
* refactor(chalice): changes
* refactor(chalice): changed payload fixer
* refactor(chalice): changed payload fixer
refactor(chalice): support duplicate filters
* Api v1.15.0 no merge (#1546 )
* refactor(chalice): changed default dev env vars
* refactor(chalice): changes
* refactor(chalice): changed payload fixer
* refactor(chalice): changed payload fixer
refactor(chalice): support duplicate filters
* refactor(chalice): changes
* feature(chalice): mobile sessions search
2023-10-25 10:19:29 +02:00
Kraiem Taha Yassine
33f5d078dd
Api v1.15.0 ( #1481 )
...
* feat(chalice): upgraded dependencies
* feat(chalice): changed path analysis schema
* feat(DB): click coordinate support
* feat(chalice): changed path analysis issues schema
feat(chalice): upgraded dependencies
* fix(chalice): fixed pydantic issue
* refactor(chalice): refresh token validator
* feat(chalice): role restrictions
2023-09-28 09:59:31 +01:00
Kraiem Taha Yassine
f9c3204ca1
Api v1.15.0 ( #1478 )
...
* refactor(chalice): upgraded dependencies
refactor(crons): upgraded dependencies
refactor(alerts): upgraded dependencies
* fix(chalice): return error when updating inexistant webhook
* feat(chalice): fixed delete webhook response
* feat(chalice): limit webhooks name length
* feat(chalice): upgraded dependencies
feat(alerts): upgraded dependencies
feat(crons): upgraded dependencies
* fix(chalice): remove urllib3 dependency
* feat(chalice): remove FOSS to pydantic v2
* fix(chalice): freeze urllib3 to not have conflicts between boto3 and requests
* feat(chalice): refactoring schema in progress
* feat(chalice): refactoring schema in progress
* feat(chalice): refactoring schema in progress
* feat(chalice): refactoring schema in progress
feat(chalice): upgraded dependencies
* feat(chalice): refactored schema
* feat(DB): transfer size support
* feat(chalice): support service account
* feat(chalice): support service account
* fix(chalice): fixed refactored PayloadSchema-name
* feat(chalice): path analysis
* feat(chalice): support service account 1/2
* feat(DB): timezone support
* feat(chalice): upgraded dependencies
feat(alerts): upgraded dependencies
feat(crons): upgraded dependencies
feat(assist): upgraded dependencies
feat(sourcemaps): upgraded dependencies
* feat(chalice): path analysis schema changes
* feat(chalice): path analysis query change
* feat(chalice): path analysis query change
* feat(chalice): ios replay support
* feat(chalice): ios replay support
* feat(chalice): path analysis changes
* feat(DB): ios events
* feat(chalice): upgraded dependencies
* feat(chalice): simple hide minor paths
* feat(chalice): path analysis density
* feat(chalice): session's replay ios events
* feat(chalice): fixed typo
* feat(chalice): support project's platform
* feat(DB): support project's platform
* feat(chalice): path analysis EE in progress
* feat(chalice): project's platform API
* feat(chalice): fixed create project
* feat(chalice): EE path analysis in progress
* feat(chalice): EE path analysis
refactor(chalice): support specific database name for clickhouse-client
* feat(chalice): upgraded dependencies
feat(chalice): path analysis specific event type for startPoint
feat(chalice): path analysis specific event type for endPoint
feat(chalice): path analysis specific event type for exclude
* refactoring(chalice): changed IOS click event type
* refactoring(chalice): upgraded dependencies
refactoring(alerts): upgraded dependencies
refactoring(crons): upgraded dependencies
refactoring(peers): upgraded dependencies
refactoring(assist): upgraded dependencies
refactoring(sourcemaps-reader): upgraded dependencies
* refactoring(chalice): upgraded dependencies
refactoring(alerts): upgraded dependencies
refactoring(crons): upgraded dependencies
refactoring(peers): upgraded dependencies
refactoring(assist): upgraded dependencies
refactoring(sourcemaps-reader): upgraded dependencies
* feat(chalice): upgraded dependencies
feat(alerts): upgraded dependencies
feat(crons): upgraded dependencies
* refactoring(chalice): refactored cards
refactoring(chalice): upgraded dependencies
* feat(chalice): get path-analysis issues list
* feat(chalice): changed crash_ios
feat(DB): changed crash_ios
* fix(chalice): fix crashlooping
* feat(chalice): support tap-rage
feat(DB): support tap-rage
* feat(chalice): Exp search support click-selector
feat(DB): CH support click-selector
* feat(chalice): refresh token
feat(DB): refresh token
* feat(chalice): refresh token changes
* feat(chalice): fixed authorizer context attribute changes
* feat(chalice): fixed refresh token path&age
* feat(chalice): fixed refresh token RTR
* feat(chalice): EE refresh token
feat(DB): EE refresh token
* feat(chalice): migrated EE refresh token
* feat(chalice): fixed crashing changes
* feat(chalice): fixed instant expiration
* feat(chalice): fix
* feat(chalice): fix
* feat(chalice): fix
* feat(chalice): refresh token debug
* feat(chalice): refresh token debug
* feat(chalice): refresh token debug
* feat(chalice): fix refresh token path
* feat(chalice): refresh token on signup
* feat(DB): refresh token
2023-09-25 18:29:27 +01:00
Taha Yassine Kraiem
6802b216b7
Revert "feat(chalice): refresh token"
...
This reverts commit 12a0af0862 .
2023-09-21 15:52:04 +01:00
Taha Yassine Kraiem
12a0af0862
feat(chalice): refresh token
...
feat(DB): refresh token
2023-09-21 15:46:28 +01:00
Kraiem Taha Yassine
a34179365e
Api v1.15.0 ( #1464 )
...
* feat(DB): rearranged queries
feat(DB): ready for v1.15.0
* refactor(chalice): upgraded dependencies
refactor(crons): upgraded dependencies
refactor(alerts): upgraded dependencies
* fix(chalice): return error when updating inexistant webhook
* feat(chalice): fixed delete webhook response
* feat(chalice): limit webhooks name length
* feat(chalice): upgraded dependencies
feat(alerts): upgraded dependencies
feat(crons): upgraded dependencies
* fix(chalice): remove urllib3 dependency
* feat(chalice): remove FOSS to pydantic v2
* fix(chalice): freeze urllib3 to not have conflicts between boto3 and requests
* feat(chalice): refactoring schema in progress
* feat(chalice): refactoring schema in progress
* feat(chalice): refactoring schema in progress
* feat(chalice): refactoring schema in progress
feat(chalice): upgraded dependencies
* feat(chalice): refactored schema
* fix(chalice): pull rebase dev
* feat(DB): transfer size support
* feat(chalice): support service account
* feat(chalice): support service account
* fix(chalice): fixed refactored PayloadSchema-name
* feat(chalice): path analysis
* feat(chalice): support service account 1/2
* feat(DB): timezone support
* feat(chalice): upgraded dependencies
feat(alerts): upgraded dependencies
feat(crons): upgraded dependencies
feat(assist): upgraded dependencies
feat(sourcemaps): upgraded dependencies
* feat(chalice): path analysis schema changes
* feat(chalice): path analysis query change
* feat(chalice): path analysis query change
* feat(chalice): ios replay support
* feat(chalice): ios replay support
* feat(chalice): path analysis changes
* feat(chalice): upgraded dependencies
* feat(chalice): simple hide minor paths
* feat(chalice): path analysis density
* feat(chalice): session's replay ios events
* feat(chalice): fixed typo
* feat(chalice): support project's platform
* feat(DB): support project's platform
* feat(chalice): path analysis EE in progress
* feat(chalice): project's platform API
* feat(chalice): fixed create project
* feat(chalice): EE path analysis in progress
* feat(chalice): EE path analysis
refactor(chalice): support specific database name for clickhouse-client
* feat(chalice): upgraded dependencies
feat(chalice): path analysis specific event type for startPoint
feat(chalice): path analysis specific event type for endPoint
feat(chalice): path analysis specific event type for exclude
* refactoring(chalice): changed IOS click event type
2023-09-06 17:06:33 +01:00
Kraiem Taha Yassine
f645074ad1
Api v1.14.0 ( #1406 )
...
* feature(chalice): changed feature-flag endpoints
2023-07-11 17:15:37 +02:00
Kraiem Taha Yassine
4012f7d054
Api v1.14.0 ( #1399 )
...
* fix(chalice): fixed nested data response
2023-07-10 17:47:55 +02:00
Kraiem Taha Yassine
8226e66299
Api v1.14.0 ( #1391 )
...
* refactored(chalice): refactored restore user
refactored(chalice): refactored add user
* fix(chalice): allow FastAPI to handel async automatically
fix(chalice): EE support of multiworkers
refactor(chalice): cleaned SSO
* fix(chalice): allow FastAPI to handel async automatically
* feat(DB): associate sessions to feature-flags
* feat(DB): CH associate sessions to feature-flags
2023-07-06 18:13:06 +02:00
Shekar Siri
d66911b895
change(api): update feature flag status
2023-06-22 13:03:38 +02:00
Kraiem Taha Yassine
0e2a1d76da
Api v1.13.0 release ( #1345 )
...
* fix(chalice): fixed circular import priority
fix(chalice): enabled SSO
* fix(chalice): fixed disabled routes
2023-06-14 15:03:28 +02:00
Kraiem Taha Yassine
678bc33820
Api v1.13.0 release ( #1336 )
...
* fix(connectors): upgraded dependencies
* refactor(chalice): changed update account
2023-06-12 16:38:22 +02:00
Taha Yassine Kraiem
2a623b351b
fix(chalice): removed cookies
2023-05-31 16:28:52 +02:00
Shekar Siri
8d132edb58
feat(chalice) - feature flags ( #1252 )
...
* feat(api) - feature flags - schema
* feat(api) - feature flags - wip
* feat(api) - feature flags
* feat(api) - feature flags - set back root path
* feat(api) - feature flags
* feat(api) - feature flags
* feat(api) - feature flags - review
* feat(DB): feature flags DB structure
* feat(chalice): feature flags permissions support
feat(chalice): feature flags changed code
* feat(chalice): feature flags add permissions to DB
---------
Co-authored-by: Taha Yassine Kraiem <tahayk2@gmail.com>
2023-05-17 15:48:34 +02:00
Kraiem Taha Yassine
66c4f9c481
feat(chalice): include enforceSSO in signup status ( #1228 )
2023-05-03 19:45:10 +02:00
Taha Yassine Kraiem
b8dfe90ce8
feat(chalice): refactored projects code
2023-04-26 16:26:08 +02:00
Taha Yassine Kraiem
978f936c28
feat(chalice): handle missing payload deadlock
2023-04-12 10:22:50 +01:00
Taha Yassine Kraiem
cb22ba7568
feat(chalice): changed health-check endpoint behaviour
...
feat(chalice): refactored code
2023-03-29 10:32:49 +01:00
Taha Yassine Kraiem
07aeff5ab1
feat(chalice): remove signup endpoint if tenant exists
2023-03-27 11:59:29 +01:00
Taha Yassine Kraiem
68dd0a7f14
feat(chalice): split replay
2023-03-14 13:25:14 +01:00
Taha Yassine Kraiem
e890ff8a14
feat(chalice): split replay
2023-03-14 11:51:02 +01:00
Taha Yassine Kraiem
8a843a1af9
feat(chalice): cleaned code
2023-02-27 11:46:51 +01:00
Taha Yassine Kraiem
2424cc4749
feat(chalice): full async endpoints
2023-02-14 13:40:10 +01:00
Taha Yassine Kraiem
3d287cfc58
feat(chalice): fixed update slack
...
feat(chalice): changed get /integrations response
2023-01-27 13:50:50 +01:00
Taha Yassine Kraiem
07d2316ec2
feat(chalice): clickMap for click_rage
...
feat(chalice): clickMap for click_rage on selector
2022-12-21 19:04:47 +01:00
Taha Yassine Kraiem
86101c454d
feat(chalice): click-maps changes
2022-12-14 17:12:04 +01:00
Taha Yassine Kraiem
94f1498087
feat(chalice): click-maps search for smallest session
2022-12-14 16:32:34 +01:00
Taha Yassine Kraiem
295e074fab
feat(chalice): share note to MSTeams
2022-12-06 16:33:28 +01:00
Taha Yassine Kraiem
7bb6c25f17
Merge remote-tracking branch 'origin/api-ms-teams' into api-v1.9.5
...
# Conflicts:
# api/routers/core.py
2022-11-30 15:47:48 +01:00
Taha Yassine Kraiem
408d710ce3
feat(chalice): refactored dynamic enpoints
2022-11-29 18:34:49 +01:00
Taha Yassine Kraiem
30eca5e8fb
feat(chalice): msteams add
...
feat(chalice): msteams update
feat(chalice): msteams share session
feat(chalice): msteams share error
2022-11-17 19:28:45 +01:00
Taha Yassine Kraiem
9e4c846fe8
Merge remote-tracking branch 'origin/api-v1.9.5' into api-ms-teams
...
# Conflicts:
# ee/api/chalicelib/core/projects.py
# ee/api/chalicelib/core/webhook.py
# ee/scripts/schema/db/init_dbs/postgresql/init_schema.sql
# scripts/schema/db/init_dbs/postgresql/init_schema.sql
2022-11-16 19:59:09 +01:00
Taha Yassine Kraiem
f68fe9c38d
feat(chalice): changed update user method
2022-11-03 16:22:35 +01:00
Taha Yassine Kraiem
6b1a93b55b
feat(chalice): refactored endpoints
2022-10-28 17:08:29 +02:00
Taha Yassine Kraiem
6fd3aba5e6
feat(chalice): refactored
2022-10-27 11:52:14 +02:00
Taha Yassine Kraiem
d350f29f54
feat(chalice): fixed favorite session
2022-10-20 09:42:26 +02:00
Taha Yassine Kraiem
766d76202d
feat(chalice): changed share note to slack endpoint
2022-10-07 16:20:11 +02:00
Taha Yassine Kraiem
e8a288ba8a
feat(chalice): refactored&cleaned endpoints
...
feat(chalice): notes slack notification
2022-10-07 16:04:07 +02:00