zulip/zilencer
Nick Al cab3c8c32c populate_db: Spread message timestamps over a few days.
This makes it easier to work on features that depend on messages
having been sent in the past (E.g. the date parts of recipient bars).

The new feature only works with --threads=1; since with the ~100
default messages that populate_db generates, the multi-threaded
feature shouldn't have significant performance impact (and it would be
tricky to make increasing timestamps work with the multi-threaded
model), it's reasonable to just set the default number of threads to 1
for now and have this timestamp-spreading feature only supported with
--threads=1.

Fixes #8277.
2018-02-24 08:11:27 -08:00
..
lib stripe: Use sources.list instead of sources.all. 2018-02-12 12:45:46 -08:00
management populate_db: Spread message timestamps over a few days. 2018-02-24 08:11:27 -08:00
migrations billing: Create model for customers paying with Stripe. 2018-01-17 16:15:14 -08:00
README.md Update comments to rename Local Server => Enterprise. 2013-11-12 15:57:02 -05:00
__init__.py [schema] Support for authenticating Deployments via the API. 2013-10-25 14:13:30 -04:00
forms.py Extend lint-all to check for newlines at the end of files. 2016-03-17 23:03:56 -07:00
models.py django-2.0: Add on_delete to OneToOneField. 2018-01-31 12:07:36 -08:00
urls.py zilencer: Make /billing appear without i18n prefix. 2018-01-17 16:44:04 -08:00
views.py translation: Try the new `err_` marking on a handful of messages. 2018-02-15 13:38:09 -08:00

README.md

ZILENCER -- The Zulip License Manager

This app is the place for storing state about various deployments of Zulip that exist in the world.