zulip/analytics/management/commands
Vishnu KS 235a347639 analytics: Move last_successful_fill to CountStat.
This is a prep commit. Currenty we only pass CountStat.property
to last_successful_fill function. But it needs access to
CountStat.time_increment as well. We can pass the entire CountStat
object to the function as a workaround. But making last_successful_fill
a property of CountStat seems to be much more cleaner.
2020-12-22 16:44:31 -08:00
..
__init__.py Move management commands to the analytics app. 2013-11-06 16:51:08 -05:00
check_analytics_state.py analytics: Move last_successful_fill to CountStat. 2020-12-22 16:44:31 -08:00
clear_analytics_tables.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
clear_single_stat.py python: Elide type=str from argparse arguments. 2020-09-03 16:17:14 -07:00
populate_analytics_db.py populate_analytics_db: Replace intermediate list with generator. 2020-09-02 19:34:48 -07:00
stream_stats.py python: Elide type=str from argparse arguments. 2020-09-03 16:17:14 -07:00
update_analytics_counts.py python: Elide type=str from argparse arguments. 2020-09-03 16:17:14 -07:00