superset/caravel
vera-liu 69f0a4e1cb Put data preview in south pane (#1486)
* Put data preview in south pane

Before: data preview of a selected table appears as a modal, but for
some cases users may want to view data and edit sql at the same time

After:
 - data preview of a selected table pops up a new tab in South Pane
 - data are saved to local state and flushed in global store in
   ResultSet component

* Moved dataPreviewId to table object

* Put back preview icon for fetching preview data

* Revert "Put back preview icon for fetching preview data"

This reverts commit b6f5dcfe64.

* Added option to retrieve preview results after refresh
2016-11-04 14:21:51 -07:00
..
assets Put data preview in south pane (#1486) 2016-11-04 14:21:51 -07:00
bin less number of default workers. (#1206) 2016-10-07 10:16:41 -07:00
data Using inheritance scheme to organize db specific code (#1294) 2016-10-12 13:50:47 -07:00
migrations [sqllab] add support for Jinja templating (#1426) 2016-10-26 11:09:27 -07:00
static [sqllab] some frontend tests (#1400) 2016-10-25 16:44:32 -07:00
templates Added dashboard standalone page (#1429) 2016-10-26 15:24:05 -07:00
translations Minor Fixes (#1484) 2016-10-30 16:55:56 -07:00
__init__.py [sqllab] add support for results backends (#1377) 2016-10-20 23:40:24 -07:00
ascii_art.py Adding version subcommand to CLI (#329) 2016-04-13 17:27:20 -07:00
config.py Fix celery module import in comments. (#1474) 2016-10-29 14:08:23 -07:00
dataframe.py [sqllab] add support for Jinja templating (#1426) 2016-10-26 11:09:27 -07:00
db_engine_specs.py add oracle time_grains (#1544) 2016-11-04 09:52:06 -07:00
extract_table_names.py SQL Lab - A multi-tab SQL editor (#514) 2016-08-29 21:55:31 -07:00
forms.py Support week_ending_saturday for Druid. (#1491) 2016-11-02 18:45:10 -07:00
jinja_context.py [sqllab] templating refactor (#1504) 2016-11-02 13:22:07 -07:00
models.py [hotfix] remove failing Druid test 2016-11-04 09:47:02 -07:00
results_backends.py [sqllab] add support for results backends (#1377) 2016-10-20 23:40:24 -07:00
source_registry.py Override the role with perms for given datasources. (#1399) 2016-10-20 15:30:09 -07:00
sql_lab.py [sqllab] templating refactor (#1504) 2016-11-02 13:22:07 -07:00
utils.py [sqllab] add support for Jinja templating (#1426) 2016-10-26 11:09:27 -07:00
views.py [exploreV2] remove /exploreV2 endpoint, add v2 bootstrap data to /explore endpoint (#1536) 2016-11-03 13:37:29 -07:00
viz.py [hotfix] druid dist_bar viz issues with non-str x values 2016-11-04 00:59:41 +00:00