Skip to content

Commit 5475c38

Browse files
authored
Remove feature flag experimental-data-fetching (#1165)
1 parent 31207f3 commit 5475c38

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.changeset/lovely-poets-smoke.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@giantswarm/backstage-plugin-gs': patch
3+
---
4+
5+
Remove feature flag experimental-data-fetching

docs/feature-flags.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
# User facing feature flags
22

33
- `ai-chat-verbose-debugging`: Enables verbose output for the AI Chat plugin, showing reasoning output and tool usage details.
4-
5-
- `experimental-data-fetching`: Enables an alternative strategy for fetching resources in the Clusters and Deployments lists. By default, we query lists of resources and optimize for few queries with large result sets. When active, the strategy is changed to use more queries with smaller result sets.

plugins/gs/src/plugin.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,7 @@ export const gsPlugin = createPlugin({
132132
fluxResources: fluxResourcesExternalRouteRef,
133133
appDeploymentTemplate: appDeploymentTemplateRouteRef,
134134
},
135-
featureFlags: [
136-
{
137-
name: 'experimental-data-fetching',
138-
},
139-
],
135+
featureFlags: [],
140136
});
141137

142138
export const GSClustersPage = gsPlugin.provide(

0 commit comments

Comments
 (0)