8000 Tags · dsbighero/django-sql-explorer · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: dsbighero/django-sql-explorer

Tags

1.1.3

Toggle 1.1.3's commit message
2019-09-23

- explorerhq#347: URL-friendly parameter encoding
- explorerhq#354: Updating dependency reference for Python 3 compatibility
- explorerhq#357: Include database views in list of tables
- explorerhq#359: Fix unicode issue when generating migration with py2 or py3
- explorerhq#363: Do not use "message" attribute on exception
- explorerhq#368: Update EXPLORER_SCHEMA_EXCLUDE_TABLE_PREFIXES

- Minor Ch
8000
anges
  - release checklist included in repo
  - readme updated with new screenshots
  - python dependencies/optional-dependencies updated to latest
    - six, xlsxwriter, factory-boy, sqlparse

1.1.2

Toggle 1.1.2's commit message
nvalid characters present in Excel worksheet name

- Major Changes
  - Django 2.0 compatibility
  - Improved interface to database connection management

- Minor Changes
  - Documentation updates
  - Load images over same protocol as originating page

1.1.1

Toggle 1.1.1's commit message

1.1.0

Toggle 1.1.0's commit message
Release 1.1.0

1.0

Toggle 1.0's commit message
Tagging 1.0

v1.0

Toggle v1.0's commit message
Tagging 1.0

0.9.2

Toggle 0.9.2's commit message
- Fixed readme issue (.1) and setup.py issue (.2)

0.9.1

Toggle 0.9.1's commit message
0.9.1

=====

2/1/2016

- Major changes
    - Dropped support for Django 1.6, added support for Django 1.9. See .travis.yml for test matrix.
    - Dropped charted.js & visualization because it didn't work well.
    - Client-side pivot tables with pivot.js. This is ridiculously cool!

- Minor (but awesome!) changes
    - Cmd-/ to comment/uncomment a block of SQL
    - Quick 'shortcut' links to the corresponding querylog to more quickly share results. Look at the top-right of the editor. Also works for playground!
    - Prompt for unsaved changes before navigating away
    - Support for default parameter values via $$paramName:defaultValue$$
    - Optional Celery task for truncating query logs as entries build up
    - Display historical average query runtime

    - Increased default number of rows from 100 to 1000
    - Increased SQL editor size (5 additional visible lines)
    - CSS cleanup and streamlining (making better use of foundation)
    - Various bugfixes (blacklist not enforced on playground being the big one)
    - Upgraded front-end libraries
    - Hide Celery-based features if tasks not enabled.

0.8.0

Toggle 0.8.0's commit message
Releasing verion 0.8.0. See HISTORY

0.7.0

Toggle 0.7.0's commit message
- Added search functionality to schema view and explorer view (using …

…list.js).

- Python 2.6 compatibility.
- Basic charts via charted (from Medium via charted.co).
- SQL formatting function.
- Token authentication to retrieve csv version of queries.
- Fixed south_migrations packaging issue.
- Refactored front-end and pulled CSS and JS into dedicated files.
0