Pylons / pyramid_debugtoolbar

Pyramid debug toolbar
https://docs.pylonsproject.org/projects/pyramid-debugtoolbar/en/latest/
Other
95 stars 82 forks source link

redo of #332 #367

Closed jvanasco closed 4 years ago

jvanasco commented 4 years ago

This should have everything discussed in the #364, applied on top of HEAD. Github would not let me re-open the PR after I force-pushed the rebase and edits.

jvanasco commented 4 years ago

Sorry, I was having trouble with the linter locally and had to deal with it in the cloud for a bit.

stevepiercy commented 4 years ago

Will this update need to include an update to the docs as well? https://docs.pylonsproject.org/projects/pyramid_debugtoolbar/en/latest/#request-vars

jvanasco commented 4 years ago

@stevepiercy not really. the doc text doesn't change and the panel should render identically on empty requests.

I am likely to PR an update the SQLAlchemy panel next, which would result in new screencaps.

mmerickel commented 4 years ago

Thanks for your patience @jvanasco