Evan Rusackas
d0575ceb29
feat(build): POC - add Turborepo for cached package builds
...
This PR adds Turborepo as a build orchestration tool for the frontend
monorepo, providing intelligent caching for package builds.
Changes:
- Add turbo.json with task pipeline configuration
- Add turbo devDependency to root package.json
- Add packageManager field for Turborepo compatibility
- Add build/clean/type-check scripts to all packages and plugins
- Add .turbo to .gitignore
New scripts:
- npm run turbo:build - Build all packages with caching
- npm run turbo:build:force - Build without cache
- npm run turbo:type-check - Type check all packages
- npm run turbo:clean - Clean all build artifacts
Benefits:
- Cached builds: 5s → 314ms (16x faster) on unchanged packages
- Parallel builds across packages
- Only rebuilds what changed
- Local-only caching (no cloud dependencies)
Note: Lerna is preserved for versioning and publishing. Turborepo
handles build orchestration, not package publishing.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-10 10:25:06 -08:00
Đỗ Trọng Hải
563d9f1a3f
chore(lint): migrate Jest lint rules from eslint to oxlint ( #37787 )
...
Signed-off-by: hainenber <dotronghai96@gmail.com >
2026-02-08 16:44:42 +07:00
Evan Rusackas
fc5506e466
chore(frontend): comprehensive TypeScript quality improvements ( #37625 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-06 13:16:57 -08:00
JUST.in DO IT
a04571fa20
fix(world-map): reset hover highlight on mouse out ( #37716 )
...
Co-authored-by: Arunodoy18 <arunodoy630@gmail.com >
2026-02-06 10:27:57 -08:00
Richard Fogaca Nienkotter
f4474b2e3e
feat: Dynamic currency ( #36416 )
2026-01-16 21:58:41 -08:00
Mehmet Salih Yavuz
e9b6791ffb
refactor: move translations and logging to new core ( #36929 )
2026-01-12 08:58:59 +03:00
dependabot[bot]
edcb38517f
chore(deps): bump d3-array and @types/d3-array in /superset-frontend ( #36510 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Evan Rusackas <evan@rusackas.com >
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-11 15:09:56 -08:00
Yong Le He
fb8eb2a5c3
fix(dashboard): ensure world map chart uses correct country code format in crossfilter ( #35919 )
2025-11-17 09:14:04 -08:00
Mehmet Salih Yavuz
9546ee37e5
chore(superset-core): move ui to new core ( #35308 )
2025-11-07 13:53:06 -03:00
Michael S. Molina
9b6876be62
fix: Typescript declaration files ( #35244 )
2025-09-23 14:22:28 -03:00
Michael S. Molina
6cb3ef9f5d
chore: TypeScript Configuration Modernization and Cleanup ( #35159 )
2025-09-18 16:27:57 -03:00
Elizabeth Thompson
7d0a472d1e
feat: Add comprehensive dark mode support for chart thumbnails and examples ( #35111 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-09-15 13:53:44 -07:00
Maxime Beauchemin
1f482b42eb
feat: completely migrate from DeprecatedThemeColors to Antd semantic tokens ( #34732 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-08-18 14:04:26 -07:00
Maxime Beauchemin
77f66e7434
fix: build issues on master with 'npm run dev' ( #34272 )
2025-07-22 15:55:18 -07:00
Mehmet Salih Yavuz
0c5da6cb5d
fix(theming): World map tooltip color ( #34229 )
2025-07-19 01:32:53 +03:00
Maxime Beauchemin
dd129fa403
feat(theming): land Ant Design v5 overhaul — dynamic themes, real dark mode + massive styling refactor ( #31590 )
...
Co-authored-by: Enzo Martellucci <52219496+EnxDev@users.noreply.github.com >
Co-authored-by: Diego Pucci <diegopucci.me@gmail.com >
Co-authored-by: Mehmet Salih Yavuz <salih.yavuz@proton.me >
Co-authored-by: Geido <60598000+geido@users.noreply.github.com >
Co-authored-by: Alexandru Soare <37236580+alexandrusoare@users.noreply.github.com >
Co-authored-by: Damian Pendrak <dpendrak@gmail.com >
Co-authored-by: Pius Iniobong <67148161+payose@users.noreply.github.com >
Co-authored-by: Enzo Martellucci <enzomartellucci@gmail.com >
Co-authored-by: Kamil Gabryjelski <kamil.gabryjelski@gmail.com >
2025-06-20 13:38:58 -07:00
Kamil Gabryjelski
7e2b7941f3
refactor: Upgrade to React 17 ( #31961 )
2025-01-28 16:44:42 +01:00
Evan Rusackas
a6e05f4558
build(packages): npm build/publish improvements. Making packages publishable again. ( #30196 )
2024-12-10 16:54:41 -07:00
Geido
90572be95a
fix(Dashboard): Retain colors when color scheme not set ( #30646 )
2024-11-21 19:58:32 +02:00
Michael S. Molina
fe3ba12801
refactor: Adds the sort_by_metric control to sharedControls ( #29325 )
2024-06-21 14:10:33 -03:00
Đỗ Trọng Hải
0ca42a8e4d
chore: remove React 16.4's obsolete React imports ( #28571 )
...
Signed-off-by: hainenber <dotronghai96@gmail.com >
2024-06-05 08:13:24 -03:00
Michael S. Molina
95706d9be2
feat: Adds the Featured Charts dashboard ( #28789 )
2024-06-04 16:59:10 -03:00
Jamie King
fb919c718d
docs: replace broken david badges with libraries.io ( #27903 )
2024-04-04 23:00:23 -06:00
Kamil Gabryjelski
c3149994ac
feat(viz picker): Remove some tags, refactor Recommended section ( #27708 )
2024-04-03 14:04:42 +02:00
Ville Brofeldt
19f8405bc0
chore: make TS enums strictly PascalCase ( #26875 )
2024-01-31 17:40:44 -08:00
Michael S. Molina
8a2f7d378a
refactor: Removes the deprecated GENERIC_CHART_AXES feature flag ( #26372 )
2024-01-31 09:45:57 -05:00
Geido
092129201e
chore: Reformat changelogs ( #26815 )
2024-01-26 21:48:17 +01:00
dependabot[bot]
16e574d702
build(deps): bump d3-color from 1.4.1 to 3.1.0 in /superset-frontend/plugins/legacy-plugin-chart-world-map ( #26513 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-23 16:33:34 -07:00
dependabot[bot]
14106f7bb2
build(deps): update datamaps requirement from ^0.5.8 to ^0.5.9 in /superset-frontend/plugins/legacy-plugin-chart-world-map ( #26500 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-16 14:41:43 -07:00
dependabot[bot]
3ec77597bf
build(deps): update prop-types requirement from ^15.6.2 to ^15.8.1 in /superset-frontend/plugins/legacy-plugin-chart-world-map ( #26484 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-14 16:57:49 -07:00
Kamil Gabryjelski
f7e76d02b7
feat: Add currencies controls in control panels ( #24718 )
2023-08-02 19:22:45 +02:00
Kamil Gabryjelski
d74d7eca23
feat: Implement support for currencies in more charts ( #24594 )
2023-07-07 19:28:13 +02:00
Nicolas Charpentier
60c2e7013d
docs: cleanup references to apache-superset/superset-ui ( #23796 )
2023-04-25 09:18:27 -06:00
Kamil Gabryjelski
9fbfd1c1d8
feat: Implement context menu for drill by ( #23454 )
2023-03-29 15:01:51 +02:00
Kamil Gabryjelski
ee1952e488
feat(dashboard): Add cross filter from context menu ( #23141 )
2023-02-23 17:05:41 +01:00
Kamil Gabryjelski
871cab8cbe
feat: Enable cross fitlers in WorldMap and Graph charts ( #22886 )
2023-02-22 11:42:56 +01: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
Michael S. Molina
824dc7188b
fix: Right click on country map with code filter ( #22081 )
2022-11-14 08:52:31 -05:00
Cody Leff
76e57ec651
feat(dashboard): menu improvements, fallback support for Drill to Detail ( #21351 )
2022-10-19 18:34:46 -03:00
Michael S. Molina
770f68f5b1
fix: Right-click on misconfigured World Map ( #21697 )
2022-10-06 08:23:40 -03:00
Michael S. Molina
d41f44fcdf
fix: World Map right-click value ( #21209 )
2022-08-26 15:08:24 -03:00
Michael S. Molina
859b6d2d20
feat: Adds drill to detail context menu to Pivot Table ( #21198 )
...
* feat: Adds drill to detail context menu to Pivot Table
* Adds useCallback
2022-08-26 08:23:26 -03:00
Michael S. Molina
4ca4a5c7cb
feat: Adds drill to detail context menu to World Map ( #21150 )
2022-08-23 10:24:55 -03:00
Yongjie Zhao
de524bc59f
feat: apply standardized form data to tier 2 charts ( #20530 )
2022-06-29 16:27:31 +08:00
Yongjie Zhao
c348a095b9
refactor(standardized form data): refine interface and improve code smells ( #20518 )
2022-06-28 21:09:42 +08:00
Kamil Gabryjelski
354a89950c
feat(explore): Denormalize form data in echarts, world map and nvd3 bar and line charts ( #20313 )
...
* feat(explore): Apply denormalize form data function to echarts and world map
* Denormalize form data in mixed timeseries
* Add dist bar chart
2022-06-09 11:54:09 +02:00
Stephen Liu
766f737728
feat(world-map): support color by metric or country column ( #19881 )
...
* feat(world-map): support color by metric or country column
* fix lint
* Update superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/RadioButtonControl.tsx
Co-authored-by: Evan Rusackas <evan@preset.io >
* Update superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts
Co-authored-by: Evan Rusackas <evan@preset.io >
* Update superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts
Co-authored-by: Evan Rusackas <evan@preset.io >
* fix lint
Co-authored-by: Evan Rusackas <evan@preset.io >
2022-06-03 21:31:22 +08:00
Michael S. Molina
b7cff8335b
chore: Removes hard-coded colors from the plugins - iteration 1 ( #19923 )
...
* chore: Removes hard-coded colors from the plugins - iteration 1
* Fixes lint errors
* Fixes tests
2022-05-09 10:44:13 -03:00
serenajiang
5e468f7a4c
fix(world-map): remove categorical color option ( #19781 )
2022-04-20 09:36:28 -07:00
Michael S. Molina
7594a02d42
chore: Removes hard-coded colors from legacy-plugin-chart-world-map ( #19466 )
2022-04-01 13:13:33 -03:00