Skip to content

Commit 2dbccab

Browse files
michael-s-molinasfirke
authored andcommitted
refactor: Removes the Profile feature (apache#26462)
1 parent 1a02975 commit 2dbccab

35 files changed

+8
-1508
lines changed

RESOURCES/STANDARD_ROLES.md

-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@
7777
| can select star on Superset | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | O |
7878
| can warm up cache on Superset | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | O |
7979
| can sqllab table viz on Superset | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
80-
| can profile on Superset | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | O |
8180
| can available domains on Superset | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | O |
8281
| can request access on Superset | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | O |
8382
| can dashboard on Superset | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | O |

UPDATING.md

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ assists people when migrating to a new version.
3939
- [26331](https://github.com/apache/superset/issues/26331): Removes the deprecated `DISABLE_DATASET_SOURCE_EDIT` feature flag. The previous value of the feature flag was `False` and now the feature is permanently removed.
4040
- [26636](https://github.com/apache/superset/issues/26636): Sets the `DASHBOARD_VIRTUALIZATION` feature flag to `True` by default. This feature was introduced by [21438](https://github.com/apache/superset/pull/21438) and will enable virtualization when rendering a dashboard's charts in an attempt to reduce the number of elements (DOM nodes) rendered at once. This is especially useful for large dashboards.
4141
- [26637](https://github.com/apache/superset/issues/26637): Sets the `DRILL_BY` feature flag to `True` by default given that the feature has been tested for a while and reached a stable state.
42+
- [26462](https://github.com/apache/superset/issues/26462): Removes the Profile feature given that it's not actively maintained and not widely used.
4243

4344
### Potential Downtime
4445

superset-frontend/package-lock.json

-116
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

superset-frontend/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@
178178
"react-dnd-html5-backend": "^11.1.3",
179179
"react-dom": "^16.13.0",
180180
"react-draggable": "^4.4.6",
181-
"react-gravatar": "^2.6.1",
182181
"react-hot-loader": "^4.13.1",
183182
"react-intersection-observer": "^9.4.1",
184183
"react-js-cron": "^1.2.0",

superset-frontend/src/components/TableLoader/TableLoader.test.tsx

-122
This file was deleted.

0 commit comments

Comments
 (0)