mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08:00
Zulip 服务器和 Web 应用程序。开源团队聊天可帮助团队保持高效和专注。
This commit also includes a few changes in the way we do some queries that should speed searches up: * Messages before and after the anchor are fetched in a single query by doing a UNION ALL on the server. This incurs the cost of an extra sort because UNION ALL does not guarantee the order that the results are appended, but it saves a server round-trip. * Searches involving flags now use a straight froward WHERE clause, which is much faster than the one that django-bitfield generates (due to limitations of the Django ORM) (imported from commit a0db811a9073363cfabcf4b035d02d20dc8fc8a4) |
||
|---|---|---|
| analytics | ||
| api | ||
| assets | ||
| bin | ||
| bots | ||
| confirmation | ||
| corporate | ||
| humbug | ||
| node_modules | ||
| puppet | ||
| scripts | ||
| static | ||
| templates | ||
| tools | ||
| zerver | ||
| zilencer | ||
| zproject | ||
| .gitattributes | ||
| .gitignore | ||
| LICENSE | ||
| manage.py | ||
| zulip_tools.py | ||