Revisions of python-pyramid-debugtoolbar
Ana Guerrero (anag+factory)
accepted
request 1145530
from
Dirk Mueller (dirkmueller)
(revision 7)
- update to 4.12.1: * Fix a toolbar crash when loading the page and there aren't any visible requests yet. * Fix a concern where the toolbar may access sensitive request attributes like ``request.authenticated_userid`` at times outside of the supported request lifecycle. * Avoid triggering DeprecationWarnings when tracking values for deprecated attributes in Pyramid like ``effective_principals``.
Ana Guerrero (anag+factory)
accepted
request 1142840
from
Dirk Mueller (dirkmueller)
(revision 6)
- update to 4.11: * Drop support for SQLAlchemy < 1.4. * Add support for Python 3.12. * Add support for SQLAlchemy 2.x. * Fix an issue where a long-running request might not appear in the toolbar UI without refreshing the page. * Use ``time.monotonic()`` when computing performance intervals. - Packaging : - Update to new version 4.4 + Reduce the log output for squashed exceptions and put them at the INFO level so they can be filtered out if desired. Javascript syntax fixes for browsers that don’t support trailing commas.
Dominique Leuenberger (dimstar_suse)
accepted
request 1068183
from
Factory Maintainer (factory-maintainer)
(revision 5)
Automatic submission by obs-autosubmit
Dominique Leuenberger (dimstar_suse)
accepted
request 795764
from
Tomáš Chvátal (scarabeus_iv)
(revision 4)
- Remove py2 dependency as we build only py3 package
Dominique Leuenberger (dimstar_suse)
accepted
request 789085
from
Tomáš Chvátal (scarabeus_iv)
(revision 3)
- version update to 4.6.1 - Fix parser errors when injecting the toolbar into XHTML formatted pages. See https://github.com/Pylons/pyramid_debugtoolbar/pull/360 - Show the full URL in the tooltip on the requests panel. See https://github.com/Pylons/pyramid_debugtoolbar/pull/358 - Stop accessing ``request.unauthenticated_userid`` in preparation for Pyramid 2.0 where it is deprecated. - Catch a ``ValueError`` when JSON-serializing SQLA objects for display. See https://github.com/Pylons/pyramid_debugtoolbar/pull/357
Dominique Leuenberger (dimstar_suse)
accepted
request 744578
from
Factory Maintainer (factory-maintainer)
(revision 2)
Automatic submission by obs-autosubmit
Dominique Leuenberger (dimstar_suse)
accepted
request 730410
from
Tomáš Chvátal (scarabeus_iv)
(revision 1)
Displaying all 7 revisions