Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=s0LjzqaF; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=s9OON6hg Received: by mail.netbsd.org (Postfix, from userid 605) id 4C46184E88; Tue, 7 May 2024 03:59:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715054391; bh=QWVJpc4R+SEM+Yz/J6HKdoFrTyAaHoC3woXxfzAnpdc=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=s0LjzqaFD0j5Lp9JNZTYZN59Pc1kEhWxVlPfCXkngVq4Y+gHreZ6m2Zsarn2/nDqg YyMc1zJjiaXm271N2/ug0HBiredNkmsy0HTkOtjdqRLgMWasmKG6oishn060G+cWPd xBAw4DzQ95c76sjqc1izzXMG7Znu5ZXTmr+zupPM= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3D3DF84E81 for ; Tue, 7 May 2024 03:59:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id crD9h3ecuCPl for ; Tue, 7 May 2024 03:59:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5470284CC8 for ; Tue, 7 May 2024 03:59:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715054389; bh=QWVJpc4R+SEM+Yz/J6HKdoFrTyAaHoC3woXxfzAnpdc=; h=Date:From:Subject:To:Reply-To; b=s9OON6hgYySq/jh3nbQ2wlsHzpSjE4TQ6/S3zHLCcFMfsaTjZmb/qslhKDy+8Mx9N DqSjP7b33xhaWBf/6QljbZvG9naV0cTFIFF+Gnu2nzL1PKDpHgVP1hOLiK7AEOB5dO DNxe4tkECZOFcO6cH1UsqrUR711/79QCsvgvSfCE= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4B3ABFA2C; Tue, 7 May 2024 03:59:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1715054389218530" MIME-Version: 1.0 Date: Tue, 7 May 2024 03:59:49 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-django-sql-explorer To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240507035949.4B3ABFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1715054389218530 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue May 7 03:59:49 UTC 2024 Modified Files: pkgsrc/www/py-django-sql-explorer: Makefile PLIST distinfo Log Message: py-django-sql-explorer: updated to 4.2 4.2 Tracking should be opt-in and not use the SECRET_KEY Import error (sql_metadata) with 4.1 version Accessing the database during app initialization Regex-injection vulnerability Improved assistant UI To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-django-sql-explorer/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-django-sql-explorer/PLIST cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-django-sql-explorer/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1715054389218530 Content-Disposition: inline Content-Length: 6977 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-django-sql-explorer/Makefile diff -u pkgsrc/www/py-django-sql-explorer/Makefile:1.8 pkgsrc/www/py-django-sql-explorer/Makefile:1.9 --- pkgsrc/www/py-django-sql-explorer/Makefile:1.8 Thu Feb 8 22:52:01 2024 +++ pkgsrc/www/py-django-sql-explorer/Makefile Tue May 7 03:59:49 2024 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2024/02/08 22:52:01 adam Exp $ +# $NetBSD: Makefile,v 1.9 2024/05/07 03:59:49 adam Exp $ -DISTNAME= django-sql-explorer-4.0.2 -PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +DISTNAME= django_sql_explorer-4.2 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-sql-explorer/} @@ -13,6 +13,7 @@ LICENSE= mit TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel DEPENDS+= ${PYPKGPREFIX}-django>=3.2:../../www/py-django +DEPENDS+= ${PYPKGPREFIX}-requests>=2.2:../../devel/py-requests DEPENDS+= ${PYPKGPREFIX}-sqlparse>=0.4.0:../../databases/py-sqlparse USE_LANGUAGES= # none Index: pkgsrc/www/py-django-sql-explorer/PLIST diff -u pkgsrc/www/py-django-sql-explorer/PLIST:1.5 pkgsrc/www/py-django-sql-explorer/PLIST:1.6 --- pkgsrc/www/py-django-sql-explorer/PLIST:1.5 Thu Feb 8 22:52:01 2024 +++ pkgsrc/www/py-django-sql-explorer/PLIST Tue May 7 03:59:49 2024 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2024/02/08 22:52:01 adam Exp $ +@comment $NetBSD: PLIST,v 1.6 2024/05/07 03:59:49 adam Exp $ ${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE ${PYSITELIB}/${WHEEL_INFODIR}/METADATA @@ -20,6 +20,24 @@ ${PYSITELIB}/explorer/app_settings.pyo ${PYSITELIB}/explorer/apps.py ${PYSITELIB}/explorer/apps.pyc ${PYSITELIB}/explorer/apps.pyo +${PYSITELIB}/explorer/assistant/__init__.py +${PYSITELIB}/explorer/assistant/__init__.pyc +${PYSITELIB}/explorer/assistant/__init__.pyo +${PYSITELIB}/explorer/assistant/models.py +${PYSITELIB}/explorer/assistant/models.pyc +${PYSITELIB}/explorer/assistant/models.pyo +${PYSITELIB}/explorer/assistant/prompts.py +${PYSITELIB}/explorer/assistant/prompts.pyc +${PYSITELIB}/explorer/assistant/prompts.pyo +${PYSITELIB}/explorer/assistant/tests.py +${PYSITELIB}/explorer/assistant/tests.pyc +${PYSITELIB}/explorer/assistant/tests.pyo +${PYSITELIB}/explorer/assistant/utils.py +${PYSITELIB}/explorer/assistant/utils.pyc +${PYSITELIB}/explorer/assistant/utils.pyo +${PYSITELIB}/explorer/assistant/views.py +${PYSITELIB}/explorer/assistant/views.pyc +${PYSITELIB}/explorer/assistant/views.pyo ${PYSITELIB}/explorer/charts.py ${PYSITELIB}/explorer/charts.pyc ${PYSITELIB}/explorer/charts.pyo @@ -75,6 +93,12 @@ ${PYSITELIB}/explorer/migrations/0012_al ${PYSITELIB}/explorer/migrations/0013_querylog_error_querylog_success.py ${PYSITELIB}/explorer/migrations/0013_querylog_error_querylog_success.pyc ${PYSITELIB}/explorer/migrations/0013_querylog_error_querylog_success.pyo +${PYSITELIB}/explorer/migrations/0014_promptlog.py +${PYSITELIB}/explorer/migrations/0014_promptlog.pyc +${PYSITELIB}/explorer/migrations/0014_promptlog.pyo +${PYSITELIB}/explorer/migrations/0015_explorervalue.py +${PYSITELIB}/explorer/migrations/0015_explorervalue.pyc +${PYSITELIB}/explorer/migrations/0015_explorervalue.pyo ${PYSITELIB}/explorer/migrations/__init__.py ${PYSITELIB}/explorer/migrations/__init__.pyc ${PYSITELIB}/explorer/migrations/__init__.pyo @@ -87,6 +111,7 @@ ${PYSITELIB}/explorer/permissions.pyo ${PYSITELIB}/explorer/schema.py ${PYSITELIB}/explorer/schema.pyc ${PYSITELIB}/explorer/schema.pyo +${PYSITELIB}/explorer/src/js/assistant.js ${PYSITELIB}/explorer/src/js/codemirror-config.js ${PYSITELIB}/explorer/src/js/csrf.js ${PYSITELIB}/explorer/src/js/explorer.js @@ -97,6 +122,7 @@ ${PYSITELIB}/explorer/src/js/pivot.js ${PYSITELIB}/explorer/src/js/query-list.js ${PYSITELIB}/explorer/src/js/schema.js ${PYSITELIB}/explorer/src/js/table-to-csv.js +${PYSITELIB}/explorer/src/scss/assistant.scss ${PYSITELIB}/explorer/src/scss/explorer.scss ${PYSITELIB}/explorer/src/scss/pivot.css ${PYSITELIB}/explorer/src/scss/styles.scss @@ -114,6 +140,10 @@ ${PYSITELIB}/explorer/static/explorer/st ${PYSITELIB}/explorer/tasks.py ${PYSITELIB}/explorer/tasks.pyc ${PYSITELIB}/explorer/tasks.pyo +${PYSITELIB}/explorer/telemetry.py +${PYSITELIB}/explorer/telemetry.pyc +${PYSITELIB}/explorer/telemetry.pyo +${PYSITELIB}/explorer/templates/explorer/assistant.html ${PYSITELIB}/explorer/templates/explorer/base.html ${PYSITELIB}/explorer/templates/explorer/export_buttons.html ${PYSITELIB}/explorer/templates/explorer/fullscreen.html @@ -144,6 +174,9 @@ ${PYSITELIB}/explorer/tests/__init__.pyo ${PYSITELIB}/explorer/tests/factories.py ${PYSITELIB}/explorer/tests/factories.pyc ${PYSITELIB}/explorer/tests/factories.pyo +${PYSITELIB}/explorer/tests/settings.py +${PYSITELIB}/explorer/tests/settings.pyc +${PYSITELIB}/explorer/tests/settings.pyo ${PYSITELIB}/explorer/tests/test_actions.py ${PYSITELIB}/explorer/tests/test_actions.pyc ${PYSITELIB}/explorer/tests/test_actions.pyo @@ -168,15 +201,15 @@ ${PYSITELIB}/explorer/tests/test_schema. ${PYSITELIB}/explorer/tests/test_tasks.py ${PYSITELIB}/explorer/tests/test_tasks.pyc ${PYSITELIB}/explorer/tests/test_tasks.pyo +${PYSITELIB}/explorer/tests/test_telemetry.py +${PYSITELIB}/explorer/tests/test_telemetry.pyc +${PYSITELIB}/explorer/tests/test_telemetry.pyo ${PYSITELIB}/explorer/tests/test_utils.py ${PYSITELIB}/explorer/tests/test_utils.pyc ${PYSITELIB}/explorer/tests/test_utils.pyo ${PYSITELIB}/explorer/tests/test_views.py ${PYSITELIB}/explorer/tests/test_views.pyc ${PYSITELIB}/explorer/tests/test_views.pyo -${PYSITELIB}/explorer/tests/urls.py -${PYSITELIB}/explorer/tests/urls.pyc -${PYSITELIB}/explorer/tests/urls.pyo ${PYSITELIB}/explorer/urls.py ${PYSITELIB}/explorer/urls.pyc ${PYSITELIB}/explorer/urls.pyo Index: pkgsrc/www/py-django-sql-explorer/distinfo diff -u pkgsrc/www/py-django-sql-explorer/distinfo:1.7 pkgsrc/www/py-django-sql-explorer/distinfo:1.8 --- pkgsrc/www/py-django-sql-explorer/distinfo:1.7 Thu Feb 8 22:52:01 2024 +++ pkgsrc/www/py-django-sql-explorer/distinfo Tue May 7 03:59:49 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2024/02/08 22:52:01 adam Exp $ +$NetBSD: distinfo,v 1.8 2024/05/07 03:59:49 adam Exp $ -BLAKE2s (django-sql-explorer-4.0.2.tar.gz) = 5a6e753ea8e65d7c7699f3cf6a8f44a56c2902f39af8ca30ac925eaaa0a94a2c -SHA512 (django-sql-explorer-4.0.2.tar.gz) = dd82d9ae38dfe1463b1b89b298d589a07fcd544f453d66cc0555fa312f919370e19cca2178d11184635a12e11c5c861b24f2945cbb091b1350b38d7b871f7254 -Size (django-sql-explorer-4.0.2.tar.gz) = 649885 bytes +BLAKE2s (django_sql_explorer-4.2.tar.gz) = c955c07d8fe02ce6a4da7bdc26d758eeeefbef64c9ac27a5051e7273dd4091ee +SHA512 (django_sql_explorer-4.2.tar.gz) = 7a314afa4f9f39b220f74d84aaa644e5664a013a2b36dbfbeaed0124f851502f3285af2e0d1ed0aa60476d01341f6ccc1db7fc6f1258181335130e87ebdad4e4 +Size (django_sql_explorer-4.2.tar.gz) = 679697 bytes --_----------=_1715054389218530--