From d8edb6389f881aa336f52e8c5959bee08b554036 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 18 May 2022 08:10:52 +0200 Subject: [PATCH 1/2] Mark a couple of third-party repos as archived --- docs/panels.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/panels.rst b/docs/panels.rst index fc75763f7..31aaf52ba 100644 --- a/docs/panels.rst +++ b/docs/panels.rst @@ -141,8 +141,8 @@ Third-party panels If you'd like to add a panel to this list, please submit a pull request! -Flamegraph -~~~~~~~~~~ +Flamegraph (Archived) +~~~~~~~~~~~~~~~~~~~~~ URL: https://github.com/23andMe/djdt-flamegraph @@ -150,8 +150,8 @@ Path: ``djdt_flamegraph.FlamegraphPanel`` Generates a flame graph from your current request. -Haystack -~~~~~~~~ +Haystack (Archived) +~~~~~~~~~~~~~~~~~~~ URL: https://github.com/streeter/django-haystack-panel From 2216073ef0f474055de3ce7a2052a5307285e0ef Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 18 May 2022 13:47:12 +0200 Subject: [PATCH 2/2] Remove archived third-party panels --- docs/panels.rst | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/docs/panels.rst b/docs/panels.rst index 31aaf52ba..ff7f2eb39 100644 --- a/docs/panels.rst +++ b/docs/panels.rst @@ -141,26 +141,6 @@ Third-party panels If you'd like to add a panel to this list, please submit a pull request! -Flamegraph (Archived) -~~~~~~~~~~~~~~~~~~~~~ - -URL: https://github.com/23andMe/djdt-flamegraph - -Path: ``djdt_flamegraph.FlamegraphPanel`` - -Generates a flame graph from your current request. - -Haystack (Archived) -~~~~~~~~~~~~~~~~~~~ - -URL: https://github.com/streeter/django-haystack-panel - -Path: ``haystack_panel.panel.HaystackDebugPanel`` - -See queries made by your Haystack_ backends. - -.. _Haystack: http://haystacksearch.org/ - HTML Tidy/Validator ~~~~~~~~~~~~~~~~~~~