Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump django-sql-explorer[xls] from 4.3 to 5.2 #1549

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 28, 2024

Bumps django-sql-explorer[xls] from 4.3 to 5.2.

Release notes

Sourced from django-sql-explorer[xls]'s releases.

5.2.0 (2024-08-19)

  • #651: Improvements to upload file abilities:

    • Ability to append an upload to a previously uploaded file/sqlite DB as a new table
    • Good cache busting and detection of file changes on uploads
    • Significant documentation improvements to uploads and connections
    • Separate the upload UI from the 'add connection' UI, as they are materially different
    • Ability to refresh a connection's schema and data (if it's an upload) from the connections list view
  • #659: Search all queries, even if the header is collapsed. Addresses issue #464 (partially) and #658 (fully).

  • #662: Refactored dockerfile to use non-root directories. Addresses issue #661.

  • Fix a small bug with bar chart generation, when values are null

5.2b1 (2024-08-14)

  • #651: Improvements to upload file abilities:

    • Ability to append an upload to a previously uploaded file/sqlite DB as a new table
    • Good cache busting and detection of file changes on uploads
    • Significant documentation improvements to uploads and connections
    • Separate the upload UI from the 'add connection' UI, as they are materially different
    • Ability to refresh a connection's schema and data (if it's an upload) from the connections list view
  • #659: Search all queries, even if the header is collapsed. Addresses issue #464 (partially) and #658 (fully).

  • #662: Refactored dockerfile to use non-root directories. Addresses issue #661.

  • Fix a small bug with bar chart generation, when values are null

5.1.1 (2024-07-30)

  • #654: Bugfix: Parameterized query does not work for viewers
  • #653: Bugfix: Schema search not visible anymore
  • #555: Prevent queries with many thousands of results from being punishingly slow. The number of data points in the chart now matches the number of data points in the preview pane.
  • Bugfix: Error messages in Query detail view were floating in the wrong spot

5.1.0 (2024-07-30)

Major improvements:

  • #647: Upload json files as data sources (in addition to CSV and SQLite files). Both 'normal' json files, and files structured as a list of json objects (one json object per line) are supported.
  • #643: Addresses #640 (Snowflake support). Additionally, supports an "extras" field on the userspace DatabaseConnection object, which allows for arbitrary additional connection params to get added. This allows engine-specific (or just more obscure) settings to get injected into the connection.
  • #644: Dockerfile and docker-compose to run the test_project. Replaces the old start.sh script.

Minor improvements:

  • #647: In the schema explorer, clicking on a field name copies it to the clipboard
  • #647: Charts are limited to a maximum of 10 series. This significantly speeds up rendering

... (truncated)

Changelog

Sourced from django-sql-explorer[xls]'s changelog.

========== Change Log

This document records all notable changes to SQL Explorer <https://github.com/explorerhq/sql-explorer>. This project adheres to Semantic Versioning <https://semver.org/>.

vNext

  • [#660](https://github.com/explorerhq/sql-explorer/issues/660)_: Userspace connection migration. This should be an invisible change, but represents a significant refactor of how connections function. Instead of a weird blend of DatabaseConnection models and underlying Django models (which were the original Explorer connections), this migrates all connections to DatabaseConnection models and implements proper foreign keys to them on the Query and QueryLog models. A data migration creates new DatabaseConnection models based on the configured settings.EXPLORER_CONNECTIONS. Going forward, admins can create new Django-backed DatabaseConnection models by registering the connection in EXPLORER_CONNECTIONS, and then creating a DatabaseConnection model using the Django admin or the user-facing /connections/new/ form, and entering the Django DB alias and setting the connection type to "Django Connection"

5.2.0_ (2024-08-19)

  • [#651](https://github.com/explorerhq/sql-explorer/issues/651)_: Ability to append an upload to a previously uploaded file/sqlite DB as a new table

    • Good cache busting and detection of file changes on uploads
    • Significant documentation improvements to uploads and connections
    • Separate the upload UI from the 'add connection' UI, as they are materially different
    • Fix a small bug with bar chart generation, when values are null
    • Ability to refresh a connection's schema and data (if it's an upload) from the connections list view
  • [#659](https://github.com/explorerhq/sql-explorer/issues/659)_: Search all queries, even if the header is collapsed. Addresses issue #464 (partially) and #658 (fully).

  • [#662](https://github.com/explorerhq/sql-explorer/issues/662)_: Refactored dockerfile to use non-root directories. Addresses issue #661.

5.1.1_ (2024-07-30)

  • [#654](https://github.com/explorerhq/sql-explorer/issues/654)_: Bugfix: Parameterized query does not work for viewers
  • [#653](https://github.com/explorerhq/sql-explorer/issues/653)_: Bugfix: Schema search not visible anymore
  • Bugfix: Error messages in query.html were floating in the wrong spot
  • [#555](https://github.com/explorerhq/sql-explorer/issues/555)_: Prevent queries with many thousands of results from being punishingly slow. The number of data points in the chart now matches the number of data points in the preview pane.

5.1.0_ (2024-07-30)

Major improvements:

  • [#647](https://github.com/explorerhq/sql-explorer/issues/647)_: Upload json files as data sources (in addition to CSV and SQLite files). Both 'normal' json files, and files structured as a list of json objects (one json object per line) are supported.
  • [#643](https://github.com/explorerhq/sql-explorer/issues/643)_: Addresses #640 (Snowflake support). Additionally, supports an "extras" field on the userspace DatabaseConnection object, which allows for arbitrary additional connection params to get added. This allows engine-specific (or just more obscure) settings to get injected into the connection.
  • [#644](https://github.com/explorerhq/sql-explorer/issues/644)_: Dockerfile and docker-compose to run the test_project. Replaces the old start.sh script.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from a team as a code owner August 28, 2024 06:40
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 28, 2024
@dependabot dependabot bot requested review from kolok and etchegom and removed request for a team August 28, 2024 06:40
Copy link

github-actions bot commented Aug 28, 2024

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
8237 6839 83% 80% 🟢

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: 641b5d3 by action🐍

@dependabot dependabot bot force-pushed the dependabot/pip/django-sql-explorer-xls--5.2 branch from 69cadf1 to 056fba0 Compare August 28, 2024 07:39
@kolok kolok force-pushed the dependabot/pip/django-sql-explorer-xls--5.2 branch from 056fba0 to 33bceff Compare September 2, 2024 07:42
Bumps [django-sql-explorer[xls]](https://github.com/explorerhq/sql-explorer) from 4.3 to 5.2.
- [Release notes](https://github.com/explorerhq/sql-explorer/releases)
- [Changelog](https://github.com/explorerhq/sql-explorer/blob/master/HISTORY.rst)
- [Commits](explorerhq/sql-explorer@4.3.0...5.2.0)

---
updated-dependencies:
- dependency-name: django-sql-explorer[xls]
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@kolok kolok force-pushed the dependabot/pip/django-sql-explorer-xls--5.2 branch from 33bceff to 641b5d3 Compare September 9, 2024 08:48
Copy link

sonarcloud bot commented Sep 9, 2024

@kolok
Copy link
Collaborator

kolok commented Sep 9, 2024

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 9, 2024

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 25, 2024

A newer version of django-sql-explorer[xls] exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@etchegom
Copy link
Contributor

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 25, 2024

Superseded by #1589.

@dependabot dependabot bot closed this Sep 25, 2024
@dependabot dependabot bot deleted the dependabot/pip/django-sql-explorer-xls--5.2 branch September 25, 2024 07:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants