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[charts] from 4.3 to 5.1 #26

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps django-sql-explorer[charts] from 4.3 to 5.1.

Release notes

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

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 of 'wide' result-sets when charts are enabled.
  • #645: Removed pie charts, added bar charts. Replaced Seaborn with Matplotlib because it's much lighter weight. Pie charts were overly finicky to get working. Bars are more useful. Will look to continue to expand charting in the future.
  • #643: After uploading a csv/json/etc, the resulting connection is highlighted in the connection list, making it much clearer what happened.
  • #643: Fixed some bugs in user connection stuff in general, and improved the UI.

Bugfixes and internal improvements:

  • #647: Robustness to the user uploads feature, in terms of the UI, error handling and logging, and test coverage.
  • #648: Backwards migration for 0016_alter_explorervalue_key.py
  • #649: Use a more reliable source of the static files URL
  • #635: Improved test coverage in tox, so that base requirements are properly used. This would have prevented (for example) issue 631. Additionally, introduced a test to verify that migrations are always generated, which would have prevented #633.
  • #636: Output rendering bugfix.
  • #567: Upgrade translate tags in templates to more modern style.

5.1b1

5.1.0b1 (2024-07-23)

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:

... (truncated)

Changelog

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

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

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

5.1.0_ (2024-07-30)

Major improvements:

  • [#647](https://github.com/explorerhq/django-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/django-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/django-sql-explorer/issues/644)_: Dockerfile and docker-compose to run the test_project. Replaces the old start.sh script.

Minor improvements:

  • [#647](https://github.com/explorerhq/django-sql-explorer/issues/647)_: In the schema explorer, clicking on a field name copies it to the clipboard
  • [#647](https://github.com/explorerhq/django-sql-explorer/issues/647)_: Charts are limited to a maximum of 10 series. This significantly speeds up rendering of 'wide' result-sets when charts are enabled.
  • [#645](https://github.com/explorerhq/django-sql-explorer/issues/645)_: Removed pie charts, added bar charts. Replaced Seaborn with Matplotlib because it's much lighter weight. Pie charts were overly finicky to get working. Bars are more useful. Will look to continue to expand charting in the future.
  • [#643](https://github.com/explorerhq/django-sql-explorer/issues/643)_: After uploading a csv/json/etc, the resulting connection is highlighted in the connection list, making it much clearer what happened.
  • [#643](https://github.com/explorerhq/django-sql-explorer/issues/643)_: Fixed some bugs in user connection stuff in general, and improved the UI.

Bugfixes and internal improvements:

  • [#647](https://github.com/explorerhq/django-sql-explorer/issues/647)_: Robustness to the user uploads feature, in terms of the UI, error handling and logging, and test coverage.
  • [#648](https://github.com/explorerhq/django-sql-explorer/issues/648)_: Backwards migration for 0016_alter_explorervalue_key.py
  • [#649](https://github.com/explorerhq/django-sql-explorer/issues/649)_: Use a more reliable source of the static files URL
  • [#635](https://github.com/explorerhq/django-sql-explorer/issues/635)_: Improved test coverage in tox, so that base requirements are properly used. This would have prevented (for example) issue 631. Additionally, introduced a test to verify that migrations are always generated, which would have prevented #633.
  • [#636](https://github.com/explorerhq/django-sql-explorer/issues/636)_: Output rendering bugfix.
  • [#567](https://github.com/explorerhq/django-sql-explorer/issues/567)_: Upgrade translate tags in templates to more modern style.

5.0.2_ (2024-07-3)

  • [#633](https://github.com/explorerhq/django-sql-explorer/issues/633)_: Missing migration
  • CSS tweaks to tighten up the Query UI

5.0.1_ (2024-06-26)

  • [#631](https://github.com/explorerhq/django-sql-explorer/issues/631)_: Pandas is only required if EXPLORER_USER_UPLOADS_ENABLED is True

... (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 added the dependencies Pull requests that update a dependency file label Aug 1, 2024
Bumps [django-sql-explorer[charts]](https://github.com/explorerhq/django-sql-explorer) from 4.3 to 5.1.
- [Release notes](https://github.com/explorerhq/django-sql-explorer/releases)
- [Changelog](https://github.com/explorerhq/sql-explorer/blob/master/HISTORY.rst)
- [Commits](explorerhq/sql-explorer@4.3.0...5.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/django-sql-explorer-charts--5.1 branch from d377995 to 3ae1912 Compare August 1, 2024 13:34
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 1, 2024

Superseded by #30.

@dependabot dependabot bot closed this Sep 1, 2024
@dependabot dependabot bot deleted the dependabot/pip/django-sql-explorer-charts--5.1 branch September 1, 2024 07:43
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants