Vishnu KS
6b9e7a4022
team: Rename contrib_total_commits to calculate_total_commits.
2020-07-23 10:22:28 -07:00
Vishnu KS
9e0ff58a6d
team: Rename contrib to contributors in page_params.
2020-07-23 10:22:28 -07:00
Vishnu KS
95b1a7c8d1
teams: Rename contribs_list to contributor_username_to_data.
2020-07-23 10:22:28 -07:00
Vishnu KS
2190dbd4b0
team: Map repo name to tab name in frontend.
...
fetch-contributor-data's job is to fetch the data. How the data
is presented in frontend is something it don't have to know about.
2020-07-23 10:22:28 -07:00
Vishnu KS
fe9b700fab
team: Use a better API for getting contributor data.
2020-07-23 10:22:28 -07:00
Tim Abbott
19b1ef62d2
models: Add translation tags to ROLE_ID_TO_NAME_MAP.
...
This isn't used in many places yet, but that's likely to change over
time.
2020-07-22 17:37:50 -07:00
Steve Howell
1fa6ae1e16
refactor: Extract build_page_params_for_home_page_load.
2020-07-22 17:15:03 -07:00
Steve Howell
27072289ce
refactor: Extract zerver/lib/home.py.
...
The two functions extracted here are mostly
copied verbatim, but we use dataclasses
to marshal the values back.
2020-07-22 17:15:02 -07:00
Steve Howell
26e4d34e81
refactor: Move code up higher in home view.
...
The two pieces of code here don't need to be
intermingled with the bigger task of building
page_params.
2020-07-22 17:13:53 -07:00
Mohit Gupta
7bbba74d95
loggers: Set propagate False for zulip.slow_queries logger.
...
This will prevent it to propagating to root logger and causing flaky
behavior in tests which verify logs by root logger using assertLogs.
2020-07-22 17:12:28 -07:00
Mohit Gupta
e25365ee3e
tests: Mock patch print() in test_custom_markdown_include_extension.
...
This is to avoid spam in test-backend output.
2020-07-22 17:12:28 -07:00
Mohit Gupta
7d574795f1
tests: Remove unnecessary print statments.
...
This removes spam in test-backend output caused by print statement.
2020-07-22 17:12:28 -07:00
Mohit Gupta
a2a368df54
tests: Mock print() for management command tests.
...
This avoids spam in test-backend output.
2020-07-22 17:12:28 -07:00
Mohit Gupta
9a10929a6c
tests: Verify warning log if multiple teams found in mattermost import.
...
Uses assertLogs to prevent spam in test-backend output.
2020-07-22 17:12:28 -07:00
Ryan Rehman
6a245d6d93
minor: Refactor `set_up_typeahead_on_pills` function interface.
...
This is a prep commit which passes the `update_func` and `source`
data through an object. This will be helpful as there are plans
to pass furthur information to the function (i.e. whether we should
allow creating pills from streams and/or user-groups).
2020-07-22 17:00:34 -07:00
SiddharthVarshney
67cee7c8f9
css: Use SCSS nesting for `.faqs`.
2020-07-22 16:58:14 -07:00
SiddharthVarshney
ba36b99cd2
css: Use SCSS nesting for `.faqs .faq`.
2020-07-22 16:58:14 -07:00
SiddharthVarshney
4d2593a6bf
css: Use SCSS nesting for `.faqs header`.
2020-07-22 16:58:14 -07:00
SiddharthVarshney
f28c729707
css: Use SCSS nesting for `.compare`.
2020-07-22 16:58:14 -07:00
SiddharthVarshney
04bcab0f4c
css: Use SCSS nesting for `.compare .terms`.
2020-07-22 16:58:13 -07:00
SiddharthVarshney
04a49fc402
css: Use SCSS nesting for `.compare tbody tr`.
2020-07-22 16:58:13 -07:00
SiddharthVarshney
fb1a593281
css: Use SCSS nesting for `.compare tbody tr td`.
2020-07-22 16:58:13 -07:00
SiddharthVarshney
4c0a4d4cef
css: Use SCSS nesting for `.compare thread`.
2020-07-22 16:58:13 -07:00
SiddharthVarshney
457023dde6
css: Use SCSS nesting for `.compare thread th`.
2020-07-22 16:58:13 -07:00
SiddharthVarshney
456c0b78e0
css: Use SCSS nesting for `.compare table`.
2020-07-22 16:58:13 -07:00
SiddharthVarshney
f1c70be50a
css: Use SCSS nesting for `.compare table thead th`.
2020-07-22 16:58:13 -07:00
Vishnu KS
67bacd6e31
billing: Don't allow guest users to upgrade.
2020-07-22 16:57:49 -07:00
Vishnu KS
cb01a7f599
billing: Restrict access to billing page to realm owners and billing admins.
2020-07-22 16:57:49 -07:00
Steve Howell
a6519e7b8f
event_schema: Extract check_user_group_add.
2020-07-22 16:48:19 -07:00
Steve Howell
3f25e52667
event_schema: Extract check_user_status.
2020-07-22 16:48:19 -07:00
Steve Howell
631adc5677
event_schema: Extract check_alert_words.
2020-07-22 16:48:19 -07:00
Steve Howell
0a9a9d8258
event_schema: Extract check_custom_profile_fields.
2020-07-22 16:48:19 -07:00
Steve Howell
7176b90882
event_schema: Extract check_typing_start.
2020-07-22 16:48:19 -07:00
Steve Howell
5f3ea0a659
event_schema: Extract check_invites_changed.
2020-07-22 16:48:19 -07:00
Steve Howell
ec17091521
event_schema: Extract check_submessage.
2020-07-22 16:48:19 -07:00
Steve Howell
92136d738a
event_schema: Extract check_reaction.
2020-07-22 16:48:19 -07:00
Steve Howell
5209de0261
event_schema: Extract check_update_message_flags.
2020-07-22 16:48:19 -07:00
Steve Howell
f2bc22e869
event_schema: Extract check_update_message*.
2020-07-22 16:48:19 -07:00
Steve Howell
b81f3433d8
event_schema: Extract check_message.
2020-07-22 16:48:19 -07:00
Steve Howell
385050de20
event_schema: Extract check_realm_bot_(delete/remove).
...
It is strange that we have both of these events.
2020-07-22 16:48:19 -07:00
Steve Howell
96f5ab1c87
event_schema: Extract check_realm_bot_update.
2020-07-22 16:48:19 -07:00
Steve Howell
f5c4ee4477
event_schema: Extract check_realm_bot_add.
...
Note that we use the actual integer bot_type
value now to determine how we validate
services.
2020-07-22 16:48:19 -07:00
Steve Howell
0a6ce36ac9
event_schema: Extract check_update_global_notifications.
2020-07-22 16:48:19 -07:00
Steve Howell
96b821684b
event_schema: Extract check_update_display_settings.
2020-07-22 16:48:19 -07:00
Steve Howell
dd5949274d
event_schema: Extract check_subscription_peer_*.
2020-07-22 16:48:19 -07:00
Steve Howell
502f1b9fe2
event_schema: Extract check_subscription_remove.
2020-07-22 16:48:19 -07:00
Steve Howell
055f1a590d
event_schema: Extract check_subscription_add.
2020-07-22 16:48:19 -07:00
Steve Howell
b116f1e911
event_schema: Extract check_stream_update.
2020-07-22 16:48:19 -07:00
Steve Howell
14aa87a168
event_schema: Extract check_stream_create.
2020-07-22 16:48:19 -07:00
Steve Howell
a6796e9e86
event_schema: Extract check_realm_update.
2020-07-22 16:48:19 -07:00