Maxime Beauchemin
f55df3b18b
[sql lab] fix responsivity of grid ( #2742 )
...
* [sql lab] fix responsivity of grid
* Lint
2017-05-11 08:24:08 -07:00
Maxime Beauchemin
e055e6d2c2
Fixing PropTypes warning messages ( #2670 )
...
* Fixing PropTypes warning message
React recently started warning on the upcoming deprecation of
React.PropTypes, the new approach is to use the `prop-types`
npm package instead.
* Fixing the tests
2017-04-24 17:39:57 -07:00
Alanna Scott
899caf9449
[sql-lab] fix scrolling in left hand panel for table meta data ( #2641 )
...
* fix scrolling in left hand panel for table meta data
* add height prop
* this prop is not used
2017-04-18 23:24:04 -07:00
Maxime Beauchemin
366ecefbaa
Bumping the JS libs to fix the build ( #2616 )
...
* bumping the js libs
* New linting rules
* More linting
* More
* Done linting
* npm >=4.5.0
* Bumping node
* Tweaking the build
* Fixing the damn build
* Fixing the apps
2017-04-13 15:04:09 -07:00
Maxime Beauchemin
122891c29b
[sql lab] allow users to save their queries ( #2528 )
...
* Allow users to save their queries
Fixing tests .
* Adding placeholder for Query Description
* initJQueryCSRF -> initJQueryAjaxCSRF
2017-04-04 20:15:19 -07:00
Maxime Beauchemin
6566377740
[sql lab] fix table dropdown with large schema make UI unresponsive ( #2547 )
...
Indexing was done on render, moving to doing it only when the data
changes.
2017-04-04 12:19:44 -07:00
Alanna Scott
43dd948476
[sql-lab] performance updates - make ui more responsive ( #2469 )
...
* remove network status feature
* only fetch queries if there are started or running queries
* don't use local storage
* remove last network status from actions
* don't remove support for local storage
* address pr comments and linting
* use .some rather than .forEach
2017-03-27 12:46:36 -07:00
Alanna Scott
652e572b56
[sql-lab] make results table scroll in static container ( #2426 )
...
* only scroll result set horizontally
* only scroll results table, keep rest of ui static
* use hard coded values
* fix linting
2017-03-21 18:30:53 -07:00
Bogdan
6160a3fdff
Implement stop query functionality. ( #2387 )
...
* Implement stop query functionality.
* Address comments
2017-03-13 13:54:38 -07:00
Alanna Scott
242869db3a
[sql lab] only show single run query button ( #1858 )
...
* only show single run query button, allow async if possible
* only pass the needed props, rather than entire objects to the component
* add simple test
* fix linting
2017-01-03 17:20:30 -08:00
vera-liu
699602d1c5
Add tooltips to RunAsync and CTAS button ( #1792 )
...
* Add tooltips to RunAsync and CTAS button
* Use button from components
* Phrasing
2016-12-12 10:13:01 -08:00
vera-liu
8ef730b5fe
Added timer to explore v2 and share it with sqllab ( #1802 )
...
* Added timer to explore v2 and share it with sqllab
* Fixed js tests
* Add timer to initial load
* Make timer smaller
* nits
2016-12-09 13:39:53 -08:00
vera-liu
866cfe5279
Add schema name to output column in query history ( #1790 )
...
* Add schema name to output column in query history
* Replace line break with dot between schema and table name
2016-12-09 11:03:31 -08:00
vera-liu
db1ed2a765
Calculate height dynamically using jquery for scrollable sqllab ( #1611 )
...
* Calculate height dynamically using jquery for scrollable sqllab components
* Move editorHeight to App.jsx
* Calculate height dynamically for query search
2016-11-22 13:21:07 -08:00
Maxime Beauchemin
15b67b2c6c
[WiP] rename project from Caravel to Superset ( #1576 )
...
* Change in files
* Renamin files and folders
* cleaning up a single piece of lint
* Removing boat picture from docs
* add superset word mark
* Update rename note in docs
* Fixing images
* Pinning datatables
* Fixing issues with mapbox-gl
* Forgot to rename one file
* Linting
* v0.13.0
* adding pyyaml to dev-reqs
2016-11-09 23:08:22 -08:00