Revisions of python-django-silk
buildservice-autocommit
accepted
request 1223562
from
Dirk Mueller (dirkmueller)
(revision 31)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 30)
- update to 5.3.1: * Fix missing jQuery UI images (#754) @Tatsh * Fix swallowing exceptions when processing response in silk middleware (#753) @albertyw * Support python 3.13 * Upgrade jQuery-UI to 1.13.2 to fix XSS vulnerability * Remove Django 3.2 support * Drop support for python 3.8 * Update python dependencies
buildservice-autocommit
accepted
request 1215499
from
Steve Kowalik (StevenK)
(revision 29)
baserev update by copy to link target
Steve Kowalik (StevenK)
committed
(revision 28)
- Update to 5.2.0: * Features/Enhancements: + Support Django 5.1 * Fixes: + Fix when Session, Authentication or Message middleware are not present + Update 'tables_involved' property to include tables from UPDATE operation + Correct units in profiling and requests pages * Maintenance and Cleanup: + Update python dependencies + Refactor SQL query time calculation to use Django aggregation - Switch to pyproject and pytest macros.
buildservice-autocommit
accepted
request 1142775
from
Dirk Mueller (dirkmueller)
(revision 27)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 26)
- update to 5.1.0: * This release includes Fix deprecation warning for get_storage_class #669 * which deprecates `SILKY_STORAGE_CLASS`. Users should instead use the Django `STORAGES` configuration. * Also, for python 3.12, the `cProfile` stdlib library cannot be enabled multiple times concurrently. * Silk will therefore skip profiling if another profile is already enabled. * Allow option to delete profiles * Gracefully error out when there are concurrent profilers * Always disable cProfile as part of cleanup * Fix when Session, Authentication or Message middlewares are not present * Support Django 4.2 * Support python 3.12 * Support Django 5 * Remove deprecated datetime.timezone.utc * Derive version from importlib
buildservice-autocommit
accepted
request 1116424
from
Factory Maintainer (factory-maintainer)
(revision 25)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 24)
- update to 5.0.4: * Handle case-insensitive sensitive headers (#674) @shtimn * Add a "pagetitle" block to Silky templates (#661) @vsajip * Allow to generate more informative profile file name (#638) @k4rl85 * Outsource all inline scripts and styles (#635) @sgelis * Remove support for looking up headers on django <3.2 * Update python dependencies (#677) @albertyw * Remove unused js compilation pipeline (#561)
buildservice-autocommit
accepted
request 1061082
from
John Vandenberg (jayvdb)
(revision 23)
baserev update by copy to link target
John Vandenberg (jayvdb)
accepted
request 1061081
from
John Vandenberg (jayvdb)
(revision 22)
- Drop remove-contextlib2.patch merged upstream - Update to v5.0.3
buildservice-autocommit
accepted
request 995130
from
Steve Kowalik (StevenK)
(revision 21)
baserev update by copy to link target
Steve Kowalik (StevenK)
committed
(revision 20)
- Update to 5.0.1: * Add jquery UI 1.13.1 images and fix collectstatic * Drop support for Django 2.2 (EOL) (#567) * Added silk_request_garbage_collect command for out-of-band garbage collection. * Switch 'Apply' and 'Clear all filters' ordering * Make filters on Requests tab more visible * Add small margin for filter selects * Add 'Clear all filters' button * Add message when there are no requests to display * Making the error logging more accurate and explicit * Fixing #530 - Adding support for SILKY_EXPLAIN_FLAGS * Remove unused js compilation pipeline (#561) - Add patch remove-contextlib2.patch: * Remove use of contextlib2. - No longer skip Python 3.6.
buildservice-autocommit
accepted
request 976558
from
John Vandenberg (jayvdb)
(revision 19)
baserev update by copy to link target
John Vandenberg (jayvdb)
accepted
request 976552
from
Petr Gajdos (pgajdos)
(revision 18)
- version update to 4.3.0 * Jazzband: Synced file(s) with jazzband/.github by @jazzband-bot in #518 * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #520 * Fix installation instructions in README by @side2k in #521 * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #523 * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #524 * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #526 * Add Python 3.10 compatibility by @hramezani in #527 * Django main by @hramezani in #528 * Remove unneeded dependency Pygments by @jayvdb in #532 * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #533 * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #535 * Replace assertDictContainsSubset by @albertyw in #536 * Use correct db in a multi db setup by @glujan in #538 * Update django version by @eduzen in #544 * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #552 * Some tests misusing assertTrue for comparisons fix by @code-review-doctor in #550 * Standardize supported django versions by @albertyw in #553 * Drop support for python 3.6 by @albertyw in #554 * Remove duplicate requirements.txt dependencies by @albertyw in #555 * Pin dependencies in requirements.txt by @albertyw in #556 * Release version v4.3.0 by @albertyw in #557 - python-mock is not required for build - deleted patches - 2610f91.patch (upstreamed)
John Vandenberg (jayvdb)
accepted
request 942581
from
John Vandenberg (jayvdb)
(revision 17)
- Replace no-longer necessary _service with PyPI tarball - Add 2610f91.patch to fix a test incompatibility with Django 4. - Tidy build dependencies and remove unnecessary Pygments dep. - Upgrade to v4.2.0
Matej Cepl (mcepl)
accepted
request 935170
from
Guillaume GARDET (Guillaume_G)
(revision 16)
- Skip python 3.6 since python-networkx does not support it
buildservice-autocommit
accepted
request 891238
from
Markéta Machová (mcalabkova)
(revision 15)
baserev update by copy to link target
Markéta Machová (mcalabkova)
accepted
request 889894
from
John Vandenberg (jayvdb)
(revision 14)
- Skip Python 3.9 due to incompatibilities fixed in upcoming release - Remove executable bit on static assets
buildservice-autocommit
accepted
request 830881
from
Tomáš Chvátal (scarabeus_iv)
(revision 13)
baserev update by copy to link target
Tomáš Chvátal (scarabeus_iv)
accepted
request 830801
from
Markéta Machová (mcalabkova)
(revision 12)
- Update to version 4.1.0: * #427 Passed wsgi request to SILKY_PYTHON_PROFILER_FUNC * Release 4.1.0 * Update README.md django-silk is tested with Django 3.1 * Make compatible with Django 3.1 * Fix force_text RemovedInDjango40Warning * Extra line removed * 配置silk使用非'default'的数据库时Clear DB错误 * Capture entire key name during cleansing in _mask_credentials (#414) * Replace the call to re.findall with re.sub in _mask_credentials so (#413) * Wrap re.sub() in try-except. If credentials ends with "\" (for example: "--password=123456\") re.sub() fails with error "bad escape (end of pattern)". - Switch to obs service to silence setuptools_scm error
Displaying revisions 1 - 20 of 31