From 4a1e28688f7cdbc230eafeaf556e80d762cfcc2f Mon Sep 17 00:00:00 2001 From: Dan Yishai Date: Mon, 11 Jan 2021 00:43:55 +0200 Subject: [PATCH 1/3] Add Third-Party LDAP Tracing Panel LDAP Operations Tracing panel from django-windowsauth module. GitHub: https://github.com/danyi1212/django-windowsauth Docs: https://django-windowsauth.readthedocs.io/en/latest/howto/debug_toolbar.html --- docs/panels.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/panels.rst b/docs/panels.rst index 31e116037..7192154ea 100644 --- a/docs/panels.rst +++ b/docs/panels.rst @@ -189,6 +189,17 @@ line_profiler_. .. _line_profiler: https://github.com/rkern/line_profiler +LDAP Tracing +~~~~~~~~~~~~ + +URL: https://github.com/danyi1212/django-windowsauth + +Path: ``windows_auth.panels.LDAPPanel`` + +LDAP Operations performed during the request, including timing, request and response messages, the entries recieved, write changes list, stacktracing and error debugging. +This panel also shows connection usage metrics when it is collected. +`Check out the docs `_. + Mail ~~~~~~~~ From f3bfa37b8e78376af23bfc82150732842603c501 Mon Sep 17 00:00:00 2001 From: Dan Yishai Date: Wed, 13 Jan 2021 00:48:26 +0200 Subject: [PATCH 2/3] Add LDAP Tracing Panel to the third-party list Fixed alphabetic order, typo, and line too long. --- docs/panels.rst | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/docs/panels.rst b/docs/panels.rst index 7192154ea..0d89bf6b0 100644 --- a/docs/panels.rst +++ b/docs/panels.rst @@ -177,6 +177,18 @@ Retrieves and displays information you specify using the ``debug`` statement. Inspector panel also logs to the console by default, but may be instructed not to. +LDAP Tracing +~~~~~~~~~~~~ + +URL: https://github.com/danyi1212/django-windowsauth + +Path: ``windows_auth.panels.LDAPPanel`` + +LDAP Operations performed during the request, including timing, request and response messages, +the entries received, write changes list, stacktracing and error debugging. +This panel also shows connection usage metrics when it is collected. +`Check out the docs `_. + Line Profiler ~~~~~~~~~~~~~ @@ -189,17 +201,6 @@ line_profiler_. .. _line_profiler: https://github.com/rkern/line_profiler -LDAP Tracing -~~~~~~~~~~~~ - -URL: https://github.com/danyi1212/django-windowsauth - -Path: ``windows_auth.panels.LDAPPanel`` - -LDAP Operations performed during the request, including timing, request and response messages, the entries recieved, write changes list, stacktracing and error debugging. -This panel also shows connection usage metrics when it is collected. -`Check out the docs `_. - Mail ~~~~~~~~ From b56750dc02ffc90e85448478b8da17dafe0be345 Mon Sep 17 00:00:00 2001 From: Dan Yishai Date: Wed, 13 Jan 2021 00:54:32 +0200 Subject: [PATCH 3/3] Add LDAP Tracing Panel to the third-party list Lint warning --- docs/panels.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/panels.rst b/docs/panels.rst index 0d89bf6b0..c21e90801 100644 --- a/docs/panels.rst +++ b/docs/panels.rst @@ -185,7 +185,7 @@ URL: https://github.com/danyi1212/django-windowsauth Path: ``windows_auth.panels.LDAPPanel`` LDAP Operations performed during the request, including timing, request and response messages, -the entries received, write changes list, stacktracing and error debugging. +the entries received, write changes list, stack-tracing and error debugging. This panel also shows connection usage metrics when it is collected. `Check out the docs `_.