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

Add SQL_TOKEN_GROUPING setting to control token grouping in SQL panel #1404

Closed
wants to merge 8 commits into from
Closed

Commits on Nov 20, 2020

  1. Configuration menu
    Copy the full SHA
    a2c8aca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd4d1c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ba70f7 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. Merged master from source (#1)

    * fix AttributeError: 'dict' object has no attribute 'getlist' #1406
    
    * Revert "fix AttributeError: 'dict' object has no attribute 'getlist' #1406"
    
    * Remove support for Python 3.5
    
    * Remove py35 from tox.ini too; make black target Python 3.6
    
    * Migrate to GitHub Actions. (#1410)
    
    * add test case for generate_stats
    
    * add get_sorted_request_variable and support dict in request data
    
    * fix import
    
    * style check
    
    * style check
    
    * fix style check
    
    * fix request.POST
    
    * History panel: Do not crash when receiving invalid JSON
    
    Fixes #1403
    
    * Add Python3.9 support.
    
    * Add Python and Django supported versions badges to README.rst
    
    * Add two template blocks to allow overriding CSS and JS
    
    * Use alternating quotes (fix highlighting in IDEs)
    
    * django-debug-toolbar 3.2
    
    Co-authored-by: folt <[email protected]>
    Co-authored-by: Matthias Kestenholz <[email protected]>
    Co-authored-by: Jannis Leidel <[email protected]>
    Co-authored-by: Hasan Ramezani <[email protected]>
    Co-authored-by: Peter Bittner <[email protected]>
    6 people committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    300d61e View commit details
    Browse the repository at this point in the history
  2. Renamed setting and better explaination

    Louis Béranger committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    3ef1a33 View commit details
    Browse the repository at this point in the history
  3. Bold in config

    Louis Béranger committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    3764cf7 View commit details
    Browse the repository at this point in the history
  4. Shorter example

    Louis Béranger committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    67dc4fd View commit details
    Browse the repository at this point in the history
  5. Enable token grouping by default

    Louis Béranger committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    137d705 View commit details
    Browse the repository at this point in the history