zulip/zerver
Pragati Agrawal 27835ecaab test_events: Update `realm` before fetching normal_states in `do_test`.
As a follow up of this commit (99a2c21ff3),
we now are refreshing `realm` and its attributes before fetching
normal_state in `do_test` function using
`self.user_profile.realm.refresh_from_db()`, resulting in updated `realm`
values, so that now even if we use `get_realm` as before, tests wouldn't
fail as now any changes to `Realm` table after applying action get
reflected to `realm` attribute of `self.user_profile` by refreshing.
2019-03-11 11:47:23 +05:30
..
data_import streams: Prevent creation of multi-line stream descriptions. 2019-02-20 12:28:00 -08:00
lib digest: Use a list of Message objects to gather_hot_conversations. 2019-03-09 23:25:26 -08:00
management tests: Refactor `query_ldap()` and add complete test coverage. 2019-03-09 22:12:51 -08:00
migrations stream-descriptions: Create wrapper for rendering stream descriptions. 2019-03-06 17:16:14 -08:00
openapi api/streams: Support including bot owner's subscriptions. 2019-02-28 22:32:05 -08:00
templatetags zerver core: Remove unused imports. 2019-02-02 17:41:24 -08:00
tests test_events: Update `realm` before fetching normal_states in `do_test`. 2019-03-11 11:47:23 +05:30
tornado tornado: Remove unused imports. 2019-02-02 17:33:13 -08:00
views auth: Add detailed comments for auth subsystem. 2019-03-09 22:08:13 -08:00
webhooks webhooks/github: Ignore organization and milestone events. 2019-03-10 14:13:17 -07:00
worker push notif: Send a batch of message IDs in one `remove` payload. 2019-02-26 16:41:54 -08:00
__init__.py
apps.py python: Mark intentionally unused imports with noop statements. 2019-02-22 16:54:47 -08:00
context_processors.py refactor: De-duplicate code in `accounts_home.html` for social auth. 2019-03-05 14:02:12 -08:00
decorator.py decorator.py: Add `max_int_size` param to `to_non_negative_int()`. 2019-03-01 11:16:46 -08:00
filters.py error reports: Ensure we filter API keys from query strings. 2018-10-19 15:03:14 -07:00
forms.py zerver core: Remove unused imports. 2019-02-02 17:41:24 -08:00
logging_handlers.py try_git_describe: Set cwd, not --git-dir. 2019-02-28 14:59:33 -08:00
middleware.py middleware: Avoid doing work for statsd when not enabled. 2019-02-27 17:53:15 -08:00
models.py realm: Restrict upload quota according to plan. 2019-03-04 18:46:13 -08:00
signals.py zerver core: Remove unused imports. 2019-02-02 17:41:24 -08:00
static_header.txt