Commit Graph

5932 Commits

Author SHA1 Message Date
Jack
296ff17f19
fix: preventing save button from flickering in SQL Lab (#25106) 2023-09-26 11:41:28 -07:00
Ville Brofeldt
f6ce40d246
chore: upgrade node to most recent 16.x (#25362) 2023-09-26 04:00:41 -07:00
Michael S. Molina
d76ff39766
fix: Workaround for Cypress ECONNRESET error (#25399) 2023-09-25 17:39:06 -03:00
Michael S. Molina
0c083bdc1a
feat: Adds Sunburst chart migration logic (#25343) 2023-09-22 09:44:40 -03:00
Zef Lin
16f31f8090
feat(sqllab): extra logging when chart is downloaded (#25345) 2023-09-21 09:43:06 -07:00
Hugh A. Miles II
090ae64dfa
feat(tag): fast follow for Tags flatten api + update client with generator + some bug fixes (#25309) 2023-09-18 11:56:08 -07:00
Zef Lin
c8c94825ce
fix(chart): Supporting custom SQL as temporal x-axis column with filter (#25126)
Co-authored-by: Kamil Gabryjelski <kamil.gabryjelski@gmail.com>
2023-09-18 11:30:52 -07:00
JUST.in DO IT
52faa2e17d
chore(sqllab): Migrate tests to typescript (#25274) 2023-09-15 09:43:45 -07:00
Stepan
14c324950a
feat(datasource): Checkbox for always filtering main dttm in datasource (#25204)
Co-authored-by: Elizabeth Thompson <eschutho@gmail.com>
2023-09-14 15:57:08 -07:00
John Bodley
8eff5a75b4
chore: Remove the ability to switch to filter-box chart when DASHBOARD_NATIVE_FILTERS feature is enabled (#25275) 2023-09-12 18:39:38 -03:00
Lily Kuang
a9512c1eef
fix: inability to remove chart filter when dashboard time filter is applied (#25217) 2023-09-12 11:19:21 -03:00
Kamil Gabryjelski
242921bb4c
fix: Add line height to metadata bar (#25268) 2023-09-12 10:11:34 -03:00
Hugh A. Miles II
55ac01b675
feat: Tags ListView Page (#24964) 2023-09-12 14:48:07 +02:00
Kamil Gabryjelski
ea21e800a7
fix: Currency formatting in Table raw mode (#25248) 2023-09-11 16:48:39 +02:00
Kamil Gabryjelski
894f250229
fix: Don't apply number formatting to the label in Treemap (#25249) 2023-09-11 08:42:24 -03:00
Michael S. Molina
6f4e63162f
fix: Clearing the currency format has no effect on the chart (#25238) 2023-09-11 08:26:43 -03:00
Michael S. Molina
0e17e4b06f
fix: Cypress test to force mouseover (follow-up) (#25223) 2023-09-07 14:17:22 -03:00
Kamil Gabryjelski
09e9cb484b
chore: Convert deckgl class components to functional (#25177) 2023-09-07 13:28:09 +02:00
Michael S. Molina
47518cb002
fix: Cypress test to force mouseover (#25209) 2023-09-06 16:23:39 -03:00
JUST.in DO IT
2d4de5146b
feat(sqllab): Show sql in the current result (#24787) 2023-09-06 09:48:42 -07:00
Michael S. Molina
e605d6dddf
fix: All values being selected in Select (#25202) 2023-09-06 10:37:21 -03:00
Sandeep Patel
d0305445b2
fix: Issue #24493; Resolved report selection menu in chart and dashboard page (#25157) 2023-09-05 11:10:42 -03:00
Lily Kuang
f2523b26fa
fix: Applying Dashboard Time Range Filters to Overwritten Charts (#25156)
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com>
2023-09-01 14:30:37 -07:00
JUST.in DO IT
8b2a408dea
fix(sqllab): Invalid start date (#25133) 2023-09-01 11:28:19 -07:00
aehanno
2c4629a77d
fix: Fixing untranslated FR strings (#20078) 2023-09-01 10:12:12 -03:00
JUST.in DO IT
06bf44a823
fix(sqllab): invalid reducer key name (#25152) 2023-08-31 13:24:08 -07:00
JUST.in DO IT
846c79ef55
chore: consolidate sqllab store into SPA store (#25088) 2023-08-30 16:09:57 -07:00
Sam Firke
eeecd59c9d
refactor(frontend): make "Search" box the first filter for charts and datasets (#25129) 2023-08-30 17:34:03 -04:00
Jack
66e2807009
feat: removing renderCard from Tags/index.tsc to remove cardview from Tags ListView (#25105) 2023-08-30 19:35:21 +02:00
Vitor Avila
46a0a6e08a
fix(DB Connection): Update placeholder values for Snowflake connection (#25119) 2023-08-30 14:16:31 +02:00
JUST.in DO IT
29355577f1
fix(sqllab): error while removing a referenced table (#25114) 2023-08-29 14:38:07 -07:00
JUST.in DO IT
72150ebadf
fix(sqllab): rendering performance regression by resultset (#25091) 2023-08-28 12:27:18 -07:00
Michael S. Molina
b5bac6c876
fix: Filter names overflow wrap (#25087) 2023-08-28 11:28:16 -03:00
Kamil Gabryjelski
4c4fedc452
chore: Refactor deck.gl plugins to Typescript (#24933) 2023-08-28 13:56:06 +02:00
Hugh A. Miles II
69fb309ec3
feat: Update Tags CRUD API (#24839) 2023-08-25 21:16:35 +02:00
JUST.in DO IT
4d9e9a4b1c
chore(sqllab): typescript for getInitialState (#25047) 2023-08-24 16:54:06 -07:00
Michael S. Molina
f584c8462b
fix: Cross filters initial scope (#25074) 2023-08-24 13:01:45 -03:00
Evan Rusackas
63f24ea57e
test(cypress): Fail Cypress on Console errors (#24872) 2023-08-24 08:44:35 -06:00
Stepan
0d5be8e3f6
fix(table): condition formatting can't formate 0 values (#24008) 2023-08-24 08:01:40 -06:00
Michael S. Molina
0dadf06245
chore: Organizes the files of the ReportModal feature (#25046) 2023-08-23 11:02:25 -03:00
Daniel Vaz Gaspar
a9efd4b2e3
fix: dataset safe URL for explore_url (#24686) 2023-08-23 09:31:44 -03:00
John Bodley
60889d27ed
fix: Native filter dashboard RBAC aware dataset permission (#25029) 2023-08-22 09:58:43 -07:00
JUST.in DO IT
b339613844
chore(sqllab): Relocate user in SqlLab to root (#25010) 2023-08-21 09:42:31 -07:00
Michael S. Molina
0be1754666
fix: Dashboard fullscreen is removing custom URL params (#25028) 2023-08-18 15:07:31 -03:00
Michael S. Molina
52c7186b56
chore: Pass the dashboard id when requesting filter values (#25025) 2023-08-18 13:19:19 -03:00
Michael S. Molina
b428b06217
chore: Removes Saved Query old code (#25007) 2023-08-18 09:40:28 -03:00
Michael S. Molina
35eb66a322
fix: Date column in Heatmap is displayed as unix timestamp (#25009) 2023-08-17 11:24:40 -03:00
Michael S. Molina
712e1f760c
feat: Moves Profile to Single Page App (SPA) (#25001) 2023-08-17 11:01:24 -03:00
Michael S. Molina
2eb0a255d9
chore: Removes src/modules top folder (#25005) 2023-08-16 16:59:52 -03:00
Elizabeth Thompson
2b63577046
fix: Revert "fix(chart): Time Series set showMaxLabel as null for time xAxis (#20627) (#24995) 2023-08-16 09:51:00 -07:00