Commit Graph

13549 Commits

Author SHA1 Message Date
Michael S. Molina f5148ef728
feat: Migrates Dual Line Chart to Mixed Chart (#23910) 2023-06-08 12:31:28 -03:00
Michael S. Molina af24092440
feat: Migrates TreeMap chart (#23741) 2023-06-08 11:27:08 -03:00
Michael S. Molina 522eb97b65
feat: Migrates Pivot Table v1 to v2 (#23712) 2023-06-08 10:13:39 -03:00
Santiago Cárdenas e13b80aff1
fix(sql-lab): SQL Lab commit connection even if no CTA query is made (#19808)
Co-authored-by: Santiago <s@inkremental.co>
2023-06-07 16:35:23 -06:00
Evan Rusackas 46c2479db2
fix(capitalization): Capitalizing the 'metric' label in Pivot Tables (#24265) 2023-06-07 16:34:52 -06:00
dependabot[bot] 977e50014d
build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.59.8 to 5.59.9 in /superset-websocket (#24299)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-07 16:34:17 -06:00
dependabot[bot] 2757fa5cf1
build(deps): bump tox from 4.5.2 to 4.6.0 in /requirements (#24297)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-07 16:34:04 -06:00
Ville Brofeldt 5d3c1d2222
chore: reorder k-v migration for 2.1.1 (#24306) 2023-06-07 23:06:02 +03:00
JUST.in DO IT 9c7b8b8c78
fix(dashboard): max call size stack error (#24304) 2023-06-07 09:23:58 -07:00
Michael S. Molina ede6acdb3a
chore: Adds #24029 breaking change to UPDATING.md (#24295) 2023-06-06 09:58:35 -07:00
Elizabeth Thompson 8634af0a0f
chore: update UPDATING for 2.1.0 (#24294) 2023-06-05 12:56:19 -07:00
Michael S. Molina dd8836bddf
fix: Removes file extension from textUtils (#24293) 2023-06-05 15:12:59 -03:00
Michael S. Molina 6a1f365d9b
fix: Text utils null value when reading module (#24291) 2023-06-05 13:16:16 -03:00
mattitoo cab34c2dbf
docs: Adds new permissions from 2.1.0 and fixes some sql_lab permissions (#24288) 2023-06-05 13:07:14 +01:00
Daniel Vaz Gaspar 8fab3dbff4
fix: db validate parameters permission (#24185) 2023-06-05 13:06:00 +01:00
Evan Rusackas 18d2257a47
chore(build): creating default superset_text.yaml placeholder file (#24250) 2023-06-04 22:37:33 -06:00
Elizabeth Thompson 40fffc396c
fix: ensure json is not None (#24280) 2023-06-03 08:19:36 -07:00
Craig Rueda c5ea40fb44
fix(migrations): Fixing cross filter migration (#24279) 2023-06-02 17:23:29 -07:00
Craig Rueda da05f2287a
fix(migrations): Fixing cross filter migration (#24279) 2023-06-02 17:23:05 -07:00
Antonio Rivero 1d9a761de5
feat(sqllab): SQLEditor Extension (#24205) 2023-06-01 15:30:26 -04:00
John Bodley a4d5d7c6b9
chore(pre-commit): Add pyupgrade and pycln hooks (#24197) 2023-06-01 12:01:10 -07:00
Evan Rusackas 7d7ce63970
chore(docs): upgrading docusaurus (fixes header links) (#24118) 2023-06-01 12:55:51 -06:00
dependabot[bot] f6e769ae94
build(deps): bump pre-commit from 3.3.1 to 3.3.2 in /requirements (#24110)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-01 10:12:49 -06:00
Daniel Vaz Gaspar f898c97ba8
fix: enable strong session protection by default (#24256) 2023-06-01 14:01:25 +01:00
amosdoublec 541e461b77
fix(docs): Update databricks.mdx with correct pip package name (#23562) 2023-05-31 13:03:30 -06:00
dependabot[bot] e45be6adac
build(deps-dev): bump @typescript-eslint/parser from 5.59.7 to 5.59.8 in /superset-websocket (#24246)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-31 12:07:26 -06:00
eltimen 6d79ced48e
docs: fix broken link in the security page (#24253) 2023-05-31 10:59:49 -06:00
Beto Dealmeida a3bbe35fb0
chore: tests for #24249 (#24251) 2023-05-31 09:23:07 -07:00
Michael S. Molina 5853574b98
fix: Typescript warnings when importing types (#24217) 2023-05-31 12:08:29 -03:00
Evan Rusackas d1c57e0ddb
feat(flags): enabling and deprecating a few feature flags (#24232) 2023-05-30 17:12:55 -06:00
Beto Dealmeida 7e70f19b68
fix: dashboard ownership check (#24249) 2023-05-30 12:18:20 -07:00
Nick 9e3875cd9b
fix(helm): Use correct default hostnames for postgres and redis (#24222) 2023-05-30 11:53:44 -07:00
John Bodley 674da1b209
chore(native-filters): Ensure consistent error handling (#24206)
Co-authored-by: Michael S. Molina <michael.s.molina@gmail.com>
2023-05-30 09:08:38 -07:00
Saish Narvekar 6e7b93eb48
docs: removed extra ` from documentation (#24231) 2023-05-30 09:38:52 -06:00
boenshao 7b7e8f19dd
docs: point the reader to "setup.py" for latest package version (#24235)
Co-authored-by: boenshao <boenshao@berry-ai.com>
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com>
2023-05-30 09:37:57 -06:00
dependabot[bot] 7239721d01
build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.59.7 to 5.59.8 in /superset-websocket (#24245)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-30 09:37:20 -06:00
dependabot[bot] 636bdbf00d
build(deps-dev): bump @types/node from 20.2.3 to 20.2.5 in /superset-websocket (#24240)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-30 09:37:04 -06:00
dependabot[bot] e52ec18717
build(deps): bump winston from 3.8.2 to 3.9.0 in /superset-websocket (#24239)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-30 09:36:46 -06:00
dependabot[bot] 953e4cfa9a
build(deps): bump tox from 4.5.1 to 4.5.2 in /requirements (#24238)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-30 09:36:29 -06:00
Ville Brofeldt 8375baac99
fix(dataset-api): allow undefined schema in post (#24242) 2023-05-30 17:48:54 +03:00
Michael S. Molina f56c851ec8
refactor: Extracts type definitions from ExtensionsRegistry (#24214) 2023-05-30 08:59:25 -03:00
dependabot[bot] 50535e427e
build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.59.6 to 5.59.7 in /superset-websocket (#24184)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-26 14:04:28 -06:00
Evan Rusackas cc68d626bc
fix: removing problematic "formattable" tag (#24207) 2023-05-26 14:04:10 -06:00
Hugh A. Miles II 85b3401be8
fix: Tag link issue from CRUD page (#24223) 2023-05-26 15:40:49 -04:00
Beto Dealmeida 9df8d8dda5
feat: extension hook for DB delete (#24191) 2023-05-25 13:21:55 -04:00
dependabot[bot] f8ec5f280b
build(deps-dev): bump eslint from 8.40.0 to 8.41.0 in /superset-websocket (#24167)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-25 08:38:42 -06:00
dependabot[bot] 218d1c7405
build(deps-dev): bump @typescript-eslint/parser from 5.59.6 to 5.59.7 in /superset-websocket (#24183)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-24 16:34:42 -06:00
Hugh A. Miles II 8b0c68c0d2
chore(ssh): Allow users to set TUNNEL_TIMEOUT from config (#24202) 2023-05-24 16:25:02 -04:00
Lucas G. de Queiroz c54eedfdc0
fix(translation): complete portuguese(brazilian) translation (#24181)
Co-authored-by: lucasqueiroz97 <lucas.queiroz@dataway.info>
2023-05-23 15:16:39 -03:00
JUST.in DO IT 779b372d89
chore(sqllab): Remove functionNames from sqlLab state (#24026) 2023-05-23 10:42:00 -07:00