zulip/docs/overview
Shubham Padia bf6dc4472b models: Add is_private flag to UserMessage and add index for it.
The is_private flag is intended to be set if recipient type is
'private'(1) or 'huddle'(3), otherwise i.e if it is 'stream'(2), it
should be unset.

This commit adds a database index for the is_private flag (which we'll
need to use it). That index is used to reset the flag if it was
already set. The already set flags were due to a previous removal of
is_me_message flag for which the values were not cleared out.

For now, the is_private flag is always 0 since the really hard part of
this migration is clearing the unspecified previous state; future
commits will fully implement it actually doing something.

History: Migration rewritten significantly by tabbott to ensure it
runs in only 3 minutes on chat.zulip.org.  A key detail in making that
work was to ensure that we use the new index for the queries to find
rows to update (which currently requires the `order_by` and `limit`
clauses).
2018-07-30 15:43:55 -07:00
..
architecture-overview.md docs: Add some basic subsystem documentation for thumbnailing. 2018-07-30 13:20:54 -07:00
changelog.md models: Add is_private flag to UserMessage and add index for it. 2018-07-30 15:43:55 -07:00
contributing.md
directory-structure.md docs: Rename "webhooks" to "incoming webhooks". 2018-05-30 18:21:13 -07:00
gsoc-ideas.md documentation: Migrate all CZO stream links to new stream URL style 2018-05-24 15:15:34 -07:00
index.rst docs: Move readme-symlink symlink to be just called readme. 2017-11-16 21:43:25 -08:00
readme.md docs: Move readme-symlink symlink to be just called readme. 2017-11-16 21:43:25 -08:00
roadmap.md docs: Fix link in roadmap. 2017-12-12 20:50:36 -08:00

readme.md

Zulip overview

Zulip is a powerful, open source group chat application that combines the immediacy of real-time chat with the productivity benefits of threaded conversations. Zulip is used by open source projects, Fortune 500 companies, large standards bodies, and others who need a real-time chat system that allows users to easily process hundreds or thousands of messages a day. With over 300 contributors merging over 500 commits a month, Zulip is also the largest and fastest growing open source group chat project.

CircleCI Build Status Travis Build Status Coverage Status Mypy coverage docs Zulip chat Twitter

Getting started

Click on the appropriate link below. If nothing seems to apply, join us on the Zulip community server and tell us what's up!

You might be interested in:

You may also be interested in reading our blog or following us on twitter. Zulip is distributed under the Apache 2.0 license.