Vanessa Giannoni
ec2509a8b4
fix(dashboard-filters): prevent clearing all filters when editing a native filter ( #37253 )
2026-01-28 17:06:00 +03:00
Damian Pendrak
35ac4c74fd
feat(dashboard): chart customizations modal and plugins ( #36062 )
2026-01-14 17:00:18 +01:00
Levis Mbote
97518544ee
feat(dashboard): chart customization/dynamic group by in dashboards ( #33831 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: GitHub Action <action@github.com >
Co-authored-by: amaannawab923 <amaannawab923@gmail.com >
2025-10-14 18:37:57 +03:00
amaannawab923
35b30480f0
fix: Exclude Filter Values ( #33271 )
...
Co-authored-by: Amaan Nawab <nelsondrew07@gmail.com >
2025-05-06 13:40:27 +02:00
Đỗ Trọng Hải
19e8a7049b
feat(fe): upgrade superset-frontend to Typescript v5 ( #31979 )
...
Signed-off-by: hainenber <dotronghai96@gmail.com >
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com >
2025-01-29 08:40:33 -03:00
Evan Rusackas
962fd4cca3
chore: Removing DASHBOARD_CROSS_FILTERS flag and all that comes with it. ( #31794 )
...
Co-authored-by: Kamil Gabryjelski <kamil.gabryjelski@gmail.com >
2025-01-28 17:39:30 +01:00
Geido
d9a1db044a
refactor(Dashboard): Native filters form update endpoint ( #30609 )
2024-10-21 14:11:22 +03:00
Đỗ Trọng Hải
aa50eb3b03
build(dev-deps, deps): upgrade major versions for FE deps ( #29963 )
...
Signed-off-by: hainenber <dotronghai96@gmail.com >
2024-09-06 11:44:22 -06:00
Ville Brofeldt
19f8405bc0
chore: make TS enums strictly PascalCase ( #26875 )
2024-01-31 17:40:44 -08:00
Michael S. Molina
69b57016b3
refactor: Removes the deprecated DASHBOARD_NATIVE_FILTERS feature flag ( #26329 )
2024-01-19 17:07:38 -03:00
JUST.in DO IT
e1d73d5420
fix(native filters): rendering performance improvement by reduce overrendering ( #25901 )
2023-11-20 10:01:56 -08: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
Michael S. Molina
284c12697b
chore: Removes duplicated featureFlags.ts ( #24935 )
2023-08-10 10:55:44 -03:00
Ville Brofeldt
f6b5b658e5
chore(welcome): harmonize submenu with other routes ( #22803 )
2023-03-31 11:34:10 +03:00
simcha90
bcad1acec2
feat: Dynamic dashboard component ( #17208 )
...
* fix:fix get permission function
* feat: dynamic loading of dashboard components
* fix: revert image
* fix: fix py
* fix: fix py
* fix: pass state to dynamic component
* lint: add typing
* lint: fix lint
* lint: fix lint
* refactor: re-run pipeline
* fix: fix CR notes
* fix: fix CR notes
* move types and interfaces to core
* reorder exports
* rename Scope and Target
Co-authored-by: Ville Brofeldt <ville.v.brofeldt@gmail.com >
2022-02-09 17:44:40 +02:00
Kamil Gabryjelski
35f4c33245
fix(native-filters): apply default value correctly when it's set ( #17982 )
2022-01-10 17:32:31 +01:00
Phillip Kelley-Dotson
cfd851aa13
fix: replace datamask with key from new key value api ( #17680 )
...
* afirst stage to ccheck to get initial datamask
* clean up code and update typescript
* remove consoles
* fix ts and update copy dashboard url
* use key when one doesn't exists
* lint clean up
* fix errors
* add suggested changes
* remove line
* add tests and add changes for copydashboard
* fix lint
* fix lint
* fix lint
* Update superset-frontend/src/dashboard/components/Header/index.jsx
Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com >
* add timeout
* fix test
* fix test, add qs to cypress and add suggestions
* add suggestions
* fix lint
* more suggested changes for backwards comapat
* fix lint
* cleanup naming and add qs parse to tests
* Update superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx
Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com >
* Update superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx
Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com >
* more changes and fix lint
* remove nativefiler param
* fix path
* remove con
* simplify logic
Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com >
2021-12-21 09:08:48 -08:00
simcha90
3d8cc15cba
fix: Clear native filters state ( #16893 )
...
* fix:fix get permission function
* fix: clear native filters state
2021-09-29 13:50:21 +03:00
Michael S. Molina
1ff682f3a9
fix: Updates the selected values when changing the native filter type, column or default value ( #16833 )
2021-09-24 14:07:20 -03:00
Michael S. Molina
e6bbca3f61
chore: Preserve native filters selection after refresh ( #15583 )
2021-07-13 15:14:18 -03:00
Ville Brofeldt
ee2ee48661
feat(cross-filters): add option to clear set cross filters ( #15500 )
...
* feat(cross-filters): add option to clear set cross filters
* lint
* fix indicator size, remove bolded text and rephrase text
2021-07-02 17:04:05 +03:00
simcha90
fe5381dcb8
fix(native-filters): Fix Select Default First Value by clicked Clear All ( #15219 )
...
* fix:fix get permission function
* fix: fix select first value by clear all
* lint: fix lint
2021-06-17 11:14:21 +03:00
simcha90
1fc08523af
feat(native-filters): Support default to first value in select filter ( #14869 )
...
* fix:fix get permission function
* feat: add async filters support
* revert: revert ff
* feat: add async filters support
* fix: merge with master
* fix: remove tests
* lint: fix lint
* fix: fix CR notes
* fix: fix with master
* test: fix tests
* refactor: update logic for default first value
* fix: get requiredFirst
* fix: support instant
* docs: update text
* docs: fix comments
* docs: update texts
2021-06-07 13:41:19 +03:00
simcha90
e8e838e279
feat(native-filters): Auto apply changes in FiltersConfigModal ( #14461 )
...
* fix:fix get permission function
* feat: auto apply changes after save filters config modal
* fix: repopulate default values
* test: fix tests
* test: fix tests
* fix: fix CR notes
* fix: fix CR notes
2021-05-07 13:06:59 +03:00
simcha90
bbb1f2d757
perf(native-filters): avoid unnecessary reloading of charts ( #14408 )
...
* fix:fix get permission function
* refactor: filter default value
* refactor: update default value loading
* refactor: apply defaultValues
* lint: fix lint
* lint: fix lint
* test: fix test
* refactor: use extraFormData for reload charts
* test: fix tests
* test: fix tests
* test: fix tests
2021-05-03 14:56:41 +03:00
simcha90
03e4a5b6b7
fix(native-filters): Update filter saving ( #14370 )
...
* fix:fix get permission function
* fix: not reload charts after save filters
* fix: not reload charts after save filters
* fix: temp commit type
* lint: add typing
2021-04-27 11:20:04 +03:00
simcha90
9d67b46576
fix(native-filters): fix remove native filters ( #14218 )
...
* fix:fix get permission function
* fix: clean data mask on chart removing
* refactor: fix reducer
2021-04-20 09:48:23 +03:00
simcha90
8ef572a412
refactor(native-filters): update dataMask and ExtraFormData schema ( #13983 )
...
* refactor: updates usage of `ownFilters` to `ownState`
* refactor: update dataMask (final)
* lint: fix lint
* refactor: revert feat
* fix: fix missed chart configuration
* add filter set migration
* apply new changes
* fix migration revision
* update migration
* fix jest mock
* js lint
* fix test types
* update tests and types
* remove append_form_data from tests
* fix findExistingFilterSet tests
* add migration test
Co-authored-by: Ville Brofeldt <ville.v.brofeldt@gmail.com >
2021-04-15 17:43:29 +03:00
Ville Brofeldt
1a67f1564c
fix(cross-filters): only apply filters if ff is set ( #13704 )
...
* fix(cross-filters): only apply filters if ff is set
* fix missing parent
2021-03-20 10:56:02 +02:00
simcha90
7e6beb5ebf
fix(native-filters): fix removing native filter ( #13688 )
...
* fix: fix removeing native filter
* fix: fix native-cross filters
* fix: fix native-cross filters
* fix: fix native-cross filters
* fix: fix function declaration
2021-03-18 21:11:50 +02:00
simcha90
a35825de7b
feat(filter-set): Filter set edge cases ( #13576 )
...
* refactor(native-filters): move data mask to root reducer
* refactor: update rest stuff for dataMask
* refactor: add ownCrrentState to explore
* fix: fix immer reducer
* fix: merge with master
* refactor: support explore dataMask
* refactor: support explore dataMask
* docs: add comment
* refactor: remove json stringify
* fix: fix failed cases
* feat: filter bat buttons start
* fix: fix CR notes
* fix: fix cascade filters
* fix: fix CR notes
* refactor: add clear all
* fix: fix CR notes
* fix: fix CR notes
* fix: fix CR notes
* feat: buttons in filter bar
* lint: update imports
* feat: add tabs for filter sets
* feat: add buttons to filter set
* feat: first phase add filter sets
* fix: undo FF
* refactor: continue filter sets
* fix: fix CR notes
* refactor: header
* fix: fix CR notes
* fix: fix CR notes
* refactor: continue filter sets
* lint: fix lint
* refactor: continue filter sets
* fix: fix filter bar opening
* refactor: continue filter sets
* refactor: continue filter sets
* refactor: continue filter sets
* feat: filters sets history
* feat: filters sets history
* fix: filter set name
* refactor: fix expand filters case
* fix: fix CR notes
* refactor: filter sets
* refactor: filter sets
* refactor: filter sets
* refactor: filter sets
* refactor: update sets
* feat: edit filter set
* refactor: add warning icon
* fix: fix CR notes
* Update superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx
Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com >
* fix: fix CR notes
* feat: filter set edge cases
* lint: fix lint
* lint: fix TS
* refactor: fix CR notes
* fix: fix CR notes
* fix: fix CR notes
Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com >
2021-03-15 14:29:22 +02:00
simcha90
45972e9945
refactor(native-filters): Move filtersState to dataMask redux root ( #13437 )
2021-03-07 09:34:12 +02:00