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

[WIP] Merge sqlparse fix #5773

Closed
wants to merge 310 commits into from
Closed

Conversation

timifasubaa
Copy link
Contributor

This PR merges the sqlparse fix here -> #5768

@graceguo-supercat @michellethomas

john-bodley and others added 30 commits March 26, 2018 18:42
* [sql lab] disable cross schema search

This is killing our metastore as people type it emits large
all-table-dump as they hit the keystroke. It never returns as it times
out and hammers the poor metastore.

Also some improvements around the disabling the table select on the left
panel and having the table name not be sticky.

* typo

(cherry picked from commit d522292)
Fix bug with sorting columns in group by using time shift
Syntax checking doesn't work if jinja templates haven't been prerendered.
Also remove unreachable return statement. Fixes apache#4288.
(cherry picked from commit 4ec8258)
(cherry picked from commit f11cde9)
…e#4565)

* move access permissions methods to security manager

* consolidate all security methods into SupersetSecurityManager

* update security method calls

* update calls from tests

* move get_or_create_main_db to utils

* raise if supersetsecuritymanager is not extended

* rename sm to security_manager
…efactor

-Cherrypick security manager refactor
* Docs on how to package a release + CHANGELOG for 0.24.0

* Addressing comments

* Add pypi perm info

(cherry picked from commit deb2111)
(cherry picked from commit b01a9bb)
(cherry picked from commit 7e1b6b7)
* Use sqlalchemy_uri_decrypted in create_engine calls

* Update tox mysql uri

* Include mysql charset=utf8 for py2.7 in tox.ini

(cherry picked from commit 31a9957)
mistercrunch and others added 28 commits August 22, 2018 10:38
I noticed that `secondary_metric` was required in the chart that users
it, namely sunburst, parallel coordinates, and world_map.

I set the control as allowing null, and found related bugs in the
process:
* parallel coordinates did not have support for the new MetricControl
* added color scheme support for parallel coordinates
* added option to set row_limit on these viz types
* sunburst to support numeric columns (number would show as blank)

(cherry picked from commit 71e0c07)
* Refactor and add props to Force Directed Graph

* update label and enable renderTrigger

(cherry picked from commit 3929f0f)
* create reactize function

* update function signature

* adjust word cloud controls

* Fix broken word cloud logic

* Repair and refactor word cloud

* remove file

* Add PropTypes

* change module.exports to export default

* change order

* update proptypes

(cherry picked from commit 0a40149)
Cherry-picks: Several updates to the chart components
[security] Moving set/merge perm to security manager (apache#5684)
* fix sqlparse bug

* add one more test case

(cherry picked from commit 5c49514)
[celery] Using preferred configuration proceedure (apache#5726)
* Add geojson for Myanmar

* Adds 'myanmar.geojson' file

* Adds "iso-3166" codes

(cherry picked from commit 0e057d5)
* Do not call slice.xxx

* remove iframe id

* remove old code

* use import instead of require

* update iframe.js

(cherry picked from commit 9fb28b5)
* Add geojson for Myanmar

* Adds 'myanmar.geojson' file

* Adds "iso-3166" codes

* Uppercase ISO fieldname in TL, MY geodata

(cherry picked from commit 5e6efae)
* refactor treemap

* refactor treemap code

* Add proptypes

* add proptypes for tree

* Add margin prop

(cherry picked from commit 54ae215)
* Migrate horizon chart to react

* remove unused code

* rename files

* update props

* enable renderTrigger

* fix canvas transform issue

* Address Chris' comment

(cherry picked from commit d7f06cb)
* extract slice and formData

* fix small issues

* Update visual

* update css

(cherry picked from commit 8d01c84)
Cherry-picks: Sunburst, Horizon, Treemap and a few small updates from community
* allow user to choose color

* add color control

* remove rgbToHex reference

* change to color picker control

* add d3-color

* remove module

* use d3-colors

* add semicolon

(cherry picked from commit b92e730)
…5746)

* fix myanmar geojson

* fix indent of horizon in dashboard

* Fix bignumber crash when color_picker is undefined

(cherry picked from commit 0781cf2)
Cherry-picks: Allow users to choose color for BigNumber
(cherry picked from commit 1e94215)
@john-bodley john-bodley deleted the merge_sqlparse_fix branch June 8, 2022 05:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.