zulip/zerver
Hemanth V. Alluri ffd2bccd4e openapi: Standardize URL format to use {var_name} syntax.
The previous code for the validator test was fairly messy due to
checking for both formats of the openapi url, one with
<variable_name> and the other with {variable_name}. To eliminate
this, we have standardized the format and restricted it to
{variable_name} as per the official format at:
https://swagger.io/docs/specification/describing-parameters.
2019-07-11 11:01:40 -07:00
..
data_import slack_import: Support importing multiparty IMs. 2019-07-09 15:03:28 -07:00
lib openapi: Standardize URL format to use {var_name} syntax. 2019-07-11 11:01:40 -07:00
management management: Fix obsolete check for double-adding a permission. 2019-07-08 13:44:40 -07:00
migrations models: Add external_account in custom profile field types. 2019-07-09 17:21:54 -07:00
openapi openapi: Standardize URL format to use {var_name} syntax. 2019-07-11 11:01:40 -07:00
templatetags webhooks/freshdesk/doc.md: Remove unescape_rendered_html kludge. 2019-07-03 15:05:45 -07:00
tests openapi: Standardize URL format to use {var_name} syntax. 2019-07-11 11:01:40 -07:00
tornado tornado: Remove unused imports. 2019-02-02 17:33:13 -08:00
views models: Add external_account in custom profile field types. 2019-07-09 17:21:54 -07:00
webhooks webhooks: Migrate reviewboard tests to the headers fixtures system. 2019-07-09 17:13:02 -07:00
worker public_export: Add support for deleting export after access. 2019-05-31 22:54:27 -07:00
__init__.py caching: Add configuration class for post-migration cache flushing. 2016-10-27 23:26:34 -07:00
apps.py python: Mark intentionally unused imports with noop statements. 2019-02-22 16:54:47 -08:00
context_processors.py open graph: Uploaded realm icon URL is absolute for some backends. 2019-05-20 13:14:28 -07:00
decorator.py decorator: Refactor @require_non_guest_human_user decorator. 2019-06-18 17:11:58 -07:00
filters.py filters: Don't include realm_counts/installation_counts in errors. 2019-04-30 14:10:59 -07:00
forms.py ktlo: Contact org admin instead of server admin for wrong subdomain error. (#12543) 2019-06-26 14:09:20 -07:00
logging_handlers.py try_git_describe: Set cwd, not --git-dir. 2019-02-28 14:59:33 -08:00
middleware.py rate_limiter: Create a general rate_limit_request_by_entity function. 2019-05-30 16:50:11 -07:00
models.py models: Add external_account in custom profile field types. 2019-07-09 17:21:54 -07:00
signals.py zerver core: Remove unused imports. 2019-02-02 17:41:24 -08:00