* 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(DB): fixed init schema dev(DB): script to run init schema against dev servers
281 lines
5.4 KiB
Text
281 lines
5.4 KiB
Text
# Created by .ignore support plugin (hsz.mobi)
|
|
### JetBrains template
|
|
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
|
|
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
|
|
|
# User-specific stuff:
|
|
.idea/**/workspace.xml
|
|
.idea/**/tasks.xml
|
|
.idea/dictionaries
|
|
|
|
# Sensitive or high-churn files:
|
|
.idea/**/dataSources/
|
|
.idea/**/dataSources.ids
|
|
.idea/**/dataSources.xml
|
|
.idea/**/dataSources.local.xml
|
|
.idea/**/sqlDataSources.xml
|
|
.idea/**/dynamic.xml
|
|
.idea/**/uiDesigner.xml
|
|
|
|
# Gradle:
|
|
.idea/**/gradle.xml
|
|
.idea/**/libraries
|
|
|
|
# CMake
|
|
cmake-build-debug/
|
|
|
|
# Mongo Explorer plugin:
|
|
.idea/**/mongoSettings.xml
|
|
|
|
## File-based project format:
|
|
*.iws
|
|
|
|
## Plugin-specific files:
|
|
|
|
# IntelliJ
|
|
out/
|
|
|
|
# mpeltonen/sbt-idea plugin
|
|
.idea_modules/
|
|
|
|
# JIRA plugin
|
|
atlassian-ide-plugin.xml
|
|
|
|
# Cursive Clojure plugin
|
|
.idea/replstate.xml
|
|
|
|
# Crashlytics plugin (for Android Studio and IntelliJ)
|
|
com_crashlytics_export_strings.xml
|
|
crashlytics.properties
|
|
crashlytics-build.properties
|
|
fabric.properties
|
|
### Example user template template
|
|
### Example user template
|
|
|
|
# IntelliJ project files
|
|
.idea
|
|
*.iml
|
|
out
|
|
gen### Python template
|
|
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Distribution / packaging
|
|
.Python
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
wheels/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
MANIFEST
|
|
|
|
# PyInstaller
|
|
# Usually these files are written by a python script from a template
|
|
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
|
*.manifest
|
|
*.spec
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
|
|
# Unit test / coverage reports
|
|
htmlcov/
|
|
.tox/
|
|
.coverage
|
|
.coverage.*
|
|
.cache
|
|
nosetests.xml
|
|
coverage.xml
|
|
*.cover
|
|
.hypothesis/
|
|
|
|
# Translations
|
|
*.mo
|
|
*.pot
|
|
|
|
# Django stuff:
|
|
*.log
|
|
.static_storage/
|
|
.media/
|
|
local_settings.py
|
|
|
|
# Flask stuff:
|
|
instance/
|
|
.webassets-cache
|
|
|
|
# Scrapy stuff:
|
|
.scrapy
|
|
|
|
# Sphinx documentation
|
|
docs/_build/
|
|
|
|
# PyBuilder
|
|
target/
|
|
|
|
# Jupyter Notebook
|
|
.ipynb_checkpoints
|
|
|
|
# pyenv
|
|
.python-version
|
|
|
|
# celery beat schedule file
|
|
celerybeat-schedule
|
|
|
|
# SageMath parsed files
|
|
*.sage.py
|
|
|
|
# Environments
|
|
.env
|
|
.venv/*
|
|
env/
|
|
venv/
|
|
ENV/
|
|
env.bak/
|
|
venv.bak/
|
|
|
|
# Spyder project settings
|
|
.spyderproject
|
|
.spyproject
|
|
|
|
# Rope project settings
|
|
.ropeproject
|
|
|
|
# mkdocs documentation
|
|
/site
|
|
|
|
# mypy
|
|
.mypy_cache/
|
|
/.chalice/deployments/
|
|
|
|
vendor
|
|
|
|
|
|
logs*.txt
|
|
*.csv
|
|
|
|
*.p
|
|
SUBNETS.json
|
|
|
|
chalicelib/.config
|
|
chalicelib/saas
|
|
README/*
|
|
Pipfile.lock
|
|
|
|
.local/*
|
|
/app_alerts.py
|
|
/auth/__init__.py
|
|
/auth/auth_apikey.py
|
|
/build.sh
|
|
/build_alerts.sh
|
|
/build_crons.sh
|
|
/chalicelib/core/alerts.py
|
|
/chalicelib/core/announcements.py
|
|
/chalicelib/core/assist.py
|
|
/chalicelib/core/authorizers.py
|
|
/chalicelib/core/autocomplete.py
|
|
/chalicelib/core/canvas.py
|
|
/chalicelib/core/collaboration_base.py
|
|
/chalicelib/core/collaboration_msteams.py
|
|
/chalicelib/core/collaboration_slack.py
|
|
/chalicelib/core/countries.py
|
|
/chalicelib/core/custom_metrics_predefined.py
|
|
/chalicelib/core/dashboards.py
|
|
/chalicelib/core/errors_favorite.py
|
|
/chalicelib/core/events_mobile.py
|
|
/chalicelib/core/feature_flags.py
|
|
/chalicelib/core/funnels.py
|
|
/chalicelib/core/integration_base.py
|
|
/chalicelib/core/integration_base_issue.py
|
|
/chalicelib/core/integration_github.py
|
|
/chalicelib/core/integration_github_issue.py
|
|
/chalicelib/core/integration_jira_cloud.py
|
|
/chalicelib/core/integration_jira_cloud_issue.py
|
|
/chalicelib/core/integrations_manager.py
|
|
/chalicelib/core/issues.py
|
|
/chalicelib/core/jobs.py
|
|
/chalicelib/core/log_tool_bugsnag.py
|
|
/chalicelib/core/log_tool_cloudwatch.py
|
|
/chalicelib/core/log_tool_datadog.py
|
|
/chalicelib/core/log_tool_elasticsearch.py
|
|
/chalicelib/core/log_tool_newrelic.py
|
|
/chalicelib/core/log_tool_rollbar.py
|
|
/chalicelib/core/log_tool_sentry.py
|
|
/chalicelib/core/log_tool_stackdriver.py
|
|
/chalicelib/core/log_tool_sumologic.py
|
|
/chalicelib/core/metadata.py
|
|
/chalicelib/core/mobile.py
|
|
/chalicelib/core/performance_event.py
|
|
/chalicelib/core/saved_search.py
|
|
/chalicelib/core/sessions.py
|
|
/chalicelib/core/sessions_assignments.py
|
|
/chalicelib/core/sessions_mobs.py
|
|
/chalicelib/core/significance.py
|
|
/chalicelib/core/socket_ios.py
|
|
/chalicelib/core/sourcemaps.py
|
|
/chalicelib/core/sourcemaps_parser.py
|
|
/chalicelib/core/tags.py
|
|
/chalicelib/saml
|
|
/chalicelib/utils/__init__.py
|
|
/chalicelib/utils/args_transformer.py
|
|
/chalicelib/utils/captcha.py
|
|
/chalicelib/utils/dev.py
|
|
/chalicelib/utils/email_handler.py
|
|
/chalicelib/utils/email_helper.py
|
|
/chalicelib/utils/errors_helper.py
|
|
/chalicelib/utils/event_filter_definition.py
|
|
/chalicelib/utils/github_client_v3.py
|
|
/chalicelib/utils/helper.py
|
|
/chalicelib/utils/html/
|
|
/chalicelib/utils/jira_client.py
|
|
/chalicelib/utils/metrics_helper.py
|
|
/chalicelib/utils/pg_client.py
|
|
/chalicelib/utils/smtp.py
|
|
/chalicelib/utils/sql_helper.py
|
|
/chalicelib/utils/storage/generators.py
|
|
/chalicelib/utils/storage/interface.py
|
|
/chalicelib/utils/storage/s3.py
|
|
/chalicelib/utils/TimeUTC.py
|
|
/crons/__init__.py
|
|
/crons/core_crons.py
|
|
/db_changes.sql
|
|
/Dockerfile_bundle
|
|
/entrypoint.bundle.sh
|
|
/routers/__init__.py
|
|
/routers/app/__init__.py
|
|
/routers/base.py
|
|
/routers/core.py
|
|
/routers/subs/__init__.py
|
|
/routers/subs/v1_api.py
|
|
/run-alerts-dev.sh
|
|
/run-dev.sh
|
|
/schemas/overrides.py
|
|
/schemas/schemas.py
|
|
/schemas/transformers_validators.py
|
|
/test/
|
|
/chalicelib/core/user_testing.py
|
|
/orpy.py
|
|
/chalicelib/core/usability_testing/
|
|
/NOTES.md
|
|
/chalicelib/core/db_request_handler.py
|
|
/routers/subs/spot.py
|
|
/chalicelib/utils/or_cache/
|
|
/routers/subs/health.py
|
|
/chalicelib/core/spot.py
|
|
/chalicelib/core/unprocessed_sessions.py
|
|
/run-db_init-dev.sh
|