superset/superset
Phillip Kelley-Dotson 2421d176a2
chore: move data nav menu to plus menu (#18629)
* more data nav menu

* fix lint and fix nav css

* update test and remove icons

* Update superset-frontend/src/views/components/Menu.test.tsx

Co-authored-by: Hugh A. Miles II <hughmil3s@gmail.com>

* Apply suggestions from code review

* use backend app.link to show new nav changes

* fix lint

* update test

* usetheme and remove chaining

* add more suggestions

* fix lint

* add allowed extensions to bootstrap and hard code links

* remove backend links

* fix test

* add extensions to frontend conf

* fix test and add be changes

* test is python test passes

* update python test and reremove app links

* fix ts and add t's

Co-authored-by: Hugh A. Miles II <hughmil3s@gmail.com>
2022-02-16 17:37:14 -08:00
..
annotation_layers refactor: extract json_required view decorator (#18170) 2022-01-31 08:53:48 -03:00
async_events docs(api): Script to generate API docs (openapi.json) (#12050) 2021-01-04 13:47:01 -08:00
cachekeys chore: add stack trace to all calls of logger.error (#14382) 2021-04-30 09:22:05 -07:00
charts fix(csv-export): pivot v2 with verbose names (#18633) 2022-02-09 14:01:57 +02:00
cli fix(import_datasources): --sync flag works correctly (#18046) 2022-01-25 15:53:44 +01:00
commands chore(supeset.utils.core): move all database utils to database utils module (#18058) 2022-01-16 08:32:50 +02:00
common feat(explore): Allow using time formatter on temporal columns in data table (#18569) 2022-02-09 10:29:11 +01:00
connectors fix(mssql): support cte in virtual tables (#18567) 2022-02-10 10:28:05 +02:00
css_templates fix: css template API response, less data (#17980) 2022-01-10 13:00:39 +00:00
dao refactor: sql lab command: separate concerns into different modules (#16917) 2021-10-03 11:15:46 +03:00
dashboards feat: Improve state key generation for dashboards and charts (#18576) 2022-02-14 17:09:06 -03:00
databases feat: datasource access to allow more granular access to tables on SQL Lab (#18064) 2022-02-09 22:05:25 +08:00
datasets docs: add password example to dataset import API (#18580) 2022-02-07 09:38:55 +02:00
db_engine_specs fix: unambiguous trino driver (#18683) 2022-02-11 17:40:20 -08:00
db_engines chore(pylint): Remove top-level disable (#16589) 2021-09-15 09:30:23 -07:00
examples fix can't use examples helpers on non app context based environment (#18086) 2022-01-19 20:16:15 +02:00
explore feat: Improve state key generation for dashboards and charts (#18576) 2022-02-14 17:09:06 -03:00
initialization chore: move data nav menu to plus menu (#18629) 2022-02-16 17:37:14 -08:00
key_value feat: Improve state key generation for dashboards and charts (#18576) 2022-02-14 17:09:06 -03:00
migrations feat: embedded dashboard (#18561) 2022-02-08 00:18:52 -08:00
models feat: allow assets to be managed externally (#18093) 2022-01-24 11:03:01 -08:00
queries docs: add password example to dataset import API (#18580) 2022-02-07 09:38:55 +02:00
reports fix: report list search by created_by (#18725) 2022-02-15 19:37:17 -08:00
security feat(embedded): make guest token JWT audience callable or str (#18748) 2022-02-15 17:47:32 -08:00
sql_validators chore(pylint): Remove top-level disable (#16589) 2021-09-15 09:30:23 -07:00
sqllab chore: use official isort in pre-commmit (#17215) 2021-10-25 17:57:38 +08:00
static [docker] fix, Dockerfile for frontend builds (#9114) 2020-02-12 15:48:24 +00:00
tasks refactor(chart.commands): separate commands into two different modules (#17509) 2021-11-22 19:57:52 +02:00
templates feat: embedded dashboard core (#17530) 2022-01-25 16:41:32 -08:00
translations chore(deps): bump babel from 2.5.3 to 2.9.1 in /superset/translations (#17958) 2022-01-07 16:03:20 -07:00
utils refactor: decouple pandas postprocessing operator (#18710) 2022-02-14 16:44:26 +08:00
views chore: move data nav menu to plus menu (#18629) 2022-02-16 17:37:14 -08:00
__init__.py feat(templating): Safer Jinja template processing (#11704) 2020-11-17 11:55:47 -08:00
app.py Revert #15405 #15435 #15444 (#15558) 2021-07-06 14:56:08 -07:00
config.py feat(embedded): make guest token JWT audience callable or str (#18748) 2022-02-15 17:47:32 -08:00
constants.py fix: null value and empty string in filter (#18171) 2022-01-27 22:58:06 +08:00
dataframe.py fix: logging warning on dataframe (don't use python's warnings) (#18111) 2022-01-20 16:24:30 +00:00
errors.py feat: shorter timeout on test_connection (#18001) 2022-01-12 13:01:34 -08:00
exceptions.py fix: change 401 response to a 403 for Security Exceptions (#17768) 2021-12-15 17:11:04 -07:00
extensions.py chore(pylint): Enable useless-suppression check (#16388) 2021-08-24 03:58:41 +12:00
forms.py feat: support nulls in the csv uploads (#10208) 2020-07-06 13:26:43 -07:00
jinja_context.py fix(filter-indicator): show filters handled by jinja as applied (#17140) 2021-10-18 19:28:05 +02:00
legacy.py [mypy] Enforcing typing for superset.models (#9883) 2020-05-22 20:31:21 -07:00
result_set.py fix(BigQuery): explicitly quote columns in select_star (#16822) 2021-10-06 07:43:32 -07:00
schemas.py feat: initial work to make v1 API compatible with SIP-40 and SIP-41 (#13960) 2021-04-06 22:06:32 -07:00
sql_lab.py chore: Bumping pyarrow / pandas (#17290) 2021-10-31 10:47:02 -07:00
sql_parse.py fix: revert #17654 to fix subselect table name parsing (#18017) 2022-01-12 21:28:23 -08:00
stats_logger.py chore: statds metrics for cache invalidation (#11701) 2020-11-16 06:48:26 -08:00
typing.py feat(explore): adhoc column expressions [ID-3] (#17379) 2021-11-15 12:50:08 +02:00
viz.py feat(explore): Allow using time formatter on temporal columns in data table (#18569) 2022-02-09 10:29:11 +01:00