Dev (#2447)
* refactor(chalice): upgraded dependencies * refactor(chalice): upgraded dependencies feat(chalice): support heatmaps * fix(chalice): fixed Math-operators validation refactor(chalice): search for sessions that have events for heatmaps * refactor(chalice): search for sessions that have at least 1 location event for heatmaps * refactor(chalice): upgraded dependencies * refactor(chalice): upgraded dependencies feat(chalice): support heatmaps * fix(chalice): fixed Math-operators validation refactor(chalice): search for sessions that have events for heatmaps * refactor(chalice): search for sessions that have at least 1 location event for heatmaps * refactor(chalice): upgraded dependencies refactor(crons): upgraded dependencies refactor(alerts): upgraded dependencies * feat(chalice): get top 10 values for autocomplete CH * refactor(chalice): cleaned code refactor(chalice): upgraded dependencies refactor(alerts): upgraded dependencies refactor(crons): upgraded dependencies * feat(chalice): autocomplete return top 10 with stats * fix(chalice): fixed autocomplete top 10 meta-filters * feat(chalice): support spot for EE * fix(chalice): fixed routers generator
This commit is contained in:
parent
f01a98c619
commit
a3a4547e1e
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ from chalicelib.core import product_analytics
|
|||
from or_dependencies import OR_scope
|
||||
from routers.base import get_routers
|
||||
|
||||
public_app, app, app_apikey = get_routers([OR_scope(schemas.Permissions.METRICS)])
|
||||
public_app, app, app_apikey = get_routers(extra_dependencies=[OR_scope(schemas.Permissions.METRICS)])
|
||||
|
||||
|
||||
@app.post('/{projectId}/insights/journey', tags=["insights"])
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ from chalicelib.core import dashboards, custom_metrics, funnels
|
|||
from or_dependencies import OR_context, OR_scope
|
||||
from routers.base import get_routers
|
||||
|
||||
public_app, app, app_apikey = get_routers([OR_scope(schemas.Permissions.METRICS)])
|
||||
public_app, app, app_apikey = get_routers(extra_dependencies=[OR_scope(schemas.Permissions.METRICS)])
|
||||
|
||||
|
||||
@app.post('/{projectId}/dashboards', tags=["dashboard"])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue