Revisions of python-django-silk

buildservice-autocommit accepted request 1142775 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 27)
baserev update by copy to link target
Dirk Mueller's avatar 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's avatar Factory Maintainer (factory-maintainer) (revision 25)
baserev update by copy to link target
Dirk Mueller's avatar 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's avatar John Vandenberg (jayvdb) (revision 23)
baserev update by copy to link target
John Vandenberg's avatar John Vandenberg (jayvdb) accepted request 1061081 from John Vandenberg's avatar John Vandenberg (jayvdb) (revision 22)
- Drop remove-contextlib2.patch merged upstream
- Update to v5.0.3
buildservice-autocommit accepted request 995130 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 21)
baserev update by copy to link target
Steve Kowalik's avatar 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's avatar John Vandenberg (jayvdb) (revision 19)
baserev update by copy to link target
John Vandenberg's avatar John Vandenberg (jayvdb) accepted request 976552 from Petr Gajdos's avatar 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's avatar John Vandenberg (jayvdb) accepted request 942581 from John Vandenberg's avatar 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's avatar Matej Cepl (mcepl) accepted request 935170 from Guillaume GARDET's avatar 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á's avatar Markéta Machová (mcalabkova) (revision 15)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 889894 from John Vandenberg's avatar 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's avatar Tomáš Chvátal (scarabeus_iv) (revision 13)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 830801 from Markéta Machová's avatar 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
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 11)
- Update to 4.0.1:
  * Restructured clear db HTML #399 (nasirhjafri)
  * JS workflow cleanup #397 (nasirhjafri)
  * Refactor QA setup #393 (aleksihakli)
buildservice-autocommit accepted request 777606 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 10)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 9)
- Update to 4.0.0:
  * Ability to clean up all requests/queries #368 (nasirhjafri)
  * Used bulk_create to save number of queries #370 (nasirhjafri)
  * Dropped Python 2 and 3.4 support #380 (munza)
  * Added Python 3.8 support #380 (nasirhjafri)
  * Removed django<2.2 support and added django 3.0 support #385 (nasirhjafri)
  * Add function support for enabling profiling #391 (tredzko)
  * Mask authorization header #376 (StefanMich)
buildservice-autocommit accepted request 731213 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 8)
baserev update by copy to link target
Displaying revisions 1 - 20 of 27
openSUSE Build Service is sponsored by