superset/caravel
Maxime Beauchemin 38b8db8051 SQL Lab - A multi-tab SQL editor (#514)
* Carapal react mockup

This is really just a mock up written in React to try different
components. It could become scaffolding to build a prototype, or not.

* Merging in Alanna's theme tweaks for SQL lab

* Tweak the display of the alert message in navbar

* Sketching the middleware refresh for Queries

* Adjustments

* Implement timer sync.

* CTAS

* Refactor the queries to be stored as a dict. (#994)

* Download csv endpoint. (#992)

* CSV download engdpoint.

* Use lower case booleans.

* Replcate loop with the object lookup by key.

* First changes for the sync

* Address comments

* Fix query deletions. Update only the queries from the store.

* Sync queries using tmp_id.

* simplify

* Fix the tests in the carapal. (#1023)

* Sync queries using tmp_id.

* Fix the unit tests

* Bux fixes. Pass 2.

* Tweakin' & linting

* Adding alpha label to the SQL LAb navbar entry

* Fixing the python unit tests
2016-08-29 21:55:31 -07:00
..
assets SQL Lab - A multi-tab SQL editor (#514) 2016-08-29 21:55:31 -07:00
bin SQL Lab - A multi-tab SQL editor (#514) 2016-08-29 21:55:31 -07:00
data [bugfix] markup image is missing in examples 2016-08-22 18:03:08 -07:00
migrations SQL Lab - A multi-tab SQL editor (#514) 2016-08-29 21:55:31 -07:00
static Caravel - renaming files 2016-03-28 21:53:24 -07:00
templates SQL Lab - A multi-tab SQL editor (#514) 2016-08-29 21:55:31 -07:00
translations Fix small typo in message strings (#778) 2016-07-19 17:30:06 -04:00
__init__.py Miscellaneous style fixes spotted by landscape (#874) 2016-08-04 15:30:33 -07:00
ascii_art.py Adding version subcommand to CLI (#329) 2016-04-13 17:27:20 -07:00
config.py SQL Lab - A multi-tab SQL editor (#514) 2016-08-29 21:55:31 -07:00
extract_table_names.py SQL Lab - A multi-tab SQL editor (#514) 2016-08-29 21:55:31 -07:00
forms.py [line chart] adding option for circle markers (#1006) 2016-08-26 11:45:46 -07:00
models.py SQL Lab - A multi-tab SQL editor (#514) 2016-08-29 21:55:31 -07:00
sql_lab.py SQL Lab - A multi-tab SQL editor (#514) 2016-08-29 21:55:31 -07:00
utils.py SQL Lab - A multi-tab SQL editor (#514) 2016-08-29 21:55:31 -07:00
version.py v0.10.0 2016-06-28 16:42:33 -07:00
views.py SQL Lab - A multi-tab SQL editor (#514) 2016-08-29 21:55:31 -07:00
viz.py SQL Lab - A multi-tab SQL editor (#514) 2016-08-29 21:55:31 -07:00