Erik Ritter
44d919c757
Prettify the frontend code ( #8648 )
...
* Add Prettier global configs
* Format js/jsx/ts/tsx/less files
2019-11-27 14:02:48 -08:00
Beto Dealmeida
9044f210ee
Do not autorun query on tab duplicate ( #8577 )
...
* Pass autorun argument to cloneQueryToNewTab
* Accept autorun argument
* Fix unit test
2019-11-14 17:08:03 -08:00
Beto Dealmeida
d66bc5ad90
SIP-23: Persist SQL Lab state in the backend ( #8060 )
...
* Squash all commits from VIZ-689
* Fix javascript
* Fix black
* WIP fixing javascript
* Add feature flag SQLLAB_BACKEND_PERSISTENCE
* Use feature flag
* Small fix
* Fix lint
* Fix setQueryEditorSql
* Improve unit tests
* Add unit tests for backend sync
* Rename results to description in table_schema
* Add integration tests
* Fix black
* Migrate query history
* Handle no results backend
* Small improvement
* Address comments
* Store SQL directly instead of reference to query
* Small fixes
* Fix clone tab
* Fix remove query
* Cascade delete
* Cascade deletes
* Fix tab closing
* Small fixes
* Small fix
* Fix error when deleting tab
* Catch 404 when tab is deleted
* Remove tables from state on tab close
* Add index, autoincrement and cascade
* Prevent duplicate table schemas
* Fix mapStateToProps
* Fix lint
* Fix head
* Fix javascript
* Fix mypy
* Fix isort
* Fix javascript
* Fix merge
* Fix heads
* Fix heads
* Fix displayLimit
* Recreate migration script trying to fix heads
* Fix heads
2019-11-14 09:44:57 -08:00
John Bodley
5d1bf4245d
[sql_json] Ensuring the request body is JSON encoded ( #8256 )
2019-09-23 09:09:12 -07:00
Krist Wongsuphasawat
ab8f4afff7
feat: bump superset-ui versions to 0.11 ( #7294 )
...
* feat: bump superset-ui versions to 0.11
* fix: update version number again
* fix: package-lock.json
* test: disable large number test
* fix: revert cors
2019-04-17 14:10:54 -07:00
Maxime Beauchemin
1dd4d7a587
Apply ASF licenses throughout the code base ( #5800 )
...
* Add license headers
* reabased
* lint
* Removing licenses from vendors folder
2019-01-15 15:53:27 -08:00
Christopher Council
207d9529b2
Fix for #6590 : Numeric values in columns sometimes returned as quoted strings ( #6591 )
...
* Fix: https://github.com/apache/incubator-superset/issues/6590 , also depends on https://github.com/apache-superset/superset-ui/pull/71
* Bumped version of superset-ui-connector
* Added @babel/polyfill import
* Reset mock history before each test, not after each test
* Update CONTRIBUTING.md
2019-01-14 15:35:28 -08:00
Grace Guo
69e8df404d
sql lab localStorage config ( #6257 )
2018-11-06 23:12:32 -08:00