* 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

* 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

* feat(chalice): autocomplete return top 10 with stats

* fix(chalice): fixed autocomplete top 10 meta-filters

* fix(chalice): defined CH ports
This commit is contained in:
Kraiem Taha Yassine 2024-12-06 14:34:24 +01:00 committed by GitHub
parent d99187e14a
commit ac47e339cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -10,8 +10,8 @@ captcha_key=
captcha_server=
CH_COMPRESSION=true
ch_host=
ch_port=
ch_port_http=
ch_port=9000
ch_port_http=8123
ch_receive_timeout=10
ch_timeout=30
change_password_link=/reset-password?invitation=%s&&pass=%s

View file

@ -11,8 +11,8 @@ captcha_key=
captcha_server=
CH_COMPRESSION=true
ch_host=
ch_port=
ch_port_http=
ch_port=9000
ch_port_http=8123
ch_receive_timeout=10
ch_timeout=30
change_password_link=/reset-password?invitation=%s&&pass=%s