Revisions of python-pyramid-debugtoolbar
buildservice-autocommit
accepted
request 1145530
from
Dirk Mueller (dirkmueller)
(revision 17)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 16)
- 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``.
buildservice-autocommit
accepted
request 1142840
from
Dirk Mueller (dirkmueller)
(revision 15)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 14)
- 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.
buildservice-autocommit
accepted
request 1068183
from
Factory Maintainer (factory-maintainer)
(revision 13)
baserev update by copy to link target
Daniel Garcia (dgarcia)
committed
(revision 12)
- Update to 4.10 - Drop support for Python 2.7, 3.4, 3.5, 3.6. - Add support for Python 3.9, 3.10, 3.11. - Fix deprecated usages of ``threading.currentThread()``. See https://github.com/Pylons/pyramid_debugtoolbar/pull/374 - 4.9 (2020-11-24) - Support Python 3.9. - Added a new Session Panel to track ingress and egress changes to a registered ISession interface across a request lifecycle. By default, the panel only operates on accessed sessions via a wrapped loader. Users can activate the Session Panel, via the Toolbar Settings or a per-request cookie, to track the ingress and egress data on all requests. * Removed "Session" section from Request Vars Panel * Updated Documentation and Screenshots - Ensured the Headers panel only operates when a Response object exists, to create better stack traces if other panels encounter errors. - ``utils.dictrepr`` will now fallback to a string comparison of the keys if a TypeError is encountered, which can occur under Python3. * A test was added to check to ensure sorting errors occur under Python3. If the test fails in the future, this workaround may no longer be needed. - Updated toolbar javascript to better handle multiple user-activated panels. * ``split`` and ``join`` functions now use the same delimiter. * If the browser supports it, use a "set" to de-duplicate active panels. - Inline comments on toolbar.js and toolbar.py to alert future developers on the string delimiters and cookie names. - 4.8 (2020-10-23) - Added tracking of transactional SQLAlchemy events to provide more insight into database session behavior during a request's lifecycle. See https://github.com/Pylons/pyramid_debugtoolbar/pull/368 - 4.7 (2020-10-22)
buildservice-autocommit
accepted
request 795764
from
Tomáš Chvátal (scarabeus_iv)
(revision 11)
baserev update by copy to link target
Tomáš Chvátal (scarabeus_iv)
committed
(revision 10)
- Remove py2 dependency as we build only py3 package
buildservice-autocommit
accepted
request 789085
from
Tomáš Chvátal (scarabeus_iv)
(revision 9)
baserev update by copy to link target
Tomáš Chvátal (scarabeus_iv)
committed
(revision 8)
Tomáš Chvátal (scarabeus_iv)
accepted
request 787488
from
Petr Gajdos (pgajdos)
(revision 7)
- 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
buildservice-autocommit
accepted
request 744578
from
Factory Maintainer (factory-maintainer)
(revision 6)
baserev update by copy to link target
Dominique Leuenberger (dimstar_suse)
accepted
request 730410
from
Tomáš Chvátal (scarabeus_iv)
(revision 5)
initialized devel package after accepting 730410
Matej Cepl (mcepl)
committed
(revision 4)
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
Tomáš Chvátal (scarabeus_iv)
committed
(revision 3)
Tomáš Chvátal (scarabeus_iv)
committed
(revision 2)
Tomáš Chvátal (scarabeus_iv)
accepted
request 729992
from
John Vandenberg (jayvdb)
(revision 1)
needed for pytest pyramid plugin
Displaying all 17 revisions