superset/superset
Beto Dealmeida 3d23adec5e
chore: use shillelagh instead of gsheetsdb (#13185)
* chore: use shillelagh instead of gsheetsdb

* Fix tests

* Clean up code and remove duplication

* Fix test

* Tighten dep
2021-02-18 09:48:18 -08:00
..
annotation_layers fix(api): prefix class names on events actions (#12354) 2021-01-12 10:52:35 +00:00
assets refactor: merge/upgrade superset-ui packages (#10790) 2020-09-09 13:18:55 -07:00
async_events docs(api): Script to generate API docs (openapi.json) (#12050) 2021-01-04 13:47:01 -08:00
cachekeys chore: improve analytics (#11714) 2020-11-25 08:45:02 -08:00
charts feat(dashboard): API to get a dashboard's charts (#12978) 2021-02-15 11:41:59 -08:00
commands feat(dashboard_rbac): dashboards API support for roles create/update + roles validation (#12865) 2021-02-07 16:16:19 +02:00
common fix(chart-data-api): support numeric temporal columns (#13138) 2021-02-16 09:51:22 +02:00
connectors fix: add config to disable dataset ownership on the old api (#13051) 2021-02-11 18:18:27 +00:00
css_templates fix(api): prefix class names on events actions (#12354) 2021-01-12 10:52:35 +00:00
dao fix: always fetch database list on bootstrap payload (#11934) 2020-12-09 09:36:18 -08:00
dashboards feat(filter-sets): Saving filter sets in metadata (#13205) 2021-02-18 15:43:10 +02:00
databases chore: use shillelagh instead of gsheetsdb (#13185) 2021-02-18 09:48:18 -08:00
datasets feat(explore): allow opening charts with missing dataset (#12705) 2021-01-25 15:09:03 -08:00
db_engine_specs fix: engines that don't support comments (#13153) 2021-02-17 18:01:34 +00:00
db_engines Enabled pylint rules in db_engines module: (#11016) 2020-09-23 10:45:26 -07:00
examples fix(explore): pie chart label bugs (#13052) 2021-02-11 11:23:40 +02:00
migrations fix: Retroactively add granularity param to charts (#12960) 2021-02-11 09:54:10 -08:00
models fix(database): ensure pk_constraint is JSON serializable (#13147) 2021-02-16 12:17:29 +02:00
queries add related field filter to queries/user (#12261) 2021-01-06 09:36:48 -08:00
reports feat(alerts): apply SQL limit to all alerts (#13150) 2021-02-17 18:03:35 +00:00
security chore: use shillelagh instead of gsheetsdb (#13185) 2021-02-18 09:48:18 -08:00
sql_validators fix: remove explicit cursor closing for BQ (#12836) 2021-01-29 14:32:47 -08:00
static [docker] fix, Dockerfile for frontend builds (#9114) 2020-02-12 15:48:24 +00:00
tasks fix(reports): handle exceptions properly in scope (#12811) 2021-01-28 19:06:19 +00:00
templates feat: provide support for an overridable template to be included in every view (#12315) 2021-01-07 18:52:46 -08:00
translations fix: Add some missing Chinese translation content, including superset-ui project (#13022) 2021-02-14 23:03:32 -08:00
utils fix(chart-data-api): support numeric temporal columns (#13138) 2021-02-16 09:51:22 +02:00
views chore: use shillelagh instead of gsheetsdb (#13185) 2021-02-18 09:48:18 -08:00
__init__.py feat(templating): Safer Jinja template processing (#11704) 2020-11-17 11:55:47 -08:00
app.py perf: add lazy loading along react-router routes and router links in menu (#13087) 2021-02-16 14:48:35 -08:00
cli.py build: Skip loading example data from configs in CI (#12610) 2021-02-01 16:07:28 -08:00
config.py feat: Move SQLAlchemy url reference to config (#13182) 2021-02-18 12:42:15 -05:00
constants.py feat(dashboard): API to get a dashboard's charts (#12978) 2021-02-15 11:41:59 -08:00
dataframe.py refactor: speed up conversion from dataframe to list of records (#12806) 2021-02-07 12:01:28 -08:00
errors.py chore: use shillelagh instead of gsheetsdb (#13185) 2021-02-18 09:48:18 -08:00
exceptions.py feat: initial custom error messages for SQL Lab (#12080) 2020-12-17 22:58:21 -08:00
extensions.py feat(SIP-39): Async query support for charts (#11499) 2020-12-10 20:21:56 -08:00
forms.py feat: support nulls in the csv uploads (#10208) 2020-07-06 13:26:43 -07:00
jinja_context.py feat: show missing parameters in query (#12049) 2020-12-15 18:47:40 -08:00
legacy.py [mypy] Enforcing typing for superset.models (#9883) 2020-05-22 20:31:21 -07:00
result_set.py refactor: rename DbColumnType to GenericDataType (#12617) 2021-01-20 10:07:42 -08:00
sql_lab.py fix: don't close cursor before closing connection (#12821) 2021-01-28 14:32:00 -08:00
sql_parse.py fix: engines that don't support comments (#13153) 2021-02-17 18:01:34 +00:00
stats_logger.py chore: statds metrics for cache invalidation (#11701) 2020-11-16 06:48:26 -08:00
typing.py refactor(database): use SupersetResultSet on SqlaTable.get_df() (#10707) 2020-08-28 21:12:03 +03:00
viz.py fix: accept null groupby in form data for timeseries table viz (#13086) 2021-02-17 13:45:39 -08:00