superset/superset
ʈᵃᵢ 7b97764dbc [dashboard] New, list view (react) (#8845)
* adds dashboard listview component

* use new api

* use json over rison

* lint

* adds seperate dashboard list view

* edit and delete actions

* fix lint ignore

* fix common_bootstrap_payload is now a function

* fix license

* fix pylint

* isort

* fix tests

* lint

* lint ts

* fix js tests

* fix double import from bad rebase

* fix indent error

* lookup permissions

* generic permission lookup

* get tslint to pass

* adds js specs

* lint

* fix rebase

* lint

* lint again

* fix type errors preventing build

* adds more specs

* fix tslint error

* fix null check

* remove unecessary code

* use translations provided by api

* more translations

* linting

* fix spec

* i18n

* fix register order
2020-01-16 00:48:55 -05:00
..
assets [dashboard] New, list view (react) (#8845) 2020-01-16 00:48:55 -05:00
bin Flask App factory PR #1 (#8418) 2019-11-20 15:47:06 +00:00
common [fix] Enforce the QueryResult.df to be a pandas.DataFrame (Phase II) (#8948) 2020-01-12 21:35:44 -08:00
connectors [db migration] change datasources-clusters foreign key to cluster_id (#8576) 2020-01-13 11:02:36 -08:00
db_engine_specs Add support for Dremio as a new source (#8939) 2020-01-10 17:37:40 +02:00
db_engines re-enable pylint for database compatibility layer (#8772) 2019-12-07 16:15:12 -08:00
examples Refactor Dashboard and Slice models (#8820) 2019-12-18 11:40:45 -08:00
migrations [db migration] change datasources-clusters foreign key to cluster_id (#8576) 2020-01-13 11:02:36 -08:00
models [dashboard] New, list view (react) (#8845) 2020-01-16 00:48:55 -05:00
security Avoid circular dependency between superset config and superset package (#8254) 2019-12-10 09:17:34 +00:00
sql_validators Update sql validator status (#8799) 2019-12-10 11:55:36 -08:00
static Rremove unused symlinks (#1736) 2016-12-01 19:52:46 -08:00
tasks Add config for celery email task soft time (#8887) 2020-01-04 09:20:57 +02:00
templates moving favicon(s) to config, allowing multiple favicons (#8856) 2019-12-20 12:58:36 -08:00
translations Fix a bunch of files with pylint disabled (#8743) 2019-12-11 10:14:24 -08:00
utils [db migration] change datasources-clusters foreign key to cluster_id (#8576) 2020-01-13 11:02:36 -08:00
views [dashboard] New, list view (react) (#8845) 2020-01-16 00:48:55 -05:00
__init__.py [jinja_context] Fix, allow for app factory pattern (#8693) 2019-12-03 09:42:57 +00:00
app.py [app] Fix, manage menu should be before charts (#8945) 2020-01-10 17:02:58 +00:00
cli.py Re-enable pylint for common, connector, and test files (#8774) 2019-12-09 22:32:54 -08:00
config.py Fix docstrings in superset/config.py (#8931) 2020-01-07 11:00:32 +00:00
constants.py handle nulls in bar chart series/breakdown (#8724) 2019-12-03 16:11:15 -08:00
dataframe.py Replace pandas.DataFrame with PyArrow.Table for nullable int typing (#8733) 2020-01-03 11:55:39 -05:00
exceptions.py Fix a bunch of files with pylint disabled (#8743) 2019-12-11 10:14:24 -08:00
extensions.py [Fix],Correct read in Jinja configuration and update docs of SupersetAppInitializer (#8908) 2020-01-03 07:44:25 +02:00
forms.py Re-enable pylint on some configuration files (#8767) 2019-12-06 14:30:11 -08:00
jinja_context.py Fix a bunch of files with pylint disabled (#8743) 2019-12-11 10:14:24 -08:00
legacy.py Re-enable pylint on some configuration files (#8767) 2019-12-06 14:30:11 -08:00
result_set.py Replace pandas.DataFrame with PyArrow.Table for nullable int typing (#8733) 2020-01-03 11:55:39 -05:00
sql_lab.py Replace pandas.DataFrame with PyArrow.Table for nullable int typing (#8733) 2020-01-03 11:55:39 -05:00
sql_parse.py chore: refactor, add typing and fix uncovered errors (#8900) 2019-12-31 09:26:23 +02:00
stats_logger.py chore: refactor, add typing and fix uncovered errors (#8900) 2019-12-31 09:26:23 +02:00
viz.py [fix] Enforce the query result to contain a data-frame (#8935) 2020-01-08 11:50:26 -08:00