zulip/zerver
PIG208 3f9a5e1e17 request: Refactor to record rate limit data using ZulipRequestNotes.
We will no longer use the HttpRequest to store the rate limit data.
Using ZulipRequestNotes, we can access rate_limit and ratelimits_applied
with type hints support. We also save the process of initializing
ratelimits_applied by giving it a default value.
2021-07-14 12:01:07 -07:00
..
data_import markdown: Use a shared variable for IMAGE_EXTENSION. 2021-07-02 11:22:55 -07:00
integration_fixtures/nagios tests: Add a test for fixtures for non-webhook integrations. 2021-04-28 08:16:51 -07:00
lib request: Refactor to record rate limit data using ZulipRequestNotes. 2021-07-14 12:01:07 -07:00
management management: Add change_password command. 2021-07-09 12:34:39 -07:00
migrations models: Create MissedMessageEmailEntry table. 2021-07-13 17:21:37 -07:00
openapi openapi: Make endpoint operationId dash-separated. 2021-07-13 16:46:22 -07:00
tests request: Refactor HostRequestMock to subclass HttpRequest. 2021-07-14 11:52:43 -07:00
tornado request: Refactor to record rate limit data using ZulipRequestNotes. 2021-07-14 12:01:07 -07:00
views request: Move log_data from HttpRequest to ZulipRequestNotes. 2021-07-14 12:01:05 -07:00
webhooks webhooks: Make github webhook support event filtering system. 2021-07-13 16:47:18 -07:00
worker worker: Rewrite MissedMessageWorker to not be lossy. 2021-07-13 17:21:38 -07:00
__init__.py django: Upgrade Zulip to Django 3.2 LTS. 2021-05-03 08:36:22 -07:00
apps.py python: Reformat with Black, except quotes. 2021-02-12 13:11:19 -08:00
context_processors.py context_processors: Add test for `get_apps_page_url`. 2021-06-16 07:49:03 -07:00
decorator.py zilencer: Log warning when a remote server hits rate limits. 2021-07-08 15:55:03 -07:00
filters.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
forms.py billing: Enforce license limit for plans on manual license management. 2021-06-09 17:42:38 -07:00
logging_handlers.py logging_handlers: Remove STAGING_ERROR_NOTIFICATIONS setting. 2021-07-07 09:26:02 -07:00
middleware.py request: Refactor to record rate limit data using ZulipRequestNotes. 2021-07-14 12:01:07 -07:00
models.py models: Create MissedMessageEmailEntry table. 2021-07-13 17:21:37 -07:00
signals.py python: Convert deprecated Django ugettext alias to gettext. 2021-04-15 18:01:34 -07:00