Commit Graph

373 Commits

Author SHA1 Message Date
Geido
e2fe967788
fix: Revert "fix(Charts): Set max row limit + removed the option to use an empty row limit value" (#25753) 2023-10-25 15:39:49 +03:00
JUST.in DO IT
deef3b04eb
feat(sqllab): ResultTable extension (#25423) 2023-10-17 14:03:35 -04:00
Corbin Bullard
f556ef53f3
fix(Charts): Set max row limit + removed the option to use an empty row limit value (#25579) 2023-10-11 11:31:21 -06:00
Stephen Liu
17792a507c
feat(plugin-chart-echarts): Echarts Waterfall (#17906)
Co-authored-by: Michael S. Molina <michael.s.molina@gmail.com>
2023-10-06 10:08:16 -03:00
Mayur
c81c60c91f
feat: Adds the ECharts Bubble chart (#22107)
Co-authored-by: Michael S. Molina <michael.s.molina@gmail.com>
2023-10-05 07:58:46 -03:00
yousoph
e36e0fdf25
chore: Update Explore tooltip copy (#25438) 2023-09-29 23:11:19 -06:00
Stepan
a0eeb4d767
fix(nativeFilters): Speed up native filters by removing unnecessary rerenders (#25282)
Co-authored-by: JUST.in DO IT <justin.park@airbnb.com>
2023-09-28 14:37:19 +02:00
Beto Dealmeida
f0080f9c55
fix: smarter date formatter (#25404) 2023-09-27 09:52:36 -07:00
Kamil Gabryjelski
4c4fedc452
chore: Refactor deck.gl plugins to Typescript (#24933) 2023-08-28 13:56:06 +02:00
Michael S. Molina
284c12697b
chore: Removes duplicated featureFlags.ts (#24935) 2023-08-10 10:55:44 -03:00
John Bodley
f05638ba84
fix(annotation): Address regression from #24694 (#24874) 2023-08-03 09:33:03 -03:00
Kamil Gabryjelski
f7e76d02b7
feat: Add currencies controls in control panels (#24718) 2023-08-02 19:22:45 +02:00
Maxime Beauchemin
341b8d41c5
fix: column/metric type icons look too small (#24740) 2023-07-20 17:24:35 -07:00
Maxime Beauchemin
22a0fe555c
chore: make control panel sub sections look better (#24736) 2023-07-20 16:33:50 -07:00
Lily Kuang
0328dd2704
fix: color collision in dashboard with tabs (#24670) 2023-07-14 12:13:49 -07:00
John Bodley
a3db5844f0
chore: remove fetch explore json (#24669) 2023-07-13 09:18:15 -07:00
EugeneTorap
117435f0d8
chore: update UI dev libs and fix warnings & vulnerabilities (#24648) 2023-07-10 20:44:35 -06:00
Kamil Gabryjelski
d74d7eca23
feat: Implement support for currencies in more charts (#24594) 2023-07-07 19:28:13 +02:00
Michael S. Molina
5bdb774504
fix: Metric is truncated in tooltip (#24555) 2023-06-30 08:18:47 -03:00
Kamil Gabryjelski
38df1a873f
chore: Un-revert enabling CSP by default (#24543) 2023-06-29 17:38:17 +02:00
Kamil Gabryjelski
83ff4cd86a
feat: Implement currencies formatter for saved metrics (#24517) 2023-06-28 20:51:40 +02:00
curious86
3f17945745
fix(charts): big-number display broken in echarts (#24492)
Co-authored-by: aadhikari <aadhikari@apple.com>
2023-06-27 20:59:24 +03:00
Ville Brofeldt
036294a191
fix(sqllab): normalize changedOn timestamp (#24513) 2023-06-26 09:13:55 -07:00
Michael S. Molina
c5b4ecdca5
fix: Total calculation in stacked Timeseries charts (#24477) 2023-06-23 11:57:48 -03:00
Kamil Gabryjelski
fb08e0ecfc
fix: Revert enabling CSP (#24476) 2023-06-21 19:19:15 +02:00
Hugh A. Miles II
93e1db4bd9
fix: save columns reference from sqllab save datasets flow (#24248) 2023-06-20 13:54:19 -04:00
Kamil Gabryjelski
c3b5d72f2b
chore: Enable CSP by default (#24262) 2023-06-20 17:59:58 +02:00
Daniel Vaz Gaspar
23bb1c48a1
chore: remove deprecated apis and ENABLE_BROAD_ACTIVITY_ACCESS (#24400) 2023-06-15 22:11:24 +01:00
Maxime Beauchemin
d2b0b8eac5
feat: make data tables support html (#24368) 2023-06-14 15:54:07 -07:00
Michael S. Molina
a7f7f6645d
feat: Convert ENABLE_BROAD_ACTIVITY_ACCESS and MENU_HIDE_USER_INFO into feature flags (#24345) 2023-06-12 10:40:22 -07:00
John Bodley
9adb023880
chore(druid): Remove legacy Druid NoSQL logic (#23997) 2023-06-09 15:33:23 -03:00
Michael S. Molina
bdb8bbef32
chore: Removes getUiOverrideRegistry (#24330) 2023-06-09 08:35:11 -03:00
Michael S. Molina
e922f0993d
feat: Removes the preset-chart-xy plugin (#23943) 2023-06-08 15:42:10 -03:00
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
Antonio Rivero
1d9a761de5
feat(sqllab): SQLEditor Extension (#24205) 2023-06-01 15:30:26 -04:00
Michael S. Molina
f56c851ec8
refactor: Extracts type definitions from ExtensionsRegistry (#24214) 2023-05-30 08:59:25 -03:00
Beto Dealmeida
9df8d8dda5
feat: extension hook for DB delete (#24191) 2023-05-25 13:21:55 -04:00
Matthew Chiang
fc8c537118
feat: Add deck.gl Heatmap Visualization (#23551) 2023-05-22 10:23:07 +03:00
Lily Kuang
66594ad647
fix: repeated color in the same chart (#23762) 2023-05-19 14:48:54 -07:00
Beto Dealmeida
6b5459121f
feat: database extension registry (#23174)
Co-authored-by: Elizabeth Thompson <eschutho@gmail.com>
Co-authored-by: Lily Kuang <lily@preset.io>
2023-05-18 17:00:06 -07:00
Michael S. Molina
df4d16a7ee
feat: Make time shifted series colors match the original series (#24048) 2023-05-18 08:40:50 -03:00
Beto Dealmeida
fe903c3dfd
chore: add extension for related DB assets on delete (#24050) 2023-05-16 15:41:11 -07:00
VED PRAKASH KASHYAP
4497601ebc
feat(chart-controls): Show detailed data type tooltip when hovering type icon (#23970) 2023-05-11 08:27:24 -06:00
Kamil Gabryjelski
7757b61c22
chore: Deprecate DND feature flags (#23981) 2023-05-10 17:13:03 +02:00
Etienne Baratte
a170ae4368
feat: custom d3 number locale (#20075) 2023-05-02 12:29:33 -06:00
Gerold Busch
61d8a0bd12
feat: conditional coloring for big number chart (#23064)
Co-authored-by: Gerold Busch <gerold.busch@valtech.com>
2023-05-01 09:44:46 -06:00
Michael S. Molina
aa2edfc506
chore: Deprecates 3.0 consented feature flags (#23785) 2023-04-26 09:51:46 -03:00
Nicolas Charpentier
60c2e7013d
docs: cleanup references to apache-superset/superset-ui (#23796) 2023-04-25 09:18:27 -06:00
Jack Fragassi
44557f5a23
chore(api v1): Deprecate datasource/save and datasource/get endpoints (#23678) 2023-04-18 17:51:24 -07:00
Michael S. Molina
6234888c69
chore: Removes deprecated feature flags for 3.0 (#23663) 2023-04-17 10:48:05 -03:00
Ville Brofeldt
cbbcc8d2e1
fix(plugin-chart-echarts): reorder totals and support multimetric sort (#23675) 2023-04-14 20:43:15 +03:00
Michael S. Molina
04bd528bed
chore: Removes the UX_BETA feature flag (#23651) 2023-04-13 10:32:34 -03:00
JUST.in DO IT
75021a1eac
refactor: introduce redux toolkit (#23460)
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com>
2023-04-12 10:26:32 -07:00
Ville Brofeldt
f49702feff
feat(plugin-chart-echarts): add x-axis sort to multi series (#23644) 2023-04-12 16:13:41 +03:00
Kamil Gabryjelski
587e7759b1
feat: Support further drill by in the modal (#23615) 2023-04-12 13:43:09 +02:00
Ville Brofeldt
c8fa44e9e9
feat(dashboard): make color indices referable (#23657) 2023-04-12 14:27:09 +03:00
Kamil Gabryjelski
117360cd57
feat: Drill by open in Explore (#23575) 2023-04-05 11:20:45 +02:00
Kamil Gabryjelski
13ffb4b7c2
fix(plugin-chart-table): Include time control (#23533) 2023-04-03 12:31:33 +02:00
Alex Bain
de42c11f99
fix(plugin-generator): Addresses linter errors in newly generated Superset plugin (#23513) 2023-03-29 20:57:27 -07:00
Kamil Gabryjelski
9fbfd1c1d8
feat: Implement context menu for drill by (#23454) 2023-03-29 15:01:51 +02:00
JUST.in DO IT
439d687e1f
fix(dashboard): Add remark plugin on markdown (#23502) 2023-03-28 09:32:32 -07:00
Ville Brofeldt
8db5cb18c0
fix(generic-x-axis): skip initial time filter for legacy charts (#23506) 2023-03-28 14:08:52 +03:00
Alex Bain
a3ffc67238
docs: Adds notes to Superset plugin generator about TypeScript errors (#23501) 2023-03-27 18:34:26 -07:00
Kamil Gabryjelski
4530542ac4
fix: Chart crashing if timeseries_limit_metric is an empty array (#23480) 2023-03-24 12:02:58 +01:00
Kamil Gabryjelski
7ef06b0a60
chore: Add DRILL_BY feature flag (#23430) 2023-03-20 22:54:20 +01:00
Geido
da3791ad3d
fix: Table sorting reset (#23318) 2023-03-15 18:48:03 +01:00
Kamil Gabryjelski
63513a5873
fix(chart-controls): Error if x_axis_sort and timeseries_limit_metric are included in main metrics (#23365) 2023-03-14 15:50:03 +01:00
Hugh A. Miles II
b820eb8235
chore: Update pre-commit packages (#23173) 2023-03-13 17:05:13 -06:00
JUST.in DO IT
3919ca6060
fix(dashboard): deepmerge htmlSchemaOverrides (#23329) 2023-03-14 08:11:12 +13:00
Ville Brofeldt
a591130e0b
fix(trino): normalize non-iso timestamps (#23339) 2023-03-13 14:46:39 +02:00
Lily Kuang
376ad39576
chore: upgrade @ant-design/icons for react upgrade (#22890) 2023-03-08 14:18:43 -07:00
Kamil Gabryjelski
d16512b775
fix(dashboard): Allow selecting text in cells in Table and PivotTable without triggering cross filters (#23283) 2023-03-06 13:42:52 +01:00
Ville Brofeldt
1b139d0748
feat(generic-x-axis): add x sorting on series limit metric (#23274) 2023-03-06 11:50:20 +02:00
John Bodley
6338ea5d42
chore: revert "feat(native_filter_migration): add transition mode (#16992)" (#23144) 2023-02-24 06:22:36 +13:00
Kamil Gabryjelski
ee1952e488
feat(dashboard): Add cross filter from context menu (#23141) 2023-02-23 17:05:41 +01:00
cccs-RyanK
a40c12d63e
feat: Frontend tagging (#20876)
Co-authored-by: cccs-nik <68961854+cccs-nik@users.noreply.github.com>
Co-authored-by: GITHUB_USERNAME <EMAIL>
2023-02-21 13:38:23 -08:00
Ville Brofeldt
1324135697
chore(style): make brand icon max width customizable (#23081) 2023-02-15 18:38:09 +02:00
Michael S. Molina
464ddee4b4
fix: Time Column on Generic X-axis (#23021) 2023-02-10 13:33:07 -05:00
Artem Shumeiko
773d2a54a3
chore: Localization of superset pt. 3 (#22938)
Co-authored-by: Evan Rusackas <evan@preset.io>
2023-02-07 09:21:23 -07:00
Antonio Rivero Martinez
cf395ac2d8
feat(ssh_tunnel): SSH Tunnel Switch extension (#22967) 2023-02-03 15:34:54 -08:00
Josh Soref
78ede590ee
chore(frontend): Spelling (#19676)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
2023-02-02 11:23:11 -07:00
Ville Brofeldt
c53c3aa23d
chore(superset-ui-chart-controls): refactor pivot and rename operator (#22963) 2023-02-02 17:16:07 +02:00
Michael S. Molina
30abefb519
feat: Adds the ECharts Sunburst chart (#22833) 2023-01-31 11:39:18 -05:00
Artem Shumeiko
c839d0daf5
chore: Localization of superset pt. 2 (#22772) 2023-01-30 09:20:43 -07:00
Geido
9ed2326a20
feat: Move cross filters to Dashboard (#22785) 2023-01-25 18:01:06 +01:00
Lily Kuang
397a984f09
chore(superset-ui): bump superset-ui-chart-controls and plugin-chart-handlebars back to version 0.18.25 (#22694) 2023-01-12 10:04:26 +02:00
Antonio Rivero Martinez
539936522f
feat(ssh_tunnel): SQLAlchemy Form UI (#22513)
Co-authored-by: hughhhh <hughmil3s@gmail.com>
Co-authored-by: Elizabeth Thompson <eschutho@gmail.com>
2023-01-11 19:29:52 +00:00
Artem Shumeiko
f3696ceef3
chore: Localization of several charts and elements (#22150)
Co-authored-by: ashumeiko <ashumeiko@ashumeiko.com>
2023-01-11 09:42:54 -07:00
Ville Brofeldt
c0aeb2a75a
chore(embedded): bump package versions (#22676) 2023-01-11 11:42:46 +02:00
Lily Kuang
40dba06094
chore: upgrade react-ace (#22573) 2023-01-04 09:16:01 -08:00
Ville Brofeldt
a7a4561550
fix(explore): support saving undefined time grain (#22565) 2023-01-03 08:53:42 +00:00
John Bodley
9e81c3a119
feat: update time comparison choices (again) (#22458) 2022-12-24 10:13:35 +13:00
EugeneTorap
f3bf3ec2ed
chore: Remove actions prop and refactor code in SQL Lab (#22231) 2022-12-05 12:12:52 +01:00
Cody Leff
997950ecf5
chore(native-filters): Grid units, type guard, feature flag guard (#22307) 2022-12-02 19:55:03 +01:00
Geido
df91664217
feat: Programmatically open "more filters" dropdown in Horizontal Filter Bar (#22276)
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com>
2022-12-02 15:03:01 +02:00
Diego Medina
aa97ba4509
feat: root context provider extension point (#22188) 2022-12-01 13:29:51 -08:00
Kamil Gabryjelski
eb6045adfa
feat(native-filters): Adjust filter components for horizontal mode (#22273) 2022-12-01 15:41:19 -05:00
Ville Brofeldt
b1f8fd4f64
chore(superset-ui): remove deprecated fields from QueryObject (#22272) 2022-11-30 15:54:11 +02:00