zulip/zerver
Kartik Srivastava b9b9a79382 user_groups: Use 'path_only=True' in REQ for 'user_group_id' in views.
'user_groups' endpoints are currently under 'pending_endpoints' in
test_openapi.py (even after being documented except one), due to the
'user_group_id' and 'group_id' parameter name mismatch in the
url config and the view functions.

This commit includes 'path_only=True' for 'user_group_id' parameter in
views to avoid the failure of 'test_openapi_arguments', in
test_openapi.py, which excludes the path parameters. This is a prep
commit for renaming 'group_id' to 'user_group_id' in the documentation
and removing the 'user_groups' endpoints from 'pending_endpoints'.
2020-08-26 15:40:19 -07:00
..
data_import python: Replace ujson with orjson. 2020-08-11 10:55:12 -07:00
lib Revert "exceptions: Extract json_unauths into MissingAuthenticationError." 2020-08-25 17:42:07 -07:00
management settings: Adjust documentation and comment references to settings.py. 2020-08-24 13:13:16 -07:00
migrations migrations: Fix migration 0283 with orjson. 2020-08-14 11:22:03 -07:00
openapi api docs: Edit custom profile field descriptions. 2020-08-26 15:35:10 -07:00
templatetags docs: Fix various capitalization errors. 2020-08-11 10:25:52 -07:00
tests openapi: Add OpenAPI data for /realm/profile_fields api endpoint. 2020-08-26 12:48:16 -07:00
tornado python: Catch JSONDecodeError instead of ValueError when decoding JSON. 2020-08-12 11:59:59 -07:00
views user_groups: Use 'path_only=True' in REQ for 'user_group_id' in views. 2020-08-26 15:40:19 -07:00
webhooks github tests: Extract verify_post_is_ignored. 2020-08-24 12:34:46 -07:00
worker queue: Use locking to avoid race conditions in missedmessage_emails. 2020-08-26 12:40:59 -07:00
__init__.py
apps.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
context_processors.py auth: Make apple log in and sign up buttons consistent with others. 2020-06-18 13:06:10 -07:00
decorator.py rate_limit: Improve dummy request objects in RateLimitTestCase. 2020-08-24 16:22:04 -07:00
filters.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
forms.py middleware: Make HostDomain into a process_request, not process_response. 2020-08-11 10:37:55 -07:00
logging_handlers.py docs: Capitalize Markdown consistently. 2020-08-11 10:23:06 -07:00
middleware.py Revert "exceptions: Extract json_unauths into MissingAuthenticationError." 2020-08-25 17:42:07 -07:00
models.py streams: Add role field to Subscription objects passed to clients. 2020-08-14 16:33:11 -07:00
signals.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00