zulip/zerver
Hemanth V. Alluri 7e6bcbeac0 openapi: Allow us to specify an endpoint as being undocumented in urls.
In each url of urls.py, if we want to mark an endpoint as being
intentionally undocumented, then in the kwargs instead of directly
mapping like 'METHOD': 'zerver.views.package.foo', we can provide
a tag called 'intentionally_undocumented' and map like:
'METHOD': ('zerver.views.package.foo', {'intentionally_undocumented'}).

If an endpoint is marked as intentionally undocumented, but we find
some OpenAPI documentation for it then we'll throw an error, in which
case either the 'intentionally_undocumented' tag should be removed or
the faulty documentation should be removed.
2019-07-02 16:34:16 -07:00
..
data_import slack_import: Support importing private slack channels. 2019-06-28 11:03:32 -07:00
lib openapi: Add intentionally_undocumentated parameter to REQ. 2019-07-02 16:30:33 -07:00
management i18n: Move static/locale back to locale. 2019-07-02 14:57:55 -07:00
migrations retention: Use new ArchiveTransaction model. 2019-06-26 12:05:59 -07:00
openapi api_docs: Add documentation for remove_user_group. 2019-06-28 16:34:39 -07:00
templatetags zproject: Remove unused template tags minified_js, static. 2019-07-02 16:18:23 -07:00
tests openapi: Allow us to specify an endpoint as being undocumented in urls. 2019-07-02 16:34:16 -07:00
tornado tornado: Remove unused imports. 2019-02-02 17:33:13 -08:00
views documentation: Add open graph metadata for integrations pages. 2019-06-26 16:32:13 -07:00
webhooks webhooks: Eliminate the usage of a headers.py file. 2019-06-26 10:35:14 -07:00
worker public_export: Add support for deleting export after access. 2019-05-31 22:54:27 -07:00
__init__.py
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 markdown: Make backend status message detection logic mimic frontend. 2019-06-28 10:31:20 -07:00
signals.py zerver core: Remove unused imports. 2019-02-02 17:41:24 -08:00
static_header.txt