zulip/zproject
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
..
jinja2 zproject: Remove unused template tags minified_js, static. 2019-07-02 16:18:23 -07:00
__init__.py Rename Django project to zproject. 2013-08-07 11:04:03 -04:00
backends.py auth: Let user choose emails in GitHub auth. 2019-06-23 21:27:04 -07:00
dev_settings.py settings: Configure LDAP avatar synchronization in dev environment. 2019-06-17 13:18:36 -07:00
dev_urls.py dev tooling: Add "create new user" and "create new realm" buttons. 2019-05-21 15:03:37 -07:00
email_backends.py tools: Upgrade Pycodestyle and fix new linter errors. 2019-01-31 12:21:41 -08:00
legacy_urls.py urls: Move the json/fetch_api_key endpoint to be an API-style route. 2018-01-08 13:15:52 -05:00
prod_settings_template.py settings: Improve example for RABBITMQ_HOST. 2019-06-06 16:41:15 -07:00
settings.py i18n: Move static/locale back to locale. 2019-07-02 14:57:55 -07:00
slack_importer_test_settings.py settings: Migrate test settings to modern postgres backend name. 2019-01-23 17:08:24 -08:00
terms.md.template Add TERMS_OF_SERVICE setting. 2016-07-29 20:47:31 -07:00
test_settings.py test-backend: Move test-upload dirs to var/<uuid>/test-backend. 2019-06-24 12:23:09 -07:00
urls.py openapi: Allow us to specify an endpoint as being undocumented in urls. 2019-07-02 16:34:16 -07:00
wsgi.py wsgi.py: Fix broken error ouput for django.setup() call. 2019-06-24 12:19:51 -07:00