22396d504a
fix(ux): use title case for button labels ( #40048 )
...
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com >
Co-authored-by: Evan Rusackas <evan@preset.io >
2026-08-20 20:14:33 -07:00
endimonan and Evan Rusackas
eb7d4cba42
fix(explore): hide Superset annotation source for users without annotation access ( #43006 )
...
Co-authored-by: Evan Rusackas <evan@preset.io >
2026-08-12 18:51:39 -07:00
Enzo Martellucci and Claude Opus 5
473f447c1b
fix(explore): keep the annotation layer modal usable in a small viewport ( #42614 )
...
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com >
2026-07-30 19:09:58 +02:00
66519c3a85
chore(deps-dev): bump fetch-mock from 11.1.5 to 12.6.0 in /superset-frontend/packages/superset-ui-core ( #36662 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: hainenber <dotronghai96@gmail.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 >
Co-authored-by: hainenber <dotronghai96@gmail.com >
2026-01-30 21:27:35 +07:00
Evan Rusackas and Claude Opus 4.5
9aff89c1b4
chore(frontend): migrate SqlLab and explore JS/JSX files to TypeScript ( #36760 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-06 10:52:58 -08:00
Maxime Beauchemin and Claude
fbcdf6909c
feat: replace react-color with AntD ColorPicker for theming support ( #34712 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-08-15 11:05:30 -07:00
Joe Li and Claude
a66b7e98e0
feat: Add ESLint rule to enforce sentence case in button text ( #34434 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-08-06 13:13:36 -07:00
Đỗ Trọng Hải
cf7ce31054
build(deps): bump major versions for math-expression-evaluator and fetch-mock + clean up obsolete dev/override packages ( #32322 )
2025-02-28 08:06:19 +07:00
Evan Rusackas
319a860f23
chore: Working toward killing enzyme and cleaning up test noise. ( #32207 )
2025-02-11 12:14:36 -07:00
Michael S. Molina
399b709aaf
refactor: Removes 5.0 approved legacy charts ( #31582 )
2025-01-09 16:45:05 -03:00
Michael S. Molina
93ba8e16c3
refactor: Creates the VizType enum ( #31193 )
2024-11-29 10:05:02 -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
Ross Mabbett
ce210eebde
fix(Chart Annotation modal): Table and Superset annotation options will paginate, exceeding previous max limit 100 ( #27022 )
2024-03-26 09:54:03 -07:00
Michael S. Molina
2eb0a255d9
chore: Removes src/modules top folder ( #25005 )
2023-08-16 16:59:52 -03:00
Diego Medina and hughhhh
cdc7af11bf
chore: Migrate /superset/user_slices and /superset/fave_slices to API v1 ( #22964 )
...
Co-authored-by: hughhhh <hughmil3s@gmail.com >
2023-04-03 13:29:02 -04:00
Daniel Vaz Gaspar
a77b2d6ebf
chore: remove annotation layer FAB CRUD model view ( #22178 )
2022-11-22 16:19:57 +00:00
Lyndsi Kay Williams
69d3a336b4
test: Fix act errors in AnnotationLayer test ( #21423 )
2022-09-09 20:27:21 -05:00
Geido and Michael S. Molina
3f0756f637
chore: Select component refactoring - SelectControl - Iteration 5 ( #16510 )
...
* Refactor Select DatasourceEditor
* Fire onChange with allowNewOptions
* Clean up
* Refactor Select in AnnotationLayer
* Handle on clear
* Update tests
* Refactor Select in SpatialControl
* Show search
* Refactor Select in FilterBox
* Remove search where unnecessary
* Update SelectControl - WIP
* Refactor Controls
* Update SelectControl tests
* Clean up
* Test allowNewOptions false
* Use SelectControl AnnotationLayer
* Use SelectControl SpatialControl
* Clean up
* Render custom label
* Show search
* Implement filterOption
* Improve filterOption
* Update Cypress
* Update Cypress table test
* Use value for defaultValue
* Merge with latest changes
* Reconcile with latest Select changes
* Update superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.test.tsx
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com >
* Update superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.test.tsx
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com >
* Revert changes to test
* Call onPopoverClear when v value is undefined
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com >
2021-10-04 18:24:41 +03:00
486e0d412c
chore: Upgrade Webpack to v5 ( #16701 )
...
* Upgrade Webpack to v5
* Remove mapbox hack
* Replace url-loaders and file-loaders with asset modules
* Remove 1 rule
* Change --colors to --color
* Remove invalid option (--no-progress)
* Remove url-loader, bump plugin
* Fix AnnotationLayer formula check
* Remove redundant tests
* Bump cypress packages
* Remove old comment
* Fix tests
* Remove checks for number of scripts in markdown test
* Cosmetic changes
* Add tests
* Fix test
* Fix test
* Fixes test warnings
* disable flaky test
Co-authored-by: Ville Brofeldt <ville.v.brofeldt@gmail.com >
Co-authored-by: Michael S. Molina <michael.s.molina@gmail.com >
2021-09-22 14:24:54 +03:00
Michael S. Molina
bb677b8ef1
test: Adds tests to the AnnotationLayer component ( #13748 )
2021-04-01 09:10:42 -07:00